@charset "utf-8";

:root {
  --i_color: #2b3f71;

  /* 全局颜色 */

  --i_color2: #fff;

  /* 副颜色 */

  --top_h: 0.8rem;

  --header_info_h: 0.3rem;

  /* 顶部信息 */

  /* 导航 */

  --header_height: 1.1rem;

  /* 导航总高度 */
}

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

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

    --header_height: 0.8rem;
  }
}

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

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

.wrap {
  width: 94vw;

  max-width: 1400px;

  margin-left: auto;

  margin-right: auto;
}

.wrap_l {
  display: block;

  box-sizing: border-box;

  padding-left: 13.54%;
}

.wrap_r {
  display: block;

  box-sizing: border-box;

  padding-right: 13.54%;
}

.wrap02 {
  width: 1500px;

  max-width: 94vw;

  margin-left: auto;

  margin-right: auto;
}

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

    max-width: none;
  }

  .wrap_l {
    display: block;

    box-sizing: border-box;

    padding-left: 7.5vw;
  }

  .wrap_r {
    display: block;

    box-sizing: border-box;

    padding-right: 7.5vw;
  }
}

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

  .wrap_r {
    padding: 0 0 0 3%;
  }
}
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
/* --------------------占位盒子----------------- */

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

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

/* ----------------------------------------public_whiteBg_btn------------------------------------- */

.public_whiteBg_btn {
}

.public_whiteBg_btn a {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: var(--i_color);

  padding: 0.09rem 0.28rem;

  box-sizing: border-box;

  background: #fff;

  display: flex;

  align-items: center;

  transition: all 0.3s ease;
}

.public_whiteBg_btn a iconify-icon {
  font-size: 0.22rem;

  object-fit: contain;

  margin-left: 0.15rem;

  transition: all 0.3s ease;
}

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

  color: #fff;
}

.public_whiteBg_btn a:hover iconify-icon {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .public_whiteBg_btn a {
    padding: 0.05rem 0.2rem;
  }

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

/* ------------------------Paging -------------------------*/

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);

  box-sizing: border-box;
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;

  width: 100%;
}

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

  margin: 0 4px;
}

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

  padding: 0 10px;

  height: var(--size);

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

  font-size: 14px;

  color: #666;

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ccc;

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

  border-radius: var(--border_radius);

  overflow: hidden;
}

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

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

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

.public_btn {
}

.public_btn a {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #fff;

  padding: 0.09rem 0.28rem;

  box-sizing: border-box;

  background: var(--i_color);

  display: flex;

  align-items: center;

  transition: all 0.3s ease;

  border: transparent 1px solid;

  cursor: pointer;
}

.public_btn a img {
  width: 0.23rem;

  height: 0.23rem;

  object-fit: contain;

  margin-left: 0.15rem;

  transition: all 0.3s ease;
}

.public_btn a:hover {
  background: #fff;

  color: var(--i_color);

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

.public_btn a:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(18%) saturate(1200%)
    hue-rotate(190deg) brightness(95%) contrast(90%);
}

@media screen and (max-width: 1024px) {
  .public_btn a {
    padding: 0.05rem 0.2rem;
  }

  .public_btn a img {
    width: 0.2rem;

    height: 0.2rem;
  }
}

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

.public_title {
  position: relative;
}

.public_title h3 span {
  font-family: "Roboto Slab";

  font-size: 0.46rem;

  font-weight: bold;

  line-height: 1.3;

  color: var(--i_color);

  position: relative;

  display: inline-flexbox;

  margin-right: 0.1rem;
}

.public_title h3 {
  font-family: "Roboto Slab";

  font-size: 0.46rem;

  font-weight: bold;

  line-height: 1.3;

  padding-bottom: 0.3rem;

  margin-bottom: 0.2rem;

  color: #222;

  position: relative;

  justify-content: center;

  text-align: center;
}

/* 两个斜块的公共样式 */

.public_title h3::before,
.public_title h3::after {
  content: "";

  position: absolute;

  bottom: 0rem;

  width: 0.08rem;

  height: 0.24rem;

  transform: skewX(-20deg);
}

/* 左边 */

.public_title h3::before {
  left: 49%;

  transform: translateX(-120%) skewX(-20deg);

  background: linear-gradient(
    180deg,
    var(--i_color) 4%,

    rgba(43, 63, 113, 0) 100%
  );
}

/* 右边 */

.public_title h3::after {
  left: 50%;

  transform: translateX(20%) skewX(-20deg);

  background: var(--i_color);
}

.public_title h4 {
  font-family: "Roboto Slab";

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 1.5;

  text-align: center;

  color: #666666;
}

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

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

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

  .public_title h3 {
    font-size: 0.35rem;
  }
}

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

  .public_title h3 {
    font-size: 0.3rem;

    margin-bottom: 0.1rem;
  }

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

  .public_title h3::before,
  .public_title h3::after {
    width: 0.05rem;

    height: 0.2rem;
  }

  /* 左边 */

  .public_title h3 a::before {
    left: 48%;
  }
}

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

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

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

  .public_title h3 {
    font-size: 0.22rem;

    margin-bottom: 0.05rem;

    padding-bottom: 0.2rem;
  }

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

  .public_title h3::before,
  .public_title h3::after {
    width: 0.05rem;

    height: 0.15rem;
  }
}

/* -----------------------------pd_btn--------------------------- */

.pd_btn {
}

.pd_btn {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #fff;

  padding: 0.09rem 0.28rem;

  box-sizing: border-box;

  background: #222;

  display: flex;

  align-items: center;

  transition: all 0.3s ease;

  border: transparent 1px solid;
}

.pd_btn img {
  width: 0.23rem;

  height: 0.23rem;

  object-fit: contain;

  margin-left: 0.15rem;

  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .pd_btn a {
    padding: 0.05rem 0.2rem;
  }

  .pd_btn a img {
    width: 0.2rem;

    height: 0.2rem;
  }
}

/* --------------------------------------------------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 2px 8px rgba(0, 0, 0, 0.08);
}

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

.logo a {
  display: -webkit-flex;

  display: flex;

  align-items: center;

  height: 100%;

  position: relative;
}

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

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

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

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

/* 导航 */

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

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

    color: #333;

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

    line-height: 0.32rem;

    white-space: nowrap;

    box-sizing: border-box;

    font-weight: 600;

    font-family: "Roboto Slab";
  }

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

    color: var(--i_color);
  }

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

    position: absolute;

    left: 0;

    min-width: 1.6rem;

    background: var(--i_color2);

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

    font-size: 0;

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

    min-width: 1.4rem;
  }

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

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

    color: #fff;
  }

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .i_nav {
    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;
}
.search_cont img {
  cursor: pointer;
}
/* .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,
.top_language img {
  width: 0.24rem;

  height: 0.24rem;

  object-fit: contain;
}

.top_language {
  position: relative;
}

.top_language_btn {
  padding: 0.1rem 0.18rem 0.1rem 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;

} */

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

@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: #000000;

  height: var(--header_info_h);

  display: flex;

  align-items: center;
}

.ti_info {
}

.ti_maxbox {
  display: flex;

  justify-content: space-between;
}

.ti_info ul {
  display: flex;

  gap: 0.38rem;
}

.ti_info ul li {
  height: 80%;
}

.ti_info ul li a {
  display: block;

  height: 100%;

  font-family: "Roboto Slab";

  font-weight: normal;

  color: #ffffff;

  display: flex;

  align-items: center;
}

.ti_info ul li a img {
  width: 0.24rem;

  height: 0.24rem;

  object-fit: contain;

  margin-right: 0.05rem;
}

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

.ti_media {
  display: flex;
}

.ti_media .tim_span {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}

.ti_media .tim_span a {
  color: #fff;

  font-family: "Roboto Slab";

  font-weight: normal;
}

.ti_media .tim_span a:hover {
  text-decoration: underline;
}

.ti_media ul {
  display: flex;

  gap: 0.3rem;
}

.ti_media ul li {
  display: flex;

  align-items: center;
}

.ti_media ul li a {
  display: flex;

  align-items: center;
}

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

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

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

  .ti_media {
    width: 100%;
  }

  .ti_media ul li a iconify-icon {
    font-size: 0.16rem;
  }

  .ti_media ul {
    margin-left: auto;
  }
}

@media screen and (max-width: 375px) {
  .ti_media .tim_span {
    margin-right: 0.2rem;
  }

  .ti_media ul {
    gap: 0.15rem;
  }
}

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

  border-radius: 0.3rem;

  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.35s ease;
}
.jump_btn:hover {
  background: transparent;
  border: 1px solid var(--i_color);
}
.jump_btn:hover a {
  color: var(--i_color);
}
.jump_btn a {
  display: flex;

  align-items: center;

  justify-content: center;

  font-family: "Roboto Slab";

  font-weight: normal;

  color: #ffffff;

  padding: 0.08rem 0.31rem;
  transition: all 0.35s ease;
}

@media screen and (max-width: 1024px) {
  .jump_btn a {
    padding: 0.06rem 0.2rem;

    font-size: 0.14rem;
  }
}

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

    font-size: 0.14rem;
  }
}

.i_nav .menu-item-55,
.i_nav .menu-item-56 {
  display: none;
}

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

footer {
}

.footer_maxBox {
  height: 100%;

  position: relative;
}

.footer_bgimg {
  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  pointer-events: none;
}

.footer_bgimg img {
  object-fit: contain;

  width: 100%;

  height: auto;

  pointer-events: none;
}

.footer_topMaxBox {
  color: #fff;
}

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

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 0.41rem 0 0.46rem 0;
}

.ft_contactus h3 {
  margin-bottom: 0.3rem;
}

.footer_contactUs_btn {
  display: flex;
}

.footer_center_maxbox {
  background: #222;
}

.footer_nav {
  padding: 0.39rem 0 0.26rem 0;

  border-bottom: #414142 1px solid;
}

.fn_box {
  box-sizing: border-box;

  display: flex;

  align-items: center;
}

.fn_box dl {
  display: none;
}

.footer_nav span {
  height: 0.43rem;

  margin-right: 1.29rem;
}

.footer_nav span img {
  height: 100%;

  object-fit: contain;
}

.footer_nav ul {
  display: flex;

  gap: 0.4rem;
}

.footer_nav ul li {
}

.footer_nav ul li a {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #ffffff;
}

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

.footer_info {
  padding: 0.8rem 0;

  border-bottom: #414142 1px solid;
}

.footer_info .ft_maxul {
  display: flex;

  gap: 0 6%;
}

.footer_info ul li {
  /* flex-shrink: 0; */
}

.footer_info ul li h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #ffffff;

  margin-bottom: 0.47rem;
}

.ft_info_ul {
  display: flex;

  flex-direction: column;

  gap: 0.3rem;
}

.ft_info_ul li {
  display: flex;

  gap: 0.1rem;

  cursor: pointer;
}

.ft_info_ul li img {
  width: 0.22rem;

  height: 0.22rem;

  object-fit: contain;
}

.ft_info_ul li a {
  color: #fff;
}

.ft_info_ul li span {
  width: 0.5rem;

  height: 0.5rem;

  border-radius: 50%;

  background: #4e4e4e;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;
}

.ft_info_ul li span a {
  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.ft_info_ul li span:hover a iconify-icon {
  transform: rotateY(180deg);
}

.ft_info_ul li span a iconify-icon {
  font-size: 0.18rem;

  transition: all 0.3s ease;

  display: inline-block;

  transform-style: preserve-3d;
}

.ft_info_ul li a:hover {
  text-decoration: underline;
}

.fti_media_li {
  gap: 0.28rem !important;
}

.fti_media_li span:hover {
  background: var(--i_color);
}

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

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

.footer_info ul li:nth-child(3) {
  flex: 1.5;
}

.footer_info ul li h4 {
  font-family: "Roboto Slab";

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 0.34rem;
}

.ft_menu_ul {
  display: flex;

  flex-direction: column;

  gap: 0.25rem;
}

.ft_menu_ul li {
}

.ft_menu_ul li a {
  font-family: "Roboto Slab";

  color: #ffffff;
}

.ft_menu_ul li a:hover {
  text-decoration: underline;
}

.footer_bottomMaxBox {
  padding: 0.28rem 0;

  background: #222;

  color: #bdbdbd;

  display: flex;

  align-items: center;

  font-weight: 400;

  font-family: "Roboto Slab";
}

.footer_bottomMaxBox .wrap a {
  color: #bdbdbd;

  cursor: pointer;

  font-weight: 400;
}

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

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

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

  .footer_nav span {
    margin-right: auto;
  }

  .footer_info {
    padding: 0.6rem 0;
  }
}

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

  .footer_info {
    padding: 0.3rem 0;
  }

  .fn_box dl {
    display: flex;

    gap: 0.2rem;
  }

  .fn_box dl dt {
  }

  .fn_box dl dt span {
    width: 0.4rem;

    height: 0.4rem;

    border-radius: 50%;

    background: #4e4e4e;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .fn_box dl dt span a {
    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .fn_box dl dt span:hover {
    background: var(--i_color);
  }

  .fn_box dl dt span:hover a iconify-icon {
    transform: rotateY(180deg);
  }

  .fn_box dl dt span a iconify-icon {
    font-size: 0.18rem;

    transition: all 0.3s ease;

    display: inline-block;

    transform-style: preserve-3d;
  }

  .fti_media_li {
    display: none !important;
  }

  .footer_info ul .pd_menu {
    display: none;
  }

  .footer_info ul li h3 {
    margin-bottom: 0.3rem;
  }

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

  .ft_info_ul {
    gap: 0.2rem;
  }

  .ft_menu_ul {
    gap: 0.2rem;
  }

  .footer_nav {
    padding: 0.3rem 0;
  }

  .ft_contactus {
    padding: 0.3rem 0;
  }
}

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

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

  .fn_box dl {
    display: none;
  }

  .footer_nav span {
    height: 0.3rem;
  }

  .footer_info {
    padding: 0.2rem 0;
  }

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

  .footer_nav {
    padding: 0.2rem 0;
  }

  .footer_bottomMaxBox {
    font-size: 0.1rem;

    padding: 0.1rem 0;
  }

  .ft_contactus h3 {
    margin-bottom: 0.2rem;
  }

  .footer_bgimg {
    display: none;
  }
}

/* -----------------------------------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 {
  padding-bottom: 36.6%;

  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: 12%;
  right: 0%;
  z-index: 3;
  text-align: center;
  width: 51%;
}
.b_text1_h3box {
  background: linear-gradient(90deg, #dde3e1 0%, #7b89a3 20%, #2b3f71 100%);
  padding: 0.05rem 0;
  margin-bottom: 0.2rem;
}
.b_text1 h3 {
  color: #fff;
  font-family: "Roboto Slab";
  font-weight: 600;
  text-align: center;
  width: 65.3%;
  margin-left: 8%;
}

.b_text1 h4 {
  color: var(--i_color);
  font-weight: normal;
  text-align: center;
  font-family: "Roboto Slab";
  width: 65.3%;
  margin-left: 8%;
}

.b_text2 {
  position: absolute;

  top: 12.875%;

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  width: 80%;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.b_text2 h3 {
  background: linear-gradient(
    270deg,
    rgba(43, 63, 113, 0) 0%,

    #2b3f71 47%,

    rgba(43, 63, 113, 0) 102%
  );

  font-family: "Roboto Slab";

  font-weight: 600;

  text-align: center;

  color: #ffffff;

  margin-bottom: 0.2rem;

  padding: 0.05rem 0;
}

.b_text2 h4 {
  background: #ffffff;

  font-family: "Roboto Slab";

  font-weight: normal;

  text-align: center;

  color: var(--i_color);

  width: fit-content;

  padding: 0.08rem 0.35rem;

  box-sizing: border-box;
}

@media screen and (min-width: 1921px) {
}

@media screen and (max-width: 1440px) {
  .b_text1 h3 {
    width: 80.3%;
    margin-left: 8%;
  }
  .b_text1 h4 {
    width: 80.3%;
    margin-left: 8%;
  }
}

@media screen and (max-width: 1366px) {
  .b_text1_h3box {
    margin-bottom: 0.1rem;
  }
}

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

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

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

  .b_text1 {
    top: 15.4%;
  }
}

@media screen and (max-width: 768px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.1rem;

    height: 0.1rem;

    display: inline-block;

    margin: 0 0.06rem;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    outline: none;

    cursor: pointer;
  }

  .b_text1 {
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .b_text1_h3box {
    background: linear-gradient(
      270deg,
      rgba(43, 63, 113, 0) 0%,
      #2b3f71 47%,
      rgba(43, 63, 113, 0) 102%
    );
    padding: 0.05rem 0;
    margin-bottom: 0.1rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .b_text1 h3 {
    margin-left: 0;
    width: 90%;
    text-align: center;
  }
  .b_text1 h4 {
    background: rgba(255, 255, 255, 0.6);
    padding: 0.1rem;
    margin-left: 0;

    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 51.6%;
  }

  .b_text1 h4 {
    display: none;
  }

  .b_text2 {
    top: 8%;

    width: 85%;
  }

  .b_text2 h4 {
    display: none;
  }
}

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

@media screen and (max-width: 320px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;

    height: 0.08rem;

    display: inline-block;

    margin: 0 0.03rem;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    outline: none;

    cursor: pointer;
  }

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

/* ------------------------------------home_solutions--------------------- */

