@charset "utf-8";

:root {
  --i_color: #0a3864;

  /* 全局颜色 */

  --i_color2: #fff;

  /* 副颜色 */

  --top_h: 1.2rem;

  --header_height: 1.2rem;

  /* 顶部高度 */

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

    --header_height: 0.9rem;

    --title_fz: 0.3rem;

    --contain-width: 0.5rem;

    --box-bottom: 0.55rem;
  }
}

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

    --header_height: 0.5rem;

    --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: 1300px;

  margin-left: auto;

  margin-right: auto;
}

.wrap_l {
  display: block;

  box-sizing: border-box;

  padding-left: 8.35%;
}

.wrap02 {
  width: 1640px;

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

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

.public_btn {
  width: fit-content;

  position: relative;

  overflow: hidden;
}

.public_btn a {
  font-family: Arial;

  font-size: 0.18rem;

  color: var(--i_color);

  display: flex;

  align-items: center;

  background: #ffffff;

  position: relative;
}

.public_btn a img {
  width: 0.2rem;

  height: 0.2rem;

  object-fit: contain;

  margin-left: 0.15rem;
}

.public_btn a i {
  padding: 0.12rem 0.28rem;

  display: flex;

  align-items: center;
}

.su_button_circle {
  border-radius: 50%;

  position: absolute;

  left: 0;

  top: 0;

  width: 0px;

  height: 0px;

  margin-left: 0px;

  margin-top: 0px;

  pointer-events: none;

  z-index: 1;
}

.public_btn a:hover i {
  position: relative;

  z-index: 2;
}

.public_btn a:hover i {
  color: #fff;
}

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

@media screen and (max-width: 1024px) {
  .public_btn a i {
    padding: 0.1rem 0.25rem;

    font-size: 0.16rem;
  }
}

@media screen and (max-width: 375px) {
  .public_btn a i {
    padding: 0.08rem 0.18rem;

    font-size: 0.14rem;
  }
}

/* -----------------------------------other_btnClass----------------------- */

.other_btnClass a {
  background-color: var(--i_color);

  color: #fff;
}

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

  width: 0.2rem;

  height: 0.15rem;

  object-fit: contain;
}

.other_btnClass a:hover i {
  border: var(--i_color) 1px solid;
}

.other_btnClass a:hover i {
  color: var(--i_color) !important;
}

.other_btnClass a:hover img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(55%) saturate(1800%)
    hue-rotate(198deg) brightness(78%) contrast(112%) !important;
}

/* ----------------------------------public_center---------------------------- */

.public_center {
  display: flex;

  flex-direction: column;

  align-items: center;
}

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

.public_title {
  width: 100%;
}

.public_title h3 {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  margin-bottom: 0.1rem;
}

.public_title h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.24rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #666666;
}

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

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

  .public_title h4 {
    font-family: Arial;

    font-size: 0.14rem;
  }
}

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

header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 2014;

  height: var(--top_h);
}

.top_cont {
  background: #fff;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  height: 100%;
}

.top_cont_box {
  display: flex;

  height: 100%;
}

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

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  height: 50%;

  width: 100%;
}

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

	.top_cont{background: #373737;}

} */

/* 右侧盒子top_cont_info */

.top_cont_info {
  padding: 0.2rem 0 0.15rem 0.25rem;

  box-sizing: border-box;

  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.tci_info {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.tcii_left {
  font-family: Arial;

  font-size: 0.18rem;

  color: var(--i_color);
}

.tcii_right {
}

.tcii_right ul {
  display: flex;

  gap: 0.65rem;
}

.tcii_right ul li {
  font-family: Arial;

  font-size: 0.16rem;

  color: var(--i_color);
}

.tcii_right ul li a {
  font-family: Arial;

  font-size: 0.16rem;

  color: var(--i_color);
}

.tcii_right ul li.tciir_icon {
  display: flex;

  gap: 0.2rem;
}

.tcii_right ul li.tciir_icon iconify-icon {
  font-size: 0.18rem;
}

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

@media screen and (max-width: 1024px) {
  .tcii_left {
    font-size: 0.14rem;
  }

  .tcii_right ul li {
    font-size: 0.14rem;

    display: flex;

    align-items: center;
  }

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

  .tcii_right ul {
    gap: 0.2rem;
  }

  .tcii_right ul li.tciir_icon iconify-icon {
    font-size: 0.16rem;
  }
  .tcii_right ul li.tciir_icon {
    display: flex;

    gap: 0.05rem;
  }
}

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

  .top_cont .top {
    height: 100%;

    width: 100%;
  }
}

/* logo */

.logodiv {
  height: 100%;

  width: 1.21rem;
}

.logo {
  display: -webkit-flex;

  height: 100%;
}

.logo a {
  display: -webkit-flex;

  display: flex;

  align-items: center;

  height: 100%;

  position: relative;
}

.logo img {
  /* max-height: 0.8rem; */

  width: 100%;

  height: 100%;

  object-fit: cover;
}

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

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

@media screen and (max-width: 560px) {
  .logo {
    margin-left: -0.8rem;
  }
}

/* 导航 */

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

    display: -webkit-flex;

    display: flex;

    flex-wrap: nowrap;

    gap: 0 0.72rem;

    z-index: 2014;
  }

  .i_nav > li {
    position: relative;
  }

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

    position: absolute;

    left: 50%;

    bottom: 0;

    width: 0;

    height: 3px;

    transform: translateX(-50%);

    background: var(--i_color);

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;

    display: none;
  }

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

  .i_nav > li > a {
    display: block;

    font-size: 0.2rem;

    color: #333;

    /* 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: var(--i_color);
  }

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

    position: absolute;

    left: 0;

    min-width: 1.6rem;

    background: var(--i_color2);

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

    font-size: 0;

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

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

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

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

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

    padding: 0 0.16rem;

    font-size: 0.15rem;

    color: #333;

    line-height: 0.36rem;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    position: relative;

    font-family: Arial;
  }

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

    color: #979797;
  }

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

    top: 0;

    left: 100%;

    background: #979797;

    min-width: 1.4rem;
  }

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

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

    color: #fff;
  }

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

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

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

@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.38rem;
  }

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

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

    position: fixed;

    top: calc(var(--top_h));

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

  .logo img {
    object-fit: contain;
  }
}

/* 移动端导航按钮 */

.nav_menu {
  /* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

  position: relative;

  width: 22px;

  height: 16px;

  display: none;

  cursor: pointer;
}

.nav_menu i {
  display: block;

  width: 100%;

  height: 3px;

  position: absolute;

  top: 50%;

  margin-top: -2px;

  background: var(--i_color);

  border-radius: 0.1rem;

  transition: 0.5s;
}

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

  width: 100%;

  height: 3px;

  background: var(--i_color);

  position: absolute;

  left: 0;

  border-radius: 0.1rem;

  transition: 0.5s;
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

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

  top: 50%;

  margin-top: -2px;
}

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

  top: 50%;

  margin-top: -2px;
}

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

/* 导航下拉 */

.nav_dropdown {
  position: fixed;

  top: var(--top_h);

  left: 0;

  width: 100%;

  background: #fff;

  z-index: 2013;
}

.nav_dropdown_item {
  display: none;

  padding: 0.4rem 0;
}

.nav_dropdown_list {
  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  justify-content: center;

  gap: 0 3%;
}

.nav_dropdown_list dt {
  width: 100%;

  max-width: 3.8rem;
}

.nav_p_cat_name a {
  font-size: 0.2rem;

  color: var(--i_color);

  font-weight: 900;
}

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

.nav_dropdown_list li {
  position: relative;

  padding-left: 0.24rem;
}

.nav_dropdown_list li::before {
  opacity: 0.5;

  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: 0;

  width: 0.2rem;

  height: 0.2rem;

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

  background-size: contain;
}

.nav_dropdown_list li a {
  display: block;

  padding: 0.06rem 0;

  font-size: 0.15rem;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

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

  color: var(--i_color);
}

.top_r {
  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  margin-left: auto;

  gap: 0 0.3rem;
}

/* search */

.top_search_btn {
  display: none;
}

.search_cont {
  --search_height: 0.38rem;

  position: relative;
}

/* .search_cont::before {

  content: "";

  position: absolute;

  top: 50%;

  right: -0.15rem;

  transform: translateY(-50%);

  width: 2px;

  height: 60%;

  background-color: #d1d4d5;

} */

.search_cont form {
  width: 3.15rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  box-sizing: border-box;

  overflow: hidden;

  background: transparent;

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

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

  height: var(--search_height);

  box-sizing: border-box;

  padding: 0 0.1rem 0 0.12rem;

  background: none;

  font-size: 0.18rem;

  color: #333;
}

.search_btn {
  font-size: 0;

  width: var(--search_height);

  height: var(--search_height);

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

  background-size: 0.2rem;

  cursor: pointer;
}

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

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

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    cursor: pointer;

    position: relative;
  }

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

    color: #333;
  }

  .search_cont {
    --search_height: 0.4rem;
  }

  .search_cont {
    opacity: 0;

    visibility: hidden;

    position: fixed;

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

    left: 0;

    width: 100%;

    background: #f5f6f7;

    box-sizing: border-box;

    padding: 0.2rem 0;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;
  }

  .search_cont.on {
    opacity: 1;

    visibility: visible;

    top: calc(var(--header_height));
  }

  .search_cont form {
    width: 90%;

    max-width: 500px;

    margin-left: auto;

    margin-right: auto;

    border-color: #979797;
  }

  .search_ipt {
    font-size: 13px;
  }

  .search_btn {
    background-color: transparent;
  }
}

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

    padding-bottom: 0;
  }

  .top_language_btn::before {
    display: none;
  }

  .search_cont {
    --search_height: 0.34rem;
  }

  .search_cont {
    padding: 0.14rem 0;

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

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

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

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

.top_language {
  position: relative;
}

.top_language_btn {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  /* height: var(--header_height); */

  padding-right: 0.2rem;

  cursor: pointer;

  position: relative;
}

.top_language_btn::after {
  content: "";

  position: absolute;

  top: 50%;

  right: 0.05rem;

  transform: translateY(-50%);

  width: 0;

  height: 0;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

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

.top_language_btn p {
  font-size: 18px;

  color: #333;
}

.top_language_btn img {
  width: 0.24rem;

  height: 0.24rem;

  margin-right: 0.05rem;
}

.language_list {
  opacity: 0;

  visibility: hidden;

  position: absolute;

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

  right: 0;

  background: #fff;

  min-width: 1.2rem;

  z-index: 2016;

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

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  padding: 0.16rem 0.2rem;

  text-align: left;
}

.language_list.on {
  opacity: 1;

  visibility: visible;

  top: 0.44rem;
}

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

  .language_list.on {
    top: 0.35rem;
  }
}

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

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

  padding: 0.73rem 0;
}

