@charset "utf-8";

:root {
  --i_color: #72bb34;
  /* 全局颜色 */
  --i_color2: #fff;

  /* 副颜色 */
  --top_h: 0.96rem;
  --header_info_h: 0.4rem;
  /* 顶部信息 */
  /* 导航 */
  --header_height: 1.36rem;
  /* 导航总高度 */
  --border_color: #72bb34;
}

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

@media screen and (max-width: 1024px) {
  :root {
    --header_info_h: 0.4rem;
    --top_h: 0.6rem;
    --header_height: 1rem;
  }
}

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

@media screen and (max-width: 425px) {
}
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
#company_biopharmaceutical_pipeline {
  scroll-margin-top: 180px; /* 你的头部高度 */
}
.wrap {
  width: 94vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 8.35%;
}

.wrap02 {
  width: 1500px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
.wrap_1600 {
  width: 94vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_1790 {
  width: 96vw;
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1921px) {
  .wrap {
    width: 85vw;
    max-width: none;
  }
  .wrap_1600 {
    width: 85vw;
    max-width: none;
  }
  .wrap_1790 {
    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_title---------------------- */
.public_title {
}
.public_title h3 {
  font-family: "Montserrat";
  font-size: 0.4rem;
  font-weight: 600;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
}
.public_title h3 span {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public_title h3 span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public_title h3 p {
  color: var(--i_color);
  margin-right: 0.1rem;
}
.public_title h4 {
  font-family: "Montserrat";
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  text-align: left;
}
.public_title h4 a {
  font-family: "Montserrat";
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  text-align: left;
}
.public_title h4 span {
  font-size: 0.11rem;
  top: -0.08rem;
  position: relative;
  left: 0.03rem;
}
@media screen and (max-width: 1024px) {
  .public_title h3 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .public_title h3 span {
    width: 0.28rem;
    height: 0.28rem;
  }
  .public_title h4 {
    font-size: 0.16rem;
  }
  .public_title h4 a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .public_title h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .public_title h3 span {
    width: 0.24rem;
    height: 0.24rem;
  }
  .public_title h4 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .public_title h3 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .public_title h4 {
    font-size: 0.12rem;
  }
  .public_title h4 span {
    font-size: 0.06rem;
  }
}
/* -----------------------------------------------public_btn-------------------------------- */
.public_btn {
}
.public_btn a {
  font-family: "Montserrat";
  font-size: 0.18rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.16rem 0.2rem 0.16rem 0.24rem;
  border-radius: 0.05rem;
  box-sizing: border-box;
  background: var(--i_color);
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.35s ease;
}
.public_btn a img {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
  margin-right: 0.16rem;
  transition: all 0.35s ease;
}
.public_btn a:hover {
  background: #fff;
  border: 1px solid var(--i_color);
  color: var(--i_color);
}
.public_btn a:hover img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(65%) saturate(400%)
    hue-rotate(60deg) brightness(95%) contrast(90%);
}
@media screen and (max-width: 1024px) {
  .public_btn a {
    font-size: 0.16rem;

    padding: 0.1rem 0.15rem 0.1rem 0.2rem;
  }
  .public_btn a img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .public_btn a {
    font-size: 0.14rem;

    padding: 0.08rem 0.1rem 0.08rem 0.15rem;
  }
  .public_btn a img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.1rem;
  }
}

/* -----------------------------------------public_whiteBg_btn------------------------------ */
.public_whiteBg_btn {
}
.public_whiteBg_btn a {
  font-family: "Montserrat";
  font-size: 0.18rem;
  font-weight: 500;
  color: var(--i_color);
  padding: 0.16rem 0.2rem 0.16rem 0.24rem;
  border-radius: 0.05rem;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid var(--i_color);
  transition: all 0.35s ease;
}
.public_whiteBg_btn a img {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
  margin-right: 0.16rem;
  transition: all 0.35s ease;
  filter: brightness(0) saturate(100%) invert(55%) sepia(65%) saturate(400%)
    hue-rotate(60deg) brightness(95%) contrast(90%);
}
.public_whiteBg_btn a:hover {
  background: var(--i_color);
  border: 1px solid transparent;
  color: #fff;
}
.public_whiteBg_btn a:hover img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) {
  .public_whiteBg_btn a {
    font-size: 0.16rem;

    padding: 0.1rem 0.15rem 0.1rem 0.2rem;
  }
  .public_whiteBg_btn a img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .public_whiteBg_btn a {
    font-size: 0.14rem;

    padding: 0.08rem 0.1rem 0.08rem 0.15rem;
  }
  .public_whiteBg_btn a img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.1rem;
  }
}
/*--------------------- public_menu------------------ */
.public_menu {
  margin-bottom: 0.2rem;
}
.public_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.public_menu ul li {
}
.public_menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 500;
  color: #373434;
  transition: all 0.35s ease;
  padding: 0.3rem 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.public_menu ul li a::before {
  content: "";
  width: 0;
  height: 0.01rem;
  background: var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.35s ease;
}
.public_menu ul li.active a {
  color: var(--i_color);
}
.public_menu ul li.active a::before {
  width: 100%;
}
.public_menu ul li:hover a {
  color: var(--i_color);
}
.public_menu ul li:hover a::before {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .public_menu ul li a {
    padding: 0.1rem 0;
  }
}
/* ------------------------public_page_menu---------------- */
.public_page_menu {
  padding: 0.6rem 0;
}
.ppm_menu .public_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ppm_menu .public_menu ul li {
  width: calc((100% / 4));
}

@media screen and (max-width: 560px) {
  .public_page_menu {
    padding: 0.3rem 0;
  }
  .ppm_menu .public_menu ul li {
    width: 100%;
  }
  .ppm_menu .public_menu ul li a {
    justify-content: flex-start;
  }
}
/* ------------------------Paging -------------------------*/

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);
  box-sizing: border-box;
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;
  width: 100%;
}

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

  margin: 0 4px;
}

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

  padding: 0 10px;

  height: var(--size);

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

  font-size: 14px;

  color: #666;

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ccc;

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

  border-radius: var(--border_radius);

  overflow: hidden;
}

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

.in_paging i {
  margin-top: 14px;

  width: 100%;

  font-size: 13px;

  color: #888;
}

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

  background: var(--curr_color);

  color: #fff !important;
}
/* --------------------------------------------------header----------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  height: var(--header_height);
}

.top_cont {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: var(--top_h);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.top_cont .top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

/* @media screen and (max-width:1024px) {
	.top_cont{background: #373737;}
} */
/* logo */
.logo {
  display: -webkit-flex;

  height: 57.29%;
}

.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

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

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

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

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

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 1.3rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 0.48rem;
    z-index: 2014;
    height: 100%;
  }

  .i_nav > li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .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.16rem;
    color: #333;
    /* line-height: var(--top_h); */
    line-height: 1.25;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: 500;
    font-family: "Montserrat";
    padding: 0.06rem 0.12rem;
    border-radius: 0.2rem;
  }

  .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 > .active > a {
    /* background-color: var(--i_color); */
    color: var(--i_color);
  }
  .i_nav > li:hover > a,
  .i_nav > .current-menu-item > a {
    background-color: var(--i_color);
    color: #fff;
  }
  .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: 100%;
  }

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

  .i_nav > li > .sub-menu li {
    position: relative;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav > li > .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

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

  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 1.4rem;
  }

  .i_nav .sub-menu .sub-menu li {
    border-bottom-color: #666;
  }

  .i_nav .sub-menu .sub-menu a {
    font-size: 14px;
    color: #333;
  }

  .i_nav .sub-menu .sub-menu li:hover {
    background: var(--i_color);
    border-bottom-color: var(--i_color);
  }
  .i_nav .sub-menu .sub-menu li:hover a {
    color: #fff;
  }
}

@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;
    margin-left: 0.6rem;
  }

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

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: calc(var(--header_height));
    left: 101%;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav.active {
    opacity: 1;
    left: 0;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }

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

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }

  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.24rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
    background-size: 0.24rem;
  }

  .i_nav > li > a {
    padding: 0 3%;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }

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

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

  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 16px;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }

  /* .i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	} */
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }

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

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

  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 15px;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .i_nav {
    top: calc(var(--header_height));
  }
}
/* 移动端导航按钮 */
.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;
    margin-left: 0rem;
  }
}
.top_r {
  --size: 0.24rem;
}
.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 0.26rem;
}
.top_r i {
  display: block;
  width: 1px;
  height: 0.25rem;
  background-color: #333;
  margin: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}
@media screen and (max-width: 560px) {
  .top_r {
    gap: 0.15rem;
  }
}
.search_cont,
.top_language {
  height: var(--top_h);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: relative;
}
/* .top_search_ico iconify-icon,
.top_language_btn iconify-icon {
  font-size: var(--size);
  color: #333;
  cursor: pointer;
}

.top_search_ico iconify-icon:hover,
.top_search_ico.on iconify-icon,
.top_language_btn.on iconify-icon {
  color: var(--i_color);
} */
.top_search_ico img:hover,
.top_search_ico.on img,
.top_language_btn.on .languageimg {
  filter: brightness(0) saturate(100%) invert(64%) sepia(36%) saturate(486%)
    hue-rotate(52deg) brightness(95%) contrast(90%);
}
.top_search_ico img,
.top_language img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}
.top_language {
  position: relative;
}
.top_language_btn {
  padding: 0rem 0.18rem 0rem 0;
  position: relative;
  cursor: pointer;
}
.top_language_btn::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.top_language_btn.on::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-top-color: var(--i_color);
}
.top_language_btn.on p {
  color: var(--i_color);
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--header_height) + 0.2rem);
  right: 0;
  background: #fff;
  min-width: 1.2rem;
  z-index: 2016;
  box-shadow: 0 8px 0.1rem rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
  text-align: left;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--top_h);
}

.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

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