.home_solutions {
  padding: 0.6rem 0;
}

.hs_maxbox {
  overflow: hidden;

  position: relative;
}

.hs_bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  object-fit: contain;

  pointer-events: none;
}

.hsm_top {
  display: flex;

  justify-content: center;

  margin-bottom: 0.4rem;
}

.hsm_contain {
}

.hsmc_tab {
  margin-bottom: 0.58rem;
}

.hsmc_tab ul {
  display: flex;
}

.hsmc_tab ul li {
  width: 25%;

  display: flex;

  flex-direction: column;

  align-items: center;

  cursor: pointer;
}

.hsmc_icon {
  width: 100%;

  height: 1rem;

  display: flex;

  justify-content: center;

  position: relative;

  margin-bottom: 0.2rem;
}

.hsmc_icon::before {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0;

  width: 50%;

  border-top: 1px dashed rgba(51, 51, 51, 0.4);

  height: 0.02rem;

  z-index: 1;
}

.hsmc_icon::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  width: 50%;

  border-top: 1px dashed rgba(51, 51, 51, 0.4);

  height: 0.02rem;

  z-index: 1;
}

.hsmc_tab ul li:nth-child(1) .hsmc_icon::after {
  display: none;
}

.hsmc_tab ul li:nth-child(4) .hsmc_icon::before {
  display: none;
}

.hsmc_tab ul li span {
  width: 1rem;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  border: transparent 2px solid;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;

  z-index: 2;

  background: #fff;
}

.hsmc_tab ul li span img {
  width: 68%;

  height: 68%;

  object-fit: contain;
}

.hsmc_tab ul li h3 {
  font-family: "Roboto Slab";

  font-weight: 500;

  text-align: center;

  color: #222222;

  transition: all 0.3s ease;
}

.hsmc_tab ul li.active span {
  border: 2px solid rgba(43, 63, 113, 0.4);
}

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

.hsmc_contain {
}

.hsmc_contain dl {
}

.hsmc_contain dl dt {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  opacity: 0;

  visibility: hidden;

  height: 0;

  position: relative;

  left: 0.3rem;
}

.hsmc_contain dl dt.active {
  opacity: 1;

  visibility: visible;

  height: auto;

  left: 0;

  transition: all 0.5s ease;
}

.hsmc_info {
  width: 30%;

  padding: 0.8rem 0;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.hsmc_info h3 {
  color: var(--i_color);

  font-family: "Roboto Slab";

  font-weight: bold;

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

  width: fit-content;
}

.hsmc_btn {
  display: flex;
}

.hsmc_pic {
  width: 60.85%;
}

.hsmc_pic span {
  position: relative;

  display: block;
}

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

  display: block;

  padding-bottom: 44%;
}

.hsmc_pic span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

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

  .hsm_top {
    margin-bottom: 0.2rem;
  }

  .hsmc_tab ul li span {
    width: 0.8rem;
  }

  .hsmc_icon {
    height: 0.8rem;
  }

  .hsmc_info {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 768px) {
  .hsmc_tab ul li span {
    width: 0.6rem;
  }

  .hsmc_icon {
    height: 0.6rem;

    margin-bottom: 0.05rem;
  }

  .hsmc_info {
    padding: 0.2rem 0;
  }
}

@media screen and (max-width: 560px) {
  .hsmc_tab ul {
    flex-direction: column;

    gap: 0.08rem;
  }

  .hsmc_tab ul li span {
    width: 0.4rem;
  }

  .hsmc_icon {
    height: 0.4rem;
  }

  .hsmc_tab ul li {
    width: 50%;

    margin-bottom: 0rem;
  }

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

  .hsmc_icon::before {
  }

  .hsmc_tab ul li {
    width: 100%;

    display: flex;

    flex-direction: row;

    align-items: center;
  }

  .hsmc_icon {
    width: 0.4rem;

    margin-right: 0.1rem;
  }

  .hsmc_tab ul li span img {
    width: 80%;

    height: 80%;
  }

  .hsmc_tab ul li.active span {
    border: 1px solid rgba(43, 63, 113, 0.4);
  }

  .hsmc_contain dl dt {
    flex-direction: column-reverse;
  }

  .hsmc_pic {
    width: 100%;
  }

  .hsmc_info {
    flex-direction: column;

    width: 100%;
  }

  .hsmc_info h3 {
    margin-bottom: 0.1rem;
  }

  .hsmc_tab {
    margin-bottom: 0.1rem;
  }

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

  .home_solutions {
    padding: 0.3rem 0;
  }

  .hsmc_tab ul li h3 {
    text-align: left;
  }

  .hsmc_info {
    padding: 0.1rem 0;
  }

  .hs_bg {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .hsmc_tab ul li span {
    width: 0.3rem;
  }

  .hsmc_icon {
    height: 0.3rem;
  }

  .hsmc_icon {
    width: 0.3rem;

    margin-right: 0.05rem;
  }
}

/* --------------------------------home_projects-------------------------- */

.home_projects {
  padding: 0.6rem 0;

  background: #f4f4f4;
}

.hp_maxbox {
}

.hpm_top {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-bottom: 0.48rem;
}

.hpm_contain {
  position: relative;

  padding: 0 0.6rem;
}

.hpm_list {
  position: relative;

  overflow: hidden;
}

.hpm_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  align-items: stretch;
}

.hpm_list li {
  flex-shrink: 0;

  position: relative;

  height: auto;

  display: flex;

  flex-direction: column;

  cursor: pointer;
}

.hpm_list li a {
  display: flex;

  flex-direction: column;

  /* height: 100%; */
}

.hpm_list ul li span {
  position: relative;

  width: 100%;

  overflow: hidden;
}

.hpm_list li:hover a span img {
  transform: scale(1.1);
}

.hpm_list li:hover a p {
  color: var(--i_color);
}

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

  display: block;

  padding-bottom: 80.7%;
}

.hpm_list ul li span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.hpm_list ul li h3 {
  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0.23rem 0.63rem;

  text-align: center;

  flex: 1;

  font-family: "Roboto Slab";

  font-weight: normal;

  color: #222222;

  transition: all 0.3s ease;
}

.hpm_list ul li h3 p {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  font-family: "Roboto Slab";

  font-weight: normal;

  color: #222222;

  transition: all 0.3s ease;

  background: #ffffff;
}

.hpm_list .swiper-button-disabled {
  cursor: not-allowed;
}

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

.hpm-prev,
.hpm-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.5rem;

  height: 0.5rem;

  background: transparent;

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

  z-index: 3;

  cursor: pointer;

  outline: none;

  user-select: none;

  border-radius: 50%;
}

.hpm-prev {
  left: -1%;
}

.hpm-next {
  right: -1%;
}

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

  top: 50%;

  left: 50%;

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

  font-size: 0.3rem;

  color: #2b3f71;
}

.hpm-prev:hover iconify-icon,
.hpm-next:hover iconify-icon {
  color: #fff !important;
}

.hpm-pagination {
  display: none;

  margin-top: 0.2rem;

  text-align: center;
}

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

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

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

  .hpm-prev,
  .hpm-next {
    width: 0.4rem;

    height: 0.4rem;
  }

  .hpm-prev iconify-icon,
  .hpm-next iconify-icon {
    font-size: 0.25rem;
  }

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

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

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

  .hpm-pagination {
    display: block;
  }
}

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

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

.home_why_choose_us {
  padding: 0.6rem 0;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.hwcu_maxbox {
  display: flex;

  justify-content: space-between;

  position: relative;
}

.hwcum_info {
  width: 50%;
}

.hwcum_info .public_title h3 {
  justify-content: flex-start;

  padding-bottom: 0;

  text-align: left;
}

.hwcum_info .public_title h4 {
  text-align: left;
}

.hwcum_info .public_title h3 a {
  margin-right: 0.05rem;
}

.hwcum_info .public_title h3::before,
.hwcum_info .public_title h3::after {
  display: none;
}

.ostmit_ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.6rem;

  margin-top: 0.9rem;
}

.ostmit_ul li {
  width: calc((100% - 0.7rem) / 2);

  cursor: pointer;
}

.ostmit_ul li span {
}

.ostmit_ul li span h5 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #666666;
}

.ostmit_ul li span h5 i {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: var(--i_color);
}

.ostmit_ul li span h6 {
  font-family: "Roboto Slab";

  color: #666666;
}

.hwcum_pic {
  width: 50%;
}

.hwcum_btn {
  display: flex;

  justify-content: flex-end;
}

.hwcum_map {
  width: 54.375%;

  height: auto;

  position: absolute;

  right: 0;

  bottom: 0;
}

.hwcum_map span {
  position: relative;

  display: block;

  width: 100%;
}

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

  display: block;

  padding-bottom: 60%;
}

.hwcum_map span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;
}

@media screen and (max-width: 1366px) {
  .market_dian .round::after {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 1024px) {
  .hwcu_maxbox {
    flex-direction: column;
  }

  .hwcum_info {
    width: 100%;
  }

  .hwcum_map {
    position: relative;

    width: 80%;
  }

  .hwcum_btn {
    display: none;
  }

  .ostmit_ul {
    gap: 0.2rem;

    margin-top: 0.3rem;
  }

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

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

  .home_why_choose_us {
    padding: 0.3rem 0;
  }

  .hwcum_info .public_title h3 {
    padding-bottom: 0.05rem;
  }

  .hwcum_map {
    width: 100%;
  }
}

/* -----------------------------home_company_advantage------------------------*/

.home_company_advantage {
  padding: 0.6rem 0;

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

.hcam_top {
  margin-bottom: 0.5rem;

  display: flex;

  justify-content: center;
}

.hcam_contain {
}

.hcamc_list {
  position: relative;

  overflow: hidden;

  padding-bottom: 0.5rem;
}

.hcamc_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  align-items: stretch;
}

.hcamc_list li {
  flex-shrink: 0;

  position: relative;

  cursor: pointer;

  height: auto;
}

.hcamc_list li:hover .hcamcl_info {
  background: var(--i_color);
}

.hcamc_list li:hover .hcamcl_info h3 {
  color: #fff;
}

.hcamc_list li:hover .hcamcl_info h4 {
  color: #fff;
}

.hcamc_list li:hover .hcamcl_info h3::before {
  background: #fff;
}

.hcamc_list li:hover .hci_hoverspan {
  opacity: 1;
}

.hcai_block {
  display: block;
}

.hcai_hidden {
  display: none;
}

.hcamc_list li:hover .hcai_block {
  display: none;
}

.hcamc_list li:hover .hcai_hidden {
  display: block;
}

.hcamcl_info {
  background: #ffffff;

  padding: 0.36rem 0.27rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  align-items: center;

  position: relative;

  height: 100%;
}

.hcamcl_info .hcamcli_icon {
  width: 0.59rem;

  height: 0.59rem;
}

.hcamcl_info .hcamcli_icon img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.hci_hoverspan {
  width: 100%;

  height: auto;

  position: absolute;

  bottom: 0;

  left: 0;

  opacity: 0;
}

.hci_hoverspan img {
  width: 100%;

  height: auto;

  object-fit: contain;
}

.hcamcl_info h3 {
  font-family: "Roboto Slab";

  font-weight: 500;

  text-align: center;

  color: #222;

  padding-bottom: 0.3rem;

  margin-bottom: 0.2rem;

  position: relative;
}

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

  display: block;

  width: 20%;

  height: 0.02rem;

  background: #666;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);
}

.hcamcl_info h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  text-align: center;

  color: #666;

  margin-bottom: 0.5rem;
}

.hcamc_pagination {
  text-align: center;
}

/* 进度条容器 */

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

  background: #e0e0e1;

  border-radius: 4px;

  overflow: hidden;

  top: auto;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

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

  border-radius: 4px;
}

@media screen and (max-width: 1440px) {
  .hcamcl_info h3 {
    padding-bottom: 0.2rem;
  }
}

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

  .hcamc_list {
    padding-bottom: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .hcamcl_info .hcamcli_icon {
    width: 0.45rem;

    height: 0.45rem;
  }
}

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

  .home_company_advantage {
    padding: 0.3rem 0;
  }

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

/* ---------------------------------home_news----------------------- */

.home_news {
  padding: 0.6rem 0;
}

.hn_maxbox {
}

.hnm_top {
  display: flex;

  align-items: center;
}

.hnm_top .public_title {
  width: 60%;

  display: flex;

  flex-direction: column;

  align-items: flex-start;
}

.hnm_top .public_title h3 {
  text-align: left;
}

.left_public_top .public_title h3::before {
  left: 8%;
}

.left_public_top .public_title h3::after {
  left: 12%;
}

@media screen and (max-width: 1024px) {
  .left_public_top .public_title h3::before {
    left: 49%;
  }

  .left_public_top .public_title h3::after {
    left: 50%;
  }
}

.hnm_top .public_title h4 {
  text-align: left;
}

.hnm_btn {
  display: flex;

  justify-content: flex-end;

  flex: 1;
}

.hln_contain {
  display: flex;

  justify-content: space-between;

  margin-top: 0.5rem;
}

.hlnc_leftbox {
  width: 46.42%;
}

.hlnc_rightbox {
  width: 49.28%;
}

.hlnc_leftbox a {
  width: 100%;

  position: relative;

  display: block;
}

.hlnc_leftbox a span {
  position: relative;
}

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

  display: block;

  padding-bottom: 69.3%;
}

.hlnc_leftbox a span img {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  object-fit: cover;
}

.hlnc_leftbox a h3 {
  font-family: "Roboto Slab";

  font-size: 0.24rem;

  font-weight: 600;

  line-height: 0.32rem;

  color: #333;

  margin: 0.2rem 0.16rem;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.hlnc_leftbox a h4 {
  font-family: "Roboto Slab";

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  color: #666666;

  margin: 0 0.16rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlnc_leftbox a span i {
  position: absolute;

  top: 77%;

  left: 4%;

  width: 0.86rem;

  height: 0.86rem;

  background-color: var(--i_color);

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;
}

.hlnc_leftbox a span i h5 {
  font-family: "Roboto Slab";

  font-size: 0.36rem;

  color: #ffffff;
}

.hlnc_leftbox a span i h6 {
  font-family: "Roboto Slab";

  font-size: 0.18rem;

  color: #ffffff;
}

.hlnc_rightbox ul {
  display: flex;

  flex-direction: column;

  gap: 0.3rem;

  height: 100%;
}

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

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

.hlnc_rightbox ul li a {
  display: flex;

  width: 100%;

  height: 100%;

  justify-content: space-between;

  align-items: center;
}

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

  display: flex;

  flex-direction: column;

  gap: 0.2rem;

  width: 100%;
}

.hlncr_info h3 {
  font-family: "Roboto Slab";

  font-size: 0.2rem;

  font-weight: bold;

  line-height: 0.28rem;

  color: #333333;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlncr_info h4 {
  font-family: "Roboto Slab";

  font-size: 0.18rem;

  line-height: 0.28rem;

  color: #666666;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlncr_info h5 {
  font-family: "Roboto Slab";

  font-size: 0.14rem;

  font-weight: normal;

  line-height: 0.16rem;

  color: #999999;
}

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

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

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

.hlnc_first_news {
  display: none;
}

.news_btn {
  display: flex;

  justify-content: center;

  margin-top: 0.3rem;
}

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

    margin-top: 0.2rem;
  }

  .hlnc_first_news {
    display: block;
  }

  .hlnc_leftbox {
    display: none;
  }

  .hlnc_rightbox {
    width: 100%;
  }

  .hnm_top .public_title {
    width: 100%;

    align-items: center;
  }

  .hnm_btn {
    display: none;
  }
}

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

    line-height: 0.22rem;
  }

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

    gap: 0.1rem;
  }

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

  .hln_contain {
    margin-top: 0.2rem;
  }

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

  .home_news {
    padding: 0.3rem 0;
  }
}