.footer_topMaxBox ul {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.footer_topMaxBox ul li.ft_firstli {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: 0.32rem;

  color: #ffffff;

  width: 75.61%;
}

.footer_topMaxBox ul li.ft_iconli {
  display: flex;

  gap: 0.35rem;
}

.footer_topMaxBox ul li.ft_iconli a iconify-icon {
  font-size: 0.29rem;
}

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

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

  padding: 0.47rem 0 0 0;
}

/* 中间 */

.footer_centerMaxBox {
  padding: 0 0 0.8rem 0;
}

.footer_centerMaxBox > ul {
  display: flex;

  gap: 1rem;
}

.footer_centerMaxBox > ul > li {
  min-width: 0;
}

.footer_centerMaxBox > ul > li:first-child,
.footer_centerMaxBox > ul > li:last-child {
  flex: 1.5;
}

.footer_centerMaxBox > ul > li:nth-of-type(2),
.footer_centerMaxBox > ul > li:nth-of-type(3) {
  flex: 1;
}

.footer_centerMaxBox > ul > li span {
  width: 1.76rem;

  height: 1.26rem;

  display: block;

  margin-bottom: 0.1rem;

  margin-left: -0.3rem;
}

.footer_centerMaxBox > ul > li span img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

/* 第一个li */

.fc_infoUl {
  display: flex;

  flex-direction: column;

  gap: 0.15rem;
}

.fc_infoUl li a {
  font-family: Arial;

  font-size: 0.16rem;

  line-height: 0.24rem;

  color: #333333;

  white-space: normal; /* 允许换行 */

  word-break: normal; /* 不强制拆字 */
}

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

  text-decoration: underline;
}

/* 第二个 */

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

  font-size: 0.24rem;

  font-weight: bold;

  color: #333333;

  margin-bottom: 0.3rem;
}

.tc_menu_ul {
  display: flex;

  flex-direction: column;

  gap: 0.2rem;
}

.tc_menu_ul li a {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  color: #333333;
}

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

  text-decoration: underline;
}

.footer_bottomMaxBox {
  padding: 0.28rem 0 0.23rem 0;

  background: #f6f6f6;

  color: #666666;

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  line-height: 0.25rem;

  font-family: Arial;

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

.footer_bottomMaxBox .wrap a {
  color: #666666;

  cursor: pointer;
}

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

.tc_lastinfo_ul {
  padding-top: 0.2rem;

  display: flex;

  flex-direction: column;

  gap: 0.2rem;
}

.tc_lastinfo_ul li a {
  font-family: Arial;

  line-height: 0.32rem;

  color: #333333;
}

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

  text-decoration: underline;
}

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

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

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

  .footer_topMaxBox ul li.ft_firstli {
    font-size: 0.2rem;

    line-height: 0.3rem;
  }

  .footer_centerMaxBox > ul > li:first-child {
    flex: 2;
  }

  .footer_centerMaxBox > ul > li:last-child {
    flex: 1;
  }

  .footer_centerMaxBox > ul > li:nth-of-type(2),
  .footer_centerMaxBox > ul > li:nth-of-type(3) {
    display: none;
  }
  .footer_topMaxBox ul li.ft_iconli {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_topMaxBox ul li.ft_firstli {
    font-size: 0.18rem;

    line-height: 0.28rem;
  }

  .footer_topMaxBox ul li.ft_iconli {
    gap: 0.2rem;
  }

  .footer_topMaxBox ul li.ft_iconli a iconify-icon {
    font-size: 0.25rem;
  }

  .footer_centerMaxBox > ul > li span {
    width: 1.3rem;

    height: 1rem;

    margin-left: 0;
  }

  .footer_lastbox {
    padding: 0.2rem 0 0 0;
  }

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

  .footer_centerMaxBox > ul > li:first-child {
    flex: 1.5;
  }

  .footer_centerMaxBox > ul > li:last-child {
    flex: 1;
  }
}

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

    padding: 0.1rem 0;
  }

  .footer_topMaxBox ul {
    display: block;
  }

  .footer_topMaxBox ul li.ft_firstli {
    width: 100%;

    font-size: 0.16rem;

    line-height: 0.28rem;

    margin-bottom: 0.2rem;
  }

  .footer_topMaxBox {
    padding: 0.2rem 0;
  }

  .footer_topMaxBox ul li.ft_iconli {
    display: flex;

    justify-content: flex-end;
  }

  .footer_centerMaxBox > ul > li:last-child {
    display: none;
  }

  .footer_centerMaxBox > ul > li span {
    width: 1rem;

    height: 1rem;
  }
  .footer_topMaxBox ul li.ft_iconli a iconify-icon {
    font-size: 0.18rem;
  }
}

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

  /* 设置比例 */

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

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  text-align: center;

  width: 78.64%;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.b_text2 {
  position: absolute;

  top: 15.33%;

  left: 16.14%;

  z-index: 3;

  width: 33%;
}

.b_text3 {
  position: absolute;

  top: 8.1%;

  left: 50%;

  z-index: 3;

  transform: translateX(-50%);

  width: 63.39%;

  display: flex;

  flex-direction: column;

  align-items: center;
}

/* banner1 */

.b_text1_text1 {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  color: #ffffff;

  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

  background: linear-gradient(
    270deg,
    rgba(10, 56, 100, 0) 0%,

    #0a3864 52%,

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

  padding: 0.34rem 0 0.28rem 0;

  margin-bottom: 0.37rem;

  position: relative;
}

/* 上下白色渐变线 */

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

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 60%;

  height: 0.04rem;

  background: linear-gradient(
    to right,

    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

/* 上边线 */

.b_text1_text1::before {
  top: 0;
}

/* 下边线 */

.b_text1_text1::after {
  bottom: 0;
}

.b_text1_text2 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: 0.32rem;

  text-align: center;

  color: #ffffff;

  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,

    rgba(255, 255, 255, 0.4) 52%,

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

  padding: 0.13rem 0;

  margin-bottom: 0.57rem;
}

/* banner2 */

.b_text2_text1 {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  color: #ffffff;

  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

  border-bottom: #ffffff 2px solid;

  padding-bottom: 0.27rem;

  margin-bottom: 0.22rem;
}

.b_text2_text2 {
  font-family: Arial;

  font-size: 0.26rem;

  font-weight: bold;

  line-height: 0.32rem;

  color: #ffffff;

  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 0.4rem;
}

/* banner3 */

.b_text3_text1 {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: uppercase;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: var(--i_color);

  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

  padding-bottom: 0.2rem;

  position: relative;

  margin-bottom: 0.2rem;
}

.b_text3_text1::before {
  content: "";

  width: 68.94%;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  background: #fff;

  height: 0.04rem;
}

.b_text3_text2 {
  font-family: Arial;

  font-size: 0.22rem;

  font-weight: bold;

  line-height: 0.32rem;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #0a3864;

  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

  width: 50%;

  margin-bottom: 0.2rem;
}

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

  .b_text2_text1 {
    font-size: 0.3rem;

    padding-bottom: 0.2rem;

    margin-bottom: 0.2rem;
  }

  .b_text2_text2 {
    font-size: 0.24rem;

    margin-bottom: 0.35rem;
  }

  .b_text3 {
    top: 12.1%;

    width: 80%;
  }

  .b_text3_text2 {
    width: 60%;
  }
}

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

  .b_text2 {
    left: 16.5%;

    z-index: 3;

    width: 34.5%;
  }

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

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

  .b_text1_text2 {
    font-size: 0.25rem;
  }

  .b_text1 {
    top: 15%;
  }

  .b_text2 {
    top: 10.33%;
  }

  .b_text2_text1 {
    font-size: 0.24rem;
  }

  .b_text2_text2 {
    font-size: 0.22rem;

    margin-bottom: 0.3rem;
  }

  .b_text3_text1 {
    font-size: 0.3rem;

    margin-bottom: 0.1rem;
  }
}

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

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

  .b_text1_text1 {
    font-size: 0.2rem;

    line-height: 0.2rem;

    padding: 0.25rem 0 0.25rem 0;

    margin-bottom: 0.3rem;
  }

  .b_text1_text2 {
    font-size: 0.18rem;

    padding: 0.08rem 0;

    margin-bottom: 0.4rem;
  }

  .b_text2 {
    width: 34%;
  }

  .b_text2_text1 {
    font-size: 0.22rem;

    padding-bottom: 0.15rem;

    margin-bottom: 0.15rem;
  }

  .b_text2_text2 {
    font-size: 0.18rem;

    line-height: 0.25rem;

    margin-bottom: 0.2rem;
  }

  .b_text3_text1 {
    font-size: 0.24rem;
  }

  .b_text3_text2 {
    font-size: 0.18rem;

    line-height: 0.28rem;

    margin-bottom: 0.15rem;
  }
}

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

    padding: 0.2rem 0 0.2rem 0;

    margin-bottom: 0.5rem;
  }

  .b_text1_text2 {
    display: none;
  }

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

    height: 0.1rem;

    display: inline-block;

    margin: 0 0.06rem;

    background: #ccc;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    outline: none;

    cursor: pointer;
  }

  .b_text2_text2 {
    display: none;
  }

  .b_text2_btn {
    display: none;
  }

  .b_text2 {
    width: 34%;

    top: 19.33%;
  }

  .b_text2_text1 {
    font-size: 0.2rem;

    line-height: 0.3rem;

    padding-bottom: 0.15rem;

    margin-bottom: 0.15rem;
  }

  .b_text3_text2 {
    display: none;
  }

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

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

    padding: 0.15rem 0 0.15rem 0;
  }

  .b_text1 {
    top: 10%;

    width: 90%;
  }

  .b_text1_btn {
    display: none;
  }

  .b_text2 {
    width: 80%;

    top: 14%;

    left: 10%;
  }

  .b_text2_text1 {
    font-size: 0.12rem;

    line-height: 0.22rem;

    padding-bottom: 0.1rem;

    margin-bottom: 0.15rem;

    text-align: center;
  }

  .b_text3_btn {
    display: none;
  }

  .b_text3_text1 {
    font-size: 0.12rem;
  }
}

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

    line-height: 0.18rem;
  }

  .b_text1 {
    top: 10%;
  }

  .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_text1 {
    font-size: 0.12rem;

    line-height: 0.22rem;

    padding-bottom: 0.1rem;

    margin-bottom: 0.15rem;

    text-align: center;
  }
}