/* @media screen and (max-width:1024px) {
	.language_list dt>h6{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.top_language_btn p{display: none;}
	.top_language_btn iconify-icon{display: block;}
	.language_list dt>h6{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.language_list dt>h6{font-size: 14px;}
	.language_list{-webkit-border-radius:6px; border-radius:6px;}
	.lang_list .trp-ls-language-name{font-size: 13px;}
} */
@media screen and (max-width: 1024px) {
  .top_search_ico img,
  .top_language img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .top_language_btn::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  /* .top_search_ico img,
  .top_language img {
    width: 0.16rem;
    height: 0.16rem;
  } */
}
/* search */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  right: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
}
.top_search form {
  width: 90%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

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

.full_header_height {
  height: var(--header_height);
}

/* -----------------------------------------顶部信息-------------------------- */
.top_info {
  background: var(--i_color);
  height: var(--header_info_h);
  display: flex;
  align-items: center;
}
.ti_info {
  display: flex;
  align-items: center;
}
.ti_maxbox {
  display: flex;
  justify-content: space-between;
}
.ti_info ul {
  display: flex;
  gap: 0.38rem;
  align-items: center;
}
.ti_info ul li {
  height: 80%;
}
.ti_info ul li a {
  display: block;
  height: 100%;
  font-family: "Montserrat";
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.ti_info ul li a img {
  width: 0.14rem;
  height: 0.14rem;
  object-fit: contain;
  margin-right: 0.05rem;
}

.ti_info ul li a:hover {
  text-decoration: underline;
}
.header_broadcast_li a img {
  width: 0.16rem;
  height: 0.16rem;
}
.header_broadcast_li {
  width: 3rem;
  display: block;
}
.header_broadcast_li a {
  display: flex;
  align-items: center;
}
.hbl_box {
  flex: 1;
  overflow: hidden;
}
.marquee {
  display: inline-block;
  white-space: nowrap; /* 不换行 */
  animation: scrollText 12s linear infinite;
  will-change: transform;
}
.header_broadcast_li:hover .marquee {
  animation-play-state: paused;
}
/* 动画 */
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ti_media {
  display: flex;
}
.ti_media .tim_span {
  margin-right: 0.4rem;
}
.ti_media .tim_span a {
  color: #fff;
  font-family: "Montserrat";
  font-weight: normal;
  display: flex;
  align-items: center;
}
.ti_media .tim_span a img {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.ti_media .tim_span a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .header_broadcast_li {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ti_media {
    display: none;
  }
  .ti_info {
    width: 100%;
  }
  .ti_info ul {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .header_broadcast_li {
    width: 100%;
  }
  .ti_info ul li:nth-child(2),
  .ti_info ul li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .ti_media .tim_span {
    margin-right: 0.2rem;
  }
  .ti_media ul {
    gap: 0.15rem;
  }
}

/* -------------------------------------------footer------------------------------------- */
footer {
}

.footer_maxBox {
  border-top: #d1d1d1 1px solid;
}

.footer_topMaxBox {
  position: relative;
  background: #f9f9f9;
}
.ft_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.ft_bg img {
  width: 100%;
  object-fit: contain;
}
.ftc_address {
  display: flex;
  align-items: flex-start;

  font-family: "Montserrat";
  font-weight: 400;
  color: #666666;
}
.ftc_address span {
  display: block;
  flex-shrink: 0;
}
.ftc_address span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft_top {
  display: flex;
  justify-content: space-between;
  padding: 0.28rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  align-items: center;
}
.ft_top span {
  width: 2.7rem;
  display: block;
}
.ft_top span img {
  width: 100%;
  object-fit: contain;
}
.ft_top ul {
  display: flex;
  gap: 0.58rem;
}
.ft_top ul li {
}
.ft_top ul li a {
  font-family: "Montserrat";
  font-weight: normal;
  color: #333333;
  transition: all 0.35s ease;
}
.ft_top ul li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.ft_center {
  padding: 0.6rem 0;
}
.ftc_max_ul {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.28rem;
}
.ftc_max_ul > li:nth-child(1) {
  flex: 1.5;
  height: fit-content;
}
.ftc_max_ul > li:nth-child(2),
.ftc_max_ul > li:nth-child(3),
.ftc_max_ul > li:nth-child(4) {
  flex: 1;
  height: fit-content;
}

.ftc_infoul {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.ftc_infoul li {
  display: flex;
  align-items: flex-start;
  font-family: "Montserrat";
  font-weight: 400;
  color: #666666;
}
.ftc_infoul li h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: var(--i_color);
}
.ftc_infoul li span {
  width: 0.26rem;
  height: 0.26rem;
  display: block;
  margin-right: 0.05rem;
  flex-shrink: 0;
}
.ftc_infoul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ftc_infoul li a {
  font-family: "Montserrat";
  font-weight: 400;
  color: #333333;
  transition: all 0.35s ease;
}
.ftc_infoul li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.ftc_menuul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.ftc_menuul li {
}
.ftc_menuul li a {
  font-family: "Montserrat";
  font-weight: 400;
  transition: all 0.35s ease;
}
.ftc_menuul li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.ftc_menuul li h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: var(--i_color);
}
.ftc_menuul li dl {
  display: flex;
  gap: 0.2rem;
}
.ftc_menuul li dl dt a {
}
.ftc_menuul li dl dt {
}
.ftc_menuul li dl dt iconify-icon {
  font-size: 0.26rem;
  display: inline-block;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}
.ftc_menuul li dl dt:hover iconify-icon {
  color: var(--i_color) !important;
  transform: rotateY(180deg);
}
.footer_bottomMaxBox {
  padding: 0.32rem 0;
  background: #e8eae7;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  font-family: "Montserrat";
}
.footer_bottomMaxBox .wrap a {
  color: #333;
  cursor: pointer;
  font-family: "Montserrat";
}
.footer_bottomMaxBox .wrap a:hover {
  text-decoration: underline;
}
.ft_top dl {
  display: none;
}
@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) {
  .ft_top ul {
    display: flex;
    gap: 0.2rem;
  }
  .ft_center {
    padding: 0.3rem 0;
  }
  .ft_top {
    padding: 0.2rem 0;
  }
  .ftc_max_ul {
    margin-bottom: 0.15rem;
  }
  .ftc_max_ul > li:nth-child(2) {
    display: none;
  }
  .ftc_infoul {
    gap: 0.2rem;
  }
  .ftc_infoul li span {
    width: 0.2rem;
    height: 0.2rem;
  }
  .ftc_address span {
    width: 0.2rem;
    height: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ftc_max_ul > li:nth-child(3) {
    display: none;
  }
  .footer_bottomMaxBox {
    padding: 0.2rem 0;
  }
  .ft_top ul {
    display: none;
  }
  .ft_top span {
    width: 2rem;
  }
  .ftc_menuul li dl dt iconify-icon {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_bottomMaxBox {
    font-size: 0.1rem;
    padding: 0.1rem 0;
  }
  .ftc_max_ul > li:nth-child(4) {
    display: none;
  }
  .ft_center {
    padding: 0.2rem 0;
  }
  .ftc_infoul {
    gap: 0.15rem;
  }
  .ft_top dl {
    display: flex;
    gap: 0.1rem;
  }
  .ft_top dl dt a iconify-icon {
    font-size: 0.16rem;
  }
  .ft_top dl dt:hover a iconify-icon {
    color: var(--i_color) !important;
  }
  .ft_top {
    padding: 0.1rem 0;
  }
}

/* -----------------------------------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: 41.79%;
  /* 设置比例 */
  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;
  opacity: 1;
}

.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: 15.5%;
  left: 13.8%;

  z-index: 3;
  text-align: center;
  width: 40%;
}

.b_text1 h3 {
  font-size: 0.62rem;
  font-weight: bold;
  color: #285800;
  text-align: left;

  margin-bottom: 0.5rem;
}
.b_text1 h4 {
  font-size: 0.32rem;
  font-weight: 500;
  color: #265002;
  text-align: left;
  margin-bottom: 0.2rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.b_text1 h4::before {
  content: "";
  display: block;
  width: 25%;
  height: 0.03rem;
  background: linear-gradient(90deg, #72bb34 0%, #72bb3400 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.b_text1 h5 {
  font-size: 0.24rem;
  font-weight: 500;

  color: #265002;
  text-align: left;
}
.b_text1_label {
  position: absolute;
  left: 13.54%;
  bottom: 15%;
  display: flex;
  height: 1rem;
  cursor: pointer;
}
.b_text1_label a {
  display: flex;
}
.b_text1_label span {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  width: 0.97rem;
}
.b_text1_label span img {
  width: 77%;
  object-fit: contain;
}
.btl_box {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.15rem 0.2rem;
  box-sizing: border-box;
  width: 4.96rem;
}
.btl_box h3 {
  color: var(--i_color);
  font-family: "Montserrat";
  font-size: 0.16rem;
  padding-left: 0.3rem;
  position: relative;
  margin-bottom: 0.05rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btl_box h3::before {
  content: "";
  display: block;
  background: var(--i_color);
  width: 0.2rem;
  height: 0.02rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.btl_box h4 {
  font-family: "Montserrat";
  font-size: 0.18rem;
  font-weight: 500;

  color: #ffffff;
  width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b_text2 {
  position: absolute;
  left: 20.98%;
  top: 19.375%;
  width: 40%;
}
.b_text2 h3 {
  font-weight: 700;
  font-size: 0.62rem;
  color: #285800;
  line-height: 1.5;
}
.b_text2 h4 {
  font-weight: 600;
  font-size: 0.32rem;
  color: #285800;
  line-height: 1.5;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.b_text2 h4::before {
  content: "";
  display: block;
  width: 20%;
  height: 0.03rem;
  background: linear-gradient(90deg, #72bb34 0%, #72bb3400 99%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.b_text2 ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.b_text2 ul li {
  padding-left: 0.1rem;
  position: relative;
  font-size: 0.24rem;
  color: #285800;
  font-weight: 500;
}
.b_text2 ul li::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #285800;
}
.b_text2_label {
  left: 20.98%;
}
.b_text3 {
  position: absolute;
  left: 13.54%;
  top: 18.25%;
  width: 61%;
}
.b_text3 h3 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1.5;
  color: #285800;
  padding-bottom: 0.4rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.b_text3 h3::before {
  content: "";
  display: block;
  width: 70%;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #72bb36;
}
.b_text3 ul {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  gap: 0.3rem 0;
}
.b_text3 ul li {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  color: #285800;
  font-size: 0.23rem;
  font-weight: 500;
}
.b_text3 ul li img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.05rem;
}
.b_text3_label {
  left: 13.54%;
}
@media screen and (max-width: 1600px) {
  .b_text1 h3 {
    margin-bottom: 0.2rem;
  }
  .b_text1_label {
    bottom: 15%;
  }
  .b_text3 {
    left: 13.54%;
    top: 16%;
    width: 77%;
  }
  .b_text3 h3::before {
    width: 55%;
  }
  .b_text3 ul {
    width: 55%;
    gap: 0.1rem 0;
  }
  .b_text1 {
    top: 14.5%;
    left: 13.8%;
  }
  .b_text1 h4 {
    margin-bottom: 0.1rem;
    padding-bottom: 0.2rem;
  }
  .b_text3 h3 {
    padding-bottom: 0.2rem;

    margin-bottom: 0.2rem;
  }
  .b_text3 ul li {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1366px) {
  .b_text1 h3 {
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .b_text1 h4 {
    font-size: 0.22rem;
  }
  .b_text1 {
    left: 14.5%;
  }
  .b_text2 {
    top: 10.5%;
    width: 40%;
  }
  .b_text3 h3 {
    font-size: 0.4rem;

    padding-bottom: 0.2rem;

    margin-bottom: 0.2rem;
  }
  .b_text3 ul li {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1200px) {
  .b_text1 h3 {
    margin-bottom: 0.2rem;
  }
  .b_text1 {
    left: 14%;
  }
  .b_text1_label {
    bottom: 11%;
  }
  .b_text2 h4 {
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .b_text2 ul li {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.1rem !important;
  }
  .b_text1 {
    left: 13.5%;
  }
  .b_text1 h3 {
    padding-bottom: 0rem;
  }
  .b_text1 h5 {
    display: none;
  }
  .btl_box {
    padding: 0.1rem 0.12rem;

    width: 3rem;
  }
  .b_text1_label span {
    width: 0.8rem;
  }
  .b_text1_label {
    height: 0.8rem;
  }
  .btl_box h4 {
    font-size: 0.14rem;
  }
  .b_text2 h3 {
    font-size: 0.4rem;
  }
  .b_text2 h4 {
    font-size: 0.24rem;

    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .b_text2 ul {
    display: none;
  }
  .b_text3 h3 {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .b_text3 ul li {
    font-size: 0.16rem;
  }
  .b_text3 ul {
    width: 61%;
    gap: 0.1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    margin: 0 0.06rem;
    background: #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .b_text1 {
    left: 14%;
  }
  .b_text1 h3 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .b_text1 h4 {
    font-size: 0.14rem;
    padding-bottom: 0.2rem;
  }

  .btl_box h3 {
    font-size: 0.14rem;
  }
  .b_text1_label span {
    width: 0.7rem;
  }
  .b_text1_label {
    height: 0.7rem;
  }
  .btl_box {
    padding: 0.05rem 0.08rem;
    width: 3rem;
  }
  .btl_box h4 {
    width: 100%;
  }
  .b_text3 h3 {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .b_text3 {
    left: 6.54%;
    top: 16%;
    width: 70%;
  }
  .b_text3 h3::before {
    width: 68%;
  }
  .b_text3 ul {
    display: none;
  }
  .b_text3_label {
    left: 6.54%;
    bottom: 14%;
  }
  .b_text3 ul li img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem;
  }
}

@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 54.79%;
  }
  .b_text1 {
    left: 3%;
    top: 17.5%;
  }
  .b_text1 h3 {
    font-size: 0.16rem;
  }
  .b_text1 h4 {
    display: none;
  }

  .btl_box {
    display: none;
  }
  .b_text1_label {
    left: 3%;
  }
  .b_text1_label span {
    width: 0.6rem;
  }
  .b_text1_label {
    height: 0.6rem;
  }
  .b_text2 h3 {
    font-size: 0.24rem;
  }
  .b_text2 h4 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .b_text2 {
    left: 12%;
  }
  .b_text2_label {
    left: 12%;
  }
  .b_text3 h3 {
    display: none;
  }
  .b_text3 ul {
    display: none;
  }
  .b_text3_label {
    left: 6%;
    bottom: 10%;
  }
}
@media screen and (max-width: 375px) {
  .b_text2 h3,
  .b_text2 h4 {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    display: inline-block;
    margin: 0 0.03rem;
    background: #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .b_text1 h3 {
    font-size: 0.12rem;
  }
  .b_text1_label span {
    width: 0.5rem;
  }
  .b_text1_label {
    height: 0.5rem;
  }
}

/* -------------------------Biopharmaceutical Pipeline------------------ */
.home_biopharmaceutical_pipeline {
  padding: 0.7rem 0;
  background: linear-gradient(0deg, #f7faf5 0%, #ffffff 100%);
}
.hbp_maxbox {
}
.hbpm_top {
  margin-bottom: 0.6rem;
}
.hbpm_contain {
  display: flex;
  gap: 0 5%;
}
.hbpm_pic {
  width: 100%;
}
.hbpm_pic img {
  width: 100%;
  object-fit: contain;
}
.hbpm_info {
  width: 37.57%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hbpm_info h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0.25rem;
}
.hbpm_info h4 {
  font-family: "Montserrat";
  font-weight: normal;

  color: #333333;
  margin-bottom: 0.25rem;
}
.hbpm_info ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.4rem;
}
.hbpm_info ul li {
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
}
.hbpm_btn {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .hbpm_contain {
    flex-direction: column-reverse;
  }
  .hbpm_info {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .hbpm_pic img {
    width: 70%;
    object-fit: contain;
  }
  .hbpm_top {
    margin-bottom: 0.3rem;
  }
  .hbpm_info h3 {
    padding-bottom: 0.1rem;

    margin-bottom: 0.15rem;
  }
  .hbpm_info h4 {
    margin-bottom: 0.1rem;
  }
  .hbpm_info ul {
    margin-bottom: 0.2rem;
  }
  .hbpm_pic {
    display: flex;
    justify-content: center;
  }
  .hbpm_btn {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .hbpm_pic img {
    width: 60%;
    object-fit: contain;
  }
}
@media screen and (max-width: 560px) {
  .hbpm_pic img {
    width: 100%;
  }
  .hbpm_btn {
    display: flex;
    gap: 0.1rem;
    flex-wrap: wrap;
  }
  .home_biopharmaceutical_pipeline {
    padding: 0.3rem 0;
  }
  .hbpm_top {
    margin-bottom: 0.15rem;
  }
  .hbpm_info ul {
    margin-bottom: 0.1rem;
  }
  .hbpm_info {
    margin-bottom: 0.2rem;
  }
}
/* -------------------------生命科学中的应用---------------------------  */
.home_application_in_life_science {
  padding: 0.7rem 0;
  background: url(https://lingjuimg.com/wp-content/uploads/WuHanHeYuan/2026/06/组-200912.webp)
    no-repeat center/cover;
}
.hails_maxbox {
}
.hailsm_top {
  margin-bottom: 0.3rem;
}
.hailsm_btn {
  display: flex;
  margin-bottom: 0.3rem;
  justify-content: center;
}
.hailsm_contain {
  position: relative;
  overflow: visible;
}
.hailsm_list {
  position: relative;
  overflow: hidden;
}
.hailsm_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.hailsm_list li {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.hailsm_list li span {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hailsm_list li span::before {
  content: "";
  display: block;
  padding-bottom: 89%;
}
.hailsm_list li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}
.hl_div {
  background: #fff;
  padding: 0.2rem 0.2rem 0;
  box-sizing: border-box;
}
.hl_div h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.1rem;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s ease;
}
.hl_div h4 {
  font-family: "Montserrat";
  font-weight: normal;
  text-align: center;
  color: #666666;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hld_btn {
  border-top: #e5e5e5 1px solid;
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  font-family: "Montserrat";

  font-weight: 500;

  color: #666666;
  padding: 0.2rem 0;
  align-items: center;
  transition: all 0.35s ease;
}
.hld_btn img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  filter: brightness(0) invert(0.4);
  transition: all 0.35s ease;
}
.hailsm_list li:hover span img {
  transform: scale(1.1);
}
.hailsm_list li:hover .hl_div h3 {
  color: var(--i_color);
}
.hailsm_list li:hover .hld_btn {
  color: var(--i_color);
}
.hailsm_list li:hover .hld_btn img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(32%) saturate(600%)
    hue-rotate(70deg) brightness(90%);
}
.hailsm_prev,
.hailsm_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: transparent;
  z-index: 3;
  cursor: pointer;
  outline: none;
  user-select: none;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hailsm_prev {
  left: -5%;
}
.hailsm_next {
  right: -5%;
}
.hailsm_prev iconify-icon,
.hailsm_next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
  border-radius: 50%;
}
.abc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.hailsm_prev:hover,
.hailsm_next:hover {
  background: var(--i_color);
  border: 1px solid var(--i_color);
}
.hailsm_prev:hover iconify-icon,
.hailsm_next:hover iconify-icon {
  filter: brightness(0) invert(1);
}

.hailsm_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
  display: none;
}
.hailsm_pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.hailsm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .hailsm_prev {
    left: 0%;
  }
  .hailsm_next {
    right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .hl_div {
    padding: 0.1rem 0.15rem 0;
  }
  .hld_btn {
    padding: 0.1rem 0;
  }
  .hld_btn img {
    width: 0.18rem;
    height: 0.18rem;
  }
  .hl_div h4 {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .hailsm_pagination {
    display: block;
    margin-top: 0.15rem;
  }
  .home_application_in_life_science {
    padding: 0.3rem 0;
  }
  .hailsm_top {
    margin-bottom: 0.2rem;
  }
  .hailsm_btn {
    margin-bottom: 0.2rem;
  }
}

/* -----------------------产品中心-------------------- */
.home_product_center {
  padding: 0.7rem 0;
}
.gpc_maxbox {
}
.gpcm_top {
  margin-bottom: 0.2rem;
}
.pc_menu .public_menu ul li {
  width: calc((100% / 3));
}

.pc_des {
  font-family: "Montserrat";
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.2rem;
}
.pc_contain {
  margin-bottom: 0.2rem;
}

.pc_contain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.home_pc_contain ul {
  display: none;
}
.home_pc_contain ul.active {
  display: flex;
}
.pc_contain ul li {
  width: calc((100% - 2 * 0.4rem) / 3);
}
.pc_contain ul li a {
  width: 100%;
}
.pc_contain ul li a span {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.pc_contain ul li a span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.pc_contain ul li a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.pcc_info {
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.pcc_info h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.2rem;
  transition: all 0.35s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pcci_btn {
  font-family: "Montserrat";
  font-weight: 500;
  color: #666666;
  gap: 0.2rem;
  display: flex;
  align-items: center;
  transition: all 0.35s ease;
}
.pcci_btn img {
  filter: brightness(0) invert(0.4);
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  transition: all 0.35s ease;
}
.pc_contain ul li:hover a span img {
  transform: scale(1.1);
}
.pc_contain ul li:hover a .pcc_info h3 {
  color: var(--i_color);
}
.pc_contain ul li:hover a .pcci_btn {
  color: var(--i_color);
}
.pc_contain ul li:hover a .pcci_btn img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(32%) saturate(600%)
    hue-rotate(70deg) brightness(90%);
}
.pc_btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .pc_contain ul {
    gap: 0.3rem;
  }
  .pc_contain ul li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .home_product_center {
    padding: 0.3rem 0;
  }
  .pc_contain ul {
    gap: 0.1rem;
  }
  .pc_contain ul li {
    width: 100%;
  }
  .pcc_info {
    padding: 0.1rem 0.15rem;
  }
  .pcc_info h3 {
    margin-bottom: 0.1rem;
  }
  .pcci_btn img {
    width: 0.18rem;
    height: 0.18rem;
  }
  .pcci_btn {
    gap: 0.1rem;
  }
  .pc_menu .public_menu ul li {
    width: 100%;
  }
  .pc_menu .public_menu ul li a {
    justify-content: flex-start;
  }
}
/* -----------------------------------关于我们--------------------- */
.home_about_us {
  padding: 0.6rem 0;
  background: url(static/images/home_about_us_bg.webp) no-repeat center/cover;
}
.hau_maxbox {
  position: relative;
}
.haum_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
}
.haum_bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.haum_top {
  margin-bottom: 0.6rem;
}
.aboutUs_title {
}
.aboutUs_title h3 {
  font-family: "Montserrat";

  font-weight: 600;

  color: #333333;
  position: relative;
  padding-left: 0.3rem;
}
.aboutUs_title h3::before {
  background: linear-gradient(270deg, #72bb34 0%, rgba(114, 187, 52, 0) 100%);
  content: "";
  display: block;
  width: 2.6rem;
  height: 0.04rem;
  position: absolute;
  left: -2.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.aboutUs_title h3 span {
  color: var(--i_color);
}

.haum_contain {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  margin-bottom: 0.3rem;
}
.haumc_pic {
  width: 57%;
  flex-shrink: 0;
}
.iscd_right {
  width: 100%;
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
}
.iscd_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.02%;
}
.iscd_right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.haumc_pic span {
  position: relative;
  width: 100%;
  display: block;
}
.haumc_pic span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.haumc_pic span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.haumc_pic i {
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  cursor: pointer;
  background: url("static/images/video_pic1.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_v_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  animation: serv_one_border 2s 0s ease infinite;
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.haumc_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.haumc_info h3 {
  font-family: "Montserrat";
  font-weight: bold;
  color: var(--i_color);
  margin-bottom: 0.4rem;
}
.haumc_info h4 {
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.haumc_btn {
  display: flex;
}
@media screen and (max-width: 1440px) {
  .aboutUs_title h3::before {
    width: 0.6rem;

    left: -0.6rem;
  }
  .aboutUs_title h3 {
    padding-left: 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .haumc_info h3 {
    margin-bottom: 0.1rem;
  }
  .haumc_info h4 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .haumc_pic {
    width: 60%;
  }
  .haum_contain {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
  .aboutUs_title {
    display: flex;
    justify-content: center;
  }
  .aboutUs_title h3 {
    padding-left: 0.1rem;
    width: fit-content;
  }
  .haum_bg {
    display: none;
  }
  .home_about_us {
    padding: 0.4rem 0;
  }
  .haum_top {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .home_about_us {
    padding: 0.3rem 0;
  }
  .haumc_pic {
    width: 100%;
    flex-shrink: 0;
  }
  .haumc_pic i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 46%;
  left: 53%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 46%;
  left: 53%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

.haum_card {
}
.haum_card ul {
  display: flex;
  gap: 0.2rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.haum_card ul li {
  width: calc((100% - 4 * 0.2rem) / 5);
  height: auto;
  cursor: pointer;
}
.haum_card ul li a {
  padding: 0.2rem 0.16rem;
  box-sizing: border-box;
  background: #fdfffa;
  border: 1px solid #e0f6cd;
  display: block;
  height: 100%;
}
.haum_card ul li a:hover h3,
.haum_card ul li a:hover h3 i {
  color: var(--i_color);
}
.haum_card ul li a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
}
.haum_card ul li a span p {
  font-family: "Montserrat";
  font-weight: 500;
  color: #666666;
  display: flex;
  align-items: center;
}
.haum_card ul li a span p iconify-icon {
  font-size: 0.22rem;
}
.haum_card ul li a span img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
  flex-shrink: 0;
}
.haum_card ul li a h3 {
  font-family: "DINPro";
  font-weight: 500;
  color: #666666;
}
.haum_card ul li a h3 i {
  font-family: "DINPro";
  font-weight: bold;
  color: #333333;
  margin-right: 0.06rem;
  transform: all 0.35s ease;
}
.haum_card ul li a h3 img {
  width: 0.56rem;
  height: 0.56rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .haum_card ul li {
    width: calc((100% - 2 * 0.2rem) / 3);
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .haum_card ul {
    gap: 0.1rem;
  }
  .haum_card ul li {
    width: calc((100% - 0.1rem) / 2);
  }
  .haum_card ul li a h3 img {
    width: 0.35rem;
    height: 0.35rem;
  }
}
@media screen and (max-width: 375px) {
  .haum_card ul li {
    width: 100%;
  }
}
/* ------------------------为什么选择我们---------------------- */
.home_why_choose_us {
  padding: 0.6rem 0;
  background: linear-gradient(
    180deg,
    rgba(114, 187, 52, 0.1) 0%,
    rgba(255, 255, 255, 0) 54%,
    rgba(114, 187, 52, 0.1) 100%
  );
}
.hwcu_maxbox {
}
.hwcum_top {
  margin-bottom: 0.3rem;
}
.hpd_top h3 {
  font-weight: bold;
  color: var(--i_color);
}
.hwcum_contain {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.hwcum_card_l {
  width: 23%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.hwcum_card_c {
  width: 47%;
  flex-shrink: 0;
}
.hwcum_card_l ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.hwcum_card_l ul li {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.hpd_top {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.hwcum_card_l ul li span {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin-right: 0.1rem;
}
.hwcum_card_l ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hwcum_card_l ul li p {
  font-family: "Montserrat";
  font-weight: normal;
  color: #333;
  transition: all 0.35s ease;
}
.hwcum_card_l ul li.active p {
  color: var(--i_color);
}
.hwcum_card_l ul li.active .hpd_top h3 {
  color: var(--i_color);
}
.hwcum_card_c img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hwcum_point {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.hp_dian {
  transition: all 0.35s ease;
}
.hp_dian.active {
  opacity: 1 !important;
}
.hp_dian i {
  width: 0.18rem;
  height: 0.18rem;
  background: var(--i_color);
  border-radius: 50%;
  display: block;
}
.hp_dian i::before {
  content: "";
  display: block;
  width: 0.39rem;
  height: 0.39rem;
  background: rgba(114, 187, 52, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hp_dian1 {
  position: absolute;
  left: 29.6%;
  top: 33%;
  opacity: 0;
}
.hp_dian2 {
  position: absolute;
  left: 26.6%;
  top: 58%;
  opacity: 0;
}
.hp_dian3 {
  position: absolute;
  left: 32.6%;
  top: 83%;
  opacity: 0;
}
.hp_dian4 {
  position: absolute;
  right: 29.6%;
  top: 33%;
  opacity: 0;
}
.hp_dian5 {
  position: absolute;
  right: 26.6%;
  top: 58%;
  opacity: 0;
}
.hp_dian6 {
  position: absolute;
  right: 32.7%;
  top: 83%;
  opacity: 0;
}
@media screen and (min-width: 1921px) {
  .hp_dian i {
    width: 0.22rem;
    height: 0.22rem;
  }
  .hp_dian i::before {
    width: 0.45rem;
    height: 0.45rem;
  }
}
@media screen and (max-width: 1440px) {
  .hp_dian1 {
    left: 29.7%;
    top: 33.1%;
  }
  .hp_dian2 {
    left: 26.6%;
    top: 58.2%;
  }
  .hp_dian3 {
    left: 32.6%;
    top: 83.3%;
  }
  .hp_dian4 {
    right: 29.7%;
    top: 33.1%;
  }
  .hp_dian5 {
    right: 26.6%;
    top: 58.2%;
  }
  .hp_dian6 {
    right: 32.8%;
    top: 83.3%;
  }
}
@media screen and (max-width: 1366px) {
  .hp_dian3 {
    left: 32.55%;
    top: 83.2%;
  }
  .hp_dian5 {
    right: 26.5%;
    top: 58.2%;
  }
  .hp_dian6 {
    right: 32.7%;
    top: 83.2%;
  }
}
@media screen and (max-width: 1200px) {
  .hp_dian1 {
    left: 29.6%;
    top: 33%;
  }
  .hp_dian2 {
    left: 26.4%;
    top: 58.1%;
  }
  .hp_dian4 {
    right: 29.5%;
    top: 33%;
  }
  .hp_dian5 {
    right: 26.5%;
    top: 58%;
  }
}
@media screen and (max-width: 1024px) {
  .hwcum_point {
    display: none;
  }
  .hwcum_card_c {
    display: none;
  }
  .hwcum_card_l {
    width: 48%;
  }
  .hwcum_card_l {
    margin-top: 0.2rem;
  }
  .hwcum_card_l ul {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .home_why_choose_us {
    padding: 0.3rem 0;
  }
  .hwcum_contain {
    flex-wrap: wrap;
  }
  .hwcum_card_l {
    width: 100%;
  }
  .hwcum_card_l ul li span {
    width: 0.3rem;
    height: 0.3rem;

    margin-bottom: 0.1rem;
  }
  .hwcum_card_l ul {
    gap: 0.2rem;
  }
  .hwcum_top {
    margin-bottom: 0.1rem;
  }
}
/* ------------------------------home_news-------------------------- */
.home_news {
  padding: 0.6rem 0;
}
.hn_maxbox {
}
.hnm_top {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px #d7d7d7 solid;
}
.hnm_l {
  width: 70%;
}
.hnm_l .public_title h3 {
  justify-content: flex-start;
}
.hnm_r {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.hnm_contain {
}
.hnm_list {
  position: relative;
  overflow: hidden;
}
.hnm_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.hnm_list li {
  flex-shrink: 0;
  position: relative;
}
.hnm_list li h3 {
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
  margin-bottom: 0.1rem;
}
.hnm_list li h4 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.15rem;
  transition: all 0.35s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnm_list li span {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hnm_list li span::before {
  content: "";
  display: block;
  padding-bottom: 89%;
}
.hnm_list li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}
.hnm_pagination {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
}
.hnm_pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.hnm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.hnm_btn {
  display: flex;
  justify-content: flex-start;
  gap: 0.15rem;
  font-family: "Montserrat";
  font-weight: 500;
  color: #666666;
  padding: 0.2rem 0;
  align-items: center;
  transition: all 0.35s ease;
}
.hnm_btn img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  filter: brightness(0) invert(0.4);
  transition: all 0.35s ease;
}
.hnm_list li a:hover h4 {
  color: var(--i_color);
}
.hnm_list li a:hover .hnm_btn {
  color: var(--i_color);
}
.hnm_list li a:hover .hnm_btn img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(32%) saturate(600%)
    hue-rotate(70deg) brightness(90%);
}
.hnm_list li a:hover span img {
  transform: scale(1.1);
}
@media screen and (max-width: 560px) {
  .home_news {
    padding: 0.3rem 0;
  }
  .hnm_l {
    width: 100%;
  }
  .hnm_l .public_title h3 {
    justify-content: center;
  }
  .hnm_r {
    display: none;
  }
  .hnm_top {
    margin-bottom: 0.2rem;

    padding-bottom: 0.1rem;
  }
  .hnm_btn img {
    width: 0.18rem;
    height: 0.18rem;
  }
}
/* ----------------------------首页表单----------------- */
.home_form {
  padding: 0.6rem 0;
}
.hf_maxbox {
  background: #fafafa;
  padding: 0.6rem;
  box-sizing: border-box;
}
.hfm_top {
  margin-bottom: 0.5rem;
}
.hfm_top .public_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hfm_top .public_title h4 {
  text-align: center;
  width: 60%;
}
.hfm_contain {
}
.hfm_top .public_title h3 {
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .home_form {
    padding: 0.3rem 0;
  }
  .hf_maxbox {
    padding: 0.2rem;
  }
  .hfm_top {
    margin-bottom: 0.2rem;
  }
  .hfm_top .public_title h4 {
    width: 100%;
  }
}
/* ---------------------------------------products_banner --------------------------------------- */
.products_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.products_banner::before {
  content: "";
  display: block;
  padding-bottom: 25.15%;
}

.products_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
.products_banner::after {
  content: "PRODUCTS";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 2px;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .products_banner::before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }
  .products_banner::after {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 425px) {
  .products_banner::after {
    font-size: 0.3rem;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

/* ---------------------------------------aboutUs_banner --------------------------------------- */
.aboutUs_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aboutUs_banner::before {
  content: "";
  display: block;
  padding-bottom: 25.15%;
}

.aboutUs_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
.aboutUs_banner::after {
  content: "ABOUT US";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 2px;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .aboutUs_banner::before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }
  .aboutUs_banner::after {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 425px) {
  .aboutUs_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------news_bannner --------------------------------------- */
.news_bannner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news_bannner::before {
  content: "";
  display: block;
  padding-bottom: 25.15%;
}

.news_bannner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
.news_bannner::after {
  content: "NEWS";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 2px;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .news_bannner::before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }
  .news_bannner::after {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 425px) {
  .news_bannner::after {
    font-size: 0.3rem;
  }
}
/* ---------------------------------------contact_banner --------------------------------------- */
.contact_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact_banner::before {
  content: "";
  display: block;
  padding-bottom: 25.15%;
}

.contact_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
.contact_banner::after {
  content: "CONTACTS";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 2px;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .contact_banner::before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }
  .contact_banner::after {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 425px) {
  .contact_banner::after {
    font-size: 0.3rem;
  }
}
/* ---------------------------------------application_banner --------------------------------------- */
.application_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.application_banner::before {
  content: "";
  display: block;
  padding-bottom: 25.15%;
}

.application_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
.application_banner::after {
  content: "APPLICATION";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 2px;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .application_banner::before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }
  .application_banner::after {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 425px) {
  .application_banner::after {
    font-size: 0.3rem;
  }
}
/* ---------------------------------------Breadcrumb--------------------------------------- */
.in_position {
  box-sizing: border-box;
  padding: 0.2rem 0;
  background: rgba(0, 0, 0, 0.02);
  position: relative;
}

.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.in_position a {
  display: block;
  font-size: 0.18rem;
  color: #333333;
  position: relative;
  line-height: 0.2rem;
  font-family: "Montserrat";
}

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

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}

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

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

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

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

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

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

/* -----------------------------products.html----------------- */
.products_maxbox {
  padding: 0.6rem 0;
}
.pm_box {
}
.pmb_menu {
  width: 100%;
}
.pmb_menu .public_menu ul {
  flex-wrap: wrap;
}
.pmb_menu .public_menu ul li {
  width: calc((100% / 3));
}
.pmb_des {
  font-family: "Montserrat";
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 560px) {
  .products_maxbox {
    padding: 0.3rem 0;
  }
  .pmb_menu .public_menu ul li {
    width: 100%;
  }
  .pmb_menu .public_menu ul li a {
    justify-content: flex-start;
  }
}

/* -----------------------productsDetail.html---------------------- */
/* single_grid */
.single_grid_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
  background: url(static/images/productDetail_bg.webp) no-repeat center/cover;
}
.single_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single_grid_left {
  width: 42.85%;
}

/* 轮播图宽度 */
.in_grid_cont {
  --sm_pic_width: 17%;
}
.in_grid_cont {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}

/* 底部缩略图 */
.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.in_grid_list {
  height: 100%;
  overflow: hidden;
}
.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}
.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_grid_list .swiper-slide-thumb-active .img {
  /* border: 2px solid #d62b1e; */
}
.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

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

/* 轮播图 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}
.in_grid_show {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.in_grid_show .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ingrid-pagination {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
  display: none;
}
.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}
.in_grid_show_box {
  position: initial;
  width: 100%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.in_grid_show .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_grid_list_box {
  margin-top: 0.16rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}
.in_grid_list {
  width: calc(100% - 0.5rem);
  margin: 0 auto;
}
.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}
.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

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

/* 左右箭头 */

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.34rem;
  height: 0.34rem;
  z-index: 999;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ingrid-button-prev iconify-icon,
.ingrid-button-next iconify-icon {
  font-size: 0.3rem;
  color: #333;
  transition: all 0.3s ease;
}
.ingrid-button-prev {
  left: -1.5%;
}

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

/* .ingrid-button-prev:hover,
.ingrid-button-next:hover {
  background-color: #d62b1e;
} */
.ingrid-button-prev:hover iconify-icon,
.ingrid-button-next:hover iconify-icon {
  color: var(--i_color);
}
.single_grid_right {
  width: 50.9%;
}
.single_grid_right h1 {
  padding: 0.2rem 0;
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.4rem;
}
.sgr_downloadtip {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  display: none;
}
.sgrd_ul {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.2rem;
  display: none;
}
.sgrd_ul li {
}
.sgrd_ul li a {
  display: flex;
  gap: 0.14rem;
  font-family: "Montserrat";
  font-weight: 500;
  color: #333333;
  align-items: center;
  padding: 0.1rem 0.16rem;
  border-radius: 0.05rem;
  background: rgba(114, 187, 52, 0.1);
  cursor: pointer;
  box-sizing: border-box;
}
.sgrd_ul li a img {
  width: 0.12rem;
  height: 0.12rem;
}
.sgr_btn {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.srl_media {
}
.srl_media ul {
  display: flex;
  gap: 0.1rem;
}
.srl_media ul li {
}
.srl_media ul li a {
  font-family: "Montserrat";

  font-weight: normal;

  color: #666666;
  cursor: pointer;
}
.srl_media ul li a iconify-icon {
  font-size: 0.24rem;
}
.srl_media ul li a:hover iconify-icon {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1024px) {
  .single_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single_grid_left {
    width: 60%;
    margin-bottom: 0.2rem;
  }
  .single_grid_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .single_grid_left {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .single_grid_right h1 {
    padding: 0.1rem 0;

    margin-bottom: 0.1rem;
  }
  .sgrd_ul {
    gap: 0.1rem;

    padding-bottom: 0.2rem;

    margin-bottom: 0.1rem;
  }
  .sgr_btn {
    gap: 0.15rem;
  }
  .single_grid_bac {
    padding: 0.3rem 0 0.3rem 0;
  }
}

/* --------------------productDetail_contain---------------------- */
.productDetail_contain {
  padding: 0.3rem 0;
}
.pdc_tab {
  background: #f3f3f3;
  margin-bottom: 0.5rem;
}
.pdc_tab ul {
  display: flex;
  flex-wrap: wrap;
}
.pdc_tab ul li {
  padding: 0.14rem 0.55rem;
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
.pdc_tab ul li.active {
  color: var(--i_color);
  background: #fff;
  border-top: var(--i_color) 2px solid;
}
.pdc_box {
}
.pdc_box ul {
}
.pdc_box ul .pdcb_li {
  display: none;
}
.pdc_box ul .pdcb_li.active {
  display: block;
}
.pdcb_faq {
}
@media screen and (max-width: 1024px) {
  .pdc_tab {
    margin-bottom: 0.3rem;
  }
}
/* -----------------------------------------faq------------------------------- */
.faq_bac {
  box-sizing: border-box;
  width: 100%;
}
.faq {
}

.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
}
.faq_ul li {
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
}
.faq_ul li span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 21%;
  opacity: 0;
  pointer-events: none;
}
.faq_ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq_q {
  border-radius: 0rem;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0.2rem;
}
.faq_q img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.faq_ul i {
  border-radius: 0rem;
  display: block;
  color: #333333;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: bold;
}

.faq_q h2 {
  width: calc(100% - 0.72rem);
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 0.24rem;
  color: #333333;
}
.faq_a {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0rem 0.3rem 0.2rem 0.5rem;
}

.faq_a p {
  width: 100%;
  font-family: "Montserrat";
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #666666;
}
.faq_ul li.on .faq_q img {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.faq_ul li.on .faq_q {
}

.faq_ul li.on .faq_q h2 {
  color: var(--i_color) !important;
}
.faq_ul li.on span {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .faq_q h2 {
    font-size: 0.2rem;
    /* padding-left: 0.15rem; */
  }
  .faq_a p {
    /* padding-left: 0.15rem; */
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .faq_q h2 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 768px) {
  .faq_q h2 {
    font-size: 0.18rem;
    /* padding-left: 0.1rem; */
  }
  .faq_a p {
    /* padding-left: 0.1rem; */
  }
  .faq_q img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .faq_a {
    padding: 0rem 0 0.1rem 0.3rem;
    margin-bottom: 0.1rem;
  }
  .faq_ul i {
    width: 0.3rem;
    height: 0.3rem;
  }
  .faq_q h2 {
    width: calc(100% - 0.3rem);
  }
  .faq_a p {
    width: calc(100% - 0.3rem);
  }

  .faq_ul {
    gap: 0.2rem;
  }
  .faq_q img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .faq_q h2 {
    font-size: 0.14rem;
  }
  .faq_a p {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .pdc_tab ul li {
    padding: 0.1rem 0.3rem;
  }
}
@media screen and (max-width: 425px) {
}
/* ------------------------------------------single_two------------------------------------------ */
.single_two_bac {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 0.3rem 0;
}

.single_two {
}

.bottom_single_tags {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.bottom_single_tags p {
  font-family: "Montserrat";
  font-size: 0.18rem;
  font-weight: 600;

  color: #666;
}

.bottom_single_tags a {
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-family: "Montserrat";
  font-weight: normal;
  color: var(--i_color);
  padding: 0.1rem 0.14rem;
  background: #fff;
}

.bottom_single_tags a:hover {
  color: #fff;
  background: 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: #333;
  text-transform: capitalize;
  margin-right: 0.1rem;
  font-weight: 600;
  font-family: "Montserrat";
}

.sx span {
  font-size: 0.16rem;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
}

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

.sx .sx_left:hover span {
  text-decoration: underline;
}

.sx .sx_right:hover span {
  text-decoration: underline;
}

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

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

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

  .bottom_single_tags {
    align-items: center;
  }
}

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

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

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

  .sx > div {
    width: 100%;
  }

  .sx a {
    flex-wrap: wrap;
  }

  .sx_right a {
    justify-content: normal;
  }

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

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

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

@media screen and (max-width: 425px) {
  .bottom_single_tags {
    gap: 0;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
/* ----------------------------------------推荐产品---------------------- */
.productDetail_products_involved {
  padding: 0.6rem 0;
}
.ppi_maxbox {
}
.ppim_top {
  margin-bottom: 0.3rem;
}
.ppim_top .public_title h4 a:hover {
  color: var(--i_color);
}
.ppim_top .public_title h4:hover {
  text-decoration: underline;
  text-decoration-color: var(--i_color);
}
.ppim_list {
  position: relative;
  overflow: hidden;
}
.ppim_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.ppim_list li {
  flex-shrink: 0;
  position: relative;
}

.ppim_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.ppim_pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.ppim_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.ppim_list ul li a span {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.ppim_list ul li a span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.ppim_list ul li a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.ppim_list ul li a:hover .pcc_info h3 {
  color: var(--i_color);
}
.ppim_list ul li a:hover span img {
  transform: scale(1.1);
}
.ppim_list ul li a:hover .pcci_btn {
  color: var(--i_color);
}
.ppim_list ul li a:hover .pcci_btn img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(32%) saturate(600%)
    hue-rotate(70deg) brightness(90%);
}
@media screen and (max-width: 560px) {
  .productDetail_products_involved {
    padding: 0.3rem 0;
  }
}

/* ----------------------------application.html---------------------------- */

.application_maxbox {
  padding: 0.6rem 0;
}

.am_box {
}
.amb_top {
  margin-bottom: 0.3rem;
}

.amb_contain {
}
.amb_contain ul {
  display: flex;
  gap: 0.28rem;
  flex-wrap: wrap;
}
.amb_contain ul li {
  width: calc((100% - 2 * 0.28rem) / 3);
}
.amb_contain ul li a {
}
.amb_contain ul li a span {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.amb_contain ul li a span::before {
  content: "";
  display: block;
  padding-bottom: 137%;
}
.amb_contain ul li a span .ambc_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ambc_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
  max-height: 100px;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.ambc_info h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.24rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ambc_info h4 {
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
  margin-bottom: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ambc_btn {
  display: flex;
  font-family: "Montserrat";
  align-items: center;
  font-weight: 500;

  color: var(--i_color);
}
.ambc_btn img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.ambc_info h4,
.ambc_btn {
  opacity: 0;
  transform: translateY(10px);

  transition: all 0.6s ease;
}
.amb_contain ul li:hover .ambc_info {
  max-height: 300px;
}
.amb_contain ul li:hover .ambc_info h4,
.amb_contain ul li:hover .ambc_btn {
  opacity: 1;

  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .ambc_info {
    padding: 0.2rem;
    max-height: 70px;
  }
  .amb_contain ul li:hover .ambc_info {
    max-height: 250px;
  }
  .ambc_btn img {
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .amb_contain ul {
    gap: 0.2rem;
  }
  .amb_contain ul li {
    width: calc((100% - 0.2rem) / 2);
  }
  .ambc_btn img {
    width: 0.18rem;
    height: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .amb_contain ul li {
    width: 100%;
  }
  .ambc_btn img {
    width: 0.18rem;
    height: 0.18rem;
  }
  .application_maxbox {
    padding: 0.3rem 0;
  }
  .amb_contain ul li a span::before {
    padding-bottom: 100%;
  }
}
/* -------------------------------applicationDetail.html------------------------------ */
.applicationDetail_topcard {
  padding: 0.6rem 0;
}
.adt_maxbox {
}
.adtm_top {
  margin-bottom: 0.3rem;
}
.adtm_title {
  margin-bottom: 0.3rem;
}
.adtm_contain {
}
.adtm_contain > ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.adtm_contain ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.adtm_contain ul > li:nth-child(even) {
  flex-direction: row-reverse;
}
.adtmc_info {
  width: 43.78%;
}
.adtmc_info h3 {
  font-family: "Montserrat";
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.3rem;
}
.adtmc_info h4 {
  font-family: "Montserrat";
  font-weight: 400;
  color: #333333;
}
.adtmc_pic {
  width: 50%;
}
.adtmc_pic span {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.adtmc_pic span::before {
  content: "";
  display: block;
  padding-bottom: 55.7%;
}
.adtmc_pic span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.adtm_contain ul > li:hover span img {
  transform: scale(1.1);
}
.application_editor_article {
  margin-top: 0.3rem;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .adtm_contain ul > li {
    flex-direction: column-reverse;
  }
  .adtm_contain ul > li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .adtmc_pic {
    width: 60%;
    margin-bottom: 0.1rem;
  }
  .adtmc_pic span::before {
    padding-bottom: 60%;
  }
  .adtmc_info {
    width: 100%;
  }
  .adtmc_info h3 {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .adtmc_pic {
    width: 100%;
  }
  .applicationDetail_topcard {
    padding: 0.3rem 0;
  }
  .application_editor_article {
    margin-top: 0.15rem;
  }
  .adtm_title {
    margin-bottom: 0.2rem;
  }
}
/* ---------------------------------应用场景展示---------------------- */
.applicationDetail_scenarios_showcase {
}
.ass_maxbox {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.24);
}
.assm_top {
  margin-bottom: 0.3rem;
}

.assm_contain {
}
.assm_contain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}
.assm_contain ul li {
  width: calc((100% - 2 * 0.28rem) / 3);
  cursor: pointer;
}
.assm_contain ul li span {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.assm_contain ul li span::before {
  content: "";
  display: block;
  padding-bottom: 89.3%;
}
.assm_contain ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.assm_contain ul li p {
  padding: 0.24rem;
  text-align: center;
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
  transition: all 0.35s ease;
}
.assm_contain ul li:hover span img {
  transform: scale(1.1);
}
.assm_contain ul li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .ass_maxbox {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .assm_contain ul {
    gap: 0.15rem;
  }
  .assm_contain ul li {
    width: calc((100% - 0.15rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .assm_contain ul {
    gap: 0.1rem;
  }
  .assm_contain ul li {
    width: 100%;
  }
}

/* ------------------------------------company.html----------------------- */
.company_topinfo {
  padding: 0 0 0.6rem 0;
}

.ct_maxbox {
}
.ctm_top {
  margin-bottom: 0.6rem;
}
.cbpm_top {
  margin-bottom: 0.3rem;
}

.cbpm_contain {
  margin-bottom: 0.6rem;
}
.cbpm_contain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.cbpm_contain ul li {
  width: calc(100% / 4);
  cursor: pointer;
}
.cbpm_contain ul li h3 {
  font-family: "DINPro";
  font-weight: 500;
  color: #666666;
  text-align: center;
  margin-bottom: 0.1rem;
}
.cbpm_contain ul li h3 i {
  text-align: center;
  font-family: "DINPro";
  font-weight: bold;
  color: #333333;
  margin-right: 0.1rem;
}
.cbpm_contain ul li h4 {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;

  color: #666666;
}
.cbpm_contain ul li:hover h3,
.cbpm_contain ul li:hover h3 i {
  color: var(--i_color);
}

.company_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_card .cc_pic {
  width: 51.42%;
  flex-shrink: 0;
}
.company_card .cc_pic span {
  position: relative;
  width: 100%;
  display: block;
}
.company_card .cc_pic span::before {
  content: "";
  display: block;
  padding-bottom: 57%;
}
.company_card .cc_pic span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.company_card .cc_info {
  width: 44.28%;
}

.company_card .cc_info h2 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0.3rem;
}
.company_card .cc_info h3 {
  font-family: "Montserrat";
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.4rem;
}
.cci_btn {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .company_card {
    flex-direction: column-reverse;
    align-items: center;
  }
  .company_card .cc_pic {
    width: 80%;
    margin-bottom: 0.2rem;
  }
  .company_card .cc_info {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .company_card .cc_info h3 {
    margin-bottom: 0.2rem;
  }
  .cci_btn {
    justify-content: flex-end;
  }
  .company_topinfo {
    padding: 0 0 0.3rem 0;
  }
}
@media screen and (max-width: 560px) {
  .cbpm_contain ul li {
    width: calc(100% / 2);
  }

  .ctm_top {
    margin-bottom: 0.3rem;
  }
  .company_card .cc_pic {
    width: 100%;
  }
  .cbpm_contain {
    margin-bottom: 0.3rem;
  }
  .company_card .cc_info h2 {
    padding-bottom: 0.1rem;

    margin-bottom: 0.1rem;
  }
}
/* -------------------------------原材料------------------------- */
.company_raw_materials {
  padding: 0.6rem 0;
}
.crm_maxbox {
}
.crmm_top {
  margin-bottom: 0.3rem;
}
.crmn_card {
  margin-bottom: 0.6rem;
}
.crm_card1 {
  margin-bottom: 0.6rem;
}
.crmn_card ul {
  display: flex;
  gap: 0.2rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.crmn_card ul li {
  width: calc((100% - 3 * 0.2rem) / 4);
  height: auto;
}
.crmn_card ul li a {
  padding: 0.2rem 0.16rem;
  box-sizing: border-box;
  background: #fdfffa;
  border: 1px solid var(--i_color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.crmn_card ul li a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
}
.crmn_card ul li a span p {
  font-family: "Montserrat";
  font-weight: 500;
  color: #666666;
  display: flex;
  align-items: center;
}
.crmn_card ul li a span p iconify-icon {
  font-size: 0.22rem;
}
.crmn_card ul li a span img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
  flex-shrink: 0;
}
.crmn_card ul li a h3 {
  font-family: "DINPro";
  font-weight: 500;
  color: #666666;
  transition: all 0.35s ease;
}
.crmn_card ul li a h3 i {
  font-family: "DINPro";
  font-weight: bold;
  color: #333333;
  margin-right: 0.06rem;
  transition: all 0.35s ease;
}
.crmn_card ul li a h3 img {
  width: 0.56rem;
  height: 0.56rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.crmn_card ul li a:hover h3,
.crmn_card ul li a:hover h3 i {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .crmn_card ul li {
    width: calc((100% - 2 * 0.2rem) / 3);
    height: auto;
  }
  .company_raw_materials {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 560px) {
  .crmn_card ul {
    gap: 0.1rem;
  }
  .crmn_card ul li {
    width: calc((100% - 0.1rem) / 2);
  }

  .crmn_card ul li a span img {
    width: 0.35rem;
    height: 0.35rem;
  }
  .crmn_card {
    margin-bottom: 0.3rem;
  }
  .crm_card1 {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 375px) {
  .crmn_card ul li {
    width: 100%;
  }
}

/* ----------------------------------technology.html------------------------------ */
.technology_flow_chart {
  padding: 0 0 0.6rem 0;
  background: linear-gradient(0deg, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
}
.tfcm_top {
  margin-bottom: 0.3rem;
}
.process_ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  position: relative;
  margin-top: 0.6rem;
  z-index: 2;
}
.process_ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #a6a6a6;
  z-index: -1;
}
.process_ul li {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.process_ul li:nth-child(1) {
  grid-area: 1 / 1;
}
.process_ul li:nth-child(2) {
  grid-area: 2 / 2;
}
.process_ul li:nth-child(3) {
  grid-area: 1 / 3;
}
.process_ul li:nth-child(4) {
  grid-area: 2 / 4;
}
.process_ul li:nth-child(5) {
  grid-area: 1 / 5;
}
.process_ul li:nth-child(6) {
  grid-area: 2 / 6;
}
.process_ul li:nth-child(7) {
  grid-area: 1 / 7;
}
.process_ul li:nth-child(odd) {
  margin-bottom: -0.1rem;
}
.process_ul li:nth-child(even) {
  margin-top: -0.1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.process_ul li h3 {
  font-size: 0.3rem;
  color: #666;
  line-height: 100%;
  transition: all 0.3s ease;
  font-family: "Montserrat";
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.process_ul li h4 {
  width: 2rem;
  height: 1.24rem;
  object-fit: contain;
  margin-bottom: 0.2rem;
}
.process_ul li h4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.process_ul li h5 {
  font-size: 0.18rem;
  width: 130%;
  transition: all 0.3s ease;
  font-family: "Montserrat";
  font-weight: 500;
  color: #666666;
}
.process_ul li i {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #999;
  background-color: #fff;
  transition: all 0.3s ease;
}

.process_ul li:hover i {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}
.process_ul li:hover h3 {
  color: var(--i_color);
}

.process_ul li:hover h5 {
  color: #333;
}

@media screen and (max-width: 1440px) {
  .process_ul li h4 {
  }
  .process_ul li h5 {
    font-size: 0.14rem;
  }
  .process_ul li {
    height: 2.3rem;
  }
  .process_bac {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .process_bac {
    padding: 0.6rem 0;
  }
  .process_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .process_ul {
    flex-wrap: wrap;
    display: flex;
    gap: 0.2rem;
  }
  .process_ul li {
    margin: 0 !important;
    width: calc((100% - 0.4rem) / 3);
    height: unset;
  }
  .process_ul li i {
    display: none;
  }
  .process_ul li h5 {
    width: 100%;
  }
  .process_ul::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .process_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
  .process_ul li h4 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .technology_flow_chart {
    padding: 0 0 0.3rem 0;
  }
}
@media screen and (max-width: 425px) {
}
/* --------------流程新样式------------------ */
.tfcmc_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem 8%;
}
.tfcmc_ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.tfcmc_ul li::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 6px;

  background: url("https://lingjuimg.com/wp-content/uploads/WuHanHeYuan/2026/05/ant-design-double-right-outlined-1.png")
    no-repeat center;
  background-size: contain;
  position: absolute;
  top: 36%;
  right: -25%;
  z-index: 2;
}
.tfcmc_ul li::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -45%;
  width: 50%;
  height: 2px;
  background: #ccc;
}
.tfcmc_ul li:nth-child(4)::before,
.tfcmc_ul li:nth-child(4)::after {
  display: none;
}
.tfcmc_ul li:nth-child(5)::after {
  content: "";
  position: absolute;
  top: -14%;
  width: 2px;
  height: 21%;
  right: 50%;
  transform: translateY(-50%);
}
.tfcmc_ul li:nth-child(5)::before {
  transform: rotate(90deg);
  content: "";
  position: absolute;
  top: -18%;

  right: 46%;
}
.tfcmc_ul li:nth-child(6)::before,
.tfcmc_ul li:nth-child(7)::before {
  transform: rotate(180deg);
}
/* 第一行 */
.tfcmc_ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.tfcmc_ul li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.tfcmc_ul li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.tfcmc_ul li:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
/* 让第二行从第2列开始 */
.tfcmc_ul li:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
.tfcmc_ul li:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
.tfcmc_ul li:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}
.tfcmc_ul li span {
  width: 80%;

  display: block;
  background: #efefef;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 0.2rem;
}
.tfcmc_ul li span::before {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.tfcmc_ul li span img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.tfcmc_ul li h3 {
  color: #333;
  font-weight: 500;
  transition: all 0.35s ease;
  text-align: center;
}
.tfcmc_ul li:hover h3 {
  color: var(--i_color);
}
@media screen and (min-width: 1921px) {
  .tfcmc_ul li::before {
    top: 37%;
  }
  .tfcmc_ul li:nth-child(5)::before {
    right: 47.1%;
  }
}
@media screen and (max-width: 1366px) {
  .tfcmc_ul li::before {
    top: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .tfcmc_ul li:nth-child(5)::before {
    right: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .tfcmc_ul li:nth-child(5)::before {
    right: 44%;
  }
}
@media screen and (max-width: 768px) {
  .tfcmc_ul li::before {
    top: 35%;
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .tfcmc_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    box-sizing: border-box;
  }
  .tfcmc_ul li {
    width: 45%;
  }
  .tfcmc_ul li::before,
  .tfcmc_ul li::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .tfcmc_ul li {
    width: 100%;
  }
  .tfcmc_ul li span {
    width: 50%;
  }
}

/* -------------------------Oryz----------------------- */
.technology_oryz {
  padding: 0.6rem 0;
}

.yo_maxbox {
}
.yom_top {
  margin-bottom: 0.6rem;
}
.yom_top .public_title h3 i {
  font-family: "Montserrat";
  font-size: 0.2rem;
  font-weight: 600;
  align-self: flex-start;
  color: #333333;
  margin-left: 0.05rem;
}
.yom_contain {
  display: flex;
  flex-direction: column;
  /* gap: 0.3rem; */
}
.yom_contain h5 {
  display: flex;
  justify-content: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.yom_contain .cc_card1 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 560px) {
  .technology_oryz {
    padding: 0.3rem 0;
  }
  .yom_top {
    margin-bottom: 0.3rem;
  }
  .yom_contain .cc_card2 .cc_info h3 {
    margin-bottom: 0;
  }
  .yom_contain h5 {
    margin-bottom: 0.2rem;
  }
  .yom_contain .cc_card1 {
    margin-bottom: 0rem;
  }
}

/* ---------------------------why rice---------------------------  */
.technology_why_rice {
  padding: 0.8rem 0;
  background: url(static/images/technology_why_rice_bg.webp) no-repeat
    center/cover;
}
.twr_maxbox {
}
.twrm_top {
  margin-bottom: 0.6rem;
}
.twrm_contain {
}
.twrm_contain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.twrm_contain ul li {
  width: calc((100% - 2 * 0.5rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.twrm_contain ul li span {
  width: 0.84rem;
  height: 0.84rem;
  display: block;
  margin-bottom: 0.4rem;
}
.twrm_contain ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.twrm_contain ul li h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.25rem;
}
.twrm_contain ul li h4 {
  font-family: "Montserrat";

  font-weight: normal;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .twrm_contain ul li span {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .twrm_contain ul li h3 {
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .twrm_contain ul li {
    width: calc((100% - 0.5rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .twrm_contain ul li {
    width: 100%;
  }
  .technology_why_rice {
    padding: 0.3rem 0;
  }
  .twrm_top {
    margin-bottom: 0.3rem;
  }
  .twrm_contain ul li span {
    width: 0.35rem;
    height: 0.35rem;
  }
  .twrm_contain ul {
    gap: 0.3rem;
  }
}

/* --------------------------development.html---------------------------- */
.development_manbox {
  padding: 0.3rem 0;
}
.dm_box {
}
.dm_box ul {
  display: flex;
  flex-direction: column;
  position: relative;
}
.dm_box ul::before {
  content: "";
  display: block;
  width: 0.02rem;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.dm_box ul li {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.dm_box ul li:hover::before {
  background: var(--i_color);
}
.dm_box ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.1rem;
  transform: translate(-50%, -50%);

  width: 0.06rem;
  height: 0.06rem;
  background: #333;
  border-radius: 50%;
  z-index: 2;
}

.dm_box ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.dm_box ul li:nth-child(odd) .dmb_year {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.dmb_year {
  width: 47%;
  display: flex;
  align-items: center;
  height: 2.2rem;
}
.dmb_year h3 {
  background: #e8e8e8;
  padding: 0.1rem 0.52rem;
  box-sizing: border-box;
  font-family: "Montserrat";

  font-weight: 600;
  color: #333333;
  position: relative;
  width: fit-content;
  border-radius: 0.06rem;
}
.dmb_year h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
}
.dmb_year h3::after {
  content: "";
  position: absolute;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.25rem;
  height: 0.25rem;
  background: #e8e8e8;
  border-radius: 0.05rem;
}
.dm_box ul li:nth-child(even) h3::after {
  left: -0.08rem;
}
.dmb_info {
  width: 47%;
  position: relative;
}
.dm_box ul li:nth-child(even) .dmb_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dm_box ul li:nth-child(even) .dmb_info h3,
.dm_box ul li:nth-child(even) .dmb_info h4,
.dm_box ul li:nth-child(even) .dmb_info h5 {
  text-align: end;
}
.dm_box ul li:nth-child(even) .dmb_info span::before {
  transform: scaleX(-1);
}
.dmb_info span {
  width: 3.8rem;
  aspect-ratio: 3.8 / 2.2;
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.dmb_info span::before {
  content: "";
  position: absolute;

  background: url(static/images/development_img_shodow.webp) no-repeat
    center/cover;
  z-index: 2;
  inset: -1px;
  display: none;
}
.dmb_info span .dmbi_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
  display: block;
  position: relative;
}
.dmb_info h3,
.dmb_info h4,
.dmb_info h5 {
  font-family: "Montserrat";

  font-weight: normal;

  color: #333333;
  margin-bottom: 0.3rem;
}
.dm_box ul li:hover .dmb_year h3 {
  background: var(--i_color);

  color: #fff;
}

.dm_box ul li:hover .dmb_year h3::before {
  background: #fff;
}
.dm_box ul li:hover .dmb_year h3::after {
  background: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .dmb_info span {
    width: 3rem;
  }
  .dmb_info h3,
  .dmb_info h4,
  .dmb_info h5 {
    margin-bottom: 0.15rem;
  }
  .dm_box ul li::before {
    top: 0.77rem;
  }
  .dmb_year {
    height: 1.53rem;
  }
}
@media screen and (max-width: 1024px) {
  .dmb_info span {
    width: 2.5rem;
  }
  .dm_box ul li::before {
    top: 0.72rem;
  }
  .dmb_year {
    height: 1.45rem;
  }
}

@media screen and (max-width: 560px) {
  .dm_box ul li {
    flex-direction: column;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .dm_box ul::before {
    left: 1%;
  }
  .dm_box ul li::before {
    display: none;
  }
  .dm_box ul li:nth-child(even) {
    flex-direction: column;
  }
  .dm_box ul li:nth-child(even) .dmb_year {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .dm_box ul li:nth-child(odd) h3::after {
    left: -0.08rem;
  }
  .dmb_info {
    width: 100%;
  }
  .dmb_year {
    width: fit-content;
    height: auto;
    margin-bottom: 0.2rem;
    margin-left: 5%;
  }
  .dm_box ul li:nth-child(even) .dmb_info h3,
  .dm_box ul li:nth-child(even) .dmb_info h4,
  .dm_box ul li:nth-child(even) .dmb_info h5 {
    text-align: start;
  }
  .dm_box ul li:nth-child(even) .dmb_info span::before {
    transform: scaleX(1);
  }
  .dm_box ul li:nth-child(even) .dmb_info {
    align-items: flex-start;
  }
  .dmb_info span {
    width: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .dmb_year {
    margin-left: 10%;
  }
}
.ppm_contain {
  padding: 0 0 0.6rem 0;
}
@media screen and (max-width: 560px) {
  .ppm_contain {
    padding: 0 0 0.3rem 0;
  }
}
/* -----------------------news.html-------------------- */
.news_maxbox {
  padding: 0.5rem 0;
}

.nm_box {
}
.nm_box ul {
  display: flex;
  flex-direction: column;
}
.nm_box ul li {
}
.nm_box ul li a {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.3rem 0;
}
.nm_box ul li:hover {
  background: var(--i_color);
}
.nm_box ul li:hover .nmb_date h3,
.nm_box ul li:hover .nmb_date h4,
.nm_box ul li:hover .nmb_info h3,
.nm_box ul li:hover .nmb_info h4 {
  color: #fff;
}
.nm_box ul li:hover .nmb_split i {
  background: #fff;
}
.nmb_date {
  width: 13%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nmb_date h3 {
  font-family: "Montserrat";
  font-weight: 500;
  color: #333333;
}
.nmb_date h4 {
  font-family: "Montserrat";

  font-weight: normal;

  color: #333333;
}
.nmb_split {
  width: 4.2%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nmb_split i {
  width: 100%;
  height: 0.01rem;
  background: #d6d6d6;
}
.nmb_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
}
.nmb_info h3 {
  font-family: "Montserrat";

  font-weight: 600;

  color: #333333;
  width: 95%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nmb_info h4 {
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
  .nmb_info h3 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .nmb_date {
    width: 20%;
  }
  .nmb_split {
    width: 3%;
  }
  .nm_box ul li a {
    gap: 0.1rem;
    padding: 0.15rem 0;
  }
  .news_maxbox {
    padding: 0.3rem 0;
  }
  .nmb_info h3 {
    margin-bottom: 0.1rem;
  }
}

/* -----------------------------contact.html------------------------------- */
.contact_form {
  padding: 0.6rem 0;
  background: #fafafa;
}
.cfm_top {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 560px) {
  .cfm_top {
    margin-bottom: 0.2rem;
  }
  .contact_form {
    padding: 0.3rem 0;
  }
}
/* ----------------------------contact_info ----------------------------*/
.contact_info {
  padding: 0.6rem 0;
  background: url(static/images/contactus_info_bg.webp) no-repeat center/cover;
}
.ci_maxbox {
  background: #fff;
  padding: 0.4rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.cim_info {
  width: 43%;
}
.cim_info .cim_h3 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.2rem;
}
.cim_info h4 {
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
  margin-bottom: 0.6rem;
}

.cim_info ul {
  display: flex;
  flex-direction: column;
}
.cim_info ul li {
  display: flex;
  gap: 0.4rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
  position: relative;
}
.cim_info ul li::before {
  content: "";
  display: block;
  background: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.01rem;
  transition: all 0.55s ease;
}
.cim_info ul li:hover .cimi_info h3 a {
  color: var(--i_color);
}
.cim_info ul li:hover span {
  background: var(--i_color);
}
.cim_info ul li:hover span img {
  filter: brightness(0) invert(1);
}
.cim_info ul li:hover::before {
  width: 100%;
}
.cim_info ul li span {
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  transition: all 0.35s ease;
}
.cim_info ul li span img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  transition: all 0.35s ease;
}
.cimi_info h2 {
  font-family: "Montserrat";
  font-weight: normal;
  color: #666666;
  margin-bottom: 0.2rem;
}
.cimi_info h3 a {
  font-family: "Montserrat";

  font-weight: 600;

  color: #333333;
  transition: all 0.35s ease;
}
.cim_map {
  width: 50.9%;
}
.contact_map_bac {
  box-sizing: border-box;
}

.contact_map {
  height: 5.8rem;
  margin-bottom: 0.2rem;
}
.cmb_address {
  display: flex;
}
.cmb_address span {
  width: 0.56rem;
  height: 0.56rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.cmb_address span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmb_address h3 {
  font-family: "Montserrat";

  font-weight: normal;

  color: #333333;
}
.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
  width: 100%;
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .ci_maxbox {
    flex-direction: column;
  }
  .cim_info {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .cim_map {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ci_maxbox {
    padding: 0.2rem 0.3rem;
  }
  .cim_info h4 {
    margin-bottom: 0.2rem;
  }
  .cim_info ul li {
    gap: 0.2rem;
    padding: 0.15rem 0;
  }
}
@media screen and (max-width: 560px) {
  .cim_info ul li span {
    width: 0.4rem;
    height: 0.4rem;
  }
  .cimi_info h2 {
    margin-bottom: 0.1rem;
  }
  .cmb_address span {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ci_maxbox {
    padding: 0.2rem;
  }
  .contact_map {
    height: 3rem;
    margin-bottom: 0.1rem;
  }
  .contact_info {
    padding: 0.3rem 0;
  }
}

.hide {
  display: none;
}

/* -----------------首页底部表单---------------------- */
#wpforms-189 {
  --wpforms_input_height: 43px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 43px;

  width: 100%;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}

#wpforms-189 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

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

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

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

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

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
#wpforms-189 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);

  background: #fafafa;

  border-bottom: #d6d6d6 1px solid;
}

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

  border-bottom: #d6d6d6 1px solid;

  background: #fafafa;
}
#wpforms-189 .wpforms-field-container select {
  border-bottom: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #fafafa
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}
#wpforms-189-field_1::placeholder,
#wpforms-189-field_2::placeholder,
#wpforms-189-field_3::placeholder,
#wpforms-189-field_4::placeholder,
#wpforms-189-field_5::placeholder,
#wpforms-189-field_6::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-189 input::placeholder,
#wpforms-189 textarea::placeholder,
#wpforms-189 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-189 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-189 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-189 .wpforms-field-container textarea:hover,
#wpforms-189 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-189 .wpforms-field-container textarea:focus {
  border-bottom: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-189-field_1-container,
#wpforms-189-field_2-container,
#wpforms-189-field_3-container {
  width: 32% !important;
}
#wpforms-189-field_3-container .wpforms-field-medium {
  max-width: 100%;
}
#wpforms-189-field_4-container,
#wpforms-189-field_5-container {
  width: 49% !important;
}
#wpforms-189-field_6-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-189 .wpforms-submit-container button {
  width: 15%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.05rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-189 .wpforms-submit-container button:hover {
  background: transparent;

  color: var(--i_color);

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

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-189 {
    /* --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px; */

    width: 100%;
  }

  #wpforms-189 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-189-field_1-container,
  #wpforms-189-field_2-container,
  #wpforms-189-field_3-container,
  #wpforms-189-field_4-container,
  #wpforms-189-field_5-container,
  #wpforms-189-field_6-container {
    width: 100% !important;
  }

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

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

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

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

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

  #wpforms-189 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-189 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

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

  #wpforms-189 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 425px) {
}
/* -----------------aboutus-company表单---------------------- */
#wpforms-192 {
  --wpforms_input_height: 43px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 43px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  width: 100%;
}

#wpforms-192 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

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

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

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

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

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}

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

  background: #fafafa;

  border-bottom: #d6d6d6 1px solid;
}

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

  border-bottom: #d6d6d6 1px solid;

  background: #fafafa;
}
#wpforms-192 .wpforms-field-container select {
  border-bottom: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #fafafa
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}
#wpforms-192-field_1::placeholder,
#wpforms-192-field_2::placeholder,
#wpforms-192-field_3::placeholder,
#wpforms-192-field_4::placeholder,
#wpforms-192-field_5::placeholder,
#wpforms-192-field_6::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-192 input::placeholder,
#wpforms-192 textarea::placeholder,
#wpforms-192 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-192 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-192 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-192 .wpforms-field-container textarea:hover,
#wpforms-192 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-192 .wpforms-field-container textarea:focus {
  border-bottom: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-192-field_1-container,
#wpforms-192-field_2-container,
#wpforms-192-field_3-container {
  width: 32% !important;
}
#wpforms-192-field_3-container .wpforms-field-medium {
  max-width: 100%;
}
#wpforms-192-field_4-container,
#wpforms-192-field_5-container {
  width: 49% !important;
}
#wpforms-192-field_6-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-192 .wpforms-submit-container button {
  width: 15%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.05rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-192 .wpforms-submit-container button:hover {
  background: transparent;

  color: var(--i_color);

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

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-192 {
    /* --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px; */

    width: 100%;
  }

  #wpforms-192 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-192-field_1-container,
  #wpforms-192-field_2-container,
  #wpforms-192-field_3-container,
  #wpforms-192-field_4-container,
  #wpforms-192-field_5-container,
  #wpforms-192-field_6-container {
    width: 100% !important;
  }

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

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

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

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

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

  #wpforms-192 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-192 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

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

  #wpforms-192 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

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

/* -----------------contactus表单---------------------- */
#wpforms-183 {
  --wpforms_input_height: 60px;

  --wpforms_textarea_height: 125px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 60px;

  width: 100%;
}

#wpforms-183 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

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

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

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

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

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}

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

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

  border: #d6d6d6 1px solid;

  background: #fff;
}
#wpforms-183 .wpforms-field-container select {
  border: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #ffff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}
#wpforms-183-field_1::placeholder,
#wpforms-183-field_2::placeholder,
#wpforms-183-field_3::placeholder,
#wpforms-183-field_4::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-183 input::placeholder,
#wpforms-183 textarea::placeholder,
#wpforms-183 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-183 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-183 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-183 .wpforms-field-container textarea:hover,
#wpforms-183 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-183 .wpforms-field-container textarea:focus {
  border: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

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

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: left;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-183 .wpforms-submit-container button {
  width: 20%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.05rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-183 .wpforms-submit-container button:hover {
  background: transparent;

  color: var(--i_color);

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

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-183 {
    --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 100px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

  #wpforms-183 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

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

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

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

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

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

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

  #wpforms-183 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-183 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

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

  #wpforms-183 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

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

div.wpforms-container-full
  .wpforms-form
  .wpforms-field.wpforms-field-select-style-modern
  .choices
  .choices__inner {
  background-color: #fafafa !important;
  border: none !important;
  border-bottom: 1px solid #d6d6d6 !important;
}

/* -----------------产品详情底部表单---------------------- */
#wpforms-341 {
  --wpforms_input_height: 43px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 43px;

  width: 100%;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}

#wpforms-341 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

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

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

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

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

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}

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

  background: #fafafa;

  border-bottom: #d6d6d6 1px solid;
}

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

  border-bottom: #d6d6d6 1px solid;

  background: #fafafa;
}
#wpforms-341 .wpforms-field-container select {
  border-bottom: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #fafafa
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}
#wpforms-341-field_1::placeholder,
#wpforms-341-field_2::placeholder,
#wpforms-341-field_3::placeholder,
#wpforms-341-field_4::placeholder,
#wpforms-341-field_5::placeholder,
#wpforms-341-field_6::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-341 input::placeholder,
#wpforms-341 textarea::placeholder,
#wpforms-341 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-341 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-341 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-341 .wpforms-field-container textarea:hover,
#wpforms-341 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-341 .wpforms-field-container textarea:focus {
  border-bottom: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-341-field_1-container,
#wpforms-341-field_5-container,
#wpforms-341-field_11-container {
  width: 32% !important;
}
#wpforms-341-field_10-container,
#wpforms-341-field_12-container,
#wpforms-341-field_13-container,
#wpforms-341-field_14-container {
  width: 48% !important;
}
#wpforms-341-field_3-container .wpforms-field-medium {
  max-width: 100%;
}

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

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-341 .wpforms-submit-container button {
  width: 15%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.05rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-341 .wpforms-submit-container button:hover {
  background: transparent;

  color: var(--i_color);

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

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-341 {
    /* --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px; */

    width: 100%;
  }

  #wpforms-341 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-341-field_1-container,
  #wpforms-341-field_2-container,
  #wpforms-341-field_3-container,
  #wpforms-341-field_4-container,
  #wpforms-341-field_5-container,
  #wpforms-341-field_6-container {
    width: 100% !important;
  }

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

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

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

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

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

  #wpforms-341 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-341 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

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

  #wpforms-341 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

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

/* -----------------contactus表单---------------------- */
#wpforms-344 {
  --wpforms_input_height: 43px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 43px;

  width: 100%;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}

#wpforms-344 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

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

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

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

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

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
#wpforms-344 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);

  background: #fafafa;

  border-bottom: #d6d6d6 1px solid;
}

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

  border-bottom: #d6d6d6 1px solid;

  background: #fafafa;
}
#wpforms-344 .wpforms-field-container select {
  border-bottom: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #fafafa
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}
#wpforms-344-field_1::placeholder,
#wpforms-344-field_2::placeholder,
#wpforms-344-field_3::placeholder,
#wpforms-344-field_4::placeholder,
#wpforms-344-field_5::placeholder,
#wpforms-344-field_6::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-344 input::placeholder,
#wpforms-344 textarea::placeholder,
#wpforms-344 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-344 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-344 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-344 .wpforms-field-container textarea:hover,
#wpforms-344 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-344 .wpforms-field-container textarea:focus {
  border-bottom: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-344-field_1-container,
#wpforms-344-field_2-container,
#wpforms-344-field_3-container {
  width: 32% !important;
}
#wpforms-344-field_3-container .wpforms-field-medium {
  max-width: 100%;
}
#wpforms-344-field_4-container,
#wpforms-344-field_5-container {
  width: 49% !important;
}
#wpforms-344-field_6-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-344 .wpforms-submit-container button {
  width: 15%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.05rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-344 .wpforms-submit-container button:hover {
  background: transparent;

  color: var(--i_color);

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

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-344 {
    /* --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px; */

    width: 100%;
  }

  #wpforms-344 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-344-field_1-container,
  #wpforms-344-field_2-container,
  #wpforms-344-field_3-container,
  #wpforms-344-field_4-container,
  #wpforms-344-field_5-container,
  #wpforms-344-field_6-container {
    width: 100% !important;
  }

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

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

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

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

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

  #wpforms-344 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-344 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

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

  #wpforms-344 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 425px) {
}
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
  color: #333 !important;
}
