@charset "UTF-8";
/* =========================================================
   基础样式
========================================================= */
*,
::backdrop,
:after,
:before {
  margin: 0;
  padding: 0;
  border: 0 solid;
  box-sizing: border-box;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "HarmonyOS Sans SC", "MiSans", "Flyme Sans", sans-serif;
}

:lang(en) {
  font-family: "Arial", "Helvetica Neue", "Roboto", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
select {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
  font-family: inherit;
}

select:focus,
textarea:focus,
input:focus {
  outline: none;
}

.line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_clamp_1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.line_clamp_2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line_clamp_3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.line_clamp_4 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.grey {
  background-color: #f7f8fa;
}

.pageService_container, .collaboration .collaboration_container, .pagecontact .pagecontact__container, .footer_wrapper .footer_container, .common-search-container, .qualification .qualification_head, .listabout .listabout_container, .shownews_container, .listnews_container, .search_container, .showcase_wrapper .showcase_container, .listcase_wrapper .listcase_container, .showproduct_details, .showproduct_details_tab_box .showproduct_details_tabs, .showproduct_goods .showproduct_goods_container, .pageproduct_center, .technical_service, .homenews_container, .homecase .homecase_container .home_title_box, .homeabout .homeabout_left {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1499px) {
  .pageService_container, .collaboration .collaboration_container, .pagecontact .pagecontact__container, .footer_wrapper .footer_container, .common-search-container, .qualification .qualification_head, .listabout .listabout_container, .shownews_container, .listnews_container, .search_container, .showcase_wrapper .showcase_container, .listcase_wrapper .listcase_container, .showproduct_details, .showproduct_details_tab_box .showproduct_details_tabs, .showproduct_goods .showproduct_goods_container, .pageproduct_center, .technical_service, .homenews_container, .homecase .homecase_container .home_title_box, .homeabout .homeabout_left {
    width: 90vw;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #7F7F7F;
  cursor: pointer;
}
.pagination li a:hover {
  background-color: #fff;
  color: #F18D00;
}
.pagination li span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #7F7F7F;
  cursor: pointer;
}
.pagination li span:hover {
  background-color: #fff;
  color: #F18D00;
}
.pagination li.disabled a,
.pagination li.disabled span {
  opacity: 0.5;
  pointer-events: none;
}
.pagination li.active a,
.pagination li.active span {
  background-color: #F18D00;
  color: #fff;
}

.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper_prev,
.swiper_next {
  width: 44px;
  height: 44px;
  background: url(/static/image/banner_swiper_arrow.svg) no-repeat center bottom;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.swiper_prev {
  transform: rotate(180deg);
}

/* =========================================================
   栏目页banner
========================================================= */
.list_banner {
  width: 100%;
  height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
}

.list_banner p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 6px;
  text-align: center;
  color: #fff;
}

.list_banner span {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media (max-width: 1540px) {
  .list_banner {
    height: 300px;
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .list_banner {
    padding-top: 60px !important;
  }
}
@media (max-width: 1024px) {
  .list_banner p {
    font-size: 28px !important;
  }
  .list_banner span {
    font-size: 12px !important;
  }
}
/* =========================================================
   公共头部
========================================================= */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background: transparent;
  transition: background 0.5s ease;
  z-index: 1000;
}
header .selected_pic {
  opacity: 0;
  visibility: hidden;
}
header .header_container {
  width: 100%;
  height: 90px;
  padding: 0 64px;
  display: flex;
  align-items: center;
}
header .header_container .header_logo {
  height: 70px;
  margin-right: auto;
}
header .header_container .header_logo a {
  position: relative;
  width: 170px;
  height: 100%;
  display: block;
}
header .header_container .header_logo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transition: opacity 0.5s ease;
}
header .header_container .header_nav_list {
  display: flex;
  align-items: center;
}
header .header_container .header_nav_list .header_nav_item {
  position: relative;
}
header .header_container .header_nav_list .header_nav_item > a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
  height: 90px;
  line-height: 90px;
  color: #FFFFFF;
  text-align: center;
  padding: 0 2.375rem;
  width: max-content;
}
header .header_container .header_nav_list .header_nav_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background-color: #FF8900;
  transition: all 0.3s ease;
  z-index: 10;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist {
  position: fixed;
  width: 100%;
  top: 90px;
  left: 0;
  background-color: #fff;
  padding: 2.8125rem 0 2.875rem;
  box-shadow: inset 0px 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.1), 0px 0.25rem 0.9375rem rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  gap: 3.75rem;
  clip-path: inset(0 0 100% 0);
  transition: all 0.5s ease;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_pic {
  width: auto;
  height: 11.125rem;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_pic img {
  max-width: none;
  height: 100%;
  border-radius: 0.625rem;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  gap: 1.25rem 2.4375rem;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem {
  height: 2.875rem;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.5s ease;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem a {
  display: flex;
  gap: 14.375rem;
  align-items: center;
  justify-content: space-between;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem a p {
  font-size: 1rem;
  line-height: 2.875rem;
  color: #000;
  transition: all 0.5s ease;
  white-space: nowrap;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem a svg {
  color: #666666;
  transition: all 0.5s ease;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem:hover {
  border-bottom: 1px solid #FF8900;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem:hover a p {
  color: #FF8900;
}
header .header_container .header_nav_list .header_nav_item .header_nav_sublist .header_nav_sublist_box .header_nav_subitem:hover a svg {
  color: #FF8900;
}
header .header_container .header_nav_list .header_nav_item:hover > a {
  color: #FF8900;
}
header .header_container .header_nav_list .header_nav_item:hover::after {
  width: 100%;
}
header .header_container .header_nav_list .header_nav_item:hover .header_nav_sublist {
  clip-path: inset(0 0 0 0);
}
header .header_container .header_nav_list .header_nav_item.active > a {
  color: #FF8900;
}
header .header_container .header_nav_list .header_nav_item.active::after {
  width: 100%;
}
header .header_container .header_nav_list .header_nav_item.ok > a {
  font-weight: bold;
}
header .header_container .header_search {
  margin-left: 6.25rem;
}
header .header_container .header_search a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_container .header_actions {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  margin-left: 3.75rem;
}
header .header_container .header_actions .header_action.user .user_info {
  position: relative;
  display: flex;
  gap: 6px;
  height: 90px;
  align-items: center;
}
header .header_container .header_actions .header_action.user .user_info .user_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
header .header_container .header_actions .header_action.user .user_info p {
  max-width: 7ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 90px;
  text-align: left;
  color: #fff;
}
header .header_container .header_actions .header_action.user .user_info .user_menu {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 1.25rem 1.125rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  transition: opacity 0.5s ease;
}
header .header_container .header_actions .header_action.user .user_info .user_menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
header .header_container .header_actions .header_action.user .user_info .user_menu li {
  text-align: center;
}
header .header_container .header_actions .header_action.user .user_info .user_menu li:not(:last-child) {
  margin-bottom: 0.875rem;
}
header .header_container .header_actions .header_action.user .user_info .user_menu li a {
  font-size: 1rem;
  text-align: center;
  color: #333333;
  white-space: nowrap;
}
header .header_container .header_actions .header_action.user .user_info:hover {
  cursor: pointer;
}
header .header_container .header_actions .header_action.user .user_info:hover .user_menu {
  visibility: visible;
  opacity: 1;
}
header .header_container .header_actions .header_action.login a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_container .header_actions .header_action.language {
  position: relative;
}
header .header_container .header_actions .header_action.language > a {
  display: flex;
  align-items: center;
  line-height: 100px;
  gap: 7px;
}
header .header_container .header_actions .header_action.language > a .language_icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_container .header_actions .header_action.language > a span {
  font-size: 1rem;
  line-height: 90px;
  color: #fff;
}
header .header_container .header_actions .header_action.language .language_subitem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 1.25rem 1.125rem;
  transition: opacity 0.5s ease;
}
header .header_container .header_actions .header_action.language .language_subitem::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
header .header_container .header_actions .header_action.language .language_subitem li a span {
  font-size: 1rem;
  line-height: 22px;
  color: #333;
}
header .header_container .header_actions .header_action.language .language_subitem li:not(:last-child) {
  margin-bottom: 0.875rem;
}
header .header_container .header_actions .header_action.language:hover .language_subitem {
  visibility: visible;
  opacity: 1;
}
header.active {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}
header.active .default_pic {
  opacity: 0;
  visibility: hidden;
}
header.active .selected_pic {
  opacity: 1;
  visibility: visible;
}
header.active .header_nav_list .header_nav_item > a {
  color: #333333;
}
header.active .header_search a svg path {
  fill: black;
}
header.active .header_actions .header_action.user .user_info .user_pic svg path {
  fill: black;
}
header.active .header_actions .header_action.user .user_info p {
  color: #333333;
}
header.active .header_actions .header_action.login a svg path {
  fill: black;
}
header.active .header_actions .header_action.language a .language_icon svg path {
  fill: black;
}
header.active .header_actions .header_action.language a span {
  color: #333;
}
header:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}
header:hover .default_pic {
  opacity: 0;
  visibility: hidden;
}
header:hover .selected_pic {
  opacity: 1;
  visibility: visible;
}
header:hover .header_nav_list .header_nav_item > a {
  color: #333333;
}
header:hover .header_search a svg path {
  fill: black;
}
header:hover .header_actions .header_action a {
  color: #333333;
}
header:hover .header_actions .header_action.user .user_info .user_pic svg path {
  fill: black;
}
header:hover .header_actions .header_action.user .user_info p {
  color: #333333;
}
header:hover .header_actions .header_action.login a svg path {
  fill: black;
}
header:hover .header_actions .header_action.language a .language_icon svg path {
  fill: black;
}
header:hover .header_actions .header_action.language a span {
  color: #333;
}

.headermb {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headermb .headermb_head {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 17px;
}
.headermb .headermb_head .header_mobile_logo a {
  display: block;
  height: 30px;
}
.headermb .headermb_head .header_mobile_logo a img {
  width: auto;
  height: 30px;
}
.headermb .headermb_head .header_mobile_user {
  margin-left: auto;
  margin-right: 24px;
  position: relative;
}
.headermb .headermb_head .header_mobile_user .header_mobile_user_menu {
  opacity: 0;
  visibility: hidden;
  width: 122px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 15px);
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 10px 0;
  transition: all 0.5s ease;
  border-radius: 3px;
}
.headermb .headermb_head .header_mobile_user .header_mobile_user_menu li {
  text-align: center;
}
.headermb .headermb_head .header_mobile_user .header_mobile_user_menu li a {
  font-size: 16px;
  line-height: 50px;
  color: #000;
}
.headermb .headermb_head .header_mobile_user .header_mobile_user_menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.headermb .headermb_head .header_mobile_user.active .header_mobile_user_menu {
  opacity: 1;
  visibility: visible;
}
.headermb .headermb_nav {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.headermb .headermb_nav .headermb_nav_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.headermb .headermb_nav .headermb_nav_top .headermb_nav_logo a {
  display: block;
  height: 30px;
}
.headermb .headermb_nav .headermb_nav_top .headermb_nav_logo a img {
  width: auto;
  height: 100%;
}
.headermb .headermb_nav .headermb_nav_top .headermb_nav_close {
  width: 20px;
  height: 20px;
}
.headermb .headermb_nav .headermb_nav_list {
  padding: 30px 20px;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item {
  padding-bottom: 17px;
  border-bottom: 1px solid #E9E9E9;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item a span {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item a img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item .header_mobile_nav_sublist {
  display: none;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item .header_mobile_nav_sublist .header_mobile_nav_subitem {
  margin-top: 16px;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item .header_mobile_nav_sublist .header_mobile_nav_subitem a {
  font-size: 16px;
  color: #666666;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item:not(:last-child) {
  margin-bottom: 17px;
}
.headermb .headermb_nav .headermb_nav_list .headermb_nav_item.open a img {
  transform: rotate(90deg);
}
.headermb .headermb_nav .headermb_action {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.headermb .headermb_nav .headermb_action a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headermb .headermb_nav .headermb_action a .headermb_icon {
  width: 42px;
  height: 42px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.headermb .headermb_nav .headermb_action a .headermb_icon svg {
  flex-shrink: 0;
}
.headermb .headermb_nav .headermb_action a span {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}
.headermb .headermb_nav .headermb_action a:first-child .headermb_icon img {
  border-radius: 50%;
}
.headermb .headermb_nav .headermb_lang {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  padding: 20px;
  transition: transform 0.5s ease;
  z-index: 1000;
}
.headermb .headermb_nav .headermb_lang.active {
  transform: translateX(0);
}
.headermb .headermb_nav .headermb_lang .headermb_lang_back {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.headermb .headermb_nav .headermb_lang .headermb_lang_back svg {
  transform: rotate(180deg);
}
.headermb .headermb_nav .headermb_lang .headermb_lang_back p {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.headermb .headermb_nav .headermb_lang .headermb_lang_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.headermb .headermb_nav .headermb_lang .headermb_lang_list .headermb_lang_item {
  padding-bottom: 11px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 12px;
}
.headermb .headermb_nav .headermb_lang .headermb_lang_list .headermb_lang_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headermb .headermb_nav .headermb_lang .headermb_lang_list .headermb_lang_item a span {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.headermb .headermb_nav .headermb_lang .headermb_lang_list .headermb_lang_item.active a span {
  color: #000000;
  font-weight: 700;
}
.headermb.active {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.headermb.active .headermb_head .header_mobile_user svg path {
  fill: black;
}
.headermb.active .headermb_head .header_mobile_menu svg path {
  stroke: #2F2F2F;
}
.headermb.on .headermb_nav {
  transform: translateX(0);
}
.headermb.on_lang .headermb_nav .headermb_lang {
  transform: translateX(0);
}

@media (max-width: 1599px) {
  header .header_container .header_search {
    margin-left: 22px;
  }
}
@media (max-width: 1540px) {
  header {
    height: 70px;
  }
  header .header_container {
    height: 70px;
    padding: 0 40px 0 35px;
  }
  header .header_container .header_logo {
    height: 50px;
  }
  header .header_container .header_actions {
    gap: 30px;
    margin-left: 30px;
  }
  header .header_container .header_search {
    margin-left: 30px;
  }
  header .header_container .header_nav_list .header_nav_item > a {
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
  }
  header .header_container .header_nav_list .header_nav_item .header_nav_sublist {
    top: 70px;
  }
  header .header_container .header_actions .header_action.user .user_info {
    height: 70px;
  }
  header .header_container .header_actions .header_action.user .user_info p {
    line-height: 70px;
  }
  header .header_container .header_actions .header_action.language > a span {
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .headermb {
    display: block;
  }
}
/* =========================================================
   首页
========================================================= */
.home_title_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home_title_box .home_title {
  width: 60%;
}
.home_title_box .home_title p {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin-bottom: 0.3125rem;
}
.home_title_box .home_title span {
  font-size: 1rem;
  line-height: 2;
  color: #999999;
  text-align: left;
}

@media (max-width: 1540px) {
  .home_title_box .home_title p {
    font-size: 1.875rem;
  }
}
.home_btn {
  display: block;
  width: max-content;
  border: 1px solid #666666;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1.5rem;
  color: #666666;
  transition: all 0.5s ease;
}
.home_btn:hover {
  background-color: #FF8900;
  border: 1px solid #FF8900;
  color: #fff;
}

.swiper-slide.pic {
  position: relative;
}

.banenr__info {
  max-width: 1024px;
  position: absolute;
  bottom: 100px;
  left: calc((100vw - 1400px) / 2);
}

.banenr__info h2 {
  font-family: Arial;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 12px;
}

.banenr__info p {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.banenr__pic img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.banner {
  width: 100%;
}

.banner .swiper-slide.video {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .swiper-slide.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .video_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}

.banner .video_content h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 0.8125rem;
}

.banner .video_content p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

.banner .video_content a {
  display: block;
  width: max-content;
  background: transparent;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  transition: all 0.5s ease;
  padding: 0.625rem 1.5rem;
  line-height: 1.375rem;
  margin: 0 auto;
}

.banner .video_content a:hover {
  background-color: #fff;
  color: #333333;
}

.banner .banner_swiper_prev,
.banner .banner_swiper_next {
  position: absolute;
  top: 50%;
}

.banner .banner_swiper_prev {
  left: 13px;
}

.banner .banner_swiper_next {
  right: 13px;
}

.banner_content {
  position: absolute;
  top: clamp(150px, 20vh, 20vh);
  left: 50%;
  transform: translateX(-50%);
}

.banner_content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

.banner_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
}

.banner_content a {
  display: block;
  width: max-content;
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease;
  padding: 10px 24px;
  margin: 0 auto 48px;
}

.banner_content a:hover {
  background-color: #fff;
  color: #333333;
}

@media (max-width: 1499px) {
  .banenr__info {
    left: 10%;
    max-width: 80%;
  }
}
@media (min-height: 1200px) {
  .banner_content {
    padding-top: clamp(9.375rem, 27vh, 27vh);
  }
}
@media (max-width: 1540px) {
  .banner_content h2,
  .video_content h2,
  .banenr__info h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .banner_content,
  .banenr__info {
    left: 50%;
    top: 24vw;
    bottom: auto;
    transform: translateX(-50%);
    width: 90%;
  }
  .banenr__pic img {
    height: auto;
  }
  .banner_content a,
  .banner .banner_swiper_prev,
  .banner .banner_swiper_next {
    display: none;
  }
  .banner_content h2,
  .banner_content p {
    text-align: left;
  }
  .banner .video_content {
    width: 100%;
    padding: 60px 20px 87px;
    min-height: auto;
    justify-content: flex-end;
  }
  .banner .video_content h2 {
    font-size: 28px;
  }
  .banner .video_content p {
    font-size: 12px;
    margin: 14px 0 34px;
  }
  .banner .video_content a {
    padding: 8px 20px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .banner_content h2,
  .banenr__info h2 {
    font-size: 28px;
  }
  .banner_content p,
  .banenr__info p {
    font-size: 14px;
    margin: 14px 0 34px;
  }
}
.hp__container {
  width: 1400px;
  margin: 82px auto 108px;
}

.hp__title p {
  font-family: Arial;
  font-size: 40px;
  color: #020202;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 700;
}

.hp__title span {
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  line-height: 1.4;
}

.hp__title {
  margin-bottom: 54px;
  text-align: center;
}

.hp__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-bottom: 42px;
}

.hp__tab {
  background-color: #F7F7F7;
  padding: 16px 30px;
  border-radius: 30px;
  transition: all 0.5s ease;
}

.hp__tab.active,
.hp__tab:hover {
  background-color: #FF8900;
}

.hp__tab p {
  font-family: Arial;
  font-size: 20px;
  color: #232323;
  transition: all 0.5s ease;
}

.hp__tab.active p,
.hp__tab:hover p {
  color: #fff;
}

.hp__cont {
  position: relative;
}

.hp__cont .swiper-slide {
  position: relative;
}

.hp__cont-info {
  position: absolute;
  padding: 8.75% 5.4% 0;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hp__cont.active .swiper-slide-active .hp__cont-info {
  opacity: 1;
  transform: translateY(0);
}

.hp__cont-info h3 {
  max-width: 35vw;
  font-family: Arial;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 83px;
  font-weight: 700;
}

.hp__cont-info a {
  width: max-content;
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #FFFFFF;
  padding: 20px 31px;
  border: 1px solid #fff;
  line-height: 1.4;
  padding: 10px 24px;
  transition: all 0.5s ease;
}

.hp__cont-info a:hover {
  background-color: #FF8900;
  border: 1px solid #FF8900;
  color: #fff;
}

.hp__cont-pic img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .hp__title p {
    font-size: 24px;
  }
  .hp__title span {
    display: none;
  }
  .hp__container {
    margin: 40px auto;
  }
}
.homeabout {
  width: 100%;
  height: 800px;
  position: relative;
}
.homeabout .homeabout_left {
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.homeabout .homeabout_left .homeabout_content {
  width: 60%;
}
.homeabout .homeabout_left .homeabout_content .homeabout_description {
  margin: 2.9375rem 0 4.75rem;
}
.homeabout .homeabout_left .homeabout_content .homeabout_description p {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  color: #666;
}
.homeabout .homeabout_left .homeabout_content .homeabout_stats {
  display: flex;
  gap: 2.125rem;
}
.homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat {
  margin-bottom: 6rem;
}
.homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat img {
  width: 32px;
  height: 32px;
  margin-bottom: 1.1875rem;
}
.homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
.homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat p {
  min-width: 160px;
  display: flex;
  align-items: flex-end;
  gap: 0.4375rem;
  font-size: 1rem;
  color: #666666;
}
.homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat p span {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1;
  color: #FF8900;
}
.homeabout .homeabout_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(/static/image/photo_about_index.jpg) no-repeat bottom;
  background-size: cover;
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.homeabout .homeabout_right .homeabout_highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 182px;
  padding-left: 5.7vw;
  background: linear-gradient(90deg, #FF8900 21.73%, rgba(239, 142, 44, 0.8) 69.17%, rgba(239, 142, 44, 0) 94.75%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4375rem;
}
.homeabout .homeabout_right .homeabout_highlight p {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  color: #fff;
}
.homeabout .homeabout_right .homeabout_highlight span {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 1499px) {
  .homeabout .homeabout_right .homeabout_highlight {
    height: 159px;
  }
  .homeabout .homeabout_right .homeabout_highlight p {
    font-size: 1.875rem;
  }
}
@media (max-width: 1540px) {
  .homeabout {
    height: 750px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_description {
    margin: 2.9375rem 0 29px;
  }
  .homeabout .homeabout_right .homeabout_highlight p {
    font-size: 24px;
  }
  .homeabout .homeabout_right .homeabout_highlight span {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .homeabout {
    padding-top: 60px;
  }
  .homeabout .homeabout_right .homeabout_highlight {
    padding-left: 5rem;
  }
}
@media (max-width: 1024px) {
  .homeabout {
    height: auto;
  }
  .homeabout .homeabout_left .homeabout_content {
    width: 100%;
    margin-bottom: 60px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats {
    gap: 34px;
  }
  .homeabout .homeabout_right {
    width: 100%;
    height: 600px;
    position: relative;
    clip-path: none;
  }
}
@media (max-width: 767px) {
  .homeabout .homeabout_left .homeabout_content {
    margin-bottom: 36px;
  }
  .homeabout .homeabout_left .homeabout_content .home_title_box .home_title {
    width: 100%;
  }
  .homeabout .homeabout_left .homeabout_content .home_title_box .home_title p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .homeabout .homeabout_left .homeabout_content .home_title_box .home_title span {
    font-size: 12px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_description {
    margin: 26px 0 25px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_description p {
    font-size: 12px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats {
    justify-content: space-between;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat {
    margin-bottom: 30px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat img {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat h3 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 6px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat p {
    min-width: auto;
    font-size: 12px;
  }
  .homeabout .homeabout_left .homeabout_content .homeabout_stats .homeabout_stat p span {
    font-size: 28px;
  }
  .homeabout .homeabout_left .homeabout_content a {
    padding: 8px 20px;
    font-size: 12px;
  }
  .homeabout .homeabout_right {
    height: 345px;
  }
  .homeabout .homeabout_right .homeabout_highlight {
    height: 70px;
    padding-left: 20px;
  }
  .homeabout .homeabout_right .homeabout_highlight p {
    font-size: 14px;
    font-weight: 700;
  }
  .homeabout .homeabout_right .homeabout_highlight span {
    font-size: 11px;
  }
}
.homecase {
  width: 100%;
  padding: 72px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
}
.homecase .homecase_container {
  width: 100%;
  position: relative;
}
.homecase .homecase_container .homecase_list .swiper {
  padding: 3.25rem 0 30px;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item {
  transition: 0.3s ease;
  width: 100%;
  border: 1px solid #F4F4F4;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_pic {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_intro {
  background-color: #fff;
  padding: 22px;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_intro p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-bottom: 0.9375rem;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_intro span {
  min-height: 4em;
  font-size: 1rem;
  color: #666;
  text-align: left;
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item:hover .homecase_item_pic img {
  transform: scale(1.1);
}
.homecase .homecase_container .homecase_list .swiper-slide-active .homecase_item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.homecase .homecase_container .homecase_swiper_prev,
.homecase .homecase_container .homecase_swiper_next {
  position: absolute;
  top: 50%;
}
.homecase .homecase_container .homecase_swiper_prev {
  left: 13px;
}
.homecase .homecase_container .homecase_swiper_next {
  right: 13px;
}

@media (max-width: 1199px) {
  .homecase {
    height: auto;
    padding-top: 60px;
  }
  .homecase .homecase_container .home_title_box .home_title span {
    display: none;
  }
  .homecase .homecase_container .homecase_swiper_prev,
  .homecase .homecase_container .homecase_swiper_next {
    display: none;
  }
}
@media (max-width: 767px) {
  .homecase {
    background-color: #fff;
  }
  .homecase .homecase_container .home_title_box .home_title p {
    font-size: 24px;
  }
  .homecase .homecase_container .home_title_box a {
    padding: 8px 20px;
    font-size: 12px;
  }
  .homecase .homecase_container .homecase_list .swiper {
    padding: 0;
  }
  .homecase .homecase_container .homecase_list .swiper .swiper-wrapper {
    padding: 28px 0 30px;
  }
  .homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_intro {
    height: 144px;
    padding: 23px 15px 20px;
  }
  .homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_intro p {
    font-size: 14px;
  }
  .homecase .homecase_container .homecase_list .swiper .swiper-wrapper .swiper-slide .homecase_item .homecase_item_intro span {
    font-size: 12px;
  }
}
.homenews {
  padding: 72px 0;
}

.homenews_list {
  margin-top: 62px;
  display: flex;
  gap: 30px;
}

.homenews_item {
  width: 100%;
  flex: 1;
}
.homenews_item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  transition: all 0.3s ease;
}
.homenews_item a:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.homenews_item a:hover .homenews_item_pic img {
  transform: scale(1.1);
}

.homenews_item_pic {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.homenews_item_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.homenews_item_intro {
  text-align: left;
  padding: 1.875rem 1.625rem;
}
.homenews_item_intro time {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}
.homenews_item_intro p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
  margin: 0.9375rem 0;
}
.homenews_item_intro span {
  font-size: 1rem;
  line-height: 2;
  color: #666666;
}

@media (max-width: 1440px) {
  .homenews_list {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .home_title_box .home_title span {
    display: none;
  }
}
@media (max-width: 767px) {
  .homenews {
    padding: 40px 0;
  }
  .homenews .homenews_container .home_title_box .home_title p {
    font-size: 24px;
  }
  .homenews .homenews_container .home_title_box a {
    padding: 8px 20px;
    font-size: 12px;
  }
  .homenews_list {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .homenews_list .homenews_item_intro {
    height: auto;
    padding: 20px 20px 25px;
  }
  .homenews_list .homenews_item_intro p {
    font-size: 14px;
    margin-bottom: 5px;
    margin: 9px 0 12px;
  }
  .homenews_list .homenews_item_intro span {
    font-size: 12px;
  }
}
.focus {
  width: 100%;
  background: url(/static/image/focus_bg.webp) #fafafa no-repeat center bottom;
  background-size: cover;
}
.focus .focus_main {
  text-align: center;
  padding: 76px 0 94px;
}
.focus .focus_main .countries {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #161616;
  margin-bottom: 63px;
}
.focus .focus_main .count {
  font-family: sans-serif;
  display: block;
  font-weight: 700;
  font-size: 210px;
  color: #FF8900;
}
.focus .focus_main .country {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 66px;
}
.focus .focus_main .growth {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 4px;
}
.focus .focus_main .vision {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #FF8900;
  margin-bottom: 39px;
}
.focus .focus_main .home_btn {
  margin: 0 auto;
  border: 1px solid #333;
  color: #333;
  transition: all 0.5s ease;
}
.focus .focus_main .home_btn:hover {
  background-color: #FF8900;
  border: 1px solid #FF8900;
  color: #fff;
}

@media (max-width: 1540px) {
  .focus .focus_main {
    padding: 88px 0 87px;
  }
  .focus .focus_main .countries {
    margin-bottom: 36px;
  }
  .focus .focus_main .country {
    margin-bottom: 43px;
  }
  .focus .focus_main .vision {
    margin-bottom: 31px;
  }
}
@media (max-width: 1024px) {
  .focus .focus_main .countries {
    font-size: 34px;
  }
  .focus .focus_main .count {
    font-size: 120px;
  }
  .focus .focus_main .vision {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .focus {
    height: auto;
    padding-top: 57px;
    padding-bottom: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .focus .focus_main .countries {
    font-size: 24px;
    margin-bottom: 46px;
  }
  .focus .focus_main .vision {
    font-size: 20px;
    margin-bottom: 33px;
  }
  .focus .focus_main .country {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
  }
  .focus .focus_main .growth {
    font-size: 14px;
    margin: 11px 0 50px;
  }
  .focus .focus_main .home_btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.partner_wrapper {
  width: 100%;
  padding: 58px 0 46px;
}
.partner_wrapper .partner_container {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.partner_wrapper .partner_container .partner_list {
  width: fit-content;
  display: flex;
  gap: 1.875rem;
  margin-right: 1.875rem;
  flex-wrap: nowrap;
  animation: marquee-left var(--t) linear infinite;
}
.partner_wrapper .partner_container .partner_list .partner_item {
  width: 208px;
  height: 80px;
  border: 1px solid #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner_wrapper .partner_container .partner_list .partner_item img {
  width: auto;
  height: 50px;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 30px));
  }
}
@media (max-width: 767px) {
  .partner_wrapper {
    padding: 51px 0;
  }
  .partner_wrapper .partner_container .partner_list .partner_item {
    width: 160px;
    height: 75px;
    padding: 10px 18px;
    border-radius: 10px;
  }
  .partner_wrapper .partner_container .partner_list .partner_item img {
    height: 100%;
  }
}
/* =========================================================
   技术服务
========================================================= */
.technical_service {
  padding: 90px;
}
.technical_service .technical_service_process .technical_service_mobile {
  display: none;
}

@media (max-width: 1540px) {
  .technical_service {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .technical_service {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .technical_service h3 {
    font-size: 1.5rem;
  }
  .technical_service .technical_service_process .technical_service_pc {
    display: none;
  }
  .technical_service .technical_service_process .technical_service_mobile {
    display: block;
    margin: 0 auto;
  }
}
/* =========================================================
   产品-列表页
========================================================= */
.pageproduct_recommended {
  position: relative;
}

.pageproduct_recommended_pic {
  margin-top: 90px;
}

.pageproduct_recommended_pic img {
  width: 100%;
  height: auto;
}

.pageproduct_recommended_text {
  max-width: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}

.pageproduct_recommended_text p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}

.pageproduct_recommended_text span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.pageproduct_recommended_text a {
  width: max-content;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.375rem;
  padding: 10px 24px;
  background-color: #FF8900;
}

@media (max-width: 1440px) {
  .pageproduct_recommended_text p {
    font-size: 32px;
  }
  .pageproduct_recommended_text span {
    font-size: 16px;
  }
  .pageproduct_recommended_text a {
    font-size: 14px;
  }
  .pageproduct_recommended_text span {
    margin-bottom: 30px;
  }
  .pageproduct_recommended_text {
    left: 15%;
  }
}
@media (max-width: 1023px) {
  .pageproduct_recommended_text p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .pageproduct_recommended_text {
    text-align: center;
    width: 90%;
    max-width: 90% !important;
    top: 110px !important;
    transform: translateY(0) !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
  }
  .pageproduct_recommended_text p {
    font-size: 52px;
  }
  .pageproduct_recommended_text span {
    font-size: 28px;
  }
  .pageproduct_recommended_text a {
    margin: 0 auto;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .pageproduct_recommended_text p {
    font-size: 28px;
  }
  .pageproduct_recommended_text span {
    font-size: 18px;
  }
  .pageproduct_recommended_text a {
    font-size: 14px;
  }
  .pageproduct_recommended_text {
    top: 70px !important;
  }
}
.page_actions {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.25rem;
}
.page_actions .page_actions_inquiry {
  display: block;
  width: max-content;
  background: transparent;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  background-color: #fff;
  transition: all 0.5s ease;
  padding: 0.625rem 1.5rem;
  line-height: 1.375rem;
}
.page_actions .page_actions_inquiry:hover {
  background-color: #fff;
  color: #333;
}
.page_actions .more_actions_more {
  display: block;
  width: max-content;
  background: #FF8900;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1.5rem;
  color: #fff;
}

.pageproduct_center {
  padding: 26px 0;
}
.pageproduct_center .pageproduct_center_title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  color: #161616;
  margin-bottom: 2.9375rem;
}
.pageproduct_center .pageproduct_tabs {
  display: flex;
  gap: 4.6875rem;
  position: relative;
  margin-bottom: 26px;
}
.pageproduct_center .pageproduct_tabs .pageproduct_tab {
  padding-bottom: 1.125rem;
  position: relative;
}
.pageproduct_center .pageproduct_tabs .pageproduct_tab a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333333;
}
.pageproduct_center .pageproduct_tabs .pageproduct_tab.active a {
  font-weight: 700;
  color: #000;
}
.pageproduct_center .pageproduct_tabs .pageproduct_tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #FF8900;
}
.pageproduct_center .pageproduct_tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.pageproduct_center #product_select {
  display: none;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border: 1px solid #D5D5D5;
  margin-bottom: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/static/image/select-arrow-2.svg) no-repeat right 17px center;
  background-size: 14px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.pageproduct_center .pageproduct_subtabs {
  display: flex;
  gap: 60px;
}
.pageproduct_center .pageproduct_subtabs .pageproduct_subtab {
  font-size: 18px;
  line-height: 1.3;
  color: #4D4D4D;
  position: relative;
  margin-bottom: 26px;
  cursor: pointer;
}
.pageproduct_center .pageproduct_subtabs .pageproduct_subtab.active {
  color: #FF8900;
  font-weight: 700;
  padding-left: 10px;
}
.pageproduct_center .pageproduct_subtabs .pageproduct_subtab.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background-color: #FF8900;
  border-radius: 2px;
}

.pageproduct_list > div > div {
  margin-bottom: 24px;
}

.pageproduct_item {
  background-color: #fff;
  text-align: center;
  padding: 18px 34px 26px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pageproduct_item img {
  display: block;
  width: 100%;
  height: 179px;
  object-fit: contain;
  margin-bottom: 6px;
}
.pageproduct_item > p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  min-height: 50.39px;
  justify-content: center;
}
.pageproduct_item .page_params_list {
  height: 111px;
}
.pageproduct_item .page_params_list .page_params_item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  gap: 15px;
  border-bottom: 1px dashed #D9D9D9;
}
.pageproduct_item .page_params_list .page_params_item p {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #333333;
  text-align: left;
  max-width: 70%;
}
.pageproduct_item .page_params_list .page_params_item span {
  flex: 1;
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 20px;
  color: #666;
  text-align: right;
}
.pageproduct_item:hover .page_actions {
  transform: translateY(0);
}
.pageproduct_item .page_actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  transform: translateY(100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
  transition: all 0.5s ease;
  padding-bottom: 30px;
}
.pageproduct_item .page_actions .page_actions_inquiry {
  border: 1px solid #666;
  color: #666666;
}
.pageproduct_item .page_actions .page_actions_inquiry:hover {
  background-color: #FF8900;
  color: #fff;
  border: 1px solid #FF8900;
}

.product_select_top {
  margin-top: 60px !important;
}

.list_none {
  display: none;
}

@media (max-width: 767px) {
  .page_actions .page_actions_inquiry,
  .page_actions .more_actions_more {
    font-size: 12px;
    padding: 8px 20px;
  }
  .pageproduct_center {
    padding: 17px 0 80px;
  }
  .pageproduct_center .pageproduct_center_title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .pageproduct_center .pageproduct_tabs {
    display: none;
  }
  .pageproduct_center #product_select {
    display: block;
  }
  .pageproduct_item {
    height: auto;
  }
  .pageproduct_item img {
    height: 196px;
  }
  .pageproduct_item .page_params_list {
    gap: 20px;
  }
  .pageproduct_item .page_params_list .page_params_item:not(:last-child) {
    padding-right: 20px;
  }
}
.pageproduct_tabs_top {
  padding-top: 90px;
}

@media (max-width: 1540px) {
  .pageproduct_tabs_top {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .pageproduct_tabs_top {
    padding-top: 60px;
  }
}
/* =========================================================
    面包屑导航
========================================================= */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.8125rem;
  margin: 20px 0;
}
.breadcrumb li {
  position: relative;
  padding-right: 0.9375rem;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb li a {
  font-size: 1rem;
  line-height: 24px;
  color: #7F7F7F;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(/static/image/breadcrumb_arrow.svg) no-repeat;
  background-size: 100% 100%;
}
.breadcrumb li.active a {
  color: #000000;
}

/* =========================================================
   产品-详情页
========================================================= */
.showproduct_goods {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  background-size: cover;
  padding-top: 5.625rem;
}
.showproduct_goods .showproduct_goods_container {
  padding-bottom: 3.125rem;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main {
  display: flex;
  gap: 4.625rem;
  justify-content: space-between;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left {
  width: 40vw;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper {
  width: 100%;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper .swiper-pagination {
  display: none;
  bottom: 0;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper .swiper-pagination-bullet-active {
  background-color: #F18D00;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper .showproduct_goods_pic_next {
  position: absolute;
  width: 29px;
  height: 100px;
  border: 1px solid #E5E5E5;
  top: 50%;
  cursor: pointer;
  background: #fff url(/static/image/showproduct_goods_pic_arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 1;
  border-radius: 5px;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper .showproduct_goods_pic_prev {
  position: absolute;
  width: 29px;
  height: 100px;
  border: 1px solid #E5E5E5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: #fff url(/static/image/showproduct_goods_pic_arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 1;
  border-radius: 5px;
  left: 0;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right {
  flex: 1;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right > p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 14px;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right > span {
  display: block;
  font-size: 1rem;
  line-height: 2;
  color: #666666;
  margin-bottom: 3.1875rem;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_params_list {
  margin-bottom: 14px;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_params_list > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 8px;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_params_list .show_params_item {
  width: 100%;
  background-color: rgba(245, 245, 245, 0.6980392157);
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_params_list .show_params_item p {
  font-weight: 500;
  font-size: 0.875rem;
  color: #333;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_params_list .show_params_item span {
  font-size: 14px;
  color: #666;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_params_list .show_params_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  border-bottom: 1px dashed #D9D9D9;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 8px;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list {
  display: flex;
  gap: 1.125rem;
  margin-bottom: 40px;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list .show_scene_item {
  padding: 7px 17px;
  border: 1px solid #C0C0C0;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list .show_scene_item img {
  width: 36px;
  height: 36px;
  margin-bottom: 0.375rem;
  object-fit: contain;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list .show_scene_item p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #666;
  text-align: center;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .showproduct_actions {
  display: flex;
  gap: 1.25rem;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .showproduct_actions a {
  display: block;
  width: max-content;
  font-size: 1rem;
  padding: 0.625rem 1.5rem;
  line-height: 1.375rem;
}
.showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .showproduct_actions a.showproduct_actions_inquiry {
  color: #fff;
  background-color: #FF8900;
  transition: all 0.5s ease;
}

.showproduct_details_tab_box {
  position: sticky;
  top: 90px;
  z-index: 996;
  width: 100%;
  height: 72px;
  background: #F5F5F5;
}
.showproduct_details_tab_box .showproduct_details_tabs {
  display: flex;
  align-items: center;
}
.showproduct_details_tab_box .showproduct_details_tabs .showproduct_details_tab {
  position: relative;
  width: max-content;
}
.showproduct_details_tab_box .showproduct_details_tabs .showproduct_details_tab a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 72px;
  color: #333333;
}
.showproduct_details_tab_box .showproduct_details_tabs .showproduct_details_tab.active a {
  font-weight: 400;
  color: #000000;
}
.showproduct_details_tab_box .showproduct_details_tabs .showproduct_details_tab.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FF8900;
  border-radius: 2px;
}

.showproduct_details_tab_prev {
  transform: rotate(180deg);
  margin-right: 15px;
}

.showproduct_details_tab_next {
  margin-left: 15px;
}

.showproduct_details_tab_arrow {
  cursor: pointer;
  height: 16px;
}

@media (max-width: 1540px) {
  .showproduct_goods {
    padding-top: 70px;
  }
  .showproduct_details_tab_box {
    top: 70px;
  }
}
@media (max-width: 1199px) {
  .showproduct_goods {
    padding-top: 60px;
  }
  .showproduct_details_tab_box {
    top: 60px;
    height: 60px;
  }
  .showproduct_details_tab_box .showproduct_details_tabs .showproduct_details_tab a {
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .showproduct_goods_main {
    flex-direction: column;
    gap: 30px;
  }
  .showproduct_goods_left {
    width: 100vw;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .showproduct_goods_main .showproduct_goods_left {
    max-width: none;
    width: 100%;
    position: static;
  }
  .showproduct_goods_main .showproduct_goods_right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .showproduct_goods .showproduct_goods_container .breadcrumb {
    display: none;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main {
    padding-top: 40px;
    gap: 20px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right > p {
    font-size: 18px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list {
    margin-bottom: 21px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list .show_scene_item img {
    width: 24px;
    height: 24px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .show_scene .show_scene_list .show_scene_item p {
    font-size: 12px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .showproduct_actions a.showproduct_actions_inquiry {
    padding: 8px 20px;
    font-size: 12px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .showproduct_actions a.showproduct_actions_file {
    padding: 8px 20px;
    font-size: 12px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_right .showproduct_actions a.showproduct_actions_download {
    padding: 8px 20px;
    font-size: 12px;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left {
    height: auto;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper .showproduct_goods_pic_prev {
    display: none;
  }
  .showproduct_goods .showproduct_goods_container .showproduct_goods_main .showproduct_goods_left .swiper .showproduct_goods_pic_next {
    display: none;
  }
  .showproduct_details_tab_box .showproduct_details_tabs {
    gap: 30px;
  }
  .showproduct_details_tab_box .showproduct_details_tabs .showproduct_details_tab a {
    font-size: 14px;
    white-space: nowrap;
  }
}
.showproduct_details {
  display: flex;
  gap: 5.5rem;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 55px;
}
.showproduct_details .showproduct_details_main {
  flex: 1;
}
.showproduct_details .showproduct_details_main p {
  white-space: normal !important;
}
.showproduct_details .showproduct_details_main span {
  white-space: normal !important;
}
.showproduct_details .showproduct_details_main li {
  list-style-type: disc;
  margin-left: 1.25rem;
}
.showproduct_details .showproduct_details_main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  table-layout: auto;
}
.showproduct_details .showproduct_details_main table th,
.showproduct_details .showproduct_details_main table td {
  border: 1px solid #ddd;
  padding: 0.5rem 0.625rem;
  vertical-align: top;
  line-height: 1.4;
}
.showproduct_details .showproduct_details_main .custom_file_list p {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
.showproduct_details .showproduct_details_aside {
  width: 450px;
  margin-left: auto;
}
.showproduct_details .showproduct_details_aside .showproduct_details_other {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: 36px;
  margin-bottom: 1.875rem;
}
.showproduct_details .showproduct_details_aside .showproduct_details_other img {
  width: 33px;
  height: 23px;
}
.showproduct_details .showproduct_details_aside .showproduct_details_other p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
}
.showproduct_details .showproduct_details_aside .showproduct_list a {
  display: block;
  margin-bottom: 12px;
}
.showproduct_details .showproduct_details_aside .showproduct_list a:last-child {
  margin-bottom: 0;
}
.showproduct_details .showproduct_details_aside .showproduct_list a .showproduct_item {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 24px 34px;
  border: 1px solid #E4E4E4;
}
.showproduct_details .showproduct_details_aside .showproduct_list a .showproduct_item img {
  width: 88px;
  height: 58px;
  object-fit: contain;
}
.showproduct_details .showproduct_details_aside .showproduct_list a .showproduct_item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.doc_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8125rem;
  border: 1px solid #E4E4E4;
  margin-bottom: 0.875rem;
  padding: 1.25rem 1.3125rem 1.25rem 1.875rem;
}
.doc_item span {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-right: auto;
}
.doc_item i {
  display: block;
  width: 32px;
  height: 32px;
}
.doc_item i.download_icon {
  background: url(/static/image/download.svg) no-repeat;
  background-size: 100%;
}
.doc_item i.pdf_icon {
  background: url(/static/image/pdf_icon.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .showproduct_details .showproduct_details_aside {
    display: none;
  }
}
@media (max-width: 767px) {
  .showproduct_details {
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .showproduct_details .showproduct_details_main .custom_file_list .doc_item {
    align-items: flex-start;
    flex-direction: column;
  }
  .showproduct_details .showproduct_details_main .custom_file_list .doc_item i {
    display: none;
  }
  .showproduct_details .showproduct_details_aside {
    width: 100%;
  }
  .showproduct_details .showproduct_details_aside .showproduct_details_other p {
    font-size: 20px;
  }
  .showproduct_details .showproduct_details_aside .showproduct_list a .showproduct_item {
    gap: 20px;
    padding: 12px 17px;
  }
}
#product_doc_tab {
  scroll-margin-top: 90px;
}

/* =========================================================
   询价单页
========================================================= */
.inquiry_wrapper {
  width: 100%;
}
.inquiry_wrapper .inquiry_container {
  display: flex;
  padding-top: 90px;
  min-height: calc(100vh - 120px);
}
.inquiry_wrapper .inquiry_container .inquiry_product {
  width: 50%;
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 60px;
  background: url(/static/image/inquiry_left.png) no-repeat left;
  background-size: cover;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inquiry_product_intro {
  margin-bottom: 30px;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inquiry_product_intro p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #000;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item {
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #666;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item:not(:last-child) {
  padding-right: 0;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.3125rem;
}
.inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item span {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
}
.inquiry_wrapper .inquiry_container .inquiry_right {
  width: 50%;
  background-color: #fff;
  padding: 60px 10% 60px 60px;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro {
  text-align: left;
  margin-bottom: 25px;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 6px;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form select {
  background: rgba(255, 255, 255, 0.8980392157);
  border: 1px solid #DADADA;
  width: 100%;
  height: 48px;
  padding: 0 1.1875rem;
  font-size: 1rem;
  color: #BBBBBB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/static/image/Polygon.svg") no-repeat right 19px center/18px 11px, #fff;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form select option {
  color: #333;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form select option:first-child {
  color: #BBBBBB;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form input {
  background: rgba(255, 255, 255, 0.8980392157);
  border: 1px solid #DADADA;
  width: 100%;
  height: 48px;
  padding: 0 1.1875rem;
  font-size: 1rem;
  color: #333;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form input::placeholder {
  font-size: 1rem;
  color: #BBBBBB;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form textarea {
  background: rgba(255, 255, 255, 0.8980392157);
  border: 1px solid #DADADA;
  width: 100%;
  height: 110px;
  font-size: 1rem;
  color: #333;
  padding-left: 1.1875rem;
  padding-top: 0.75rem;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form textarea::placeholder {
  font-size: 1rem;
  color: #BBBBBB;
}
.inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form button {
  width: max-content;
  background-color: #FF8900;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1.5rem;
  margin-left: auto;
  cursor: pointer;
}

.inquiry_product_pic img {
  width: 100%;
}

.purchase_process {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #323139;
}
.purchase_process .purchase_process_list {
  margin: 0 10%;
  height: 120px;
  display: flex;
  align-items: center;
  gap: 2.8125rem;
}
.purchase_process .purchase_process_list .purchase_process_item {
  flex: 1;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.purchase_process .purchase_process_list .purchase_process_item:not(:last-child) {
  padding-right: 3.5rem;
}
.purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_text {
  flex: 1;
}
.purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_text p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_text span {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_icon {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.purchase_process .purchase_process_list .purchase_process_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 43px;
  background-color: #D9D9D9;
}

@media (max-width: 1540px) {
  .inquiry_wrapper .inquiry_container {
    padding-top: 70px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product {
    padding-top: 40px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right {
    padding: 40px 10% 40px 60px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro {
    margin-bottom: 20px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro p {
    margin-bottom: 0;
  }
  .purchase_process .purchase_process_list {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .inquiry_wrapper {
    padding-top: 60px;
    background: none;
  }
  .inquiry_wrapper .inquiry_container {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    gap: 0;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product {
    padding: 63px 5% 52px;
    width: 100%;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item {
    text-align: left;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right {
    width: 90%;
    padding: 30px 0 28px;
    margin: 0 auto;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro {
    margin-bottom: 24px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_intro span {
    font-size: 12px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form input {
    font-size: 12px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form input::placeholder {
    font-size: 12px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form textarea {
    font-size: 12px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form textarea::placeholder {
    font-size: 12px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_right .inquiry_right_form button {
    padding: 8px 20px;
    font-size: 12px;
  }
  .purchase_process {
    position: static;
    height: max-content;
    padding: 30px 0;
  }
  .purchase_process .purchase_process_list {
    height: auto;
    flex-direction: column;
    gap: 14px;
  }
  .purchase_process .purchase_process_list .purchase_process_item {
    flex: auto;
    padding: 16px 20px;
    width: 100%;
    padding-right: 26px !important;
    align-items: center;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
  }
  .purchase_process .purchase_process_list .purchase_process_item::after {
    display: none;
  }
  .purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_text p {
    font-size: 14px;
  }
  .purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_text span {
    font-size: 11px;
  }
  .purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_icon {
    width: 24px;
    height: 24px;
  }
  .purchase_process .purchase_process_list .purchase_process_item .purchase_process_item_icon img {
    width: 10px;
    height: 10px;
  }
  .purchase_process .purchase_process_list .purchase_process_item:not(:last-child) .purchase_process_item_icon {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .inquiry_wrapper .inquiry_container .inquiry_product {
    padding: 60px 15px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product .inquiry_product_intro p {
    font-size: 22px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list {
    gap: 20px;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item:last-child {
    display: none;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item:nth-last-child(2)::after {
    display: none;
    content: none;
  }
  .inquiry_wrapper .inquiry_container .inquiry_product .inqueiry_params_list .inqueiry_params_item:not(:last-child) {
    padding-right: 20px;
  }
}
/* =========================================================
   栏目页-案例
========================================================= */
.listcase_item {
  height: 100%;
}
.listcase_item .listcase_item_pic {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.listcase_item .listcase_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.listcase_item .listcase_item_details {
  background-color: #fff;
  padding: 22px;
}
.listcase_item .listcase_item_details > p {
  font-weight: 700;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.9375rem;
}
.listcase_item .listcase_item_details > span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}

.listcase_wrapper {
  padding-top: 50px;
}
.listcase_wrapper .listcase_container .listcase_hot {
  background-color: #fff;
  margin-bottom: 30px;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a {
  display: flex;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_pic {
  flex-shrink: 0;
  width: 676px;
  aspect-ratio: 16/9;
  margin-right: 46px;
  overflow: hidden;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details {
  flex: 1;
  padding: 49px 29px 47px 0;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_hot_intro {
  margin-bottom: 2.75rem;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_hot_intro p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0.9375rem;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_hot_intro span {
  font-size: 1rem;
  line-height: 2;
  color: #666666;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_params_list {
  display: flex;
  gap: 1.875rem;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_params_list .listcase_params_item {
  position: relative;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_params_list .listcase_params_item:not(:last-child) {
  padding-right: 1.875rem;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_params_list .listcase_params_item p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #333333;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_params_list .listcase_params_item span {
  font-size: 0.875;
  line-height: 1.5;
  color: #333333;
}
.listcase_wrapper .listcase_container .listcase_hot .swiper-slide a .listcase_hot_details .listcase_params_list .listcase_params_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 30px;
  background-color: rgba(51, 51, 51, 0.4);
}
.listcase_wrapper .listcase_container .listcase_list {
  padding-bottom: 4.625rem;
}
.listcase_wrapper .listcase_container .listcase_list > div > div {
  margin-bottom: 24px;
}
.listcase_wrapper .listcase_container .listcase_list > div > div a {
  display: block;
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease;
}
.listcase_wrapper .listcase_container .listcase_list > div > div a:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.listcase_wrapper .listcase_container .listcase_list > div > div a:hover .listcase_item .listcase_item_pic img {
  transform: scale(1.1);
}

.listcase_container .swiper-pagination {
  z-index: 10;
  width: auto;
  left: 722px;
  bottom: 47px;
}
.listcase_container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #D6D6D6;
  opacity: 1;
}
.listcase_container .swiper-pagination-bullet-active {
  border: 2px solid #F18D00;
}

@media (max-width: 1199px) {
  .listcase_wrapper .listcase_container .listcase_hot {
    display: none;
  }
  .listcase_wrapper .listcase_container h2 {
    font-size: 22px;
    margin: 30px 0;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details {
    padding: 20px 20px 25px 20px;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details {
    height: auto;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details > p {
    margin-bottom: 5px;
    line-clamp: none !important;
    -webkit-line-clamp: none !important;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details .listcase_params_list {
    gap: 20px;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details .listcase_params_list .listcase_params_item p {
    font-size: 12px;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details .listcase_params_list .listcase_params_item span {
    font-size: 12px;
  }
  .listcase_wrapper .listcase_container .listcase_list .listcase_item .listcase_item_details .listcase_params_list .listcase_params_item:not(:last-child) {
    padding-right: 20px;
  }
}
/* =========================================================
   详情页-案例
========================================================= */
.showcase_wrapper .showcase_container {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  gap: 3.875rem;
  margin-top: 30px;
}
.showcase_wrapper .showcase_container .showcase_left {
  flex: 1;
  width: 50%;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_title {
  max-width: 100%;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 2.0625rem;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_params_list {
  width: 100%;
  height: 84px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 3rem;
  margin-bottom: 2.8125rem;
  border-bottom: 1px solid #ff5001;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_params_list .showcase_params_item {
  flex: 1;
  text-align: center;
  position: relative;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_params_list .showcase_params_item:not(:last-child) {
  padding-right: 3rem;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_params_list .showcase_params_item p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #666666;
  white-space: nowrap;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_params_list .showcase_params_item span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #000000;
  white-space: nowrap;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_params_list .showcase_params_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #D9D9D9;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_content {
  margin-bottom: 3.125rem;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_content p {
  white-space: normal !important;
}
.showcase_wrapper .showcase_container .showcase_left .showcase_content span {
  white-space: normal !important;
}
.showcase_wrapper .showcase_container .showcase_right {
  width: 430px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 120px;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_details_other {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  margin-bottom: 2.25rem;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_details_other img {
  width: 33px;
  height: 23px;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_details_other p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 36px;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 1.125rem 1.0625rem 1.375rem;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list a .listcase_item_new {
  display: flex;
  margin-bottom: 1.0625rem;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1.0625rem;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list a .listcase_item_new .listcase_item_pic_new {
  width: 125px;
  height: 90px;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list a .listcase_item_new .listcase_item_pic_new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list a .listcase_item_new .listcase_item_details_new {
  flex: 1;
  padding: 0.5625rem 1.25rem;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list a .listcase_item_new .listcase_item_details_new p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}
.showcase_wrapper .showcase_container .showcase_right .showcase_right_list a:last-child .listcase_item_new {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1540px) {
  .showcase_wrapper .showcase_container {
    padding-top: 70px;
    margin-top: 20px;
  }
  .showcase_wrapper .showcase_container .showcase_right {
    top: 90px;
  }
}
@media (max-width: 1199px) {
  .showcase_wrapper {
    padding-top: 60px;
  }
  .showcase_wrapper .showcase_container .showcase_left {
    width: 100%;
  }
  .showcase_wrapper .showcase_container .showcase_right {
    display: none;
  }
}
@media (max-width: 1199px) {
  .showcase_wrapper .showcase_container {
    padding-top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .showcase_wrapper .showcase_container .showcase_left .showcase_title {
    font-size: 22px;
  }
}
/* =========================================================
    单页-查询
========================================================= */
.search_container {
  display: flex;
  padding-top: 120px;
  padding-bottom: 6.25rem;
}
.search_container .search_left {
  width: 300px;
  padding-right: 1.875rem;
  border-right: 1px solid #D9D9D9;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  border-right: none;
}
.search_container .search_left h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: left;
  color: #161616;
  margin-bottom: 2.25rem;
}
.search_container .search_left #search_form #search_dropdown {
  width: 100%;
  height: 50px;
  border: 1px solid #999;
  border-radius: 30px;
  padding: 0 1.5625rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/static/image/arrow_bottom.svg") no-repeat right 22px center;
  background-size: 18px 18px;
  font-size: 1rem;
  color: #000000;
}
.search_container .search_left #search_form .search_box {
  position: relative;
  margin-top: 1rem;
}
.search_container .search_left #search_form .search_box input {
  width: 100%;
  height: 50px;
  border: 1px solid #999;
  border-radius: 30px;
  padding: 0 3.125rem 0 1.5625rem;
  font-size: 1rem;
  color: #333;
}
.search_container .search_left #search_form .search_box input ::placeholder {
  font-size: 1rem;
  color: #999999;
}
.search_container .search_left #search_form .search_box img {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 18px;
}
.search_container .search_left #search_form p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #999999;
}
.search_container .search_left #search_form p span {
  font-size: 1rem;
  line-height: 1.5;
  color: #ff5001;
}
.search_container .search_right {
  flex: 1;
  min-height: 80vh;
  padding-left: 1.875rem;
  border-left: 1px solid #D9D9D9;
}
.search_container .search_right .result_list > div > div {
  margin-bottom: 20px;
}
.search_container .search_right .result_list > div > div .pageproduct_item {
  border: 1px solid #ECECEC;
}

@media (max-width: 1540px) {
  .search_container {
    padding-top: 110px;
  }
  .search_container .search_left {
    top: 110px;
  }
}
@media (max-width: 1440px) {
  .col-lg-custom {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 1024px) {
  .search_container .search_left {
    position: static;
  }
}
@media (max-width: 1199px) {
  .col-lg-custom {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search_container {
    padding-top: 80px;
  }
  .col-lg-custom {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .search_container {
    flex-direction: column;
  }
  .search_container .search_left {
    border: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .search_container .search_right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .search_container {
    padding-top: 41px;
    padding-bottom: 40px;
  }
  .search_container .search_left {
    margin-bottom: 16px;
  }
  .search_container .search_left h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .search_container .search_left #search_form #search_dropdown {
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    background: url(/static/image/arrow_bottom.svg) no-repeat right 22px center;
    background-size: 14px;
  }
  .search_container .search_left #search_form .search_box input {
    font-size: 12px;
    height: 46px;
  }
  .search_container .search_left #search_form .search_box img {
    width: 14px;
    height: 14px;
  }
  .search_container .search_left #search_form p {
    font-size: 12px;
  }
  .search_container .search_left #search_form p span {
    font-size: 14px;
  }
  .search_container .search_right {
    min-height: auto;
  }
  .search_container .search_right .result_list .result_item {
    height: auto;
    padding: 33px 22px 22px;
  }
  .search_container .search_right .result_list .result_item h3 {
    font-size: 14px;
  }
  .search_container .search_right .result_list .result_item .result_params_list {
    margin-bottom: 20px;
  }
  .search_container .search_right .result_list .result_item .result_params_list .result_params_item p {
    font-size: 12px;
  }
  .search_container .search_right .result_list .result_item .result_params_list .result_params_item span {
    font-size: 12px;
  }
  .search_container .search_right .result_list .result_item .result_action {
    transform: translateY(0);
    background: none;
    position: static;
    height: 40px;
    padding-bottom: 0;
  }
}
/* =========================================================
    栏目页-新闻
========================================================= */
.listnews_container {
  padding-top: 50px;
}

/* =========================================================
    详情页-新闻
========================================================= */
.shownews_container {
  padding-top: 90px;
  padding-bottom: 64px;
}
.shownews_container .shownews_article {
  width: 1200px;
  margin: 3.75rem auto;
}
.shownews_container .shownews_article .shownews_article_title {
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 2.1875rem;
}
.shownews_container .shownews_article .shownews_article_meta {
  display: flex;
  justify-content: center;
  gap: 2.3125rem;
  border-bottom: 1px solid #D0D4E4;
  padding-bottom: 2.1875rem;
}
.shownews_container .shownews_article .shownews_article_meta p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.shownews_container .shownews_article .shownews_article_meta p span {
  font-size: 1rem;
  line-height: 2;
  color: #666;
}
.shownews_container .shownews_article .shownews_article_content {
  margin: 0 auto 3.875rem;
  padding-top: 1.5625rem;
}
.shownews_container .shownews_article .shownews_article_content p {
  white-space: normal !important;
}
.shownews_container .shownews_article .shownews_article_content span {
  white-space: normal !important;
}

@media (max-width: 1540px) {
  .shownews_container {
    padding-top: 70px;
  }
}
@media (max-width: 1440px) {
  .shownews_container .shownews_article {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .shownews_container {
    padding-top: 60px;
  }
  .shownews_container .breadcrumb {
    display: none;
  }
  .shownews_container .shownews_article {
    width: 100%;
    padding: 0 15px;
  }
  .shownews_container .shownews_article .shownews_article_title {
    font-size: 22px;
  }
  .shownews_container .shownews_article .shownews_article_content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .shownews_container .shownews_article {
    margin: 30px auto;
  }
  .shownews_container .shownews_article .shownews_article_title {
    margin-bottom: 25px;
  }
  .shownews_container .shownews_article .shownews_article_meta {
    padding-bottom: 25px;
  }
}
.article_navigation {
  display: flex;
  gap: 3.125rem;
  justify-content: space-between;
}

.article_navigation a {
  width: 50%;
}

.article_navigation a.prev {
  margin-right: auto;
}

.article_navigation a.next {
  margin-left: auto;
}

.article_navigation_prev,
.article_navigation_next {
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.article_navigation_prev p,
.article_navigation_next p {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.5;
  padding: 0 1.625rem;
}

.article_navigation_prev .article_navigation_prev_arrow,
.article_navigation_next .article_navigation_next_arrow {
  width: 62px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1875rem;
}

.article_navigation_prev .article_navigation_prev_arrow {
  border-right: 1px solid #E8E8E8;
}

.article_navigation_next .article_navigation_next_arrow {
  border-left: 1px solid #E8E8E8;
}

.article_navigation_prev .article_navigation_prev_arrow img,
.article_navigation_next .article_navigation_next_arrow img {
  width: 12px;
  height: 24px;
}

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

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

@media (max-width: 767px) {
  .article_navigation {
    flex-direction: column;
    gap: 25px;
  }
  .article_navigation a {
    width: 100%;
  }
  .article_navigation_prev,
  .article_navigation_next {
    width: 100%;
  }
  .article_navigation_prev p,
  .article_navigation_next p {
    font-size: 14px;
  }
  .article_navigation_prev .article_navigation_prev_arrow img,
  .article_navigation_next .article_navigation_next_arrow img {
    width: 6px;
  }
}
/* =========================================================
    列表页-关于我们
========================================================= */
.listabout {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/static/image/list_about_bg.jpg) no-repeat bottom;
  background-size: cover;
}
.listabout .listabout_container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.listabout .listabout_container .listabout_title {
  width: max-content;
}
.listabout .listabout_container .listabout_title p {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
  white-space: nowrap;
}
.listabout .listabout_container .listabout_title span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 1.9375rem;
}
.listabout .listabout_container .listabout_title .video_btn {
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 0.625rem;
  font-size: 1rem;
  padding: 0.625rem 1.5rem;
  line-height: 1.375rem;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.listabout .listabout_container .listabout_title .video_btn img {
  width: 24px;
  height: 24px;
}
.listabout .listabout_container .listabout_intro {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(110%);
  width: 50%;
  z-index: 2;
}
.listabout .listabout_container .listabout_intro .listabout_intro_title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2;
  color: #fff;
}
.listabout .listabout_container .listabout_intro .listabout_intro_title:nth-of-type(1) {
  margin-bottom: 1.5625rem;
}
.listabout .listabout_container .listabout_intro .listabout_intro_title:nth-of-type(2) {
  margin-bottom: 2.875rem;
}
.listabout .listabout_container .listabout_intro .listabout_intro_content {
  margin-bottom: 3.125rem;
}
.listabout .listabout_container .listabout_intro .listabout_intro_content p,
.listabout .listabout_container .listabout_intro .listabout_intro_content span {
  font-size: 1.125rem;
  color: #fff;
}
.listabout .listabout_container .listabout_intro .listabout_intro_stats {
  display: flex;
  gap: 2.125rem;
}
.listabout .listabout_container .listabout_intro .listabout_intro_stats .listabout_intro_stat {
  min-width: 160px;
}
.listabout .listabout_container .listabout_intro .listabout_intro_stats .listabout_intro_stat img {
  margin-bottom: 1.1875rem;
}
.listabout .listabout_container .listabout_intro .listabout_intro_stats .listabout_intro_stat h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.listabout .listabout_container .listabout_intro .listabout_intro_stats .listabout_intro_stat p {
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 0.4375rem;
}
.listabout .listabout_container .listabout_intro .listabout_intro_stats .listabout_intro_stat p span {
  font-weight: 700;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1;
}
.listabout .listabout_mask {
  width: 100%;
  height: 100vh;
  background: linear-gradient(270deg, #0964C2 0%, rgba(9, 100, 194, 0.936698) 19.96%, rgba(9, 100, 194, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.mobileabout {
  display: none;
  padding-top: 60px;
}
.mobileabout .mobileabout_box {
  width: 100%;
  height: 488px;
  padding: 0 5%;
  background: url(/static/image/list_about_bg_m.jpg) no-repeat right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobileabout .mobileabout_box p {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
  white-space: nowrap;
}
.mobileabout .mobileabout_box span {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  text-align: left;
}
.mobileabout .mobileabout_box .video_btn {
  display: block;
  width: 160px;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 31px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
.mobileabout .mobileabout_box .video_btn img {
  width: 24px;
  height: 24px;
}
.mobileabout .mobileabout_intro {
  width: 90%;
  margin: 0 auto;
}
.mobileabout .mobileabout_intro .mobileabout_intro_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #000000;
  margin: 41px 0 25px;
}
.mobileabout .mobileabout_intro .mobileabout_intro_content {
  margin-bottom: 74px;
}

@media (max-width: 1199px) {
  .listabout {
    display: none;
  }
  .mobileabout {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobileabout .mobileabout_box {
    background: url(/static/image/list_about_bg_m.jpg) no-repeat bottom right;
    background-size: cover;
  }
  .mobileabout .mobileabout_box p {
    font-size: 28px;
  }
  .mobileabout .mobileabout_box span {
    font-size: 12px;
  }
  .mobileabout .mobileabout_box .video_btn {
    width: 122px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    gap: 5;
  }
  .mobileabout .mobileabout_box .video_btn img {
    width: 20px;
    height: 20px;
  }
  .mobileabout .mobileabout_intro .mobileabout_intro_title {
    font-size: 22px;
  }
  .mobileabout .mobileabout_intro > span {
    display: block;
  }
  .mobileabout .mobileabout_intro .mobileabout_stats {
    display: flex;
  }
}
.qualification {
  padding: 3.125rem 0 5.875rem;
}
.qualification .qualification_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qualification .qualification_head p {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: left;
  color: #161616;
}
.qualification .qualification_head .qualification_navigation {
  display: flex;
  gap: 1.25rem;
}
.qualification .qualification_head .qualification_navigation .qualification_swiper_prev,
.qualification .qualification_head .qualification_navigation .qualification_swiper_next {
  width: 36px;
  height: 36px;
  background: #E8E8EE url(/static/image/qualification_arrow.svg) no-repeat center center/11px 16px;
  border-radius: 50%;
  cursor: pointer;
}
.qualification .qualification_head .qualification_navigation .qualification_swiper_prev {
  transform: rotate(180deg);
}
.qualification .qualification_list .swiper .swiper-wrapper .swiper-slide {
  width: 237px;
  height: 352px;
}
.qualification .qualification_list {
  margin-top: 3.125rem;
}
.qualification .qualification_list .qualification_item .qualification_item_pic {
  width: 100%;
  height: 307px;
}
.qualification .qualification_list .qualification_item .qualification_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.qualification .qualification_list .qualification_item p {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
}

/* =========================================================
    搜索
========================================================= */
.common-search-container {
  padding-top: 90px;
  padding-bottom: 50px;
}
.common-search-container .common-search-category {
  margin-top: 3.4375rem;
}
.common-search-container .common-search-category p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #000;
}
.common-search-container .common-search-category .category-list {
  display: flex;
  gap: 1.0625rem;
  margin: 1.625rem 0 4.375rem;
}
.common-search-container .common-search-category .category-list .category-item {
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-search-container .common-search-category .category-list .category-item a {
  color: #666666;
  font-size: 1rem;
  padding: 0.25rem 1.875rem;
  line-height: 1.375rem;
}
.common-search-container .common-search-category .category-list .category-item.active {
  background: #FF8900;
  border: 1px solid #FF8900;
}
.common-search-container .common-search-category .category-list .category-item.active a {
  color: #fff;
}
.common-search-container .common-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 4.625rem;
}
.common-search-container .common-search-box input {
  width: 100%;
  background-color: transparent;
  height: 40px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 40px;
  color: #333;
  padding-left: 0.75rem;
}
.common-search-container .common-search-box input::placeholder {
  font-weight: 500;
  font-size: 1.125rem;
  color: #AAADAB;
}
.common-search-container .common-search-box button {
  width: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
}
.common-search-container .common-search-box button img {
  width: 20px;
  height: 20px;
}
.common-search-container .common-search-result .yes_results {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 2.125rem;
}

@media (max-width: 767px) {
  .common-search-container {
    padding-top: 60px;
  }
  .common-search-container .common-search-category {
    margin-top: 30px;
  }
  .common-search-container .common-search-category p {
    font-size: 14px;
  }
  .common-search-container .common-search-category .category-list {
    justify-content: space-between;
    margin: 25px 0 50px;
  }
  .common-search-container .common-search-category .category-list .category-item {
    width: 94px;
    height: 36px;
    line-height: 36px;
  }
  .common-search-container .common-search-category .category-list .category-item a {
    font-size: 12px;
  }
  .common-search-container .common-search-box {
    margin-bottom: 50px;
  }
  .common-search-container .common-search-box input {
    font-size: 12px;
  }
  .common-search-container .common-search-box input::placeholder {
    font-size: 12px;
  }
  .common-search-container .common-search-box button {
    width: 30px;
    height: 30px;
  }
  .common-search-container .common-search-result .yes_results {
    font-size: 20px;
  }
}
.footer_wrapper select.country_select.is-selected {
  color: #000;
}

/* 底部 */
.footer_wrapper {
  background: url(/static/image/footer-bg.webp) no-repeat bottom;
  background-size: cover;
  position: relative;
  margin-top: 13.5625rem;
}
.footer_wrapper .footer_container {
  padding-top: 8.9375rem;
}
.footer_wrapper .footer_container .footer_contact {
  background: url(/static/image/footer-contact-bg.webp) no-repeat bottom;
  background-size: cover;
  padding: 2.0625rem 2rem 2.125rem 2.75rem;
  position: absolute;
  top: -13.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  border-radius: 20px;
  height: 360px;
  display: flex;
  align-items: center;
}
.footer_wrapper .footer_container .footer_contact .contact_info {
  flex: 1;
}
.footer_wrapper .footer_container .footer_contact .contact_info h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 0.875rem;
}
.footer_wrapper .footer_container .footer_contact .contact_info p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  color: #fff;
}
.footer_wrapper .footer_container .footer_contact .contact_info a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #FF8900;
  text-align: center;
  border-radius: 50%;
}
.footer_wrapper .footer_container .footer_contact .contact_info a img {
  width: 7px;
  height: 12px;
}
.footer_wrapper .footer_container .footer_contact .contact_form {
  flex: 1;
  text-align: right;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop {
  display: flex;
  margin-bottom: 0.875rem;
  gap: 1rem;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop select {
  width: 50%;
  height: 48px;
  background-color: #fff;
  font-size: 1rem;
  color: #BBBBBB;
  padding-left: 1.0625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/static/image/Polygon.svg") no-repeat right 1.0625rem center/14px, #fff;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop select option {
  color: #333;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop input {
  width: 50%;
  height: 48px;
  background-color: #fff;
  font-size: 1rem;
  padding: 0 17px;
  color: #333;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop input::placeholder {
  font-size: 1rem;
  color: #BBBBBB;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop textarea {
  width: 100%;
  height: 110px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  padding: 14px 17px;
}
.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop textarea::placeholder {
  font-size: 1rem;
  color: #BBBBBB;
}
.footer_wrapper .footer_container .footer_contact .contact_form button {
  width: max-content;
  background-color: #FF8900;
  font-size: 1rem;
  padding: 10 24px;
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.footer_wrapper .footer_container .footer_content {
  margin-top: 3.75rem;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.footer_wrapper .footer_container .footer_content .footer_content_left .footer_logo {
  margin-bottom: 2.25rem;
}
.footer_wrapper .footer_container .footer_content .footer_content_left .footer_logo img {
  width: auto;
  height: 50px;
}
.footer_wrapper .footer_container .footer_content .footer_content_left .footer_nav {
  display: flex;
  gap: 7.625rem;
}
.footer_wrapper .footer_container .footer_content .footer_content_left .footer_nav .footer_nav_column > a {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 1.0625rem;
}
.footer_wrapper .footer_container .footer_content .footer_content_left .footer_nav .footer_nav_column .footer_nav_list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer_wrapper .footer_container .footer_content .footer_content_left .footer_nav .footer_nav_column .footer_nav_list .footer_nav_item a {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #BBBBBB;
  text-align: left;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_details > p {
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin-bottom: 5;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_details > a {
  font-size: 2.25rem;
  text-align: right;
  color: #fff;
  display: block;
  margin-bottom: 11px;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_details .home_btn {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social {
  display: flex;
  justify-content: flex-start;
  gap: 2.5rem;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social a > img {
  width: 18px;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social a .qrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  visibility: hidden;
  transition: all 0.5s ease;
  opacity: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 30px);
  background-color: #FFFFFF;
  padding: 5px;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social a .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social a .qrcode::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translate(-50%, -10px);
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.footer_wrapper .footer_container .footer_content .footer_content_right .footer_social a:hover .qrcode {
  visibility: visible;
  opacity: 1;
}
.footer_wrapper .footer_container .footer_copyright {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(206, 206, 206, 0.1019607843);
}
.footer_wrapper .footer_container .footer_copyright p {
  font-size: 0.875rem;
  color: white;
  text-align: left;
}
.footer_wrapper .footer_container .footer_copyright span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: right;
}

@media (max-width: 1499px) {
  .footer_wrapper .footer_container .footer_contact {
    width: 90vw;
  }
}
@media (max-width: 1199px) {
  .footer_wrapper .footer_container .footer_content .footer_content_left .footer_nav {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .footer_wrapper {
    background: url(/static/image/footer_contact_mb.webp) no-repeat bottom;
    background-size: cover;
  }
  .footer_wrapper .footer_container {
    padding-top: 375px;
  }
  .footer_wrapper .footer_container .footer_contact {
    flex-direction: column;
    height: auto;
    gap: 30px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_info {
    width: 100%;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form {
    width: 100%;
  }
  .footer_wrapper .footer_container .footer_content {
    flex-direction: column;
    align-items: self-start;
  }
  .footer_wrapper .footer_container .footer_content .footer_content_left .footer_nav {
    display: none;
  }
  .footer_wrapper .footer_container .footer_content .footer_content_right .footer_social {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .footer_container .footer_contact {
    width: 92%;
    padding: 34px 35px 35px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_info {
    flex: none;
  }
  .footer_wrapper .footer_container .footer_contact .contact_info h2 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_info p {
    font-size: 12px;
    margin-bottom: 23px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop {
    flex-direction: column;
    gap: 11px;
    margin-bottom: 11px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    background: url(/static/image/Polygon.svg) no-repeat right 19px center/12px 12px, #fff;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop select::placeholder {
    font-size: 12px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop input {
    width: 100%;
    height: 38px;
    font-size: 12px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop input::placeholder {
    font-size: 12px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop textarea {
    height: 110px;
    font-size: 12px;
    margin-bottom: 3px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop textarea::placeholder {
    font-size: 12px;
  }
  .footer_wrapper .footer_container .footer_contact .contact_form button {
    padding: 8px 20px;
    font-size: 12px;
  }
  .footer_wrapper .footer_container .footer_content {
    align-items: center;
    margin-bottom: 0px;
  }
  .footer_wrapper .footer_container .footer_content .footer_content_right .footer_details > p {
    text-align: center;
  }
  .footer_wrapper .footer_container .footer_content .footer_content_right .footer_details a {
    font-size: 32px;
    text-align: center;
  }
  .footer_wrapper .footer_container .footer_content .footer_content_right .footer_details .home_btn {
    margin: 0 auto 25px;
  }
  .footer_wrapper .footer_container .footer_content .footer_content_left .footer_logo img {
    height: 40px;
  }
  .footer_wrapper .footer_container .footer_copyright {
    justify-content: center;
  }
  .footer_wrapper .footer_container .footer_copyright p {
    text-align: center;
  }
  .footer_wrapper .footer_container .footer_copyright span {
    display: none;
  }
}
.swiper-button-disabled,
.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.contact_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
}
.contact_icon.contact_phone {
  background: #FF8900 url(/static/image/contact_phone.svg) no-repeat center center;
  background-size: 24px 24px;
}
.contact_icon.contact_address {
  background: #FF8900 url(/static/image/contact_address.svg) no-repeat center center;
  background-size: 24px 24px;
}
.contact_icon.contact_email {
  background: #FF8900 url(/static/image/contact_email.svg) no-repeat center center;
  background-size: 24px 24px;
}

@media (max-width: 767px) {
  .contact_icon {
    width: 30px;
    height: 30px;
  }
  .contact_icon.contact_phone {
    background-size: 15px 15px;
  }
  .contact_icon.contact_address {
    background-size: 15px 15px;
  }
  .contact_icon.contact_email {
    background-size: 15px 15px;
  }
}
.pagecontact {
  padding: 50px;
}
.pagecontact .pagecontact__container .pagecontact__cards {
  display: flex;
}
.pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card {
  flex: 1;
  text-align: center;
  padding: 56px 0;
  border: 1px solid #E6E6E6;
}
.pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card:last-child {
  border-left: none;
}
.pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card svg {
  width: 38px;
  height: 38px;
}
.pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
  margin: 24px auto 8px;
}
.pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #202020;
}
.pagecontact .pagecontact__container .pagecontact__map {
  width: 100%;
  height: 440px;
}
.pagecontact .pagecontact__container .pagecontact__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .pagecontact {
    padding: 40px 0;
  }
  .pagecontact .pagecontact__container .pagecontact__cards {
    flex-direction: column;
  }
  .pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card {
    padding: 40px 0;
  }
  .pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card:last-child {
    border-left: 1px solid #E6E6E6;
    border-top: none;
  }
  .pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card svg {
    width: 24px;
    height: 24px;
  }
  .pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card span {
    margin: 16px auto 8px;
  }
  .pagecontact .pagecontact__container .pagecontact__cards .pagecontact__card p {
    font-size: 14px;
  }
  .pagecontact .pagecontact__container .pagecontact__map {
    height: 300px;
  }
}
.collaboration {
  background-color: #FAFBFE;
  padding: 50px 0 300px;
}
.collaboration .collaboration_container > p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.collaboration .collaboration_container .collaboration_list {
  position: relative;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item {
  background-color: #fff;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item .collaboration_item_head {
  background-color: #323139;
  transition: background-color 0.3s ease;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item .collaboration_item_head p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  padding: 20px 24px;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item .collaboration_item_content {
  padding: 38px 24px;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item .collaboration_item_content p {
  line-height: 1.4;
  color: #999999;
  font-size: 16px;
  margin-bottom: 15px;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item .collaboration_item_content p:last-child {
  margin-bottom: 0;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item .collaboration_item_content p span {
  font-weight: 600;
  color: #202020;
}
.collaboration .collaboration_container .collaboration_list .collaboration_item:hover .collaboration_item_head {
  background-color: #FF8900;
}
.collaboration .collaboration_container .collaboration_list .collaboration_operation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}
.collaboration .collaboration_container .collaboration_list .collaboration_operation .collaboration__arrow {
  cursor: pointer;
}
.collaboration .collaboration_container .collaboration_list .collaboration__pagination {
  position: static;
  --swiper-pagination-color: #323139;
  display: flex;
  gap: 14px;
  width: max-content;
}
.collaboration .collaboration_container .collaboration_list .collaboration__pagination .swiper-pagination-bullet {
  display: block;
}

@media (max-width: 1024px) {
  .collaboration .collaboration_container > p {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .collaboration .collaboration_container .collaboration_list {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .collaboration {
    padding: 40px 0 320px;
  }
  .collaboration .collaboration_container > p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .collaboration .collaboration_container .collaboration_list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .collaboration .collaboration_container .collaboration_list .collaboration_item .contact_icon {
    margin-bottom: 10px;
  }
  .collaboration .collaboration_container .collaboration_list .collaboration_item p {
    font-size: 14px;
  }
  .collaboration .collaboration_container .collaboration_list .collaboration_item span {
    font-size: 14px;
  }
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 382px;
  background-color: #fff;
  margin: 0 auto;
  padding: 32px 30px 44px;
  z-index: 1002;
  border-radius: 20px;
}
.popup .popup_icon {
  text-align: center;
}
.popup .popup_icon img {
  width: 74px;
  height: 83px;
}
.popup .popup_text {
  text-align: center;
  margin-bottom: 1.5rem;
}
.popup .popup_text p {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.popup .popup_text span {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}
.popup .popup_btn {
  text-align: center;
}
.popup .popup_btn a {
  display: inline-block;
  border-radius: 30px;
  padding: 0.625rem 1.5rem;
  line-height: 1.375rem;
  text-align: center;
  background-color: #FF8900;
  font-size: 1rem;
  color: #fff;
}

.popup_bg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.2);
}

.pageServiceBox1 {
  margin: 3.125rem 0;
}

@media (max-width: 1024px) {
  .pageServiceBox1 .pageService_container h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .pageServiceBox1 {
    margin-bottom: 4.375rem;
  }
  .pageServiceBox1 .pageService_container h3 {
    font-size: 1.5rem;
  }
}
.pageServiceBox2 {
  padding-bottom: 3.125rem;
}
.pageServiceBox2 .pageService_container {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.25rem 4.5rem 4.25rem 5.875rem;
  gap: 8vw;
}
.pageServiceBox2 .pageService_container .pageserviceBox2_main {
  max-width: 400px;
}
.pageServiceBox2 .pageService_container .pageserviceBox2_main img {
  width: 158px;
  height: auto;
}
.pageServiceBox2 .pageService_container .pageserviceBox2_main h4 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2;
  color: #333333;
  margin-top: 1.8125rem;
  margin-bottom: 9px;
}
.pageServiceBox2 .pageService_container .pageserviceBox2_main p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #333333;
}
.pageServiceBox2 .pageService_container .pageServiceBox2_list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  gap: 2.125rem 8.375rem;
}
.pageServiceBox2 .pageService_container .pageServiceBox2_list .pageServiceBox2_item {
  display: flex;
  gap: 0.625rem;
}
.pageServiceBox2 .pageService_container .pageServiceBox2_list .pageServiceBox2_item .pageServiceBox2_item_text h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0.625rem;
}
.pageServiceBox2 .pageService_container .pageServiceBox2_list .pageServiceBox2_item .pageServiceBox2_item_text p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: left;
  color: #666666;
}

@media (max-width: 1500px) {
  .pageServiceBox2 .pageService_container .pageServiceBox2_list {
    gap: 2.1875rem 3.75rem;
  }
}
@media (max-width: 1440px) {
  .pageServiceBox2 .pageService_container {
    gap: 30px;
  }
  .pageServiceBox2 .pageService_container .pageServiceBox2_list {
    gap: 2.1875rem 1.875rem;
  }
}
@media (max-width: 1199px) {
  .pageServiceBox2 .pageService_container {
    padding: 2.125rem 2.3125rem 2.875rem 2.125rem;
  }
}
@media (max-width: 1024px) {
  .pageServiceBox2 .pageService_container {
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .pageServiceBox2 {
    padding-bottom: 4.375rem;
  }
  .pageServiceBox2 .pageService_container {
    padding: 1.875rem 1.375rem;
  }
  .pageServiceBox2 .pageService_container .pageserviceBox2_main {
    min-width: auto;
  }
  .pageServiceBox2 .pageService_container .pageserviceBox2_main h4 {
    font-size: 1.375rem;
  }
  .pageServiceBox2 .pageService_container .pageServiceBox2_list {
    grid-template-columns: repeat(1, auto);
  }
  .pageServiceBox2 .pageService_container .pageServiceBox2_list .pageServiceBox2_item {
    padding: 1.0625rem 1rem;
  }
}
.pageServiceBox3 {
  padding-bottom: 300px;
}
.pageServiceBox3 .pageService_container h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
  color: #161616;
  margin-bottom: 3.125rem;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 1.875rem 32px;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item {
  background-color: #FAFAFA;
  padding: 2.125rem 2.125rem 2.75rem;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item > svg {
  transition: transform 0.6s;
  transform-origin: center;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item .pageServiceBox3_item_title {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  margin-top: 2.1875rem;
  margin-bottom: 0.4375rem;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item .pageServiceBox3_item_title h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
  color: #333333;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item .pageServiceBox3_item_title svg {
  transition: 0.3s ease;
  opacity: 0;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  color: #333;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item:hover {
  cursor: pointer;
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item:hover > svg {
  transform: perspective(500px) rotateY(180deg);
}
.pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item:hover .pageServiceBox3_item_title svg {
  opacity: 1;
}

@media (max-width: 1199px) {
  .pageServiceBox3 .pageService_container .pageServiceBox3_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item .pageServiceBox3_item_title svg {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .pageServiceBox3 .pageService_container h3 {
    font-size: 1.875rem;
  }
  .pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item {
    padding: 2.125rem 1.6875rem;
    height: max-content;
  }
  .pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item .pageServiceBox3_item_title h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pageServiceBox3 {
    margin-bottom: 4.375rem;
  }
  .pageServiceBox3 .pageService_container h3 {
    font-size: 1.5rem;
  }
  .pageServiceBox3 .pageService_container .pageServiceBox3_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pageServiceBox3 .pageService_container .pageServiceBox3_list .pageServiceBox3_item .pageServiceBox3_item_title h4 {
    font-size: 1.375rem;
  }
}
.tool_item {
  padding: 28px 0 0;
  border-bottom: 1px solid #DBDBDB;
}

.tool_item:last-child {
  border-bottom: none;
}

.doc_item:last-child {
  margin-bottom: 28px;
}

.tool_item_title p {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}

.tool_item_title {
  margin-bottom: 18px;
}

.tool_item_content ul,
.tool_item_content ol {
  padding-inline-start: 18px;
}

.tool_item_content ul {
  list-style: disc;
}

.tool_item_content ol {
  list-style: decimal;
}

.tool_item_content {
  margin: 18px 0;
}

.doc_item {
  gap: 7px;
  background: #F8F8F8;
  padding: 18px 26px;
  border: none;
  margin-bottom: 14px;
}

.tool_item_params {
  display: flex;
  background-color: #F8F8F8;
}

.tool_item_param {
  text-align: center;
  flex: 1;
  padding: 0 10px;
  margin: 21px 0;
}

.tool_item_param {
  border-right: 1px solid #DEDEDE;
}

.tool_item_param:last-child {
  border-right: none;
}

.tool_item_param_value {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.tool_item_param_value span {
  font-size: 26px;
  margin-right: 4px;
}

.tool_item_param_key {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.showproduct_goods_left {
  max-width: 445px;
  height: max-content;
  background-color: #F8F8F8;
  padding: 36px 0 49px;
}

.tool_title {
  line-height: 1.5;
  font-weight: 600;
  font-size: 29px;
  color: #000;
  margin: 15px 0;
}

.tool_actions {
  padding: 10px 52px;
  background-color: #FF8900;
  text-align: center;
}

.tool_inquiry {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.footer_wrapper .footer_container .footer_contact .contact_form .contact_form_grop select.country_select.is-selected {
  color: #000;
}

.cart__box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 2px 2px;
  background-image: linear-gradient(124deg, #FF8900 0%, #FFFFFF 100%);
  border-radius: 0 0 0 27px;
}

.cart__container {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fff;
  padding: 8px 10px 8px 5px;
  border-radius: 0 0 0 27px;
}

.cart__icon {
  width: 23px;
  height: 28px;
}

.cart__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart__info span {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 10px;
  color: #666666;
  line-height: 1.4;
}

.cart__info p {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #FF8900;
  line-height: 1.4;
}

@media (max-width: 1540px) {
  .pageproduct_recommended_pic {
    margin-top: 60px;
  }
}
@media (max-width: 1499px) {
  .hp__container {
    width: 90vw;
  }
  .hp__cont-info h3 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .hp__tab {
    gap: 30px;
    padding: 12px 20px;
  }
}
@media (max-width: 1199px) {
  .hp__container {
    margin: 64px auto 76px;
  }
  .hp__title {
    margin-bottom: 36px;
  }
  .hp__tabs {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
  }
  .hp__tab {
    padding: 12px 22px;
  }
  .hp__tab p {
    font-size: 17px;
  }
  .hp__cont-info {
    padding: 7% 5% 0;
  }
  .hp__cont-info h3 {
    max-width: 48vw;
    font-size: 26px;
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .hp__container {
    width: 90vw;
    margin: 40px auto 52px;
  }
  .hp__title {
    margin-bottom: 22px;
  }
  .hp__cont-info h3 {
    max-width: 100%;
  }
  .hp__tab {
    flex: 0 0 auto;
    padding: 9px 16px;
    border-radius: 24px;
  }
  .hp__tab p {
    font-size: 14px;
    white-space: nowrap;
  }
  .hp__swiper_prev,
  .hp__swiper_next {
    display: none;
  }
}
@media (max-width: 480px) {
  .hp__title p {
    font-size: 24px;
  }
  .hp__cont-info {
    padding: 8.6% 11% 0;
  }
  .hp__cont-info h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hp__cont-info a {
    padding: 8px 20px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=common_new.css.map */