/* ----------------------------------------Product Range-------------------------- */

.home_product_range {
  padding: 0.6rem 0;

  background: #f5f5f5;
}

.hpr_maxbox {
}

.hprm_top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 0.2rem;
}

.hprmt_left {
  width: 80%;
}

.hprmt_right {
  width: 20%;

  display: flex;

  justify-content: flex-end;
}

.hprm_contain {
}

.hprm_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.2rem;

  overflow: hidden;
}

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

.hprm_contain ul li span {
  position: relative;

  display: block;

  background-color: #fff;
}

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

  display: block;

  padding-bottom: 97.7%;
}

.hprm_contain ul li span img {
  position: absolute;

  left: 3.57%;

  top: 3.9%;

  width: 92.857%;

  height: 95.12%;

  object-fit: cover;
}

.hprmc_bottom {
  width: 100%;

  padding: 0.2rem;

  color: var(--i_color);

  font-family: Arial;

  font-size: 20px;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: uppercase;

  letter-spacing: 0em;

  background-color: #fff;

  font-variation-settings: "opsz" auto;

  box-sizing: border-box;

  white-space: nowrap; /* 不换行 */

  overflow: hidden; /* 超出隐藏 */

  text-overflow: ellipsis; /* ... */
}

.hprm_contain ul li a:hover .hprmc_bottom {
  background-color: var(--i_color);

  color: #fff;
}

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

  .hprmt_left {
    width: 100%;
  }

  .hprmt_right {
    width: 100%;

    padding-right: 3%;

    margin-top: 0.1rem;
  }

  .hprmc_bottom {
    font-size: 0.16rem;
  }
}

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

  .hprmc_bottom {
    font-size: 0.1rem;

    padding: 0.1rem;
  }

  .home_product_range {
    padding: 0.3rem 0;
  }

  .hprmt_right {
    display: none;
  }
}

/* --------------------------------About TAOYI--------------------- */

.home_about_taoyi {
  padding: 0.6rem 0;
}

.hat_maxbox {
  padding: 0rem 0 0 0;
}

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

  margin-bottom: 0.3rem;
}

.hatm_top {
  margin-bottom: 0.5rem;
}

.hatm_top h3 {
  position: relative;

  text-align: center;

  margin-bottom: 0.6rem;
}

/* 正常标题文字 */

.hatm_top h3 span {
  position: relative;

  z-index: 2;

  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  text-align: center;

  color: var(--i_color);

  font-weight: 700;
}

/* 背景大字 */

.hatm_top h3::before {
  content: "TAOYI";

  position: absolute;

  left: 50%;

  top: 50%;

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

  font-size: 1.2rem;

  font-weight: 900;

  color: #dedede;

  z-index: 1;

  pointer-events: none;
}

.hatm_text {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.26rem;

  text-align: center;

  letter-spacing: 0em;

  color: #333333;
}

.hatm_text .expand-btn {
  color: var(--i_color);

  cursor: pointer;
}

.hatm_text .expand-btn:hover {
  text-decoration: underline;
}

.hatm_contain {
  display: flex;

  justify-content: center;
}

.hatm_contain ul {
  width: 60.15%;

  display: flex;

  overflow: hidden;

  flex-wrap: wrap;
}

.hatm_contain ul li {
  width: calc(100% / 3);

  display: flex;

  justify-content: center;

  flex-direction: column;

  align-items: center;
}

.hatm_contain ul li .tatmt_img {
  width: 0.72rem;

  height: 0.72rem;

  margin-bottom: 0.2rem;
}

.hatm_contain ul li .tatmt_img img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.hatm_contain ul li h3,
.hatm_contain ul li h3 i {
  font-family: Arial;

  font-size: 0.48rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  color: var(--i_color);

  margin-bottom: 0.1rem;
}

.hatm_contain ul li h3 span {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  color: var(--i_color);

  margin-left: 0.1rem;
}

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

  font-size: 0.16rem;

  font-weight: normal;

  line-height: normal;

  text-align: center;

  color: #333333;
}

.hatm_pic {
}

.hatm_pic .hatm_span {
  position: relative;
}

.hatm_pic .hatm_span::before {
  content: "";

  display: block;

  padding-bottom: 40.31%;
}

.hatm_pic .hatm_span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hatm_pic .hatm_span i {
  display: block;

  width: 1.4rem;

  height: 1.4rem;

  border-radius: 50%;

  border: 1px solid #fff;

  cursor: pointer;

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

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 50%;

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

.i_v_btn::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

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

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;

  animation: serv_one_border 2s 0s ease infinite;
}

.i_v_btn span {
  position: relative;
}

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

  position: absolute;

  left: 50%;

  top: 50%;

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

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;
}

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

  position: absolute;

  left: 50%;

  top: 50%;

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

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;
}

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

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

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

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;

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

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

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

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

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

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

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

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

  .hatm_top h3 span {
    font-size: 0.3rem;
  }

  .hatm_contain ul li h3,
  .hatm_contain ul li h3 i {
    font-size: 0.4rem;
  }

  .hatm_contain ul {
    width: 90%;
  }
}

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

  .hatm_top h3 {
    margin-bottom: 0.4rem;
  }

  .hatm_pic .hatm_span i {
    width: 1rem;

    height: 1rem;
  }
}

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

  .hatm_top h3::before {
    font-size: 0.8rem;
  }

  .hatm_top h3 span {
    font-size: 0.24rem;
  }

  .hatm_contain ul {
    width: 100%;
  }

  .hatm_contain ul li .tatmt_img {
    width: 0.4rem;

    height: 0.4rem;

    margin-bottom: 0.2rem;
  }

  .hatm_contain ul li h3,
  .hatm_contain ul li h3 i {
    font-size: 0.24rem;
  }

  .hatm_contain ul li h4 {
    font-size: 0.14rem;
  }

  .hatm_pic .hatm_span i {
    width: 0.7rem;

    height: 0.7rem;
  }

  .hatm_text {
    font-size: 0.14rem;

    line-height: 0.22rem;
  }

  .hatm_contain ul li {
    width: calc(100% / 2);

    margin-bottom: 0.2rem;
  }
}

/* eject videos */

.vd_box {
  display: none;

  position: fixed;

  top: 1.3rem;

  left: 0;

  width: 100%;

  height: 100vh;

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

  z-index: 999999;
}

.vd_box_area {
  position: absolute;

  top: 52%;

  left: 50%;

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

  z-index: 2014;

  width: 60%;

  max-height: 90%;
}

.vd_box_area::before {
  content: "";

  display: block;

  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;

  top: -0.2rem;

  right: -0.2rem;

  width: 0.4rem;

  height: 0.4rem;

  background: var(--i_color);

  z-index: 2;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  cursor: pointer;
}

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

  position: absolute;

  top: 46%;

  left: 53%;

  font-size: 0.44rem;

  color: #fff;

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

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

.vd_box iframe {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #000;

  object-fit: contain;
}

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

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

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

  .close_v {
    top: -0.15rem;

    right: -0.15rem;

    width: 0.3rem;

    height: 0.3rem;
  }

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

/* -------------------------------Hot Products------------------------------- */

.home_hot_products {
  padding: 0.6rem 0;

  background: url(https://lingjuimg.com/wp-content/uploads/TaoYi/2026/01/home_hotproduct_bg.webp)
    no-repeat center/cover;
}

.hhp_maxbox {
  overflow: hidden;
}

.hhpm_top {
  width: 100%;

  display: flex;

  justify-content: space-between;

  margin-bottom: 0.6rem;
}

.hhpm_contain {
}

.hhpm_contain ul {
  display: flex;

  gap: 0.2rem;

  flex-wrap: wrap;

  overflow: hidden;
}

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

.hhpm_contain ul li a {
  display: flex;

  flex-direction: column;

  background: #f5f5f5;

  transition:
    background-color 0.5s ease,
    box-shadow 0.3s ease;

  height: 100%;
}

.hhpm_contain ul li a:hover {
  background-color: #fff;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.hhpm_contain ul li a:hover h3 {
  background-color: #fff;
}

.hhpm_contain ul li a .hhpm_img {
  position: relative;

  padding: 0.16rem 0.15rem;

  display: block;
}

.hhpm_contain ul li a .hhpm_img::before {
  content: "";

  display: block;

  padding-bottom: 97.7%;
}

.hhpm_contain ul li a .hhpm_img i {
  position: absolute;

  left: 3.57%;

  top: 3.9%;

  width: 92.857%;

  height: 95.12%;

  background: #fff;
}

.hhpm_contain ul li a .hhpm_img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hhpm_contain ul li a h3 {
  background: #f5f5f5;

  padding: 0.23rem 0.2rem;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  transition:
    background-color 0.5s ease,
    color 0.5s ease;

  flex: 1;

  display: flex;

  justify-content: center;

  align-items: center;
}

@media screen and (max-width: 1024px) {
  .hhpm_contain ul li a h3 {
    padding: 0.1rem 0.2rem;

    font-size: 0.16rem;
  }
}

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

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

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

  .hhpm_top {
    margin-bottom: 0.3rem;
  }

  .home_hot_products {
    padding: 0.3rem 0;
  }

  .hhpm_contain ul li a h3 {
    font-size: 0.1rem;
  }
}

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

/* -----------------------------------------Why Choose Us-------------------------- */

.home_why_choose_us {
  padding: 0.6rem 0;
}

.hwcu_maxbox {
}

.hwcum_top {
  width: 100%;

  margin-bottom: 0.2rem;
}

.hwcum_contain {
  position: relative;
}

.hwcum_contain .hwcumc_img {
  position: relative;

  display: block;
}

.hwcum_contain .hwcumc_img::before {
  content: "";

  display: block;

  padding-bottom: 38%;
}

.hwcum_contain .hwcumc_img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 40.76%;

  height: 100%;

  object-fit: contain;
}

.hwcum_card {
  position: absolute;

  box-sizing: border-box;

  display: flex;

  width: 38%;

  align-items: center;

  gap: 0.2rem;

  cursor: pointer;
}

.hc_card1 {
  left: -3%;

  top: 55%;
}