/* ---------------------------------------solutions_banner --------------------------------------- */

.solutions_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.solutions_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.solutions_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  animation: scaleIn 1.8s ease-out forwards;
}

.solutions_banner::after {
  content: "SOLUTIONS";

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

  font-weight: 600;

  letter-spacing: 2px;
}

@keyframes scaleIn {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

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

    display: block;

    padding-bottom: 36.5%;
  }

  .solutions_banner::after {
    font-size: 0.45rem;
  }
}

@media screen and (max-width: 425px) {
  .solutions_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------projects_banner --------------------------------------- */

.projects_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.projects_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.projects_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  animation: scaleIn 1.8s ease-out forwards;
}

.projects_banner::after {
  content: "PROJECTS";

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

  font-weight: 600;

  letter-spacing: 2px;
}

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

    display: block;

    padding-bottom: 36.5%;
  }

  .projects_banner::after {
    font-size: 0.45rem;
  }
}

@media screen and (max-width: 425px) {
  .projects_banner::after {
    font-size: 0.3rem;
  }
} /* ---------------------------------------products_banner --------------------------------------- */

.products_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.products_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.products_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

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

  font-weight: 600;

  letter-spacing: 2px;
}

@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;
  }
} /* ---------------------------------------resources_banner --------------------------------------- */

.resources_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.resources_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.resources_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  animation: scaleIn 1.8s ease-out forwards;
}

.resources_banner::after {
  content: "RESOURCES";

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

  font-weight: 600;

  letter-spacing: 2px;
}

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

    display: block;

    padding-bottom: 36.5%;
  }

  .resources_banner::after {
    font-size: 0.45rem;
  }
}

@media screen and (max-width: 425px) {
  .resources_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------company_banner --------------------------------------- */

.company_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.company_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.company_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  animation: scaleIn 1.8s ease-out forwards;
}

.company_banner::after {
  content: "COMPANY";

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

  font-weight: 600;

  letter-spacing: 2px;
}

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

    display: block;

    padding-bottom: 36.5%;
  }

  .company_banner::after {
    font-size: 0.45rem;
  }
}

@media screen and (max-width: 425px) {
  .company_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------services_banner --------------------------------------- */

.services_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.services_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.services_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  animation: scaleIn 1.8s ease-out forwards;
}

.services_banner::after {
  content: "SERVICES";

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

  font-weight: 600;

  letter-spacing: 2px;
}

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

    display: block;

    padding-bottom: 36.5%;
  }

  .services_banner::after {
    font-size: 0.45rem;
  }
}

@media screen and (max-width: 425px) {
  .services_banner::after {
    font-size: 0.3rem;
  }
} /* ---------------------------------------contactus_banner --------------------------------------- */

.contactus_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.contactus_banner::before {
  content: "";

  display: block;

  padding-bottom: 26.15%;
}

.contactus_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  animation: scaleIn 1.8s ease-out forwards;
}

.contactus_banner::after {
  content: "CONTACT 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.72rem;

  font-weight: 600;

  letter-spacing: 2px;
}

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

    display: block;

    padding-bottom: 36.5%;
  }

  .contactus_banner::after {
    font-size: 0.45rem;
  }
}

@media screen and (max-width: 425px) {
  .contactus_banner::after {
    font-size: 0.3rem;
  }
}

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

.in_position {
  box-sizing: border-box;

  padding: 0.2rem 0;

  background: #f2f5f9;

  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: "Roboto Slab";
}

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

/* public_tab */

.public_tab {
  margin-bottom: 0.5rem;
}

.public_tab ul {
  display: flex;

  gap: 0.2rem;

  flex-wrap: wrap;

  justify-content: center;
}

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

.public_tab ul li a {
  width: 100%;

  font-family: "Roboto Slab";

  font-size: 0.2rem;

  font-weight: normal;

  color: #222;

  background: #f4f4f4;

  padding: 0.19rem 0.16rem;

  box-sizing: border-box;

  display: block;

  position: relative;

  z-index: 1;

  transition: all 0.45s ease;
}

.public_tab ul li a::before {
  content: "";

  display: block;

  background: var(--i_color);

  width: 0;

  height: 100%;

  z-index: -1;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.45s ease;
}

.public_tab ul li.active a::before {
  width: 100%;
}

.public_tab ul li.active a {
  color: #fff;
}

.public_tab ul li:hover a::before {
  width: 100%;
}

.public_tab ul li:hover a {
  color: #fff;
}

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

    gap: 0.3rem;
  }

  .public_tab ul li {
  }

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

    padding: 0.1rem 0.2rem;
  }

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

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

  .public_tab ul {
    gap: 0.1rem;
  }

  .public_tab {
    margin-bottom: 0.3rem;
  }

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

    padding: 0.1rem 0.15rem;
  }
}

/* -------------------------------------------------solutions.html------------------------------------- */

.solutions_maxbox {
  padding: 0.6rem 0;
}

.sm_box {
}

.smb_top {
  display: flex;

  justify-content: center;

  margin-bottom: 0.48rem;
}

.smb_contain {
}

.sc_ul {
  display: flex;

  flex-direction: column;

  gap: 0.6rem;
}

.sc_ul li {
}

.sc_ul li a {
  width: 100%;

  height: 100%;

  display: flex;

  justify-content: space-between;
}

.sc_ul li a:hover .si_box h3 {
  color: var(--i_color);
}

.sc_ul li a:hover .pd_btnbox .pd_btn {
  background: var(--i_color);
}

.sc_ul li a:hover .smb_pic span img {
  transform: scale(1.1);
}

.sc_ul li:nth-child(even) a {
  flex-direction: row-reverse;
}

.smb_pic {
  width: 45.14%;

  flex-shrink: 0;
}

.smb_pic span {
  width: 100%;

  position: relative;

  display: block;

  overflow: hidden;
}

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

  display: block;

  padding-bottom: 66.5%;
}

.smb_pic span img {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.smb_info {
  width: 49%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.si_box h3 {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #222222;

  margin-bottom: 0.36rem;
}

.si_box h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  display: -webkit-box;

  -webkit-line-clamp: 7;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.pd_btnbox {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .si_box h3 {
    margin-bottom: 0.1rem;
  }

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

  .smb_pic {
    display: flex;

    flex-direction: column;

    justify-content: center;
  }
}

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

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

  .sc_ul li a {
    flex-direction: column;
  }

  .sc_ul li:nth-child(even) a {
    flex-direction: column;
  }

  .smb_pic {
    width: 100%;

    margin-bottom: 0.1rem;
  }

  .smb_info {
    width: 100%;
  }

  .sc_ul {
    gap: 0.3rem;
  }

  .solutions_maxbox {
    padding: 0.3rem 0;
  }
}

/* ----------------------------------solutionsTop_maxbox------------------------ */

.solutionsTop_maxbox {
  padding: 0.6rem 0;
}

.stm_box {
}

.stmb_top {
  display: flex;

  justify-content: center;

  margin-bottom: 0.6rem;
}

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

  width: 100%;

  aspect-ratio: 1920 / 600;
}

.stc_info {
  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

  align-items: center;

  width: 100%;
}

.stc_info h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #ffffff;

  text-align: center;

  margin-bottom: 0.24rem;
}

.stc_info h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  text-align: center;

  color: #ffffff;

  margin-bottom: 0.8rem;

  width: 55%;
}

.stc_btn {
  display: flex;
}

@media screen and (max-width: 768px) {
  .stc_info h4 {
    margin-bottom: 0.3rem;
  }

  .stc_info h3 {
    margin-bottom: 0.15rem;
  }

  .stc_info h4 {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .stmb_card {
    aspect-ratio: 1920 / 1300;
  }

  .solutionsTop_maxbox {
    padding: 0.3rem 0;
  }

  .stmb_top {
    margin-bottom: 0.3rem;
  }

  .stc_info h3 {
    margin-bottom: 0.1rem;
  }

  .stc_info h4 {
    margin-bottom: 0.15rem;

    font-size: 0.14rem;
  }
}

@media screen and (max-width: 375px) {
  .stmb_card {
    aspect-ratio: 1920 / 1500;
  }
}

/* -------------------------solutionDetail_Challenges_Farming------------------------------ */

.solutionDetail_Challenges_Farming {
  padding: 0.6rem 0;
}

.scf_maxbox {
}

.scfm_top {
  display: flex;

  justify-content: center;

  margin-bottom: 0.5rem;
}

.scfm_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem;

  box-sizing: border-box;
}

.scfm_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  align-items: stretch;

  padding-top: 0.1rem;
}

.scfm_list li {
  flex-shrink: 0;

  position: relative;

  cursor: pointer;

  height: auto;
}

.scfml_box {
  display: flex;

  flex-direction: column;

  align-items: center;

  background: #fff;

  box-shadow: 0px 4px 10px 0px rgba(1, 4, 12, 0.2);

  padding: 0.5rem 0.47rem;

  box-sizing: border-box;

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

  height: 100%;

  transition: all 0.35s ease;
}

.scfml_box span {
  width: 0.68rem;

  height: 0.68rem;

  object-fit: contain;

  margin-bottom: 0.08rem;
}

.scfml_box span img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.scfml_box h3 {
  font-family: "Roboto Slab";

  font-weight: 500;

  text-align: center;

  color: #222222;

  margin-bottom: 0.25rem;

  transition: all 0.45s ease;
}

.scfml_box h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  transition: all 0.45s ease;

  margin-bottom: 0.2rem;

  text-align: center;
}

.scfm_list li:hover .scfml_box span img {
  filter: brightness(0) invert(1);
}

.scfm_list li:hover .scfml_box {
  background: var(--i_color);
}

.scfm_list li:hover .scfml_box h3 {
  color: #fff;
}

.scfm_list li:hover .scfml_box h4 {
  color: #fff;
}

.scfm_pagination {
  text-align: center;

  display: none;
}

/* 进度条容器 */

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

  background: #e0e0e1;

  border-radius: 4px;

  overflow: hidden;

  top: auto;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

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

  border-radius: 4px;
}

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

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

  .solutionDetail_Challenges_Farming {
    padding: 0.3rem 0;
  }

  .scfm_top {
    margin-bottom: 0rem;
  }

  .scfml_box span {
    width: 0.45rem;

    height: 0.45rem;
  }

  .scfm_pagination {
    display: block;

    margin-top: 0.1rem;
  }
}

/* --------------------------solutionDetail_Monitoring_solution---------------- */

.solutionDetail_Monitoring_solution {
  padding: 0.6rem 0;

  background: linear-gradient(180deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.sms_maxbox {
  overflow: hidden;
}

.smsm_top {
  margin-bottom: 0.5rem;
}

.forTab_box {
  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  gap: 0 5%;
}

.forTab_box > img {
  flex-shrink: 0;

  width: 45%;
}

.forTab_list {
  width: 100%;
}

.forTab_list li {
  margin-bottom: 0.24rem;
}

.forTab_list .tit {
  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  cursor: pointer;

  gap: 0 0.2rem;
}

.forTab_list .tit h5 {
  font-size: 0.24rem;

  font-family: "Roboto Slab";
}

.forTab_list .tit i {
  margin-left: auto;

  flex-shrink: 0;

  width: 0.24rem;

  height: 0.24rem;

  box-sizing: border-box;

  border: 2px solid #000;

  border-radius: 50%;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b3f71' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E")
    no-repeat center;

  background-size: 0.2rem;
}

.forTab_list .active .tit h5 {
  color: var(--i_color);
}

.forTab_list .active .tit i {
  border-color: var(--i_color);

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b3f71' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E")
    no-repeat center;

  background-size: 0.2rem;
}

.forTab_list .txt {
  display: none;

  margin-top: 0.2rem;
}

.forTab_list .txt span {
  font-size: 0.18rem;

  color: #666;

  line-height: 1.7;

  font-family: "Poppins";
}

@media screen and (max-width: 1440px) {
  .forTab_list .tit h5 {
    font-size: 0.2rem;
  }

  .forTab_list .txt span {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1200px) {
  .forTab_box > img {
    width: 52%;
  }
}

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

    gap: 0.24rem 0;
  }

  .forTab_box > img {
    width: 100%;
  }

  .forTab_list .tit h5 {
    font-size: 18px;
  }

  .forTab_list .tit i {
    width: 22px;

    height: 22px;
  }

  .forTab_list .tit i,
  .forTab_list .active .tit i {
    background-size: 16px;
  }

  .forTab_list .txt span {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .forTab_list .tit h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 560px) {
  .forTab_list .tit h5 {
    font-size: 16px;
  }

  .forTab_list .txt span {
    font-size: 13px;
  }

  .forTab_list .tit i {
    width: 20px;

    height: 20px;

    border-width: 1px;
  }

  .forTab_list .tit i,
  .forTab_list .active .tit i {
    background-size: 14px;
  }

  .smsm_top {
    margin-bottom: 0.2rem;
  }

  .solutionDetail_Monitoring_solution {
    padding: 0.3rem 0;
  }
}

/* --------------------架构概览------------------- */

.solutionDetail_architecture_overview {
  padding: 0.6rem 0;
}

.sao_maxbox {
  overflow: hidden;
}

.saom_top {
  margin-bottom: 0.5rem;
}

.saom_contain {
}

.saom_contain ul {
  display: flex;

  gap: 0.26rem;

  margin-bottom: 0.3rem;

  flex-wrap: wrap;
}

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

  background: #f4f4f4;

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 0.37rem 0.27rem;

  box-sizing: border-box;

  position: relative;

  cursor: pointer;
}

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

  display: block;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  width: 0.06rem;

  height: 23.8%;

  background: var(--i_color);
}

.saom_contain ul li h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  text-align: center;

  color: #333333;

  margin-bottom: 0.15rem;
}

.saom_contain ul li h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  text-align: center;

  color: #666666;
}

.saom_img {
  width: 100%;

  height: auto;

  object-fit: contain;
}

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

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

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

  .solutionDetail_architecture_overview {
    padding: 0.3rem 0;
  }

  .saom_top {
    margin-bottom: 0.2rem;
  }

  .saom_contain ul {
    gap: 0.15rem;

    margin-bottom: 0.1rem;
  }

  .saom_contain ul li {
    padding: 0.2rem;
  }
}

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

/* ------------------------------案例研究-------------------- */

.solutionsDetail_case_study {
  padding: 0.6rem 0;

  background: linear-gradient(to bottom, #ffffff, #f4f4f4);
}

.scs_maxbox {
}

.scs_top {
  margin-bottom: 0.5rem;
}

.scs_contain {
  display: flex;

  justify-content: space-between;
}

.scsc_info {
  width: 50%;
}

.scsc_info h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #222222;

  margin-bottom: 0.05rem;
}

.scsc_info h3 span {
  font-family: "Roboto Slab";

  font-weight: 400;
}

.scsc_ul {
  display: flex;

  position: relative;

  justify-content: space-between;

  margin-top: 0.2rem;
}

.scsc_ul::before {
  content: "";

  display: block;

  width: 0.01rem;

  height: 100%;

  background: #d8d8d8;

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);
}

.scsc_ul li {
  width: 46%;

  flex-shrink: 0;
}

.scsc_ul p {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: var(--i_color);

  margin-bottom: 0.15rem;
}

.scsc_ul h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;
}

.scsc_pic {
  width: 45%;
}

.scsc_pic img {
  width: 100%;

  height: auto;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .scs_contain {
    flex-direction: column;
  }

  .smsm_top {
    margin-bottom: 0.3rem;
  }

  .scsc_info {
    width: 100%;

    margin-bottom: 0.3rem;
  }

  .scsc_pic {
    width: 100%;
  }
}

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

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

  .scs_top {
    margin-bottom: 0.2rem;
  }

  .scsc_ul {
    margin-top: 0.1rem;

    flex-direction: column;
  }

  .scsc_ul::before {
    display: none;
  }

  .scsc_ul li {
    width: 100%;

    margin-bottom: 0.1rem;
  }

  .scsc_ul p {
    margin-bottom: 0.05rem;
  }

  .scsc_info {
    margin-bottom: 0.1rem;
  }
}

/* --------------------------------为什么选择我们----------------------- */

.solutionsDetail_why_choose_us {
  padding: 0.6rem 0;
}