.hc_card2 {
  left: 1%;

  top: 10%;
}

.hc_card3 {
  left: 61%;

  top: 10%;
}

.hc_card4 {
  left: 65%;

  top: 55%;
}

.hc_card3,
.hc_card4 {
  flex-direction: row-reverse;
}

.hwcum_card .hwcumc_info {
  width: 77.72%;
}

.hwcum_card .hwcumc_info h3 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.25rem;

  text-align: right;

  letter-spacing: 0em;

  font-weight: 700;

  color: #333333;

  width: 100%;

  margin-bottom: 0.1rem;
}

.hwcum_card .hwcumc_info h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.25rem;

  text-align: right;

  letter-spacing: 0em;

  width: 100%;
}

.hwcumc_icon {
  width: 0.84rem;

  height: 0.84rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

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

.hwcumc_icon img {
  width: 0.46rem;

  height: 0.46rem;

  object-fit: contain;
}

.hc_card3 .hwcumc_info h3,
.hc_card3 .hwcumc_info h4,
.hc_card4 .hwcumc_info h3,
.hc_card4 .hwcumc_info h4 {
  text-align: left;
}

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

.hwcum_card:hover .hwcumc_icon {
  background-color: var(--i_color);
}

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

@media screen and (max-width: 1024px) {
  .hc_card2 {
    left: 0%;

    top: 4%;
  }

  .hc_card3 {
    left: 62%;

    top: 4%;
  }

  .hwcum_card .hwcumc_info h3 {
    font-size: 0.16rem;
  }

  .hwcum_card .hwcumc_info h4 {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }
}

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

  .hwcum_contain {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
  }

  .hwcum_card {
    position: relative;

    width: 48%;
  }

  .hc_card1,
  .hc_card2,
  .hc_card3,
  .hc_card4 {
    left: 0;

    top: 0;
  }

  .hc_card1 {
    order: 1;
  }

  .hc_card3 {
    order: 2;
  }

  .hc_card2 {
    order: 3;
  }

  .hc_card4 {
    order: 4;
  }

  .hwcumc_icon {
    width: 0.6rem;

    height: 0.6rem;
  }

  .hwcumc_icon img {
    width: 0.35rem;

    height: 0.35rem;
  }
}

@media screen and (max-width: 560px) {
  .hwcum_card {
    position: relative;

    width: 100%;

    margin-bottom: 0.35rem;
  }

  .hwcum_card .hwcumc_info h3 {
    font-size: 0.15rem;

    line-height: 0.2rem;
  }

  .hwcum_card .hwcumc_info h4 {
    font-size: 0.13rem;

    line-height: 0.18rem;
  }

  .home_why_choose_us {
    padding: 0.3rem 0;
  }
}

/* ------------------------------------Scene Of Employment---------------------------------- */

.home_scene_of_employment {
  padding: 0.6rem 0;
}

.hsoe_maxbox {
  position: relative;
}

.hsoe_maxbox::before {
  content: "";

  display: block;

  padding-bottom: 51%;
}

.hsoem_top {
  height: 60%;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;
}

.hsoem_top .hsoemt_box ul {
  display: flex;

  flex-direction: column;

  height: 100%;

  position: relative;
}

.hsoem_top .hsoemt_box ul li {
  height: calc(100% / 3);

  z-index: 2;

  cursor: pointer;

  width: 20%;

  display: flex;

  align-items: center;

  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: 0.36rem;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #666666;
}

.hsoem_top .hsoemt_box ul li.active {
  color: var(--i_color);
}

.hsoem_top .hsoemt_box ul li.active img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(42%) saturate(1650%)
    hue-rotate(190deg) brightness(90%) contrast(105%);
}

.hsoem_top .hsoemt_box ul li img {
  width: 0.46rem;

  height: 0.46rem;

  object-fit: cover;

  margin-right: 0.15rem;
}

.hsoem_bottom {
  height: 40%;

  width: 100%;

  position: absolute;

  top: 60%;

  left: 0;

  z-index: 2;
}

.hsoe_pic {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  inset: 0;

  z-index: 1;
}

.hsoe_pic img {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  opacity: 0;

  transition: opacity 0.5s ease;
}

.hsoe_pic img.active {
  opacity: 1;
}

.hsoemt_box {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.hsoemt_box::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

  background: linear-gradient(
    to right,

    rgba(255, 255, 255, 0.9) 0%,

    rgba(255, 255, 255, 0.7) 25%,

    rgba(255, 255, 255, 0.5) 45%,

    rgba(255, 255, 255, 0.3) 65%,

    rgba(255, 255, 255, 0.2) 85%
  );
}

.hsoemb_box {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;

  padding-top: 0.43rem;

  box-sizing: border-box;
}

.hsoemb_box::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

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

.hsoemb_box h3 {
  margin-bottom: 0.2rem;

  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: 0.36rem;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;

  z-index: 4;
}

.hsoemb_box h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.26rem;

  letter-spacing: 0em;

  width: 80%;

  color: #666666;

  overflow-y: auto;
}

.hsoemb_box h3,
.hsoemb_box h4 {
  position: relative;

  z-index: 3;
}

.hsoe_box {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hsoem_top .hsoemt_box ul li {
    font-size: 0.16rem;
  }

  .hsoem_top .hsoemt_box ul li img {
    width: 0.4rem;

    height: 0.4rem;

    margin-right: 0.1rem;
  }

  .hsoemb_box {
    padding-top: 0.1rem;
  }

  .hsoemb_box h3 {
    margin-bottom: 0.08rem;

    font-size: 0.24rem;

    line-height: 0.3rem;

    color: #333333;

    z-index: 4;
  }

  .hsoemb_box h4 {
    line-height: 0.24rem;
  }

  .hsoem_top {
    height: 56%;
  }

  .hsoem_bottom {
    height: 44%;
  }

  .hsoem_bottom {
    top: 56%;
  }
}

@media screen and (max-width: 768px) {
  .hsoemb_box h4 {
    max-height: 1.04rem;

    font-size: 0.14rem;
  }

  .hsoemb_box h4::-webkit-scrollbar {
    width: 2px;
  }

  .hsoemb_box h4::-webkit-scrollbar-thumb {
    background-color: #ccc;

    border-radius: 4px;
  }

  .hsoem_top .hsoemt_box ul li img {
    width: 0.3rem;

    height: 0.3rem;

    margin-right: 0.1rem;
  }

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

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

  .hsoe_maxbox {
    display: none;
  }

  .hsoe_box {
    display: block;
  }

  .hsoe_box ul {
    display: flex;

    flex-direction: column;

    gap: 0.1rem;
  }

  .hsoe_box ul li {
    width: 100%;
  }

  .hsoe_box ul li span {
    position: relative;
  }

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

    display: block;

    padding-bottom: 100%;
  }

  .hsoe_box ul li span img {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;
  }

  .hsoe_box ul li span p {
    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

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

    padding: 0.15rem 0.1rem;

    font-size: 0.14rem;

    font-family: Arial;

    font-weight: bold;

    box-sizing: border-box;
  }

  .hoseb_info {
    padding: 0.2rem 0.1rem;

    background: #fff;

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

    box-sizing: border-box;
  }

  .hoseb_info h3 {
    font-size: 0.18rem;

    font-family: Arial;

    font-weight: bold;

    margin-bottom: 0.1rem;
  }

  .hoseb_info h4 {
    font-size: 0.15rem;

    line-height: 0.25rem;

    font-family: Arial;
  }
}

/* ---------------------------------Follow Our News---------------------------------  */

.home_follow_our_news {
  padding: 0.6rem 0;
}

.hfon_maxbox {
}

.hprmt_contain {
}

.hprmt_contain ul {
  display: flex;

  gap: 0.35rem;

  flex-wrap: wrap;
}

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

  cursor: pointer;

  display: flex;

  flex-direction: column;
}

.hprmt_contain ul li .hprmtc_bottom .hprmtc_btn {
  padding: 0.13rem 0.24rem;

  display: flex;

  align-items: center;

  color: var(--i_color);

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
}

.hprmt_contain ul li .hprmtc_bottom .hprmtc_btn img {
  margin-left: 0.15rem;
}

.hprmt_contain ul li:hover .hprmtc_bottom .hprmtc_btn {
  background-color: var(--i_color);
}

.hprmt_contain ul li:hover .hprmtc_bottom .hprmtc_btn {
  color: #fff;
}

.hprmt_contain ul li:hover .hprmtc_btn img {
  filter: brightness(0) invert(1);
}

.hprmt_contain ul li span {
  position: relative;

  overflow: hidden;

  display: block;
}

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

  display: block;

  padding-bottom: 63.5%;
}

.hprmt_contain ul li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.4s ease;
}

.hprmt_contain ul li:hover span img {
  transform: scale(1.1);
}

.hprmtc_info {
  background: #f6f6f6;

  padding: 0.25rem 0.14rem 0.1rem 0.14rem;

  box-sizing: border-box;

  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.hprmtc_info h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: 0.28rem;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.2rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

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

  overflow: hidden;
}

.hprmtc_info h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.24rem;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.15rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

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

  overflow: hidden;
}

.hprmtc_bottom {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.hprmtc_bottom .hprmtc_date {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  color: #666666;
}

.hprmtc_btn {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .hprmtc_info {
    padding: 0.15rem 0.1rem 0.1rem 0.1rem;
  }

  .hprmtc_info h3 {
    font-size: 0.18rem;

    line-height: 0.25rem;

    margin-bottom: 0.1rem;
  }

  .hprmtc_info h4 {
    font-size: 0.14rem;

    line-height: 0.22rem;

    margin-bottom: 0.1rem;
  }

  .hprmtc_bottom .hprmtc_date {
    font-size: 0.16rem;
  }

  .hprmt_contain ul {
    gap: 0.2rem;
  }

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

  .hprmt_contain ul li .hprmtc_bottom .hprmtc_btn {
    padding: 0.1rem 0.25rem;

    font-size: 0.16rem;
  }
}

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

  .hprmt_contain ul li:hover .hprmtc_btn img {
    width: 0.14rem;

    height: 0.14rem;
  }
}

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

@media screen and (max-width: 375px) {
  .hprmt_contain ul li .hprmtc_bottom .hprmtc_btn {
    padding: 0.08rem 0.18rem;

    font-size: 0.14rem;
  }
}

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

.products_banner {
  width: 100%;

  position: relative;
}

.products_banner::before {
  content: "";

  display: block;

  padding-bottom: 28.75%;
}

.products_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

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

.in_position {
  box-sizing: border-box;

  padding: 0.2rem 0;

  background: #f6f6f6;

  position: relative;

  border-bottom: #d4d4d4 1px solid;
}

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

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.in_position a {
  display: block;

  font-size: 0.16rem;

  color: #666666;

  position: relative;

  line-height: 0.2rem;

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

.products_bac {
  box-sizing: border-box;

  background-color: #fff;

  padding: 0.6rem 0;
}

.products {
  display: flex;

  justify-content: space-between;
}

.products_left {
  width: 26%;

  box-sizing: border-box;
}

.products_left_all {
  background-color: #fff;

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

.products_left_h2 {
  text-transform: capitalize;

  box-sizing: border-box;

  text-align: left;

  color: #333;

  font-size: 0.36rem;

  box-sizing: border-box;

  font-weight: bold;

  margin-bottom: 0.1rem;

  font-family: Arial;
}

.products_left_h2 iconify-icon {
  color: #fff;

  font-size: 0.34rem;

  margin-left: 0.1rem;

  font-weight: bold;

  margin-bottom: 2px;

  display: none;
}

.list {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  gap: 0.2rem;
}

.list li {
  position: relative;
}

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

  font-family: Arial;
}

.list_a::after {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  /* background-color: #fff; */

  width: 0;

  height: 100%;

  transition: all 0.5s ease-in-out;

  z-index: -1;
}

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

  color: #222;

  font-weight: bold;

  box-sizing: border-box;

  line-height: 110%;

  transition: all 0.3s ease;

  display: block;

  width: 80%;
}

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

  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  gap: 0.2rem;

  background: rgba(10, 56, 100, 0.08);
}

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

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

  color: #333;

  display: block;

  transition: all 0.3s ease;

  position: relative;

  box-sizing: border-box;

  padding: 0rem 0.3rem;
}

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

  position: absolute;

  left: -0.1rem;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.2rem;

  height: 0.01rem;

  background-color: var(--i_color);

  opacity: 0;

  transition: all 0.3s ease;

  border-radius: 50%;

  display: none;
}

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

.list_active {
}

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

  margin-bottom: 0.1rem;
}

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

  left: 0;

  right: auto;
}

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

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

.list_active .list_a a {
  color: #fff;

  display: block;
}

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

  left: 0 !important;
}

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

  left: 0 !important;
}

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

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

  text-decoration: underline;
}

.list_active .list_dl {
}

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

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

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

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

  .products_left_h2 iconify-icon {
    display: block;
  }

  .products_left_h2 {
    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;
  }

  .products_left_h2 {
    margin-bottom: 0;
  }

  .list {
    margin-top: 0.2rem;
  }

  .products_left_h2 {
    color: #fff;

    background-color: var(--i_color);

    box-sizing: border-box;

    padding: 0.15rem 0;
  }

  .list {
    padding-bottom: 0.2rem;
  }

  .products_left_all {
    padding: 0.2rem;
  }
}

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

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

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

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

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

  .products_bac {
    padding: 0.3rem 0;
  }

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

    line-height: 110%;

    width: 100%;
  }

  .list_a {
    padding: 0.1rem 0.1rem;
  }
}

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

    background-color: #fff;

    padding: 0.3rem 0;
  }
}

.products_right {
  width: 71.07%;
}

.products_right_top {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;

  margin-bottom: 0.4rem;
}

.products_right_top_title {
  color: var(--i_color);

  font-family: Arial;

  font-weight: bold;

  font-size: 0.28rem;
}

.products_right_top_des {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.24rem;

  letter-spacing: 0em;

  color: #999999;
}

.products_right_contain_excavatorList {
}

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

.products_right_contain_excavatorList ul li a {
  display: flex;

  flex-direction: column;

  background: #f5f5f5;

  transition:
    background-color 0.5s ease,
    box-shadow 0.3s ease;

  height: 100%;
}

.products_right_contain_excavatorList ul li a:hover {
  background-color: #fff;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.products_right_contain_excavatorList ul li a:hover h3 {
  background-color: #fff;

  color: var(--i_color);
}

.products_right_contain_excavatorList ul li a .hhpm_img {
  position: relative;

  padding: 0.16rem 0.15rem;

  display: block;
}

.products_right_contain_excavatorList ul li a .hhpm_img::before {
  content: "";

  display: block;

  padding-bottom: 97.7%;
}

.products_right_contain_excavatorList ul li a .hhpm_img i {
  position: absolute;

  left: 3.57%;

  top: 3.9%;

  width: 92.857%;

  height: 95.12%;

  background: #fff;
}

.products_right_contain_excavatorList ul li a .hhpm_img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.products_right_contain_excavatorList ul li a h3 {
  background: #f5f5f5;

  padding: 0.15rem 0.15rem;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  transition:
    background-color 0.5s ease,
    color 0.5s ease;

  flex: 1;

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

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

  .products_right_contain_excavatorList ul li a h3 {
    padding: 0.1rem 0.2rem;

    font-size: 0.16rem;
  }

  .products_right_top {
    display: none;
  }

  .products_right {
    width: 100%;
  }
}

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

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

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

  .hhpm_top {
    margin-bottom: 0.3rem;
  }

  .home_hot_products {
    padding: 0.3rem 0;
  }

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

  .products_right_top {
    margin-bottom: 0.2rem;
  }
}

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

/* Number of pages */

/* Paging */

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;
}

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

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

.p_data {
  background: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

  color: #c6cfd8;
}

.pShare dt a:hover iconify-icon {
  color: var(--i_color);
}

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

/* -------------------------------productsDetail_contain------------------------- */

.productsDetail_contain {
  padding: 0.6rem 0;
}

.pc_maxbox {
}

.pcm_top {
  margin-bottom: 0.2rem;
}

.pcm_top ul {
  display: flex;

  gap: 0.6rem;

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

.pcm_top ul li {
  width: 2.95rem;

  background: #f5f5f5;

  font-family: Arial;

  font-size: 0.22rem;

  font-weight: bold;

  text-align: center;

  letter-spacing: 0em;

  padding: 0.14rem 0;

  color: var(--i_color);

  cursor: pointer;
}

.pcm_top ul li.active {
  background-color: var(--i_color);

  color: #fff;
}

.pcm_contain .pcmc_box {
  display: none;
}

.pcm_contain .pcmc_box.active {
  display: block;
}

.pcm_wht_choose_us h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;
}

.pcm_wht_choose_us ul {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;

  padding-left: 0;
}

.pcm_wht_choose_us ul li {
  list-style: none;
}

.pcm_wht_choose_us ul span {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.24rem;

  color: #333333;
}

.pcm_wht_choose_us ul p {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.24rem;

  color: #333333;

  margin-left: 0.1rem;
}

.pcmc_box ul {
  display: flex;

  flex-direction: column;

  padding-left: 0;
}

.pcmc_box ul li {
  list-style: none;
}

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

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  color: #ffffff;

  background-color: var(--i_color);

  display: flex;

  padding: 0.15rem 0.17rem;

  align-items: center;
}

.pcmc_box ul li h3 i {
  background-color: #fff;

  color: var(--i_color);

  width: 0.36rem;

  height: 0.36rem;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 0.2rem;

  margin-right: 0.15rem;

  flex-shrink: 0;
}

.pcmc_box ul li h4 {
  background: #f5f5f5;

  padding: 0.2rem;

  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.24rem;

  letter-spacing: 0em;

  color: #333333;

  display: flex;
}

.pcmc_box ul li h4 i {
  background-color: #fff;

  color: var(--i_color);

  width: 0.36rem;

  height: 0.36rem;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 0.2rem;

  margin-right: 0.15rem;

  flex-shrink: 0;
}

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

@media screen and (max-width: 768px) {
  .pcm_top ul {
    gap: 0.3rem;
  }

  .pcm_top ul li {
    width: 2.5rem;

    font-size: 0.18rem;
  }
}

@media screen and (max-width: 560px) {
  .pcm_top ul li {
    width: 2.5rem;

    font-size: 0.16rem;
  }

  .productsDetail_contain {
    padding: 0.3rem 0;
  }

  .pcmc_box ul li h4 {
    padding: 0.1rem;

    font-size: 0.14rem;
  }
}

@media screen and (max-width: 375px) {
  .pcm_top ul li {
    width: 2.5rem;

    font-size: 0.14rem;
  }

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

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

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

.single_two_bac {
  background: var(--i_color);

  box-sizing: border-box;

  padding: 0.56rem var(--contain-width);

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

.single_two {
  width: 100%;
}

.bottom_single_tags {
  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  gap: 0.15rem;

  box-sizing: border-box;

  padding-bottom: 0.3rem;

  margin-bottom: 0.3rem;

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

.bottom_single_tags p {
  font-size: 0.18rem;

  color: #fff;

  font-family: "bold";

  line-height: 0.42rem;
}

.bottom_single_tags a {
  display: inline-block;

  box-sizing: border-box;

  padding: 0.1rem 0.12rem;

  font-size: 0.16rem;

  color: #333;

  background: #fff;

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

  text-transform: capitalize;

  margin-right: 0.1rem;

  font-weight: bold;

  font-family: Arial;
}

.sx span {
  font-size: 0.16rem;

  color: #fff;

  transition: all 0.3s ease;

  font-family: Arial;
}

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

.sx .sx_left:hover span {
  color: #38b6ff !important;
}

.sx .sx_left:hover p {
  color: #38b6ff !important;
}

.sx .sx_left:hover iconify-icon {
  color: #38b6ff !important;
}

.sx .sx_right:hover iconify-icon {
  color: #38b6ff !important;
}

.sx .sx_right:hover p {
  color: #38b6ff !important;
}

.sx .sx_right:hover span {
  color: #38b6ff !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;

    margin-bottom: 0.1rem;
  }

  .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 var(--contain-width);

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

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

    padding-bottom: 0.1rem;

    margin-bottom: 0.2rem;
  }
}

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

.productDetail_related_products {
  padding: 0.6rem 0;

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

.prp_maxbox {
  position: relative;
}

.productDetail_contain {
  margin-top: 0.4rem;

  position: relative;

  overflow: hidden;

  box-sizing: border-box;

  width: 100%;

  padding-bottom: 0.6rem;
}

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

  display: flex;

  position: relative;

  width: 100%;

  padding: 0.05rem;
}

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

  background: #fff;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

.product_hot_pagination {
  text-align: center;
}

/* 进度条容器 */

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

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

  border-radius: 4px;

  overflow: hidden;

  top: auto !important;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

.product_hot_pagination .swiper-pagination-progressbar-fill {
  background: #014099;

  border-radius: 4px;
}

.productDetail_contain ul {
  display: none;
}

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

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

  position: relative;
}