.swcu_maxbox {
}

.swcum_top {
  margin-bottom: 0.5rem;
}

.swcum_contain {
  position: relative;
}

.swcum_contain::before {
  content: "";

  display: block;

  padding-bottom: 42.2%;
}

.swcum_contain .swcu_img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

.swcum_info {
  background: rgba(255, 255, 255, 0.4);

  backdrop-filter: blur(235px);

  position: absolute;

  top: 50%;

  left: 45%;

  width: 41%;

  transform: translateY(-50%);

  padding: 0.48rem 0.6rem;

  box-sizing: border-box;
}

.swcum_info h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  text-align: center;

  color: #ffffff;

  margin-bottom: 0.3rem;
}

.swcum_info ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.6rem 0;
}

.swcum_info ul li {
  width: 49%;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.swcum_info ul li span {
  width: 0.5rem;

  height: 0.5rem;

  margin-bottom: 0.2rem;
}

.swcum_info ul li span img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  margin-bottom: 0.15rem;
}

.swcum_info ul li p {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #ffffff;

  text-align: center;
}

.swcu_info {
  display: none;
}

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

@media screen and (max-width: 1366px) {
  .swcum_info ul {
    gap: 0.3rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .swcum_info h3 {
    margin-bottom: 0.15rem;
  }

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

  .swcum_info ul li {
    width: 32%;
  }

  .swcum_info {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .swcum_info {
    position: relative;
  }

  .swcu_info {
    display: block;

    background: linear-gradient(
      180deg,
      rgba(235, 241, 249, 0) 0%,

      #ebf1f9 100%
    );
  }

  .swcu_info {
    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0.2rem 0;
  }

  .swcu_info h3 {
    font-family: "Roboto Slab";

    font-weight: 600;

    text-align: center;

    color: #333;

    margin-bottom: 0.15rem;
  }

  .swcu_info ul {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    gap: 0.2rem 0;
  }

  .swcu_info ul li {
    width: 33%;

    display: flex;

    flex-direction: column;

    align-items: center;
  }

  .swcu_info ul li span img {
    filter: brightness(0);
  }

  .swcu_info ul li p {
    text-align: center;

    font-family: "Roboto Slab";

    font-weight: normal;
  }

  .swcu_info ul li span {
    width: 0.4rem;

    height: 0.4rem;
  }

  .swcu_info ul li span img {
    width: 100%;

    height: 100%;

    object-fit: contain;
  }
}

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

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

  .swcu_info ul li span {
    width: 0.35rem;

    height: 0.35rem;

    margin-bottom: 0.1rem;
  }

  .swcu_info ul li span img {
    width: 100%;

    height: 100%;

    object-fit: contain;
  }

  .solutionsDetail_why_choose_us {
    padding: 0.3rem 0;
  }

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

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

/* -------------------contactUs_card--------------------- */

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

  padding: 0.6rem 0 0.9rem 0;
}

.scc_maxbox {
}

.scc_maxbox h3 {
  font-family: "Roboto Slab";

  font-weight: 500;

  color: #ffffff;

  margin-bottom: 0.25rem;
}

.scc_maxbox ul {
  display: flex;

  flex-direction: column;

  gap: 0.18rem;

  margin-bottom: 0.3rem;
}

.scc_maxbox ul li {
  font-family: "Roboto Slab";

  font-weight: 500;

  line-height: normal;

  color: #ffffff;
}

.scc_btn {
  display: flex;
}

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

@media screen and (max-width: 768px) {
  .solutionDetail_contactUs_card {
    padding: 0.4rem 0 0.6rem 0;
  }

  .scc_maxbox h3 {
    margin-bottom: 0.15rem;
  }

  .scc_maxbox ul {
    gap: 0.1rem;

    margin-bottom: 0.15rem;
  }
}

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

  .scc_maxbox ul {
    gap: 0.03rem;
  }
}

/* -------------------应用范围-------------- */

.solutionsDetail_scope_applications {
  padding: 0.6rem 0;
}

.ssa_maxbox {
}

.ssam_top {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-bottom: 0.3rem;
}

.abHistory_cont {
  min-height: calc(100vh - var(--header_height));

  background: url(https://lingjuimg.com/wp-content/uploads/BeiJingJianAnHui/2026/04/b1_bg-1.webp)
    no-repeat center;

  background-size: cover;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.abHistory_cont .wrap {
  display: flex;

  flex-wrap: wrap;
}

.abHistory_logo {
  position: absolute;

  top: 10%;

  width: 62%;
}

.abHistory_show {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 70%;

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  gap: 0 5%;

  z-index: 3;
}

.abHistory_show .t {
  width: 100%;
}

.abHistory_show .t i {
  display: block;

  margin-bottom: 0.4rem;

  font-family: "Roboto Slab";

  font-weight: 600;

  color: #222222;
}

.abHistory_show .t span {
  font-family: "Roboto Slab";

  font-weight: 500;

  color: var(--i_color);
}

.abHistory_show .p {
  flex-shrink: 0;

  width: 55%;

  aspect-ratio: 575 / 430;
}

.abHistory_show .p img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 0.14rem;
}

.abHistory_box {
  width: 45%;

  aspect-ratio: 3 / 3.2;

  margin-left: auto;

  position: relative;
}

.abHistory_box::before {
  content: "";

  position: absolute;

  top: 0;

  right: 30%;

  width: 100%;

  height: 100%;

  background: url(static/images/history-round.webp) no-repeat right center;

  background-size: contain;
}

.abHistory_list {
  margin-left: auto;

  width: 70%;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.abHistory_list .swiper-wrapper {
  position: relative;

  width: 100%;
}

.abHistory_list li {
  flex-shrink: 0;

  width: 100%;

  height: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  cursor: pointer;

  transition: all 0.5s ease;
}

.abHistory_list li span {
  display: flex;

  flex-direction: column;

  flex-wrap: nowrap;

  align-items: center;

  gap: 0 0.14rem;
}

.abHistory_list i {
  flex-shrink: 0;

  width: 1rem;

  aspect-ratio: 1 / 1;

  border-radius: 50%;

  overflow: hidden;
}

.abHistory_list i img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.abHistory_list .swiper-slide-active p {
  color: var(--i_color);
}

.abHistory_list .swiper-slide-active .txt {
  color: var(--i_color);
}

.abHistory_list p {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #222222;
}

.abHistory_list .hide {
  display: none;
}

.abHistory_list .swiper-slide-prev,
.abHistory_list .swiper-slide-next {
  transform: translate(10%, 0);
}

.abHistory_list .swiper-slide-active {
  transform: translate(36%, 0);
}

.abHistory-pagination {
  display: none;
}

@media screen and (max-width: 1024px) {
  .abHistory_cont {
    min-height: auto;
  }

  .abHistory_logo {
    display: none;
  }

  .abHistory_box {
    width: 100%;

    aspect-ratio: initial;
  }

  .abHistory_box::before {
    display: none;
  }

  .abHistory_list {
    width: 100%;

    height: auto;
  }

  .abHistory_list .swiper-wrapper {
    display: flex;
  }

  .abHistory_list li {
    display: block;

    transform: none !important;
  }

  .abHistory_list li span {
    flex-wrap: wrap;

    flex-direction: column;
  }

  .abHistory_list i {
    width: 80px;

    margin-left: auto;

    margin-right: auto;
  }

  .abHistory_list p {
    margin-top: 16px;
  }

  .abHistory_list .swiper-slide-active p {
    color: var(--i_color);
  }

  .abHistory_show {
    position: initial;

    transform: none;

    width: 100%;

    margin-top: 50px;
  }

  .abHistory_show .t i {
    margin-bottom: 20px;
  }

  .abHistory_show .t span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .abHistory_list p {
    font-size: 15px;
  }

  .abHistory_show {
    flex-wrap: wrap;

    gap: 30px 0;
  }

  .abHistory_show .p {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .abHistory_list i {
    width: 60px;
  }

  .abHistory_show {
    margin-top: 30px;

    gap: 20px 0;
  }

  .abHistory_show .t i {
    margin-bottom: 6px;
  }

  .abHistory_show .t span {
    font-size: 15px;
  }

  .ssam_top {
    margin-bottom: 0.2rem;
  }

  .solutionsDetail_scope_applications {
    padding: 0.3rem 0;
  }

  .abHistory_list .swiper-slide .txt {
    text-align: center;
  }
}

/* ---------------------推荐产品------------------------- */

.solutionDetail_recommended_products {
  padding: 0.6rem 0;
}

.srp_maxbox {
}

.srp_top {
  margin-bottom: 0.5rem;
}

.srp_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem;
}

.srp_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;
}

.srp_list li {
  flex-shrink: 0;

  position: relative;

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

.srp_list li a {
  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  padding: 0.11rem 0.23rem 0 0.23rem;

  box-sizing: border-box;
}

.srp_list li a span {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.srp_list li a:hover span img {
  transform: scale(1.1);
}

.srp_list li a:hover h3 {
  color: var(--i_color);
}

.srp_list li a:hover .srpc_btn p {
  color: var(--i_color);
}

.srp_list li a:hover .srpc_btn img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(18%) saturate(1563%)
    hue-rotate(192deg) brightness(95%) contrast(95%);
}

.srp_list li a:hover .srpc_btn::before {
  width: 100%;
}

.srp_list li a span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.srp_list li a span img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.srp_list li a h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #222222;

  margin-bottom: 0.2rem;
}

.srpc_btn {
  display: flex;

  justify-content: space-between;

  padding: 0.13rem 0;

  border-top: 1px solid #d6d6d6;

  position: relative;
}

.srpc_btn::before {
  content: "";

  width: 0;

  height: 0.01rem;

  background: var(--i_color);

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.srpc_btn p {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  transition: all 0.35s ease;
}

.srpc_btn img {
  filter: brightness(0) saturate(100%) invert(40%) opacity(0.4);
}

.srp-prev,
.srp-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.4rem;

  height: 0.4rem;

  background: rgb(0 0 0 / 60%);

  z-index: 3;

  cursor: pointer;

  outline: none;

  user-select: none;

  display: none;
}

.srp-prev {
  left: 0;
}

.srp-next {
  right: 0;
}

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

  top: 50%;

  left: 50%;

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

  font-size: 0.3rem;

  color: #fff;
}

.srp_list .swiper-button-disabled {
  cursor: not-allowed;
}

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

.srp-pagination {
  display: block;

  margin-top: 0.3rem;

  text-align: center;
}

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

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

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

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

  .solutionDetail_recommended_products {
    padding: 0.3rem 0;
  }
}

/* -----------------------------solutionDetail表单--------------------------------- */

.solutionDetail_form {
  padding: 0.6rem 0;
}
#solutionDetail_form {
  scroll-margin-top: 100px;
}
.sf_maxbox {
}

.sfm_top {
  margin-bottom: 0.5rem;
}

/* ################################### 公司页面 ################################### */

/* 公共类 */

.f600 {
  font-weight: 600;
}

.fb {
  font-weight: bold;
}

/* 全球市场 */

.Global_Markets {
  background: url(static/imgs/Global_Markets_Ba.webp) no-repeat center;

  background-size: cover;

  padding: 0.6rem 0;
}
.flc_des {
  font-family: "Roboto Slab";
  font-weight: normal;
  color: #666666;
}
.golbal_map {
  position: relative;
}

.golbal_map img {
  display: block;

  width: 60%;

  margin-left: auto;

  margin-right: auto;
}

.market_dian {
  position: absolute;
}

.market_dian.d1 {
  top: 29.5%;

  left: 30.5%;
}

.market_dian.d2 {
  top: 70.5%;

  left: 39%;
}

.market_dian.d3 {
  top: 69%;

  left: 53.8%;
}

.market_dian.d4 {
  top: 28%;

  right: 49%;
}

.market_dian.d5 {
  top: 26.5%;

  right: 34%;
}

.market_dian.d6 {
  bottom: 19.5%;

  right: 29.1%;
}

.market_dian .round {
  width: 0.1rem;

  height: 0.1rem;

  margin: 0 auto;

  background: var(--i_color);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  position: relative;
}

.market_dian .round::before {
  opacity: 0;

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -130% 0 0 -130%;

  width: 260%;

  height: 260%;

  background: rgba(43, 63, 113, 0.2);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: warn 1.2s ease-out;

  animation: warn 1.2s ease-out;

  animation-iteration-count: infinite;
}

@keyframes warn {
  0% {
    transform: scale(0);

    opacity: 0.5;
  }

  25% {
    transform: scale(0.15);

    opacity: 0.7;
  }

  50% {
    transform: scale(0.33);

    opacity: 0.8;
  }

  75% {
    transform: scale(0.66);

    opacity: 1;
  }

  100% {
    transform: scale(1);

    opacity: 0.2;
  }
}

.market_dian p {
  position: absolute;

  left: 50%;

  transform: translate(-50%, 0);

  margin-top: 0.1rem;

  font-size: 0.18rem;

  white-space: nowrap;

  overflow: hidden;
}

.market_dian.d4 p {
  left: initial;

  top: 50%;

  transform: translate(0, -50%);

  right: calc(100% + 0.1rem);

  margin-top: 0;
}

.market_dian.d5 p {
  bottom: calc(100% + 0.1rem);

  margin-top: 0;
}

@media screen and (max-width: 1600px) {
  .golbal_ul li img {
    width: 0.6rem;

    height: 0.6rem;
  }
}

@media screen and (max-width: 1440px) {
  .golbal_ul li img {
    width: 0.55rem;

    height: 0.55rem;
  }

  .golbal_ul li h3,
  .golbal_ul li h3 span {
    font-size: 0.4rem;
  }

  .golbal_ul li h4 {
    font-size: 0.16rem;

    line-height: 0.22rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .market_dian p {
    font-size: 0.14rem;
  }

  .golbal_ul li img {
    width: 0.5rem;

    height: 0.5rem;
  }

  .golbal_ul li h3,
  .golbal_ul li h3 span {
    font-size: 0.35rem;
  }

  .golbal_ul li h4 {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }

  .golbal_bac {
    padding: 0.6rem 0;
  }
}

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

  .golbal_ul li img {
    width: 0.45rem;

    height: 0.45rem;
  }
}

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

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

  .golbal_ul li {
    width: calc(100% / 3);
  }

  .golbal_ul {
    gap: 0.2rem 0;
  }

  .golbal_ul li img {
    width: 0.4rem;

    height: 0.4rem;
  }

  .golbal_ul li h3,
  .golbal_ul li h3 span {
    font-size: 0.25rem;
  }
}

@media screen and (max-width: 560px) {
  .golbal_ul li img {
    width: 0.35rem;

    height: 0.35rem;
  }

  .golbal_ul li {
    width: calc(100% / 2);
  }

  .market_dian .round {
    width: 0.07rem;

    height: 0.07rem;
  }

  .Global_Markets {
    padding: 0.3rem 0;
  }
  .golbal_map img {
    width: 100%;
  }
  .market_dian.d1 {
    top: 29.5%;
    left: 17.5%;
  }
  .market_dian.d2 {
    top: 70.5%;
    left: 31%;
  }
  .market_dian.d3 {
    top: 69%;
    left: 55.8%;
  }
  .market_dian.d5 {
    top: 26.5%;
    right: 23%;
  }
  .market_dian.d6 {
    bottom: 19.5%;
    right: 15.1%;
  }
}

@media screen and (max-width: 425px) {
  .golbal_ul li img {
    width: 0.3rem;

    height: 0.3rem;
  }
}

/* 数据宣传 */

.Data_promotion {
  box-sizing: border-box;

  padding: 0.48rem 0.6rem 0.58rem 0.6rem;

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

  backdrop-filter: blur(10px);

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 0.2rem 0;
}

.Data_item {
}

.data_num {
  display: flex;

  align-items: baseline;
}

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

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

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

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

@media screen and (max-width: 560px) {
  .Data_promotion {
    box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  }
}

/* 区域部门 */

.Regional_Departments {
  display: none;
}

.service_contact_ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem 2%;

  margin-top: 0.6rem;

  align-items: flex-end;

  min-height: 4rem;
}

.service_contact_ul li {
  min-height: 2.59rem;

  box-sizing: border-box;

  padding: 0.4rem 0.3rem;

  background-color: #f2f7fa;

  width: 23.5%;

  position: relative;

  z-index: 2;

  overflow: hidden;

  transition: all 0.7s ease;
}

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

  position: absolute;

  bottom: -1.95rem;

  left: -1.02rem;

  width: 4.02rem;

  height: 3.05rem;

  background: url(static/imgs/round_Regional.webp) center no-repeat;

  background-size: contain;

  opacity: 0;

  transition: all 0.3s ease;

  z-index: -1;
}