.productDetail_contain ul li a {
  display: flex;

  flex-direction: column;

  background: #f5f5f5;

  transition:
    background-color 0.5s ease,
    box-shadow 0.3s ease;

  height: 100%;
}

.productDetail_contain ul li a:hover {
  background-color: #fff;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.productDetail_contain ul li a:hover h3 {
  background-color: #fff;

  color: var(--i_color);
}

.productDetail_contain ul li a .hhpm_img {
  position: relative;

  padding: 0.16rem 0.15rem;

  display: block;
}

.productDetail_contain ul li a .hhpm_img::before {
  content: "";

  display: block;

  padding-bottom: 97.7%;
}

.productDetail_contain ul li a .hhpm_img i {
  position: absolute;

  left: 3.57%;

  top: 3.9%;

  width: 92.857%;

  height: 95.12%;

  background: #fff;
}

.productDetail_contain ul li a .hhpm_img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.productDetail_contain ul li a h3 {
  background: #f5f5f5;

  padding: 0.15rem 0.15rem;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  transition:
    background-color 0.5s ease,
    color 0.5s ease;

  flex: 1;

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

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

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

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

.aboutUs_taoyi {
  padding: 0.6rem 0;

  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}

.at_maxbox {
}

.atm_top {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 0.2rem;

  margin-bottom: 0.4rem;
}

.atm_top h3 {
  font-family: Arial;

  font-size: 1rem;

  font-weight: bold;

  line-height: normal;

  text-transform: uppercase;

  letter-spacing: 0em;

  color: var(--i_color);
}

.atm_top h4 {
  font-family: Arial;

  font-size: 0.26rem;

  font-weight: normal;

  line-height: 0.3rem;

  text-align: center;

  letter-spacing: 0em;

  color: #333333;
}

.atm_top h5 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.26rem;

  text-align: center;

  letter-spacing: 0em;

  color: #333333;
}

.atm_accordion {
}

.atma_box {
  position: relative;
}

.atma_box::before {
  content: "";

  display: block;

  padding-bottom: 40%;
}

.atm_accordion .atm_bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.atm_accordion .atm_bg img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.atm_accordion .atma_box ul {
  display: flex;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 5;
}

.atm_accordion .atma_box ul li {
  flex-grow: 1;

  width: 13.84%;

  border-right: 1px solid #d8d8d8;

  transition:
    flex-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.6s ease,
    transform 0.6s ease;

  position: relative;

  cursor: pointer;
}

.atm_accordion .atma_box ul li:not(.active) {
  filter: brightness(0.85);

  transform: scaleX(0.98);
}

.atm_accordion .atma_box ul li.active {
  flex-grow: 1000;

  filter: brightness(1);

  transform: scaleX(1);
}

.atm_accordion .atma_box ul li .atmab_info {
  position: absolute;

  bottom: 0;

  left: 0;

  padding: 0 0 0.2rem 0.15rem;

  box-sizing: border-box;

  opacity: 1;

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

.atmab_info img {
  width: 0.5rem;

  height: 0.5rem;

  object-fit: cover;
}

.atmab_info p {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.24rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #ffffff;
}

.atm_accordion .atma_box ul li.active {
  flex-grow: 1000 !important;
}

.atm_accordion .atma_box ul li.active .atmab_info {
  opacity: 0;

  transform: translateY(10px);
}

.atm_accordion .atma_box ul li.active .atmb_Info_active {
  opacity: 1;

  padding: 0 5%;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  margin-top: 0.5rem;

  transform: translateY(0);

  transition-delay: 0.2s;
}

.atm_accordion .atma_box ul li .atmb_Info_active {
  opacity: 0;

  transform: translateY(20px);

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

.atmb_Info_active h3 {
  font-family: Arial;

  font-size: 0.26rem;

  font-weight: bold;

  line-height: 0.4rem;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #ffffff;

  box-sizing: border-box;
}

.atmbia_box {
  width: 26.875vw;

  background: #ffffff;

  padding: 0.3rem 0.25rem;

  box-sizing: border-box;

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

  opacity: 0;

  transform: translateY(20px) scale(0.96);

  transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.8s ease;

  will-change: opacity, transform;
}

.atm_accordion .atma_box ul li.active .atmbia_box {
  opacity: 1;

  transform: translateY(0) scale(1);

  box-shadow: 0 0.18rem 0.45rem rgba(0, 0, 0, 0.18);

  transition-delay: 0.4s; /* 等整体展开一点再出现 */
}

.atmbia_box span {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: bold;

  line-height: 0.24rem;

  letter-spacing: 0em;

  color: var(--i_color);

  display: flex;

  align-items: center;

  margin-bottom: 0.2rem;
}

.atmbia_box span img {
  width: 0.41rem;

  height: 0.41rem;

  object-fit: cover;

  filter: brightness(0) saturate(100%) invert(23%) sepia(55%) saturate(1800%)
    hue-rotate(198deg) brightness(78%) contrast(112%);

  margin-right: 0.2rem;
}

.atmbia_box h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.22rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;
}

.atma_minbox {
  display: none;
}

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

.aboutUs_taoyi_bottom_card ul {
  display: flex;

  gap: 0.2rem;

  position: relative;

  padding: 1.2rem 0 0 0;
}

.aboutUs_taoyi_bottom_card ul::before {
  content: "Nanjing Taoyi";

  display: block;

  font-family: Arial;

  font-size: 1.86rem;

  font-weight: bold;

  text-align: center;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  background: linear-gradient(
    180deg,
    rgba(10, 56, 100, 0.35) 13%,

    rgba(10, 56, 100, 0.02) 89%
  );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 100%;
}

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

  background-color: rgba(10, 56, 100, 0.6);

  padding: 0.32rem 0.3rem 0.12rem 0.26rem;

  box-sizing: border-box;

  cursor: pointer;
}

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

  font-size: 0.18rem;

  font-weight: bold;

  line-height: 0.24rem;

  letter-spacing: 0em;

  color: #ffffff;

  margin-bottom: 0.15rem;
}

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

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.22rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .atmbia_box {
    width: 35.83vw;
  }
}

@media screen and (max-width: 1366px) {
  .atmbia_box {
    width: 35.33vw;
  }
}

@media screen and (max-width: 1200px) {
  .atmbia_box {
    width: 37.25vw;
  }

  .atmbia_box span {
    font-size: 0.16rem;
  }

  .atmbia_box span img {
    width: 0.35rem;

    height: 0.35rem;
  }

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

  .atm_top h3 {
    font-size: 0.8rem;
  }

  .atm_top h4 {
    font-size: 0.24rem;

    line-height: 0.3rem;
  }
}

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

  .atm_top h4 {
    font-size: 0.22rem;
  }

  .atm_top h5 {
    font-size: 0.15rem;
  }

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

  .aboutUs_taoyi_bottom_card ul {
    display: flex;

    gap: 0.2rem;

    position: relative;

    padding: 0.65rem 0 0 0;
  }

  .aboutUs_taoyi_bottom_card ul li {
    padding: 0.2rem;
  }

  .aboutUs_taoyi_bottom_card ul::before {
    font-size: 1rem;
  }
}

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

  .atma_minbox {
    display: block;

    width: 100%;
  }

  .atma_minbox ul {
    display: flex;

    flex-direction: column;

    gap: 0.15rem;
  }

  .atma_minbox ul li {
    width: 100%;

    background: #fff;

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

    padding: 0.2rem 0.15rem;

    box-sizing: border-box;

    /* display: flex;

    flex-direction: column;

    align-items: center; */
  }

  .atma_minbox ul li h3 {
    color: #000;

    display: flex;

    justify-content: center;

    font-size: 0.2rem;

    font-family: Arial;

    font-weight: bold;

    margin-bottom: 0.15rem;
  }

  .atma_minbox ul li span {
    color: var(--i_color);

    font-size: 0.16rem;

    font-family: Arial;

    margin-bottom: 0.1rem;

    display: flex;

    align-items: center;
  }

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

    height: 0.2rem;

    object-fit: cover;

    filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(1320%)
      hue-rotate(196deg) brightness(92%) contrast(98%);

    margin-right: 0.15rem;
  }

  .atma_minbox ul li h4 {
    font-size: 0.15rem;

    line-height: 0.2rem;

    color: #666666;

    font-family: Arial;
  }

  .atm_top h3 {
    font-size: 0.5rem;
  }

  .atm_top h4 {
    font-size: 0.2rem;
  }

  .aboutUs_taoyi_bottom_card {
    padding: 0.5rem 0 0.3rem 0;
  }

  .aboutUs_taoyi_bottom_card ul li {
    padding: 0.15rem;
  }

  .aboutUs_taoyi_bottom_card ul li h4 {
    font-size: 0.14rem;
  }
}

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

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

  .atm_top {
    gap: 0.15rem;
  }

  .atm_top h4 {
    font-size: 0.18rem;
  }

  .aboutUs_taoyi_bottom_card ul::before {
    display: none;
  }

  .aboutUs_taoyi_bottom_card ul {
    display: block;

    padding: 0;
  }

  .aboutUs_taoyi_bottom_card ul li {
    width: 100%;

    margin-bottom: 0.15rem;
  }

  .aboutUs_taoyi_bottom_card ul li h3 {
    margin-bottom: 0.1rem;

    font-size: 0.16rem;
  }
}

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

/* ----------------------------aboutUs Why Choose Us----------------------- */

.aboutUs_why_choose_us {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);

  padding: 0.6rem 0;
}

.awcu_maxbox {
}

.awcum_top {
  margin-bottom: 0.5rem;
}

.awcum_mapbg {
}

.awcum_mapbg span {
  position: relative;
}

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

  display: block;

  padding-bottom: 51.5%;
}

.awcum_mapbg span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

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

.awcum_cardBox ul {
  display: flex;

  gap: 0.37rem;

  flex-wrap: wrap;
}

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

  background: #ffffff;

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

  padding: 0.4rem 0.2rem 0.38rem 0.2rem;

  box-sizing: border-box;

  position: relative;

  cursor: pointer;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  gap: 0.4rem;

  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