.service_contact_img1 {
  width: 2.17rem;

  height: 2.17rem;

  position: absolute;

  /* top: -1.6rem; */

  top: -4rem;

  right: -0.6rem;

  transition: all 0.3s ease;
}

.service_contact_img2 {
  width: 0.36rem;

  height: auto;

  transition: all 0.3s ease;
}

.service_contact_ul li h3 {
  font-size: 0.24rem;

  margin: 0.25rem 0;

  font-weight: 600;

  line-height: 133%;

  transition: all 0.3s ease;
}

.service_contact_ul li h4 {
  line-height: 155%;

  font-size: 0.18rem;

  color: #666;

  transition: all 0.3s ease;
}

.service_contact_active {
  min-height: 3.36rem !important;

  padding: 1.6rem 0.3rem 0.4rem 0.3rem !important;

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

.service_contact_ul li.service_contact_active::after {
  opacity: 1;
}

.service_contact_ul li.service_contact_active .service_contact_img1 {
  top: -0.6rem;
}

.service_contact_ul li.service_contact_active .service_contact_img2 {
  filter: brightness(0) invert(1);
}

.service_contact_ul li.service_contact_active h3 {
  color: #fff;
}

.service_contact_ul li.service_contact_active h4 {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .service_contact_ul li h3 {
    font-size: 0.22rem;

    margin: 0.2rem 0;
  }

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

  .service_contact_ul li {
    min-height: 3.2rem;
  }

  .service_contact_active {
    min-height: 5.2rem !important;
  }
}

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

  .service_contact_ul li h3 {
    font-size: 0.2rem;
  }

  .service_contact_ul li {
    min-height: 3rem;
  }

  .service_contact_active {
    min-height: 5rem !important;
  }

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

@media screen and (max-width: 1024px) {
  .service_contact_ul li {
    min-height: unset;

    width: 100%;
  }

  .service_contact_active {
    min-height: unset !important;
  }

  .service_contact_ul li.service_contact_active .service_contact_img1 {
    top: -1rem;
  }

  .service_contact_active {
    padding: 1rem 0.3rem 0.4rem 0.3rem !important;
  }
}

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

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

@media screen and (max-width: 560px) {
  .service_contact_ul li.service_contact_active .service_contact_img1 {
    top: -0.5rem;
  }
}

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

/* 项目类型 */

.Project_Type {
  display: none;
}

.Solution_box {
  overflow: hidden;

  position: relative;
}

.Solution_imgs {
  width: 100%;

  overflow: hidden;
}

.Solution_imgs::before {
  content: "";

  display: block;

  width: 100%;

  padding-bottom: 40.76%;
}

.Solution_imgs img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.4s ease;

  opacity: 0;
}

.Solution_imgs img.active {
  opacity: 1;
}

.Solution_box .wrap {
  position: absolute;

  left: 50%;

  bottom: 6%;

  transform: translate(-50%, 0);

  z-index: 10;
}

.Solution_nav {
  background: rgba(255, 255, 255, 0.4);

  backdrop-filter: blur(235px);

  display: flex;

  flex-wrap: wrap;

  overflow: hidden;
}

.Solution_nav li {
  width: 25%;

  box-sizing: border-box;

  padding: 0.5rem 0.2rem;

  transition: all 0.4s ease;

  cursor: pointer;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;
}

.Solution_nav li::before {
  content: "";

  display: block;

  width: 2px;

  height: 0.16rem;

  background-color: #fff;

  position: absolute;

  right: 0;

  top: 50%;

  transform: translate(0, -50%);

  transition: all 0.4s ease;
}

.Solution_nav li:last-child::before {
  display: none;
}

.Solution_nav li.active {
  background-color: #fff;

  color: #222;
}

.Solution_nav li.active::before {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .Solution_item a {
    width: 30%;

    padding: 0.2rem;
  }

  .Solution_nav li {
    padding: 0.15rem 0.1rem;

    font-size: 0.16rem;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .Solution_nav li::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .Solution_item a {
    width: 40%;
  }

  .Solution_nav li {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .si_icon {
    width: 0.45rem;

    height: 0.45rem;
  }

  .Solution_item a {
    width: 65%;
  }

  .Solution_nav {
    background: rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(5px);
  }

  .Solution_nav li {
    padding: 0.05rem 0.1rem;

    font-size: 0.1rem;
  }
}

/* 我们支持 */

.We_support {
}

.We_support_list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.28rem 2%;
}

.We_support_list li {
  width: 32%;

  box-sizing: border-box;
}

.ws_left .public_title h3 {
  text-align: left;
}

.ws_left .public_title h3::before {
  left: 5%;
}

.ws_left .public_title h3::after {
  left: 7%;
}

@media screen and (max-width: 560px) {
  .ws_left .public_title h3::before {
    left: 49%;
  }

  .ws_left .public_title h3::after {
    left: 50%;
  }

  .ws_left .public_title h3 {
    text-align: center;
  }
}

.wsl_item {
  background-color: #f4f4f4;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0.2rem 0.7rem;

  transition: all 0.4s ease;

  text-align: center;
}

.wsl_item:hover {
  color: #fff;

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

@media screen and (max-width: 1024px) {
  .We_support_list {
    gap: 0.2rem 2%;
  }

  .We_support_list li {
    width: 49%;
  }
}

@media screen and (max-width: 560px) {
  .We_support_list {
    gap: 0.1rem 2%;
  }

  .We_support_list li {
    width: 100%;

    padding: 0.1rem 0.2rem;

    font-size: 0.14rem;
  }
}

/* 智能监控 */

.Intelligent_monitoring {
  display: none;
}

.monitoring_box {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 0.2rem 0;
}

.monitoring_left {
  width: 44.66%;

  font-family: "Roboto Slab";

  font-weight: normal;

  color: #222222;
}

.monitoring_right {
  width: 53.18%;

  position: relative;

  overflow: hidden;
}

.monitoring_right::before {
  content: "";

  display: block;

  width: 100%;

  padding-bottom: 47.73%;
}

.monitoring_right img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.4s ease;
}

@media screen and (max-width: 560px) {
  .monitoring_left,
  .monitoring_right {
    width: 100%;
  }
}

/* 致力于 */

.Committed_to {
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.1154) 2%,

    #f4f4f4 22%
  );
  display: none;
}

.Committed_list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.4rem 2%;
}

.Committed_list li {
  width: 49%;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

.Committed_list li::before {
  content: "";

  display: block;

  width: 100%;

  padding-bottom: 54%;
}

.Committed_list li img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.4s ease;
}

.Committed_list p {
  width: 90.5%;

  font-weight: 450;

  position: absolute;

  left: 0;

  bottom: 0;

  border-radius: 0px 30px 0px 0px;

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

    #ffffff 100%
  );
}

.Committed_list span {
  display: block;

  box-sizing: border-box;

  padding: 0.08rem 0.11rem;

  position: relative;
}

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

  display: block;

  width: 4px;

  height: 100%;

  background-color: var(--i_color);

  position: absolute;

  left: 0;

  bottom: 0;
}

.Committed_list li:hover img {
  transform: scale(1.1);
}

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

    font-size: 0.16rem;
  }

  .Committed_list span {
    padding: 0.08rem 0.1rem;
  }
}

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

  .Committed_list p {
    font-size: 0.12rem;
  }
}

/* 愿景 */

.Vision {
  background: url(static/imgs/Vision_Ba.webp) no-repeat center;

  background-size: cover;

  padding: 0.8rem 0;
}

.Vision_list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.2rem 2%;
}

.Vision_item {
  width: 23.5%;

  box-sizing: border-box;

  background: #ffffff;

  box-shadow: 0px 4px 10px 0px rgba(5, 33, 68, 0.15);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 0.17rem 0;

  padding: 0.28rem 0.2rem 0.35rem 0.2rem;
}

.Vision_data {
  font-weight: 550;

  display: flex;

  color: var(--i_color);

  transition: all 0.4s ease;

  align-items: baseline;
}

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

  box-shadow: none;
}

.Vision_item:hover .Vision_data,
.Vision_item:hover p {
  color: #fff;
}

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

@media screen and (max-width: 560px) {
  .Vision_item {
    gap: 0.06rem 0;
  }

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

  .Vision {
    padding: 0.3rem 0;
  }
}

/* 证书 */

.Certificate {
  padding: 0.6rem 0;
}

.Certificate_box {
  position: relative;
}

.abHonor_list {
  position: relative;

  overflow: hidden;
}

.abHonor_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;
}

.abHonor_list li {
  flex-shrink: 0;

  position: relative;

  aspect-ratio: 33 / 46;

  font-size: 0;
}

.abHonor_list li span {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 70%;

  aspect-ratio: 33 / 46;

  box-sizing: border-box;

  padding: 0.1rem;

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

  transition: width 0.5s ease;
}

.abHonor_list li img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.abHonor_list .swiper-slide-prev span,
.abHonor_list .swiper-slide-next span {
  width: 85%;
}

.abHonor_list .swiper-slide-prev span {
  left: 0;

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

.abHonor_list .swiper-slide-next span {
  right: 0;

  left: initial;

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

.abHonor_list .swiper-slide-active span {
  opacity: 1;

  width: 100%;
}

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

/* -------------------------- */

.abHonor-prev,
.abHonor-next {
  position: absolute;

  top: 37%;

  width: 0.51rem;

  height: 0.51rem;

  box-sizing: border-box;

  border-radius: 50%;

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

  z-index: 3;

  cursor: pointer;

  outline: none;

  -webkit-user-select: none;

  user-select: none;

  transition: all 0.4s ease;
}

.abHonor-prev {
  left: -2%;
}

.abHonor-next {
  right: -2%;
}

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

  top: 50%;

  left: 50%;

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

  font-size: 0.26rem;

  color: var(--i_color);
}

.abHonor_list .swiper-button-disabled {
  cursor: not-allowed;
}

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

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

/* -------------------------- */

.abHonor-pagination {
  display: none;
}

@media screen and (max-width: 1440px) {
  .abHonor-prev,
  .abHonor-next {
    width: 0.4rem;

    height: 0.4rem;
  }

  .abHonor-prev {
    left: 0;
  }

  .abHonor-next {
    right: 0;
  }

  .abHonor-prev iconify-icon,
  .abHonor-next iconify-icon {
    font-size: 0.2rem;
  }
}

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

@media screen and (max-width: 560px) {
  .abHonor_list li span {
    padding: 6px;

    border-width: 3px;
  }
}

/* 合作伙伴 */

.Partners {
  background: url(static/imgs/Partners_Ba.webp) no-repeat center;

  background-size: cover;
  display: none;
}

.partner {
}

/*  */

.ptr_partner_box {
  margin-top: 0.5rem;
}

.ptr_partner {
  position: relative;
}

.ptr_partner_list {
  width: 100%;

  padding: 0;

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  z-index: 1;
}

.ptr_partner_list .swiper-wrapper {
  position: relative;

  width: 100%;

  z-index: 1;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  gap: 0.2rem 0;
}

.ptr_partner_list li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;

  flex-direction: column;

  margin-top: 0 !important;

  background-color: #fff;

  border-radius: 4px;
}

.ptr_partner_list .img {
  width: 100%;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

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

  display: block;

  padding-bottom: 36%;
}

.ptr_partner_list .img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 100%;

  height: 100%;

  object-fit: contain;
}

.ptr_partner_list .img img {
  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

/* 指示器 */

.ptr_partner .pt-pagination {
  background: #d8d8d8;

  position: relative;

  width: 100%;

  height: 2px;
}

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

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transform-origin: left top;

  -ms-transform-origin: left top;

  transform-origin: left top;
}

@media screen and (max-width: 1200px) {
  .partner_bac {
    padding: 0.6rem 0 0.8rem 0;
  }
}

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

  .ptr_partner_list .swiper-wrapper {
    gap: 0.1rem 0;
  }
}

/* ###########################项目################## */

.projects_maxbox {
  padding: 0.6rem 0;
}

.pm_maxbox {
}

.pmm_top {
  margin-bottom: 0.48rem;
}

.project_tab ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.31rem;
  justify-content: center;
}

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

.project_tab ul li a {
  text-align: center;
}

.projects_contain {
}

.projects_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.31rem;
}

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

.projects_contain ul li a {
  display: flex;

  flex-direction: column;

  width: 100%;
}

.projects_contain ul li a span {
  position: relative;

  display: block;

  width: 100%;

  margin-bottom: 0.15rem;

  overflow: hidden;
}

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

  display: block;

  padding-bottom: 63%;
}

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

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.35s ease;
}

.projects_contain ul li a h3 {
  font-family: "Roboto Slab";

  font-weight: 500;

  color: #222222;

  margin-bottom: 0.1rem;

  transition: all 0.35s ease;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.projects_contain ul li a h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

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

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

@media screen and (max-width: 1024px) {
  .projects_contain ul {
    gap: 0.2rem;
  }

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

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

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

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

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

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

  .projects_maxbox {
    padding: 0.3rem 0;
  }

  .project_tab ul {
    gap: 0.1rem;
  }

  .project_tab ul li {
    width: 100%;
  }
}

/* ---------------------------resources.html---------------- */

.resources_maxbox {
  padding: 0.6rem 0;
}

.rm_box {
  display: flex;

  justify-content: space-between;
}

.rmb_menu {
  width: 33%;

  flex-shrink: 0;

  background: #fff;
}

.rmb_menu ul {
  display: flex;

  flex-direction: column;
}

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

.products_maxbox {
  padding: 0.6rem 0;

  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 5%, #f4f4f4 43%);
}

.pm_box {
  display: flex;

  justify-content: space-between;
}

.products_left {
  width: 26.35%;

  box-sizing: border-box;

  flex-shrink: 0;

  box-sizing: border-box;
}

.products_left_all {
  background: #f4f4f4;

  padding: 0.23rem 0.24rem;

  box-sizing: border-box;

  margin-bottom: 0.46rem;
}

.products_left_h2 {
  font-family: "Roboto Slab";

  font-size: 0.3rem;

  font-weight: 600;

  color: #333333;

  margin-bottom: 0.2rem;
}

.products_left_h2 iconify-icon {
  color: #fff;

  font-size: 0.34rem;

  margin-left: 0.1rem;

  font-weight: bold;

  margin-bottom: 2px;

  display: none;
}

.list {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

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

  border-radius: 0.06rem;

  gap: 0.1rem;
}

.list li {
  position: relative;

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

.list li:last-child {
  border-bottom: none;
}

/* .list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

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

} */

.list_a {
  box-sizing: border-box;

  padding: 0.1rem 0.2rem 0.1rem 0.1rem;

  position: relative;

  z-index: 2;

  overflow: hidden;

  background-color: transparent;

  background: #f4f4f4;
}

/* .list_a::after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  background-color: var(--i_color);

  width: 0;

  height: 100%;

  transition: all 0.5s ease-in-out;

  z-index: -1;

} */

.list .list_a a {
  font-family: "Roboto Slab";

  font-size: 0.18rem;

  font-weight: 600;

  color: #222;

  box-sizing: border-box;

  line-height: 110%;

  transition: all 0.3s ease;

  display: block;
}

.list .list_a i {
  width: 0.5rem;

  height: 0.55rem;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 0;

  cursor: pointer;
}

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

  top: 50%;

  left: 50%;

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

  font-size: 0.24rem;

  color: #666;

  transition: all 0.3s ease;
}

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

  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  background: #f4f4f4;
}

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

  padding: 0 0 0.1rem 0;

  border-radius: 0.06rem;
}

.list_dl dt a {
  font-family: "Roboto Slab";

  font-size: 0.16rem;

  line-height: 0.24rem;

  color: #666666;

  display: block;

  transition: all 0.3s ease;

  position: relative;

  box-sizing: border-box;

  padding: 0rem 0.1rem;
}

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

  position: absolute;

  left: 0rem;

  top: 50%;

  width: 0.04rem;

  height: 0.04rem;

  background-color: var(--i_color);

  opacity: 0;

  transition: all 0.3s ease;
}

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

.list_active {
}

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

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

  left: 0;

  right: auto;
}

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

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

.list_active .list_a a {
  color: #fff;

  display: block;
}

.list_dl_active a::after,
.list_dl_active a::before {
  background: var(--i_color) !important;

  opacity: 1 !important;
}

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

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

.list_dl_active {
  /* background: #f4f4f4; */
}

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

.list_active .list_dl {
}

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

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

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

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

  .products_left_h2 iconify-icon {
    display: block;
  }

  .products_left_h2 {
    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;
  }

  .products_left_h2 {
    margin-bottom: 0rem;
  }

  .products_left_h2 {
    color: #fff;

    background-color: var(--i_color);

    box-sizing: border-box;

    padding: 0.15rem 0;
  }

  .products_left_all {
    padding: 0.2rem;
  }

  .products {
    flex-direction: column;
  }

  .pm_box {
    display: flex;

    flex-direction: column;
  }
}

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

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

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

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

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

  .products_left_all {
    padding: 0rem;

    margin-bottom: 0.2rem;
  }

  .products_maxbox {
    padding: 0.3rem 0;
  }
}

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

    background-color: #fff;

    padding: 0.3rem 0;
  }
}

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

  padding: 0.36rem 0.34rem;

  box-sizing: border-box;
}

.products_info h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #ffffff;

  margin-bottom: 0.15rem;
}

.products_info h4 {
  font-family: "Roboto Slab";

  margin-bottom: 0.15rem;

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

.pi_media {
  display: flex;
  margin-bottom: 0.1rem;
}

.pi_media span {
  width: 0.3rem;

  height: 0.3rem;

  margin-right: 0.1rem;
}

.pi_media span img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.pi_media p,
.pi_media p a {
  font-family: "Roboto Slab";

  color: #ffffff;
  display: flex;
  align-items: center;
}
.pi_media p a {
  margin-left: 0.05rem;
}
.products_right {
  width: 69.35%;
}

.products_right .pr_h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: var(--i_color);

  margin-bottom: 0.1rem;
}

.products_right .pr_h4 {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  margin-bottom: 0.3rem;
}

.pr_contain {
}

.products_list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.24rem;
}

.products_list li {
  width: calc((100% - 2 * 0.24rem) / 3);

  background: #fff;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.products_list li a {
  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  padding: 0.11rem 0.23rem 0 0.23rem;

  box-sizing: border-box;
}

.products_list li a span {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.products_list li a:hover span img {
  transform: scale(1.1);
}

.products_list li a:hover h3 {
  color: var(--i_color);
}

.products_list li a:hover .srpc_btn p {
  color: var(--i_color);
}

.products_list li a:hover .srpc_btn img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(18%) saturate(1563%)
    hue-rotate(192deg) brightness(95%) contrast(95%);
}

.products_list li a:hover .srpc_btn::before {
  width: 100%;
}

.products_list li a span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.products_list li a span img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.products_list li a h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #222222;

  margin-bottom: 0.2rem;
}

.srpc_btn {
  display: flex;

  justify-content: space-between;

  padding: 0.13rem 0;

  border-top: 1px solid #d6d6d6;

  position: relative;
}

.srpc_btn::before {
  content: "";

  width: 0;

  height: 0.01rem;

  background: var(--i_color);

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.srpc_btn p {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  transition: all 0.35s ease;
}

.srpc_btn img {
  filter: brightness(0) saturate(100%) invert(40%) opacity(0.4);
}

@media screen and (max-width: 1200px) {
  .products_info {
    padding: 0.2rem 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_right {
    width: 100%;
  }
  .products_info {
    display: none;
  }
}

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

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

  .products_list {
    gap: 0.1rem;
  }

  .products_list li {
    width: calc((100% - 0.1rem) / 2);
  }
}

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

/* -----------------------------------productDetail.html------------------------- */

.p_data {
  background: #f4f4f4;

  padding: 0.6rem 0;
}

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

  display: flex;

  flex-wrap: nowrap;

  background: #f4f4f4;

  justify-content: space-between;
}

.pGallery {
  flex-shrink: 0;

  width: 46.28%;
  position: relative;
}

.pGallery_list {
  position: relative;

  width: 100%;

  overflow: hidden;
}

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

  display: flex;

  position: relative;

  width: 100%;
}

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

  position: relative;

  background: #fff;
}

.pGallery_list .swiper-slide span {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.pGallery_list .swiper-slide span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.pGallery_list .swiper-slide img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;
}

.public-pagination {
  display: block;

  margin-left: auto;

  margin-right: auto;

  text-align: center;
}

.public-pagination .swiper-pagination-bullet {
  margin: 0 6px;

  width: 8px;

  height: 8px;

  display: inline-block;

  background: #ccc;

  outline: none;

  cursor: pointer;

  position: relative;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  border-radius: 50%;

  opacity: 1;
}

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

.public-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.pGallery_prev,
.pGallery_next {
  position: absolute;
  top: 40%;
  width: 0.46rem;
  height: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: var(--i_color) 1px solid;
  z-index: 999;
}
.pGallery_prev {
  left: 0rem;
}
.pGallery_next {
  right: 0rem;
}
.pGallery_prev:hover,
.pGallery_next:hover {
  background: var(--i_color);
}
.pGallery_prev iconify-icon,
.pGallery_next iconify-icon {
  font-size: 0.28rem;
}
.pGallery_prev:hover iconify-icon,
.pGallery_next:hover iconify-icon {
  color: #fff !important;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 768px) {
  .public-pagination .swiper-pagination-bullet::before {
    width: 14px;

    height: 14px;
  }
}

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

    gap: 38px 0;

    justify-content: center;
  }

  .pGallery {
    width: 60%;
  }
  .pGallery_prev,
  .pGallery_next {
    width: 0.4rem;
    height: 0.4rem;
  }
  .pGallery_prev iconify-icon,
  .pGallery_next iconify-icon {
    font-size: 0.26rem;
  }
}

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

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

  .p_data {
    padding: 0.3rem 0;
  }

  .p_data .wrap {
    gap: 0.2rem;
  }
  .pGallery_prev,
  .pGallery_next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .pGallery_prev iconify-icon,
  .pGallery_next iconify-icon {
    font-size: 0.2rem;
  }
}

.p_info {
  width: 44.6%;
}

.p_info > p {
  font-weight: bold;
}

.pName {
  padding-bottom: 0.16rem;

  margin: 0.12rem 0 0.3rem;

  position: relative;
}

.pName::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 1px;

  background: #ddd;
}

.pName h1 {
  color: var(--i_color);

  font-weight: bold;

  font-family: "Roboto Slab";
}

.pDes {
  border-bottom: 1px solid #ddd;

  position: relative;

  margin-bottom: 0.3rem;
}

.pDes article {
  font-size: 0.16rem;

  line-height: 1.8;
}

.pDes_logo {
  display: table;

  margin: 0.5rem 0 0.1rem auto;

  width: 62%;
}

.pDes_logo img {
  width: 100%;
}

.pMenu {
  display: -webkit-flex;

  display: flex;

  flex-direction: column;
}

.pBtn {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  gap: 0 0.24rem;
}

.pBtn li:nth-child(2) {
}

.pBtn a {
}

.pShare {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 0 0.2rem;

  margin-bottom: 0.2rem;
}

.pShare p {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;
}

.pShare dl {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 0 0.2rem;
}

.pShare dt a {
  border-radius: 50%;

  overflow: hidden;
}

.pShare dt iconify-icon {
  font-size: 0.26rem;

  color: #c6cfd8;
}

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

@media screen and (max-width: 1024px) {
  .pDes_logo {
    margin: 30px 0 6px auto;

    width: 40%;
  }

  .p_info {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .pName {
    padding-bottom: 10px;

    margin: 10px 0 20px;
  }

  .pDes_logo {
    margin: 20px 0 6px auto;

    width: 70%;
  }

  .pShare {
    width: 100%;
  }

  .pDes {
    margin-bottom: 0.15rem;
  }

  .pBtn {
    gap: 0.1rem 0.2rem;
  }
}

/* -------------------------------Product Description--------------------- */

.productDetail_Description {
  padding: 0.6rem 0;
}

.pdd_maxbox {
}

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

  margin-bottom: 0.2rem;
}

.pddm_top h3 {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #ffffff;

  background: var(--i_color);

  width: fit-content;

  padding: 0.14rem 0.2rem;
}

.pdcd_faq .pdcd_title {
  font-family: "Roboto Slab";

  font-weight: 600;

  color: #333333;

  margin-bottom: 0.2rem;
}

.faq_ul {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  gap: 0.3rem;
}

.faq_ul li {
  position: relative;

  border-radius: 0.06rem;

  overflow: hidden;
}

.faq_ul li span {
  position: absolute;

  right: 0;

  top: 0;

  display: block;

  width: 21%;

  opacity: 0;

  pointer-events: none;
}

.faq_ul li span img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.faq_q {
  background-color: #f4f4f4;

  box-sizing: border-box;

  padding: 0.2rem 0.3rem;

  border-radius: 0rem;

  display: flex;

  display: -webkit-flex;

  cursor: pointer;

  align-items: center;
}

.faq_q .faq_Q {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #ffffff;

  background: var(--i_color);

  width: 0.3rem;

  height: 0.36rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 0.15rem;

  flex-shrink: 0;
}

.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: "Roboto Slab";

  font-size: 18px;

  font-weight: normal;

  color: #333333;
}

.faq_a {
  display: flex;

  display: -webkit-flex;

  box-sizing: border-box;

  padding: 0rem 0.3rem 0.2rem 0.3rem;

  background: var(--i_color);
}

.faq_a .faq_A {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: var(--i_color);

  background: #fff;

  width: 0.3rem;

  height: 0.36rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 0.15rem;

  flex-shrink: 0;
}

.faq_a p {
  width: 84%;

  font-size: 0.16rem;

  color: #fff;

  line-height: 0.28rem;

  font-family: "Roboto Slab";

  font-weight: normal;
}

.faq_q h3 {
  width: 0.4rem;

  height: 0.4rem;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  transition: all 0.3s ease;

  position: relative;
}

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

  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 2px;

  height: 0.2rem;

  background-color: #333;

  transition: all 0.3s ease;
}

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

  position: absolute;

  top: 50%;

  left: 50%;

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

  height: 2px;

  width: 0.2rem;

  background-color: #333;
}

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

  background-color: #fff !important;
}

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

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

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

.faq_ul li.on span {
  opacity: 1;
}

.faq_ul li.on .faq_q .faq_Q {
  background: #fff !important;

  color: var(--i_color) !important;
}

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

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

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

    font-size: 0.14rem;

    line-height: 0.24rem;
  }
}

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

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

  .faq_q {
    padding: 0.15rem 0.3rem;
  }
}

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

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

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

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

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

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

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

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

  .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 .faq_Q,
  .faq_a .faq_A {
    width: 0.25rem;

    height: 0.25rem;
  }

  .productDetail_Description {
    padding: 0.3rem 0;
  }
}

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

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

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

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

  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: "Roboto Slab";

  font-size: 0.18rem;

  font-weight: 600;

  color: #ffffff;
}

.bottom_single_tags a {
  display: inline-block;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  font-family: "Roboto Slab";

  font-weight: normal;

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

  padding: 0.1rem 0.14rem;
}

.bottom_single_tags a:hover {
  color: #333;

  background: #fff;
}

.sx {
  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.sx > div {
  width: 48%;
}

.sx_left {
}

.sx a {
  display: block;

  width: 100%;

  display: flex;

  display: -webkit-flex;

  align-items: center;
}

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

  transition: all 0.3s ease;
}

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

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

.sx p {
  font-size: 0.18rem;

  color: #fff;

  text-transform: capitalize;

  margin-right: 0.1rem;

  font-weight: bold;

  font-family: "Roboto Slab";
}

.sx span {
  font-size: 0.16rem;

  color: #fff;

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

.productDetail_related_products {
  padding: 0.6rem 0;
}

.prp_maxbox {
}

.prpm_top {
  margin-bottom: 0.3rem;
}

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

/* ------------------------------------------services.html----------------------------- */

.service_core_technology {
  padding: 0.6rem 0;
}

.sct_maxbox {
}

.sctm_top {
  margin-bottom: 0.3rem;
}

.sctm_box {
  position: relative;

  margin-bottom: 0.3rem;
}

.challenges_list {
  display: flex;

  /* border-top: 1px solid #d6d6d6;

  border-bottom: 1px solid #d6d6d6; */

  align-items: stretch;
}

.challenges_list li {
  box-sizing: border-box;

  padding-left: 0.2rem;

  padding-right: 0.2rem;

  /* border-right: 1px solid #d6d6d6; */

  display: flex;

  flex-direction: column;

  align-items: center;

  height: auto;
}

.challenges_list li.swiper-slide-next,
.challenges_list li.swiper-slide-active {
  border-right: 1px solid #d6d6d6;
}

.challenges_list li h4 {
  text-align: center;

  font-family: "Roboto Slab";

  color: #222222;
}

.challenges_icon {
  width: 0.98rem;

  height: 0.98rem;

  background-color: #f4f4f4;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.challenges_icon img {
  width: 0.5rem;

  transition: all 0.4s ease;
}

.challenges_list li:hover img {
  transform: scaleX(-1);
}

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

/* 轮播 */

.sctm_contain {
  position: relative;

  overflow: hidden;

  border-top: 1px solid #d6d6d6;

  border-bottom: 1px solid #d6d6d6;
}

.sctm_contain .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;
}

.sctm_contain li {
  flex-shrink: 0;

  position: relative;
}

.sctm-prev,
.sctm-next {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 0.5rem;

  height: 0.5rem;

  background: transparent;

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

  z-index: 3;

  cursor: pointer;

  outline: none;

  user-select: none;

  border-radius: 50%;
}

.sctm-prev {
  left: -5%;
}

.sctm-next {
  right: -5%;
}

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

  top: 50%;

  left: 50%;

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

  font-size: 0.3rem;
}

.abc_list .swiper-button-disabled {
  cursor: not-allowed;
}

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

.sctm-prev:hover iconify-icon,
.sctm-next:hover iconify-icon {
  color: #fff !important;
}

.sctmb_des {
  font-family: "Roboto Slab";

  font-weight: normal;

  text-align: center;

  color: #666666;
}

@media screen and (max-width: 1440px) {
  .sctm-prev {
    left: -2%;
  }

  .sctm-next {
    right: -2%;
  }
}

@media screen and (max-width: 1024px) {
  .challenges_icon {
    width: 0.6rem;

    height: 0.6rem;
  }

  .challenges_icon img {
    width: 0.3rem;
  }

  .challenges_list h4 {
    font-size: 0.17rem;
  }

  .sctm-prev {
    left: 0%;
  }

  .sctm-next {
    right: 0%;
  }

  .sctm-prev,
  .sctm-next {
    width: 0.35rem;

    height: 0.35rem;
  }

  .sctm-prev iconify-icon,
  .sctm-next iconify-icon {
    font-size: 0.24rem;
  }

  .challenges_list li.swiper-slide-next {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .challenges_list {
    border: none;

    gap: 0.2rem 0;
  }

  .challenges_list li {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .challenges_list h4 {
    font-size: 0.15rem;
  }

  .service_core_technology {
    padding: 0.3rem 0;
  }

  .challenges_list li.swiper-slide-active {
    border-right: none;
  }
}

/* -------------------------service_our_team-------------------------- */

.service_our_team {
  padding: 0.6rem 0;

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

.sot_maxbox {
}

.sotm_top {
  margin-bottom: 0.5rem;
}

.line_partner_box {
  margin-top: 0.6rem;
}

.line_partner {
  position: relative;
}

.line_partner_list {
  width: 100%;

  padding: 0;

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  z-index: 1;
}

.line_partner_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  z-index: 1;
}

.line_partner_list li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;

  flex-direction: column;

  transform-style: preserve-3d;

  transition-property: transform;

  overflow: hidden;
}

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

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.5);

  transition: all 0.3s ease;
}

.line_partner_list .img {
  width: 100%;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

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

  display: block;

  padding-bottom: 74%;
}