.awcum_cardBox ul li:hover .awcumc_bottombox img {
  filter: brightness(0) invert(1);
}

.awcum_cardBox ul li:hover::before,
.awcum_cardBox ul li:hover::after {
  display: none;
}

.awcum_cardBox ul li:hover h3::before {
  background-color: #fff;
}

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

  width: 80%;

  height: 0.05rem;

  background-color: var(--i_color);

  position: absolute;

  bottom: -0.05rem;

  right: -0.05rem;
}

.awcum_cardBox ul li::after {
  content: "";

  width: 0.05rem;

  height: 80%;

  background-color: var(--i_color);

  position: absolute;

  bottom: -0.05rem;

  right: -0.05rem;
}

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

  font-size: 0.18rem;

  font-weight: bold;

  line-height: 26px;

  letter-spacing: 0em;

  color: var(--i_color);

  margin-bottom: 0.15rem;

  padding-left: 0.2rem;

  position: relative;
}

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

  background-color: var(--i_color);

  border-radius: 50%;

  width: 0.1rem;

  height: 0.1rem;

  left: 0;

  top: 0.08rem;

  position: absolute;
}

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

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.22rem;

  letter-spacing: 0em;

  color: #333333;
}

.awcumc_bottombox {
  display: flex;

  justify-content: space-between;
}

.awcumc_bottombox span {
  font-family: Arial;

  font-size: 0.46rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: rgba(153, 153, 153, 0.4);
}

.awcumc_bottombox img {
  width: 0.46rem;

  height: 0.46rem;

  object-fit: contain;
}

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

    padding: 0.3rem 0.2rem 0.38rem 0.2rem;
  }
}

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

  .awcum_cardBox {
    margin-top: 0;
  }
}

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

  .aboutUs_why_choose_us {
    padding: 0.3rem 0;
  }
}

/* ---------------------------aboutUs_company_environment---------------------- */

.aboutUs_company_environment {
  padding: 0.6rem 0;
}

.ace_maxbox {
}

.acem_top {
  margin-bottom: 0.5rem;
}

.gol_partner_box {
  /* cursor: url('static/images/custom.webp'), auto; */
}

.gol_partner {
  position: relative;

  padding: 0 0 0.8rem 0;
}

.gol_partner_list {
  width: 100%;

  padding: 0;

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  z-index: 1;
}

.gol_partner_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  z-index: 1;
}

.gol_partner_list li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  flex-direction: column;

  transition: width 0.3s ease;

  overflow: hidden;

  width: 20% !important;
}

.gol_partner_list .img {
  width: 100%;

  box-sizing: border-box;

  position: relative;

  height: 5.3rem;
}

.gol_partner_list .img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  vertical-align: top;
}

.gol_text {
  position: absolute;

  bottom: -100%;

  left: 0;

  width: 100%;

  box-sizing: border-box;

  padding: 1rem 4% 0.35rem 4%;

  background: linear-gradient(
    to top,

    rgba(33, 75, 151, 1),
    rgba(33, 75, 151, 0)
  );

  transition: all 0.5s ease;
}

.gol_text p {
  font-size: 0.18rem;

  color: #fff;
}

.gol_partner_list .swiper-slide-active {
  width: 48% !important;
}

.gol_partner_list .swiper-slide-active .gol_text {
  bottom: 0%;
}

/* 指示器 */

.gol_partner .pt-pagination {
  display: none;

  text-align: center;

  margin: 0.4rem auto 0;
}

.gol_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.12rem;

  height: 0.12rem;

  cursor: pointer;

  display: inline-block;

  margin: 0 5px;

  background: #bbb;

  border-radius: 0%;

  outline: none;
}

.gol_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;

  background: var(--i_color);
}

/* 左右箭头 */

.gol_partner .pt-button-prev,
.gol_partner .pt-button-next {
  position: absolute;

  bottom: 0;

  width: 0.48rem;

  height: 0.48rem;

  box-sizing: border-box;

  z-index: 999;

  cursor: pointer;

  outline: none;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  transition: all 0.3s ease;

  background: #e0e0e0;
}

.gol_partner .pt-button-prev img,
.gol_partner .pt-button-next img {
  filter: brightness(0) invert(1);
}

.gol_partner .pt-button-prev {
  left: 46.5%;
}

.gol_partner .pt-button-next {
  right: 46.5%;
}

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

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

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

@media screen and (max-width: 1366px) {
  .gol_partner_list .img {
    height: 4.8rem;
  }
}

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

  .gol_partner .pt-pagination {
    display: block;
  }

  .gol_partner_list .img {
    height: 4.5rem;
  }
}

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

@media screen and (max-width: 959px) {
  .gol_partner_list .img {
    height: 4rem;
  }

  .golbal_bac {
    border-radius: 0.6rem 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .gol_partner_list .img {
    height: 3.5rem;
  }

  .gol_text p {
    font-size: 0.16rem;
  }

  .gol_text {
    padding: 1rem 4% 0.3rem 4%;
  }

  .gol_partner_list li {
    width: 100% !important;
  }

  .gol_partner_list .swiper-slide-active {
    width: 100% !important;
  }

  .golbal_bac {
    border-radius: 0.4rem 0 0 0;
  }

  .aboutUs_overseas_Cases_top_box_left_title {
    padding: 0.1rem 0 0.12rem 0;
  }

  .aboutUs_overseas_Cases_top_box_left_des {
    font-size: 0.15rem;

    line-height: 0.25rem;
  }

  .aboutUs_overseas_Cases_top_box_right a {
    font-size: 0.15rem;
  }

  .aboutUs_overseas_Cases_top_box_right iconify-icon {
    font-size: 0.18rem;
  }
}

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

  .gol_text p {
    font-size: 0.14rem;
  }

  .gol_text {
    padding: 1rem 4% 0.2rem 4%;
  }

  .gol_partner .pt-pagination .swiper-pagination-bullet {
    width: 0.1rem;

    height: 0.1rem;
  }

  .aboutUs_overseas_Cases_top_box_left_title_left {
    padding: 0.05rem 0;
  }

  .aboutUs_overseas_Cases_top_box_left_des {
    font-size: 0.13rem;

    line-height: 0.2rem;
  }

  .aboutUs_overseas_Cases_top_box_right {
    /* 让它靠右 */

    text-align: right;

    /* 内联内容靠右 */

    margin-top: 10px;

    /* 如果需要和上方有间距 */
  }

  .aboutUs_overseas_Cases_top_box_right a {
    font-size: 0.12rem;

    width: fit-content;

    padding: 0.08rem 0.15rem;

    display: inline-block;
  }

  .aboutUs_overseas_Cases_top_box_right iconify-icon {
    display: none;
  }

  .aboutUs_overseas_Cases_top_topMaxBox {
    padding-bottom: 0.1rem;
  }

  .aboutUs_overseas_Cases_top_box_right a span {
    margin-right: 0;
  }

  .aboutUs_overseas_Cases_top_box {
    display: block;
  }

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

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

/* --------------------------------Our Services------------------------------------ */

.service_our_service {
  padding: 0.6rem 0;
}

.sos_maxbox {
}

.sosm_top {
  margin-bottom: 0.5rem;
}

.sosm_contain ul {
  display: flex;

  flex-direction: column;
}

/* 公共 */

.sosm_contain ul li {
  width: 100%;

  padding: 0.7rem 0;

  cursor: pointer;
}

/* 奇数：左图右文 + 灰色背景 */

.sosm_contain ul li:nth-child(odd) {
  background: #f7f7f7;
}

.sosm_contain ul li:nth-child(odd) .sosmc_card {
  flex-direction: row;
}

/* 偶数：左文右图 + 白色背景 */

.sosm_contain ul li:nth-child(even) {
  background: #fff;
}

.sosm_contain ul li:nth-child(even) .sosmc_card {
  flex-direction: row-reverse;
}

.sosmc_card {
  display: flex;

  justify-content: space-between;
}

.sosmc_card .sosmc_pic {
  width: 47.3%;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.sosmc_card .sosmc_info {
  width: 47.69%;
}

.sosmc_card .sosmc_pic span {
  width: 100%;

  display: block;

  position: relative;
}

.sosmc_card .sosmc_pic span::before {
  content: "";

  padding-bottom: 61.5%;

  display: block;
}

.sosmc_card .sosmc_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.sosmc_info h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  text-transform: capitalize;

  padding: 0.2rem 0;

  border-bottom: #dddddd 2px solid;

  color: var(--i_color);

  margin-bottom: 0.2rem;
}

.sosmc_info h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.28rem;

  letter-spacing: 0em;

  color: #333333;
}

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

  .sosmc_info h4 {
    font-size: 0.14rem;

    line-height: 0.25rem;
  }
}

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

  .sosmc_info h3 {
    font-size: 0.18rem;
  }
}

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

  .sosmc_card .sosmc_pic {
    width: 100%;
  }

  .sosmc_card .sosmc_info {
    width: 100%;
  }

  .sosmc_info h3 {
    padding: 0.2rem 0;
  }

  .service_our_service {
    padding: 0.3rem 0;
  }

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

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

.service_ser_advantage {
  padding: 0.6rem 0;

  background: #fff;
}

.ssa_maxbox {
}

.ssam_top {
  margin-bottom: 0.5rem;
}

.ssam_top .public_center h4 {
  text-align: center;
}

.ssam_contain {
  display: flex;

  justify-content: space-between;
}

.ssamc_leftbox {
  width: 58.84%;
}

.ssamc_leftbox ul {
  display: flex;

  flex-direction: column;

  height: 100%;

  justify-content: space-between;

  gap: 0.2rem;
}

.ssamc_leftbox ul li {
  padding: 0.3rem 1rem 0.3rem 0.4rem;

  box-sizing: border-box;

  background: #f5f5f5;

  cursor: pointer;

  height: calc((100% - 2 * 0.2rem) / 3);
}

.ssamc_leftbox ul li.active {
  background: rgba(10, 56, 100, 0.05);

  position: relative;
}

.ssamc_leftbox ul li.active::before {
  content: "";

  width: 0.07rem;

  height: 100%;

  background-color: var(--i_color);

  display: block;

  position: absolute;

  left: 0;

  top: 0;
}

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

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

  font-size: 0.24rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;

  color: #333333;

  margin-bottom: 0.2rem;
}

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

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  letter-spacing: 0em;

  color: #666666;
}

.ssamc_rightbox {
  width: 37.84%;
}

.ssamc_rightbox .ssamcr_pic {
  position: relative;

  height: 100%;
}