.line_partner_list .img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.line_partner_list .img img {
  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.line_partner_list p {
  position: absolute;

  bottom: -100%;

  left: 0;

  width: 100%;

  box-sizing: border-box;

  padding: 0.18rem 0;

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

  backdrop-filter: blur(235px);

  font-size: 0.2rem;

  color: #fff;

  text-transform: capitalize;

  text-align: center;

  font-family: "med";

  opacity: 0;

  transition: all 0.7s ease;

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

.line_partner_list li.swiper-slide-active p {
  bottom: 0;

  opacity: 1;
}

.line_partner_list li.swiper-slide-active::after {
  opacity: 0;
}

/* 指示器 */

.line_partner .pt-pagination {
  text-align: center;

  margin: 0.4rem auto 0;

  display: none;
}

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

  height: 0.1rem;

  cursor: pointer;

  display: inline-block;

  margin: 0 0.05rem;

  box-sizing: border-box;

  border-radius: 50%;

  outline: none;
}

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

  border: 1px solid #428225;

  background: #428225;
}

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

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

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

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

  .line_partner .pt-pagination {
    /* display: block; */
  }

  .production_line_bac {
    padding: 0.6rem 0;
  }

  .line_partner_list p {
    padding: 0.15rem 0;

    font-size: 0.16rem;

    border-radius: 0.3rem 0.3rem 0 0;
  }
}

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

@media screen and (max-width: 768px) {
  .line_partner_box {
    margin-top: 0.2rem;
  }

  .line_partner_list p {
    padding: 0.1rem 0;

    font-size: 0.14rem;
  }
}

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

  .line_partner .pt-pagination {
    text-align: center;

    margin: 0.2rem auto 0;
  }

  .line_partner_list p {
    padding: 0.08rem 0;

    font-size: 0.12rem;

    border-radius: 0.2rem 0.2rem 0 0;
  }

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

/* --------------------------------定制内容---------------------- */

.service_customized_content {
  padding: 0.6rem 0;
}

.service_customized_content {
}

.sc_maxbox {
}

.sc_top {
  margin-bottom: 0.5rem;
}

.sc_contain {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.scm_info {
  width: 38.62%;
}

.scm_info ul {
  display: flex;

  flex-direction: column;

  gap: 0.2rem;
}

.scm_info ul li {
  width: 100%;
}

.scm_info ul li a {
  display: flex;

  align-items: center;
}

.scm_info ul li a:hover {
  text-decoration: underline;

  color: var(--i_color);
}

.scm_info ul li a i {
  width: 0.12rem;

  height: 0.12rem;

  background: rgba(43, 63, 113, 0.2);

  position: relative;

  border-radius: 50%;

  display: block;

  flex-shrink: 0;

  margin-right: 0.1rem;
}

.scm_info ul li a i::before {
  content: "";

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 50%;

  height: 50%;

  background: var(--i_color);

  border-radius: 50%;
}

.scm_info ul li a p {
  font-family: "Roboto Slab";

  font-weight: normal;

  color: #222222;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.scm_pic {
  width: 56.78%;
}

.scm_pic span {
  position: relative;

  width: 100%;
}

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

  display: block;

  padding-bottom: 50%;
}

.scm_pic span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

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

@media screen and (max-width: 1024px) {
  .sc_contain {
    flex-direction: column-reverse;
  }

  .scm_info {
    width: 100%;
  }

  .scm_pic {
    width: 100%;

    margin-bottom: 0.2rem;
  }
}

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

  .sc_top {
    margin-bottom: 0.2rem;
  }

  .service_customized_content {
    padding: 0.3rem 0;
  }
}

/* -----------------------------定制化服务流程--------------------- */

.service_customized_process {
  padding: 0.6rem 0;

  background: #f4f4f4;
}

.scp_maxbox {
}

.scpm_top {
  margin-bottom: 0.5rem;
}

.principle_list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem 0;
}

.principle_list li {
  width: 25%;

  box-sizing: border-box;

  border-bottom: 1px dashed #a6a6a6;

  position: relative;

  cursor: pointer;
}

.principle_list li::before {
  content: "";

  display: block;

  box-sizing: border-box;

  width: 0.19rem;

  height: 0.19rem;

  border-radius: 50%;

  background-color: #f4f4f4;

  border: 2px solid #999;

  position: absolute;

  left: 0;

  bottom: -0.095rem;

  transition: all 0.4s ease;
}

.principle_list h3,
.principle_list p,
.principle_list span {
  width: 80%;

  font-family: "Roboto Slab";
}

.principle_list h3 {
  font-weight: 600;
}

.principle_list li:hover {
  border-color: var(--i_color);
}

.principle_list li:hover::before {
  background-color: var(--i_color);

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

.principle_list li:hover span {
  color: var(--i_color);
}

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

@media screen and (max-width: 1024px) {
  .principle_list {
    gap: 0.3rem 2%;
  }

  .principle_list li {
    width: 49%;
  }

  .principle_list li::before {
    display: none;
  }

  .principle_list h3,
  .principle_list p {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .principle_list {
    gap: 0.1rem 2%;
  }

  .principle_list li {
    width: 100%;

    padding-bottom: 0.1rem;
  }

  .principle_list h3 {
    font-size: 0.14rem;

    color: #333;
  }

  .principle_list p {
    font-size: 0.12rem;
  }

  .service_customized_process {
    padding: 0.3rem 0;
  }

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

/* ---------------------------服务优势-------------------------- */

.service_service_advantage {
  padding: 0.6rem 0;
}

.ssa_maxbox {
}

.ssam_top {
  margin-bottom: 0.5rem;
}

.serAdv_list {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  gap: 50px 1%;
}

.serAdv_list dt {
  width: 24%;

  background: #fff;

  border-radius: 0.1rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  flex-direction: column;

  justify-content: space-between;

  cursor: pointer;
}

.serAdv_list dt:hover .coverPic img {
  transform: scale(1.1);
}

.serAdv_list .coverPic {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.serAdv_list .coverPic::before {
  content: "";

  display: block;

  padding-bottom: 61.5%;
}

.serAdv_list .coverPic img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.serAdv_list .text {
  padding: 0.2rem;
}

.serAdv_list .text h6 {
  padding-bottom: 0.14rem;

  margin-bottom: 0.1rem;

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

  font-size: 0.18rem;

  color: var(--i_color);

  font-weight: bold;

  font-family: "Roboto Slab";
}

.serAdv_list .text span {
  font-family: "Roboto Slab";
}

.serAdv_list dt:nth-child(even) .text {
  order: -1;
}

@media screen and (max-width: 1366px) {
  .serAdv_list .text h6 {
    font-size: 0.18rem;
  }

  .serAdv_list .text span {
    font-size: 0.15rem;
  }
}

@media screen and (max-width: 1024px) {
  .serAdv_list {
    gap: 36px 0;
  }

  .serAdv_list dt {
    width: 100%;

    flex-wrap: nowrap;

    gap: 0 3%;

    flex-direction: initial;

    align-items: center;

    background: none;
  }

  .serAdv_list .coverPic {
    order: -2;

    flex-shrink: 0;

    width: 30%;
  }

  .serAdv_list .text {
    width: 100%;

    padding: 0 0;
  }

  .serAdv_list .text h6 {
    font-size: 16px;
  }

  .serAdv_list .text span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .serAdv_list dt {
    flex-wrap: wrap;

    gap: 20px 0;
  }

  .serAdv_list .coverPic {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .serAdv_list .text h6 {
    padding-bottom: 10px;

    margin-bottom: 8px;

    font-size: 15px;
  }

  .service_service_advantage {
    padding: 0.3rem 0;
  }

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

/* ---------------------------服务内容----------------- */

.service_service_content {
  padding: 0.6rem 0;
}

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

.sscm_top {
  margin-bottom: 0.5rem;
}

.buy_service .ac {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;
}

.buy_service .imgboxx {
  width: 26.5%;

  overflow: hidden;

  border-radius: 50%;

  padding-bottom: 26.5%;

  position: relative;
}

.buy_service .imgboxx img {
  width: 100%;

  object-fit: cover;

  display: none;

  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 100%;

  height: 100%;
}

.buy_service .imgboxx img.active {
  display: block;
}

.buy_service .txtbox {
  width: 69%;

  margin-left: auto;
}

.buy_service dl dt {
  display: none;
}

.buy_service dl dt.active {
  display: block;
}

.buy_service .iconlist {
  width: 100%;

  margin-left: auto;

  justify-content: space-between;

  position: relative;
}

.buy_service .iconlist::before {
  content: "";

  position: absolute;

  left: 50%;

  transform: translate(-50%, 0);

  bottom: 38%;

  width: 93%;

  height: 1px;

  background-color: #d8d8d8;
}

.buy_service .iconlist li {
  /* width: 20%; */

  box-sizing: border-box;

  /* background: #f9f9f9; */

  text-align: center;

  justify-content: space-between;
}

.buy_service .ac .iconlist li img {
  height: 82px;
}

.buy_service .iconlist li .yxbox {
  width: 18px;

  height: 18px;

  flex-shrink: 0;

  background: #333;

  margin: 0.25rem auto;

  position: relative;

  z-index: 9999;

  border-radius: 50%;
}

.buy_service .iconlist li p {
  opacity: 0.4;
}

.buy_service .iconlist li.active p {
  opacity: 1;
}

.buy_service .iconlist li .imgboxx img {
  display: none;
}

.buy_service .iconlist li .imgboxx img.active {
  display: none;
}

.buy_service .iconlist li .imgbox .img2 {
  display: none;
}

.buy_service .iconlist li.active img {
  margin: 0 auto;
}

.buy_service .iconlist li.active .imgbox .img1 {
  display: none;
}

.buy_service .iconlist li.active .imgbox .img2 {
  display: block;
}

.buy_service .iconlist li.active .yxbox {
  position: relative;

  background: var(--i_color);

  border-radius: 50%;
}

.buy_service .iconlist li.active .yxbox::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 150%;

  height: 150%;

  background: var(--i_color);

  opacity: 0.3;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  border-radius: 50%;
}

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

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

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

@media screen and (max-width: 1024px) {
  .buy_service .imgboxx {
    width: 60%;

    padding-bottom: 60%;

    margin: 0 auto;

    margin-bottom: 0.2rem;
  }

  .buy_service .txtbox {
    width: 100%;
  }

  .buy_service .iconlist::before {
    display: none;
  }

  .buy_service .iconlist {
    width: 100%;
  }

  .buy_service .iconlist li img {
    height: 45px;
  }

  .buy_service dl {
    width: 100%;
  }
}

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

  .buy_service .ac .iconlist li img {
    height: 50px;
  }
}

@media screen and (max-width: 560px) {
  .buy_service .ac .iconlist li img {
    height: 40px;
  }

  .service_service_content {
    padding: 0.3rem 0;
  }
}

/* -----------------------------------service_service_process----------------------- */

.service_service_process {
  padding: 0.6rem 0;
}

.ssp_maxbox {
}

.sspm_top {
  margin-bottom: 0.5rem;
}

.sspm_contain {
}

.advantage_ul {
  display: flex;

  margin-top: 0.6rem;

  gap: 0.1rem;
}

.advantage_ul li {
  background-color: #f6f6f6;

  width: 18.5%;

  flex-grow: 1;

  height: 5.5rem;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  transition: all 0.5s ease;
}

.advantage_ul li .advantage_text {
  padding: 0.2rem;

  box-sizing: border-box;
}

.advantage_active {
  flex-grow: 1000 !important;

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

.advantage_ul li h3 {
  font-size: 0.86rem;

  font-family: "Roboto Slab";

  font-weight: normal;

  color: #666666;

  transition: all 0.3s ease;
}

.advantage_ul li h4 {
  font-family: "Roboto Slab";

  font-size: 0.2rem;

  font-weight: 500;

  color: var(--i_color);

  box-sizing: border-box;

  margin-bottom: 0.1rem;

  transition: all 0.3s ease;
}

.advantage_ul li h5 {
  display: none;

  font-family: "Roboto Slab";

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 1.5;

  color: #ffffff;

  overflow: auto;

  box-sizing: border-box;

  transition: all 0.3s ease;

  width: 28vw;
}

/*滚动条*/

.advantage_ul li h5::-webkit-scrollbar {
  width: 1px;

  height: 1px;
}

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

  background: #fff;
}

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

  border-radius: 0;

  background: #f1f1f1;
}

.advantage_active h5 {
  display: block !important;
}

.advantage_active h3,
.advantage_active h4,
.advantage_active h5 {
  color: #fff !important;
}

.advantage_ul li img {
  width: 100%;

  height: 3.13rem;

  object-fit: cover;
}

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

  .advantage_ul li h3 {
    font-size: 0.7rem;
  }

  .advantage_ul li .advantage_text {
    padding: 0.15rem;
  }

  .advantage_ul li h5 {
    width: 37vw;
  }

  .advantage_ul li {
    height: 5.4rem;
  }
}

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

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

  .advantage_ul li h5 {
    width: 36vw;
  }

  .advantage_ul li h5 {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }

  .advantage_ul li {
    height: 5.2rem;
  }
}

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

  .advantage_ul li h5 {
    width: 37vw;
  }

  .advantage_ul li .advantage_text {
    padding: 0.1rem;

    box-sizing: border-box;
  }
}

@media screen and (max-width: 960px) {
  .advantage_ul li h3 {
    font-size: 0.4rem;
  }

  .advantage_ul li h5 {
    width: 38vw;
  }

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

@media screen and (max-width: 767px) {
  .advantage_ul {
    margin-top: 0.4rem;
  }

  .advantage_ul li {
    width: 100%;

    height: 5rem;
  }

  .advantage_ul {
    flex-wrap: wrap;
  }

  .advantage_ul li h5 {
    width: 100%;

    display: block !important;
  }
}

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

  .advantage_ul li {
    background: var(--i_color);
  }

  .advantage_ul li h3,
  .advantage_ul li h4 {
    color: #fff;
  }

  .service_service_process {
    padding: 0.3rem 0;
  }
}

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

/* ################################### 联系我们页面 ################################### */

.contact_top {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -5%,

    #ffffff 8%,

    #e9f2fa 37%,

    #f2f8fd 100%
  );
}

.contact_top_cont {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 0.3rem 0;
}

.contact_top_left {
  width: 43%;
}

.contact_top_right {
  width: 51.155%;
}

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

.contact_bottom {
}

/* 联系方式 */

.c_info_list {
  transform: translateY(50%);

  margin-top: -1.3rem;

  background-color: var(--i_color);

  padding: 0.5rem 0.6rem;

  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 0.2rem 0;

  position: relative;

  z-index: 10;
}

.c_info_list::before {
  content: "";

  display: block;

  width: 42.15%;

  height: 31.02%;

  background: url(static/imgs/contact_logo.webp) no-repeat center;

  background-size: contain;

  position: absolute;

  right: 0;

  bottom: 0;

  pointer-events: none;
}

.c_info_list li {
  width: 25%;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.c_info_list .ico {
  width: 0.8rem;

  height: 0.8rem;

  font-size: 0.3rem;

  background: #fff;

  color: var(--i_color);

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  -webkit-border-radius: 50%;

  border-radius: 50%;
}

.c_info_list p {
  font-size: 0.18rem;

  margin: 0.1rem 0;

  color: #fff;
}

.c_info_list a {
  font-size: 0.22rem;

  color: #fff;
}

.c_info_list li,
.c_info_list iconify-icon {
  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.c_info_list li:hover iconify-icon {
  transform: rotateY(180deg);
}

.c_info_list li:hover {
  transform: translateY(-6px);
}

.c_info_list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .c_info_list {
    padding: 0.4rem 0.5rem;
  }
}

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

  .c_info_list a,
  .c_info_list h6 {
    font-size: 0.2rem;
  }

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

  .c_info_list .ico {
    width: 0.6rem;

    height: 0.6rem;

    font-size: 0.24rem;
  }
}

@media screen and (max-width: 768px) {
  .c_info_list li {
    width: 50%;
  }

  .c_info_list {
    margin-top: -1.8rem;
  }
}

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

    transform: translateY(0);

    margin: 0.3rem 0;
  }

  .c_info_list li {
    width: 100%;
  }

  .c_info_list .ico {
    width: 0.4rem;

    height: 0.4rem;
  }

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

  .c_info_list a,
  .c_info_list h6 {
    font-size: 0.14rem;
  }
}

/* ################################### 新闻列表页面 ################################### */

.resources_main {
  overflow: hidden;
}

.resources_main > .wrap {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.resources_sort {
  position: relative;

  width: 27.143%;

  box-sizing: border-box;

  padding-right: 3%;

  padding-top: 0.6rem;
}

.resources_li {
  box-sizing: border-box;
}

.resources_li a {
  display: block;

  box-sizing: border-box;

  transition: all 0.4s ease;

  padding: 0.16rem 0.18rem;

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

  position: relative;
}

.resources_li a::before {
  content: "";

  display: block;

  width: 2px;

  height: 0;

  background-color: var(--i_color);

  position: absolute;

  right: 0;

  top: 0;

  transition: all 0.4s ease;
}

.resources_li a:hover,
.resources_sort .active a {
  border-color: transparent;

  color: var(--i_color);

  background-color: rgba(43, 63, 113, 0.1);
}

.resources_li a:hover::before,
.resources_sort .active a::before {
  height: 100%;
}

.resources_content {
  width: 72.858%;

  box-sizing: border-box;

  padding-left: 3%;

  position: relative;
}

.resources_content::before {
  content: "";

  display: block;

  width: 200%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  background-color: #f4f4f4;

  z-index: -1;
}

.news_options {
  display: flex;

  flex-wrap: wrap;
}

.news_options li {
  width: 50%;
}

.news_options a {
  display: flex;

  justify-content: center;

  align-items: center;

  box-sizing: border-box;

  padding: 0.15rem;

  transition: all 0.4s ease;
}

.news_options a:hover,
.news_options .active a {
  background-color: var(--i_color);

  color: #fff;
}

.news_list {
  display: flex;

  flex-direction: column;

  gap: 0.4rem 0;
}

.news_item {
}

.news_item a {
  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 0.1rem 0;
}

.new_pic {
  width: 31.7%;

  position: relative;

  overflow: hidden;
}

.new_pic::before {
  content: "";

  display: block;

  width: 100%;

  padding-bottom: 71%;
}

.new_pic img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.4s ease;
}

.new_txt {
  width: 65.44%;

  box-sizing: border-box;

  border-bottom: 1px solid #f4f4f4;
}

.new_txt h4 {
  margin-top: 0.16rem;
}

.news_item:hover .new_pic img {
  transform: scale(1.1);
}

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

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

  .resources_content::before {
    display: none;
  }

  .resources_content {
    padding-left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .news_options a {
    padding: 0.05rem 0.1rem;

    font-size: 0.16rem;
  }
}

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

  .news_list {
    gap: 0.2rem 0;
  }

  .new_txt {
    padding-bottom: 0;

    border-bottom: none;
  }

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

  .new_txt h4,
  .new_txt h6 {
    margin: 0.1rem 0;

    font-size: 0.12rem;
  }

  .resources_sort {
    padding-top: 0.3rem;
  }
}

/* --------------------------------faq_content---------------------- */

/* faq */

.faqc_top {
  margin-bottom: 0.5rem;
}

.faqc_top .public_title h3 {
  text-align: left;

  width: fit-content;
}

.faqc_top .public_title h4 {
  text-align: left;
}

.fold_list {
  display: flex;

  flex-direction: column;

  gap: 0.24rem 0;
}

.fold_list li {
  position: relative;
}

.fold_list .tit {
  padding: 0.2rem 0.2rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  gap: 0 0.14rem;

  align-items: center;

  position: relative;

  cursor: pointer;

  background-color: #fff;
}

.fold_list .tit span {
  display: block;

  margin-left: auto;

  width: 0.25rem;

  height: 0.25rem;

  display: flex;

  align-items: center;

  justify-content: center;
}

.fold_list .tit span::before {
  content: "+";

  display: block;

  color: #333;

  font-size: 0.26rem;

  transition: all 0.3s ease;
}

.fold_list .qa {
  flex-shrink: 0;

  display: block;

  width: 0.33rem;

  height: 0.36rem;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 0.2rem;

  color: var(--i_color);

  background: #fff;
}

.fold_list .tit .qa {
  background: var(--i_color);

  color: #fff;
}

.fold_list .tit p {
  font-family: "Roboto Slab";
}

.fold_list .tit.active .qa {
  background: #fff;

  color: var(--i_color);
}

.fold_list .tit.active {
  background: var(--i_color);
}

.fold_list .tit.active span::before {
  content: "—";

  color: #fff;

  font-size: 0.16rem;
}

.fold_list .tit.active p {
  color: #fff;
}

.fold_list .txt {
  display: none;

  padding: 0.2rem 0.2rem 0.3rem;

  background: var(--i_color);
}

.fold_list .txt span {
  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  gap: 0 0.14rem;

  color: #fff;
}

.fold_list .txt span article {
  font-family: "Roboto Slab";
}

@media screen and (max-width: 1024px) {
  .faqc_top .public_title h3 {
    text-align: center;

    width: 100%;
  }

  .faqc_top .public_title h4 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .fold_list .qa {
    width: 26px;

    height: 26px;

    line-height: 26px;

    font-size: 16px;
  }
}

@media screen and (max-width: 560px) {
  .fold_list .tit {
    padding: 0.14rem 0.2rem;
  }

  .fold_list .qa {
    width: 22px;

    height: 22px;

    line-height: 22px;

    font-size: 14px;
  }

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

/* download */

/* 目录列表 */

.downloads_right_ul {
  display: flex;

  gap: 0.24rem;

  flex-wrap: wrap;
}

.downloads_right_ul li {
  width: 100%;
}

.downloads_right_ul li a {
  display: block;

  width: 100%;

  display: flex;

  flex-wrap: wrap;

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

  align-items: center;

  box-sizing: border-box;

  transition: all 0.3s ease;

  background: #fff;
}

.downloads_right_ul li a h4 {
  width: calc(100% - 1.3rem);

  font-size: 0.16rem;

  color: #333;

  box-sizing: border-box;

  padding: 0.2rem 2%;

  transition: all 0.3s ease;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  box-sizing: border-box;

  font-family: "Roboto Slab";
}

.downlaod_i {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  width: 1.3rem;

  background-color: #f0f0f0;

  box-sizing: border-box;

  padding: 0.15rem 0.1rem;

  transition: all 0.3s ease;
}

.downlaod_i iconify-icon {
  color: #666;

  font-size: 0.3rem;

  transition: all 0.3s ease;
}

.downlaod_i p {
  font-size: 0.16rem;

  color: #333;

  margin-top: 0.05rem;

  transition: all 0.3s ease;

  font-family: "Roboto Slab";
}

.downloads_right_ul li a:hover {
  border: 1px solid #fff;

  /* background-color: #f4f4f4; */
}

.downloads_right_ul li a:hover h4 {
  color: var(--i_color);
}

.downloads_right_ul li a:hover i {
  background-color: var(--i_color);

  border-radius: 0px 4px 4px 0px;
}

.downloads_right_ul li a:hover i iconify-icon {
  color: #fff;
}

.downloads_right_ul li a:hover i p {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .downloads_right_ul li a h4 {
    font-size: 0.16rem;
  }

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

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

  .downloads_right {
    width: 100%;

    padding-left: 0%;

    margin-top: 0.4rem;
  }

  .downloads_right_ul {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .downlaod_i iconify-icon {
    font-size: 0.25rem;
  }

  .downloads_right_ul {
    gap: 0.2rem;
  }

  .downlaod_i {
    width: 1rem;

    padding: 0.1rem 0.05rem;
  }

  .downloads_right_ul li a h4 {
    width: calc(100% - 1rem);

    font-size: 0.14rem;
  }
}

.fcolor {
  color: var(--i_color);
}

/* ------------------解决方案表单Greenhouse id=234------------ */

#wpforms-234 {
  --wpforms_input_height: 56px;

  --wpforms_textarea_height: 218px;

  --wpforms_input_font_size: 18px;

  --wpforms_select_height: 50px;

  width: 100%;
}

#wpforms-234 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

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

  clear: both;
}

/* 字段样式 */

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

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

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

#wpforms-234-field_5 {
  width: 100%;

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

#wpforms-234-field_1::placeholder,
#wpforms-234-field_2::placeholder,
#wpforms-234-field_3::placeholder,
#wpforms-234-field_4::placeholder,
#wpforms-234-field_5::placeholder,
#wpforms-234-field_6::placeholder,
#wpforms-234-field_9::placeholder,
#wpforms-234-field_10::placeholder,
#wpforms-234-field_11::placeholder,
#wpforms-234-field_12::placeholder {
  color: #666;

  opacity: 1;
}

#wpforms-234 .wpforms-field-container .wpforms-field > input,
#wpforms-234 .wpforms-field-container textarea,
#wpforms-234 .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: "Roboto Slab";
}

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

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

  border: #d6d6d6 1px solid;

  background: #fff;
}

#wpforms-234 input::placeholder,
#wpforms-234 textarea::placeholder {
  color: #666;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

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

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Roboto Slab";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-234-field_1-container,
#wpforms-234-field_2-container,
#wpforms-234-field_3-container,
#wpforms-234-field_6-container,
#wpforms-234-field_9-container,
#wpforms-234-field_10-container,
#wpforms-234-field_11-container,
#wpforms-234-field_12-container {
  width: 49% !important;
}

#wpforms-234-field_4-container,
#wpforms-234-field_5-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-234 .wpforms-submit-container button {
  width: 27%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.1rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-234 .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-234 {
    --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

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

  #wpforms-234-field_1-container,
  #wpforms-234-field_2-container,
  #wpforms-234-field_3-container,
  #wpforms-234-field_4-container,
  #wpforms-234-field_5-container,
  #wpforms-234-field_6-container,
  #wpforms-234-field_9-container,
  #wpforms-234-field_10-container,
  #wpforms-234-field_11-container,
  #wpforms-234-field_12-container {
    width: 100% !important;
  }

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

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

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

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

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

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

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px;

    width: 100%;
  }

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

    font-size: 0.16rem;
  }

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

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

  .solutionDetail_form {
    padding: 0.3rem 0;
  }

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

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

.hide {
  display: none !important;
}

/* ---------------------------------contactus表单---------------------------------- */

#wpforms-237 {
  --wpforms_input_height: 55px;

  --wpforms_textarea_height: 150px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 50px;

  width: 100%;
}

#wpforms-237 {
  margin: 0;

  padding: 0;
}

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

  position: relative;
}

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

  clear: both;
}

/* 字段样式 */

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

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

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

#wpforms-237-field_5 {
  width: 100%;

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

#wpforms-237-field_1::placeholder,
#wpforms-237-field_2::placeholder,
#wpforms-237-field_3::placeholder,
#wpforms-237-field_4::placeholder,
#wpforms-237-field_5::placeholder,
#wpforms-237-field_6::placeholder {
  color: #666;

  opacity: 1;
}

#wpforms-237 .wpforms-field-container .wpforms-field > input,
#wpforms-237 .wpforms-field-container textarea,
#wpforms-237 .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: "Roboto Slab";
}

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

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

  border: #d6d6d6 1px solid;

  background: #fff;
}

#wpforms-237 input::placeholder,
#wpforms-237 textarea::placeholder {
  color: #666;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

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

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Roboto Slab";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

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

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: left;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-237 .wpforms-submit-container button {
  width: 27%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  background: var(--i_color);

  border: none;

  font-family: "Roboto Slab";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-237 .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-237 {
    --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

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

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

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

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

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

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

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

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

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px;

    width: 100%;
  }

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

    font-size: 0.16rem;
  }

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

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

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

/* ------------------解决方案表单Industrial IoT Monitoring id=317------------ */

#wpforms-317 {
  --wpforms_input_height: 56px;

  --wpforms_textarea_height: 218px;

  --wpforms_input_font_size: 18px;

  --wpforms_select_height: 50px;

  width: 100%;
}

#wpforms-317 {
  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-317 .wpforms-field-container > .wpforms-field {
  width: 100%;

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

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

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

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

#wpforms-317-field_1::placeholder,
#wpforms-317-field_2::placeholder,
#wpforms-317-field_3::placeholder,
#wpforms-317-field_4::placeholder,
#wpforms-317-field_5::placeholder,
#wpforms-317-field_6::placeholder,
#wpforms-317-field_9::placeholder,
#wpforms-317-field_10::placeholder,
#wpforms-317-field_11::placeholder,
#wpforms-317-field_12::placeholder {
  color: #666;

  opacity: 1;
}
#wpforms-317 select:invalid {
  color: #666;
}
#wpforms-317 .wpforms-field-container .wpforms-field > input,
#wpforms-317 .wpforms-field-container textarea,
#wpforms-317 .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: "Roboto Slab";
}

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

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

  border: #d6d6d6 1px solid;

  background: #fff;
}
#wpforms-317 .wpforms-field-container select {
  border: #d6d6d6 1px solid;

  background: #fff;
}
#wpforms-317 input::placeholder,
#wpforms-317 textarea::placeholder,
#wpforms-317 select::placeholder {
  color: #666;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

#wpforms-317 .wpforms-field-container select {
  color: #666;
}

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

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Roboto Slab";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-317-field_1-container,
#wpforms-317-field_2-container,
#wpforms-317-field_3-container,
#wpforms-317-field_4-container,
#wpforms-317-field_5-container,
#wpforms-317-field_6-container,
#wpforms-317-field_7-container,
#wpforms-317-field_8-container {
  width: 49% !important;
}
#wpforms-317-field_9-container,
#wpforms-317-field_10-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-317 .wpforms-submit-container button {
  width: 27%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.1rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-317 .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-317 {
    --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

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

  #wpforms-317-field_1-container,
  #wpforms-317-field_2-container,
  #wpforms-317-field_3-container,
  #wpforms-317-field_4-container,
  #wpforms-317-field_5-container,
  #wpforms-317-field_6-container,
  #wpforms-317-field_9-container,
  #wpforms-317-field_10-container,
  #wpforms-317-field_7-container,
  #wpforms-317-field_8-container {
    width: 100% !important;
  }

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

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

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

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

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

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

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px;

    width: 100%;
  }

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

    font-size: 0.16rem;
  }

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

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

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

/* ------------------解决方案表单Smart Water&Environmental Monitoring id=314------------ */

#wpforms-314 {
  --wpforms_input_height: 56px;

  --wpforms_textarea_height: 218px;

  --wpforms_input_font_size: 18px;

  --wpforms_select_height: 50px;

  width: 100%;
}

#wpforms-314 {
  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-314 .wpforms-field-container > .wpforms-field {
  width: 100%;

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

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

#wpforms-314-field_5 {
  width: 100%;

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

#wpforms-314-field_1::placeholder,
#wpforms-314-field_2::placeholder,
#wpforms-314-field_3::placeholder,
#wpforms-314-field_4::placeholder,
#wpforms-314-field_5::placeholder,
#wpforms-314-field_6::placeholder,
#wpforms-314-field_9::placeholder,
#wpforms-314-field_10::placeholder,
#wpforms-314-field_11::placeholder,
#wpforms-314-field_12::placeholder {
  color: #666;

  opacity: 1;
}
#wpforms-314 select:invalid {
  color: #666;
}
#wpforms-314 .wpforms-field-container .wpforms-field > input,
#wpforms-314 .wpforms-field-container textarea,
#wpforms-314 .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: "Roboto Slab";
}

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

  background: #fff;

  border: #d6d6d6 1px solid;
}

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

  border: #d6d6d6 1px solid;

  background: #fff;
}
#wpforms-314 .wpforms-field-container select {
  border: #d6d6d6 1px solid;

  background: #fff;
}
#wpforms-314 input::placeholder,
#wpforms-314 textarea::placeholder,
#wpforms-314 select::placeholder {
  color: #666;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

#wpforms-314 .wpforms-field-container select {
  color: #666;
}

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

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

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

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

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

  font-size: 0;

  margin: 0 0;
}

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

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Roboto Slab";
}

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

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

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-314-field_1-container,
#wpforms-314-field_2-container,
#wpforms-314-field_3-container,
#wpforms-314-field_4-container,
#wpforms-314-field_5-container,
#wpforms-314-field_6-container,
#wpforms-314-field_7-container,
#wpforms-314-field_8-container {
  width: 49% !important;
}
#wpforms-314-field_9-container,
#wpforms-314-field_10-container {
  width: 100% !important;
}

/* 提交按钮样式 */

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

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-314 .wpforms-submit-container button {
  width: 27%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.1rem;

  font-family: "Montserrat";
}

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

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-314 .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-314 {
    --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

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

  #wpforms-314-field_1-container,
  #wpforms-314-field_2-container,
  #wpforms-314-field_3-container,
  #wpforms-314-field_4-container,
  #wpforms-314-field_5-container,
  #wpforms-314-field_6-container,
  #wpforms-314-field_9-container,
  #wpforms-314-field_10-container,
  #wpforms-314-field_7-container,
  #wpforms-314-field_8-container {
    width: 100% !important;
  }

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

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

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

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

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

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

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px;

    width: 100%;
  }

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

    font-size: 0.16rem;
  }

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

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

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