.ssamc_rightbox .ssamcr_pic::before {
  content: "";

  display: block;

  padding-bottom: 112.5%;
}

.ssamc_rightbox .ssamcr_pic img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  opacity: 0;

  clip-path: inset(0 0 100% 0);

  transition:
    opacity 0.3s ease,
    clip-path 0.6s ease;
}

.ssamc_rightbox .ssamcr_pic img.active {
  opacity: 1;

  clip-path: inset(0 0 0 0);
}

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

  .ssamc_leftbox ul li h3 {
    font-size: 0.22rem;
  }

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

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

  .ssamc_leftbox {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .ssamc_rightbox {
    width: 100%;
  }

  .ssamc_rightbox .ssamcr_pic::before {
    content: "";

    display: block;

    padding-bottom: 100%;
  }
}

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

  .ssamc_leftbox ul li {
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  }

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

    margin-bottom: 0.1rem;
  }

  .ssamc_leftbox ul li h4 {
    font-size: 0.15rem;

    line-height: 0.25rem;
  }

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

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

.news_maxbox {
  padding: 0.6rem 0;
}

.nm_box {
}

.nmb_top {
  display: flex;

  justify-content: space-between;

  padding-bottom: 0.3rem;

  border-bottom: 1px solid #e8e8e8;

  margin-bottom: 0.3rem;
}

.nmb_top span {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;
}

.nmb_top ul {
  display: flex;

  gap: 0.6rem;
}

.nmb_top ul li {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;

  display: flex;

  align-items: center;

  cursor: pointer;

  padding: 0 0.15rem;
}

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

  position: relative;
}

.nmb_top ul li.active::before {
  content: "";

  background-color: var(--i_color);

  display: block;

  position: absolute;

  bottom: -0.3rem;

  left: 0;

  width: 100%;

  height: 0.02rem;
}

.nmb_newsbox ul {
  display: flex;

  flex-direction: column;
}

.nmb_contain .nmb_news,
.nmb_contain .nmb_blog {
  display: none;
}

.nmb_contain .nmb_news.active,
.nmb_contain .nmb_blog.active {
  display: block;
}

.nmb_newsbox ul li {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);

  margin-bottom: 0.3rem;

  padding: 0.25rem 0;

  box-sizing: border-box;
}

.nmb_newsbox ul li a .nmbn_info .nmbni_info .nmbni_bottomDiv .news_btn {
  padding: 0.12rem 0.28rem;
}

.nmb_newsbox ul li:hover .nmbni_bottomDiv .news_btn {
  background: var(--i_color);

  color: #fff;
}

.nmb_newsbox ul li:hover .nmbni_bottomDiv .news_btn img {
  filter: brightness(0) invert(1);
}

.nmb_newsbox ul li a {
}

.nmb_newsbox ul li a .nmbn_title {
  font-family: Arial;

  font-size: 0.26rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: var(--i_color);

  background: linear-gradient(
    90deg,
    rgba(10, 56, 100, 0.1) 0%,

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

  padding: 0.15rem 0.23rem;

  box-sizing: border-box;
}

.nmbn_info {
  display: flex;

  padding: 0.3rem 0.4rem 0 0.56rem;

  box-sizing: border-box;

  justify-content: space-between;
}

.nmbn_info .nmbni_pic {
  width: 29%;
}

.nmbn_info .nmbni_pic span {
  width: 100%;

  position: relative;

  display: block;
}

.nmbn_info .nmbni_pic span::before {
  content: "";

  display: block;

  padding-bottom: 80%;
}

.nmbn_info .nmbni_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.nmbn_info .nmbni_info {
  width: 66.5%;
}

.nmbn_info .nmbni_info .nmbnii_h3 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.3rem;
}

.nmbn_info .nmbni_info h4 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.5rem;
}

.nmbn_info .nmbni_info h4 i {
  font-size: 0.16rem;
}

.nmbni_bottomDiv {
  display: flex;
}

.nmbni_bottomDiv {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.nmbni_bottomDiv .news_btn {
  background: transparent;

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

  color: var(--i_color);

  display: flex;

  align-items: center;

  font-size: 0.18rem;
}

.nmbni_bottomDiv .news_btn img {
  margin-left: 0.2rem;
}

.nmbni_bottomDiv h3 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.3rem;

  text-align: right;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #999999;
}

@media screen and (max-width: 1024px) {
  .nmb_top span {
    font-size: 0.3rem;
  }

  .nmb_top {
    padding-bottom: 0.2rem;
  }

  .nmb_top ul li.active::before {
    bottom: -0.2rem;
  }

  .nmb_newsbox ul li a .nmbn_title {
    font-size: 0.24rem;
  }

  .nmbn_info .nmbni_pic {
    display: flex;

    align-items: center;
  }

  .nmbn_info .nmbni_info .nmbnii_h3 {
    font-size: 0.16rem;

    line-height: 0.26rem;

    margin-bottom: 0.2rem;
  }

  .nmbn_info .nmbni_info h4 {
    font-size: 0.16rem;

    line-height: 0.3rem;

    margin-bottom: 0.3rem;
  }

  .nmbn_info .nmbni_info h4 i {
    font-size: 0.14rem;
  }

  .nmbni_bottomDiv .news_btn {
    font-size: 0.16rem;
  }

  .nmb_newsbox ul li a .nmbn_info .nmbni_info .nmbni_bottomDiv .news_btn {
    padding: 0.08rem 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .nmb_top span {
    font-size: 0.26rem;
  }

  .nmb_newsbox ul li a .nmbn_title {
    font-size: 0.2rem;
  }

  .nmb_newsbox ul li {
    padding: 0.2rem 0;
  }

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

  .nmbn_info .nmbni_info .nmbnii_h3 {
    margin-bottom: 0.15rem;
  }

  .nmbn_info .nmbni_info h4 {
    margin-bottom: 0.2rem;
  }

  .nmbni_bottomDiv .news_btn {
    font-size: 0.14rem;
  }
}

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

    padding: 0;
  }

  .nmbn_info .nmbni_pic {
    width: 100%;
  }

  .nmbn_info .nmbni_info {
    width: 100%;

    padding: 0.1rem;

    box-sizing: border-box;
  }

  .nmb_newsbox ul li a .nmbn_info .nmbni_info .nmbni_bottomDiv {
    padding: 0 0.1rem 0 0;
  }

  .nmb_newsbox ul li a .nmbn_info .nmbni_info .nmbni_bottomDiv .news_btn {
    padding: 0.08rem 0.15rem;
  }

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

  .nmb_newsbox ul li a .nmbn_title {
    font-size: 0.18rem;
  }

  .nmb_top {
    padding-bottom: 0.1rem;
  }

  .nmb_top ul li.active::before {
    bottom: -0.1rem;
  }

  .nmb_top ul {
    display: flex;

    gap: 0.1rem;
  }
}

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

.contact_us {
  padding: 0.6rem 0;
}

.cu_maxbox {
}

.cum_top {
  margin-bottom: 0.5rem;
}

.cum_contain {
  display: flex;

  justify-content: space-between;
}

.cum_contain .cumc_info {
  width: 47.69%;
}

.cum_contain .cumc_info ul {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;
}

.cum_contain .cumc_info ul li h3 {
  display: flex;

  align-items: center;

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

  position: relative;

  padding-bottom: 0.1rem;
}

.cum_contain .cumc_info ul li h3::before {
  content: "";

  display: block;

  width: 40%;

  height: 0.015rem;

  background: var(--i_color);

  position: absolute;

  bottom: 0;

  left: 0;

  transition: all 0.7s ease;
}

.cum_contain .cumc_info ul li:hover h3::before {
  width: 100%;
}

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

  font-size: 0.24rem;

  font-weight: normal;

  color: #333333;
}

.cum_contain .cumc_info ul li h3 img {
  width: 0.48rem;

  height: 0.48rem;

  object-fit: contain;

  margin-right: 0.15rem;
}

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

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.32rem;

  letter-spacing: 0em;

  color: #333333;

  padding-top: 0.1rem;

  display: block;

  white-space: normal;

  word-break: break-word;

  overflow-wrap: break-word;
}

.cum_contain .cumc_pic {
  width: 47.69%;

  display: block;

  align-items: center;
}

.cum_contain .cumc_pic span {
  display: block;

  position: relative;
}

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

  display: block;

  padding-bottom: 82.5%;
}

.cum_contain .cumc_pic span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

@media screen and (max-width: 1024px) {
  .cum_contain .cumc_info ul li h3 img {
    width: 0.3rem;

    height: 0.3rem;

    margin-right: 0.1rem;
  }

  .cum_contain .cumc_info ul li h3 i {
    font-size: 0.2rem;
  }

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

    line-height: 0.25rem;

    padding-top: 0.05rem;
  }
}

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

    flex-direction: column;
  }

  .cum_contain .cumc_info {
    order: 2;

    width: 100%;
  }

  .cum_contain .cumc_pic {
    order: 1;

    width: 100%;

    margin-bottom: 0.2rem;
  }

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

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

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

  .contact_us {
    padding: 0.3rem 0;
  }
}

/* ----------------------Online Message-------------  */

.online_message {
  padding: 0.6rem 0;
}

.om_maxbox {
}

.omm_top {
  margin-bottom: 0.5rem;
}

.omm_contain {
}

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

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  width: 100%;
}

#wpforms-121 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

/* 字段样式 */

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

  padding: 0 1px 20px;

  margin: 0 0 6px;

  overflow-x: initial !important;

  position: relative;
}

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

#wpforms-121 .wpforms-field-container .wpforms-field > input,
#wpforms-121 .wpforms-field-container textarea {
  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid #ccc;

  background: #fff;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

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

  background: #f7f7f7;

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

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

  background: #f7f7f7;

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

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

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

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

/* 验证错误提示 */

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

  left: 0;

  bottom: 0;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

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

#wpforms-121-field_4-container,
#wpforms-121-field_5-container {
  width: 49% !important;
}

#wpforms-121-field_6-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;
}

#wpforms-121 .wpforms-submit-container button {
  width: 2.26rem;

  height: 0.56rem;

  font-size: 0.2rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

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

  color: #fff;
}

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

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

  #wpforms-121-field_5-container,
  #wpforms-121-field_6-container {
    width: 100% !important;
  }

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

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

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

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

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

  .online_message {
    padding: 0.3rem 0;
  }
}

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

.hide {
  display: none !important;
}
