:root {
  --theme_color: #ea5006;
  --subtheme_color: #252525;
  --hover_color: #000;
  --title_color: #161616;
  --content_color: #636363;
  --bg_color: #f8f8f9;
}
/* @font-face {
  src: url("../font/SourceHanSansCN-Light.otf");
  font-family: 'SourceHanSansCN';
  font-weight: 100;
}
@font-face {
  src: url("../font/SourceHanSansCN-Normal.otf");
  font-family: 'SourceHanSansCN';
  font-weight: 300;
}
@font-face {
  src: url("../font/SourceHanSansCN-Regular.otf");
  font-family: 'SourceHanSansCN';
  font-weight: 400;
}
@font-face {
  src: url("../font/SourceHanSansCN-Medium.otf");
  font-family: 'SourceHanSansCN';
  font-weight: 500;
}
@font-face {
  src: url("../font/SourceHanSansCN-Bold.otf");
  font-family: 'SourceHanSansCN';
  font-weight: 700;
} */
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 123rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
.content_big {
  max-width: 146.1rem;
  margin: 0 auto;
  position: relative;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title_color);
  font-family: 'SourceHanSansCN', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 2rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-image: linear-gradient(to top, #fef9f6, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.btn_line {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.7rem;
  font-weight: 500;
  border: 1px solid rgba(22, 22, 22, 0.5);
  cursor: pointer;
  background-color: transparent;
  padding: 1.6rem 3rem 1.7rem;
  min-width: 17.7rem;
}
.btn_line:hover {
  border-color: var(--theme_color);
  color: #fff;
  background-color: var(--theme_color);
}
.btn_w {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.7rem;
  font-weight: 500;
  color: #171717;
  cursor: pointer;
  background-color: #fff;
  padding: 1.7rem 3rem;
  min-width: 17.6rem;
}
.btn_w:hover {
  color: #fff;
  background-color: var(--theme_color);
}
.btn {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: var(--theme_color);
  padding: 1.7rem 3rem;
  min-width: 17.6rem;
  position: relative;
}
.btn:hover {
  background-color: var(--subtheme_color);
}
.btn_more {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 500;
  color: var(--title_color);
  transition: all 0.3s;
  cursor: pointer;
}
.btn_more::after {
  width: 1.4rem;
  height: 1.1rem;
  content: '';
  display: inline-block;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.btn_more:hover {
  color: var(--theme_color);
}
.btn_more:hover::after {
  filter: unset;
  transform: translateX(20%);
}
.swiper_btns {
  gap: 3rem;
  display: flex;
}
.swiper_btns div {
  width: 4.9rem;
  height: 4.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 23, 23, 0.45);
  background-color: transparent;
  pointer-events: all;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(23, 23, 23, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns div.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 141.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.swiper_btns.white div {
  border-color: rgba(255, 255, 255, 0.45);
}
.swiper_btns.white div::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns.white div:hover {
  border-color: var(--theme_color);
}
.swiper_control {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: none;
}
.swiper_control .pagination {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 1.3rem;
  pointer-events: all;
}
.swiper_control div.swiper-pagination {
  position: static;
  width: 10.1rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: all;
}
.swiper_control div.swiper-pagination .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper_control .process_pagination {
  pointer-events: all;
}
.swiper_control .process_pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.2rem;
}
.swiper_control .process_pagination li {
  transition: all 0.5s;
  font-size: 1.5rem;
  color: #161616;
  opacity: 0.4;
}
.swiper_control .process_pagination li.active {
  font-weight: 500;
  padding-right: 5.2rem;
  opacity: 1;
}
.swiper_control .process_pagination li.active span::before {
  opacity: 1;
}
.swiper_control .process_pagination li.active_line span::after {
  width: 4.7rem;
  transition: width 5s linear;
}
.swiper_control .process_pagination li:last-child span::before,
.swiper_control .process_pagination li:last-child span::after {
  display: none;
}
.swiper_control .process_pagination span {
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.swiper_control .process_pagination span::before,
.swiper_control .process_pagination span::after {
  width: 4.7rem;
  height: 1px;
  background-color: rgba(22, 22, 22, 0.2);
  position: absolute;
  left: calc(100% + 1.1rem);
  top: 50%;
  transform: translateY(-50%);
  content: '';
  transition: all 0.3s;
  opacity: 0;
  cursor: default;
}
.swiper_control .process_pagination span::after {
  background-color: var(--theme_color);
  width: 0;
  opacity: 1;
  z-index: 2;
}
.swiper_control .process_pagination.white li {
  color: #fff;
}
.swiper_control .process_pagination.white span::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper_control .process_pagination.white span::after {
  background-color: #fff;
}
.swiper_control div.swiper-scrollbar {
  pointer-events: all;
  position: static;
  width: 81%;
  max-width: 96.1rem;
  height: 1px;
  background: rgba(31, 31, 35, 0.15);
}
.swiper_control div.swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background: #1f1f23;
  top: -0.5px;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.head.sm h2 {
  font-size: 4rem;
  line-height: 5.4rem;
}
.head h1 {
  font-size: 7.4rem;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 500;
}
.head strong {
  font-size: 1.6rem;
  color: #808080;
  font-weight: 200;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2.6px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
header.style,
header.sticky {
  background-color: #fff;
  border-bottom-color: #efefef;
}
header.sticky {
  position: sticky;
}
header .left {
  display: flex;
  align-items: center;
  /* margin-right: 10.65%; */
  padding-top: 0.3%;
}
header .left .slogen {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #666;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 4.26356rem;
  transition: all 0.3s;
}
header .logo .logo1 {
  position: absolute;
  opacity: 0;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav .menu {
  display: flex;
  gap: 3.7rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  width: 0;
  height: 2px;
  background-color: var(--theme_color);
  position: absolute;
  bottom: 2rem;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  transition: all 0.3s;
  color: #666666;
  font-weight: 500;
  line-height: 7.8rem;
  padding-top: 0.4rem;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  width: 100%;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:hover > a {
  color: #000000;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 0.9rem 2.4rem 2rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  top: calc(100% - 0.6rem);
  left: 0;
  position: absolute;
  min-width: 16rem;
  background-color: #fff;
  padding: 0.9rem 2.4rem 0;
  box-shadow: 0 0.8px 5px rgba(0, 0, 0, 0.04);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.6rem 0;
  transition: all 0.3s;
  position: relative;
}
header nav .sub-menu > li > a:hover {
  color: var(--theme_color);
}
header .btns {
  gap: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 8.2rem;
  padding-top: 0.5rem;
  padding-right: 1.2%;
}
header .phone {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  border-radius: 6px;
  transition: all .3s;
  background-color: var(--theme_color);
}
header .phone:hover {
  filter: brightness(1.2);
}
header .phone::before {
  width: 1.7rem;
  height: 1.7rem;
  content: '';
  background: url("../img/icon-phone.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
  margin-top: -2px;
}
header .phone a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline transparent;
  letter-spacing: 0.3px;
}
header .lang {
  border-left: 1px solid rgba(0, 0, 0, 0.24);
  padding-left: 2.5rem;
}
header .lang ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
header .lang li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666666;
  transition: all 0.3s;
  cursor: pointer;
}
header .lang li:hover {
  color: var(--theme_color);
}
header .btn_menu {
  display: none;
}
footer {
  background-color: #252525;
  color: #fff;
}
footer .footer_main {
  padding: 11.5rem 0 2.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
footer .footer_main .flex {
  gap: 12.5rem 2rem;
}
footer .slide_obj strong {
  display: block;
  font-weight: 500;
  color: #828282;
  margin-bottom: 3.3rem;
}
footer .slide_obj li {
  margin-bottom: 1.2rem;
}
footer .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .slide_obj li a {
  font-weight: 200;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .slide_obj li a:hover {
  text-decoration-color: var(--theme_color);
  color: var(--theme_color);
}
footer .slide_link {
  width: 26.4rem;
  margin-right: 2px;
}
footer .slide_link .menu {
  display: grid;
  gap: 2.3rem;
}
footer .slide_link .menu li {
  margin-bottom: 0;
}
footer .slide_link .menu a {
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  padding-bottom: 0.8rem;
  padding-top: 2px;
}
footer .slide_link .menu a::after {
  width: 1.4rem;
  height: 1.1rem;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
footer .slide_link .menu a:hover {
  border-bottom-color: var(--theme_color);
  color: #fff;
}
footer .slide_link .menu a:hover::after {
  transform: translateX(20%);
}
footer .slide_link .menu span {
  font-size: 1.3rem;
  color: #848484;
  display: block;
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 200;
}
footer .slide_connect {
  width: 26rem;
}
footer .slide_connect li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3.6rem;
}
footer .slide_connect li::before {
  width: 1.8rem;
  height: 1.8rem;
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  background: no-repeat center top / contain;
}
footer .slide_connect li a {
  font-size: 1.8rem;
  letter-spacing: 0.4px;
}
footer .slide_connect li .label {
  font-size: 1.5rem;
  color: #a0a0a0;
  margin-top: 0.5rem;
}
footer .slide_connect .phone::before {
  background-image: url("../img/icon-phone.svg");
}
footer .slide_connect .email::before {
  background-image: url("../img/icon-email.svg");
  background-size: 94.444%;
  top: 0.8rem;
}
footer .slide_connect .address::before {
  background-image: url("../img/icon-address.svg");
}

.address_list li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0;
}
.address_list li:last-of-type{
  margin-bottom: 0;
}
.address_list li::before {
  width: 1.8rem;
  height: 1.8rem;
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  background: no-repeat center top / contain;
}
.address_list li.address::before {
  background-image: url("../img/icon-address.svg");
}

.address_list li .label {
  font-size: 1.5rem;
  color: #a0a0a0;
  margin-top: 0.5rem;
}

footer .slide_intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 20rem;
}
footer .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .slide_intro .social {
  gap: 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
footer .slide_intro .social a, footer .slide_intro .social span {
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 1px solid #353535;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .slide_intro .social a::after, footer .slide_intro .social span::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .slide_intro .social a:hover, footer .slide_intro .social span:hover {
  transform: scale(1.1);
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
footer .slide_intro .social a:hover::after, footer .slide_intro .social span:hover::after {
  filter: contrast(0) brightness(2);
}
footer .slide_intro .social .wechat span::after {
  background-image: url(../img/wechat.svg);
}
footer .slide_intro .social .weibo a::after {
  background-image: url(../img/weibo.svg);
}
footer .slide_intro .social .douyin a::after {
  background-image: url(../img/douyin.svg);
}
footer .slide_intro .social li {
  position: relative;
}
footer .slide_intro .social .qrcode {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -10px) scale(0);
  transition: all .4s;
  width: 120px;
  height: 120px;
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
  transform-origin: center bottom;
}
footer .slide_intro .social li:hover .qrcode {
  transform: translate(-50%, -10px);
}
footer .slide_intro .social .qrcode img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .copyright {
  padding: 1.4rem 0 1.7rem;
}
footer .copyright p,
footer .copyright a {
  color: #9e9e9e;
  font-size: 1.4rem;
  font-weight: 200;
}
footer .copyright a {
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .copyright a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
footer .copyright ul {
  gap: 2rem 5.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contact {
  overflow: hidden;
}
.footer_contact .head {
  padding: 5rem 0 9.9rem;
}
.footer_contact .title {
  font-size: 17.9rem;
  font-weight: 700;
  color: rgba(236, 87, 6, 0.28);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: -7.3rem;
}
.footer_contact .title::after {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #fff 15%, transparent);
  content: '';
  pointer-events: none;
}
.footer_contact h2 {
  position: relative;
  font-size: 4.8rem;
}
.footer_contact .btn_line {
  margin-top: 6rem;
}
.footer_contact .main {
  background-color: var(--bg_color);
  padding: 5.5rem 0 4.4rem;
}
.footer_contact .items {
  overflow: hidden;
}
.footer_contact .items > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -1px;
  gap: 3rem 0;
}
.footer_contact .items li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: start;
  gap: 1.5rem;
  border-left: 1px solid #d3d3d3;
  padding: 0 10%;
}
.footer_contact .items li:first-child {
  padding-left: 0;
}
.footer_contact .items i {
  width: 100%;
  padding-bottom: 100%;
  content: '';
  display: block;
  background: no-repeat center / contain;
}
.footer_contact .items h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #252525;
}
.footer_contact .items p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #727272;
  margin-top: 0.6rem;
}
.page_banner {
  position: relative;
  padding: 12rem 0;
}
.page_banner::before {
  width: 100%;
  height: 34.3%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to bottom, #f2f2f2 10%, transparent);
  pointer-events: none;
}
.page_banner::after {
  width: 62.45%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, #eaeaea 51%, transparent);
  opacity: 0.5;
  pointer-events: none;
}
.page_banner .flex {
  position: relative;
  z-index: 2;
  padding: 4rem 0;
  min-height: 68.1rem;
}
.page_banner .head {
  padding-top: 2.1%;
}
.page_banner p {
  position: relative;
  font-size: 3rem;
  padding-left: 2.1rem;
  margin-top: 1.9rem;
}
.page_banner p::before {
  width: 2px;
  height: 2.9rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: '';
  background-color: var(--theme_color);
}
.page_banner .btn {
  margin-top: 4.2rem;
}
.section_brands {
  padding: 6.2rem 0 12.7rem;
}
.section_brands .head {
  max-width: 61.6rem;
  margin: 0 auto;
}
.section_brands strong {
  margin-top: 0.6rem;
}
.section_brands p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--content_color);
  margin-top: 1.5rem;
}
.section_brands p::before {
  display: block;
  width: 1px;
  height: 4.3rem;
  content: '';
  background-color: var(--theme_color);
  transform: rotate(15deg);
  margin: 0 auto 2.1rem;
}
.section_brands .items {
  margin-top: 4.6rem;
}
.page_news {
  padding: 9.5rem 0 4.9rem;
}
.page_news strong {
  margin-top: 1rem;
}
.page_news .btn_more {
  margin-bottom: 0.3rem;
}
.page_news .page_news_swiper {
  overflow: hidden;
  margin-top: 5.5rem;
}
.page_news .swiper_control {
  margin-top: 8.7rem;
}
.page_argument {
  padding: 7rem 0 8.6rem;
}
.page_argument strong {
  margin-top: 0.9rem;
}
.page_argument .items {
  margin-top: 11.6rem;
}
.page_argument .items ul {
  display: grid;
  grid-template-columns: 26.41667% 36.333% 1fr;
  gap: 0.4rem 5%;
}
.page_argument .item {
  padding-top: 2.3rem;
}
.page_argument .item h3 {
  font-size: 3.2rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-left: 4.4rem;
}
.page_argument .item h3::before {
  width: 3.3rem;
  height: 3.3rem;
  display: block;
  content: '';
  background: url("../img/icon-get.svg") no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 1rem;
}
.page_argument .item p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #6d6d6d;
  margin-top: 1.2rem;
  padding-left: 4.4rem;
}
.page_argument .item.sm h3 {
  font-size: 3rem;
}
.page_argument .item:nth-child(5n+4),
.page_argument .item:nth-child(5n+5) {
  transform: translate(0);
  padding: 0;
}
.page_argument .img_item {
  grid-row: span 2;
  padding-bottom: 108.72%;
  position: relative;
  background-color: #f8f8f8;
}
.page_argument .img_item .img {
  position: absolute;
  width: 127.8%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_argument .img_item .img:hover img {
  transform: scale(1.02);
}
.page_style {
  padding: 5.8rem 0 3.2rem;
}
.page_style strong {
  margin-top: 1.2rem;
}
.page_style .page_style_swiper {
  margin-top: 5.4rem;
  overflow: hidden;
}
.page_style .page_style_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.page_style .page_style_swiper .img {
  width: 100%;
  padding-bottom: 127.083333%;
}
.page_style .page_style_swiper .img span {
  position: absolute;
  text-transform: uppercase;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.72;
  right: -1%;
  bottom: 0;
  z-index: 2;
}
.page_style .page_style_swiper .info {
  margin-top: 2.2rem;
}
.page_style .page_style_swiper h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
.page_style .page_style_swiper p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #6d6d6d;
  margin-top: 0.7rem;
}
.page_style .swiper_control {
  margin-top: 5.1rem;
}
.watermark {
  position: absolute;
  font-size: 17.9rem;
  color: #f0f0f1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.75;
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.brand_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 1.4%;
}
.brand_list li {
  transition: all 0.3s;
  border: 1px solid transparent;
}
.brand_list li.active {
  border-color: #efefef;
  box-shadow: 10px 10px 10px rgba(216, 216, 216, 0.45);
}
.brand_list li .img {
  display: block;
  width: 100%;
  padding-bottom: calc(44.3% - 1px);
  background-color: #fff;
}
.news_list a {
  display: block;
  height: 100%;
}
.news_list a:hover img {
  transform: scale(1.02);
}
.news_list a:hover h3 {
  text-decoration-color: #1c1c1c;
}
.news_list .img {
  width: 100%;
  padding-bottom: 68.476%;
}
.news_list .info {
  margin-top: 2.3rem;
}
.news_list .info .metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  border-bottom: 1px solid rgba(141, 141, 141, 0.3);
  padding-bottom: 1rem;
}
.news_list .info .metas .tag {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1.5rem;
}
.news_list .info .metas .tag::before {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 1.1rem;
  content: '';
}
.news_list .info .metas .date {
  color: #3f3f3f;
  opacity: 0.6;
}
.news_list .info h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: 1.2rem;
  transition: all 0.3s;
  text-decoration: underline transparent;
  text-decoration-thickness: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list li.active .img .pd-img {
  opacity: 1;
  transform: scale(1);
}
.product_list li.active .img .pd-w {
  opacity: 0;
}
.product_list a {
  display: block;
  height: 100%;
}
.product_list .img {
  width: 100%;
  padding-bottom: 76.2353%;
}
.product_list .img .pd-w {
  background-color: #f2f2f2;
  transition: linear 0.8s;
  z-index: 2;
  object-fit: contain;
}
.product_list .img .pd-img {
  transform: scale(1.2);
  transition: linear 0.5s;
}
.product_list .info {
  margin-top: 2.3rem;
}
.product_list h3 {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 400;
}
.product_list strong {
  font-size: 1.7rem;
  color: #939292;
  font-weight: 200;
  display: block;
  margin-top: 1.2rem;
}
.connect_box {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 990;
  display: grid;
  gap: 8px;
}
.connect_box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 9px 0 0 9px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
  font-weight: 500;
  padding: 2.4rem 1.4rem 1.3rem 1.5rem;
  padding: 1.5rem 2rem;
  gap: 1.9rem;
  gap: 10px;
  position: relative;
}
.connect_box .item:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.connect_box .icon {
  width: 2.6rem;
  height: 2.9rem;
  content: '';
  display: block;
  background: no-repeat center / contain;
}
.connect_box .aff .icon {
  background-image: url("../img/icon-connect.svg");
}
.connect_box .wechat .icon {
  width: 3rem;
  height: 3rem;
  filter: contrast(0) brightness(0);
  background-image: url("../img/wechat.svg");
  background-size: 200%;
}
.connect_box .douyin .icon {
  width: 3rem;
  height: 3rem;
  filter: contrast(0) brightness(0);
  background-image: url("../img/douyin.svg");
  background-size: 200%;
}
.connect_box .qrcode {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all .4s;
  width: 120px;
  height: 120px;
  padding: 5px;
  background-color: #fff;
  transform-origin: right center;
  border-radius: 8px;
}
.connect_box .item:hover .qrcode {
  transform: translate(-10px, -50%);
}
.connect_box .qrcode img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  opacity: 0;
  pointer-events: none;
}
.quote_modal .head {
  display: none;
}
.quote_modal .form {
  display: grid;
  gap: 16px;
}
div.quote_modal .modal_content {
  border-radius: 0;
}
div.quote_modal .modal_content .close {
  width: 32px;
  height: 32px;
  background-size: 50%;
}
div.quote_modal form .wpcf7-spinner {
  left: 100% !important;
  right: unset;
}
div.quote_modal form input, div.quote_modal form select, div.quote_modal form textarea {
  border-radius: 0;
}
/*** global css ***/



.home_banner > .sy_front_relative {
  position: static;
}

section.home_statistics .nums span {
  font-size: 4rem;
}
.about_culture .item .desc {
  position: relative;
  max-width: max-content;
}
.about_culture .item .desc::after {
  width: 0px;
  height: 1px;
  background-color: var(--theme_color);
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  z-index: 2;
  transition: 0.4s linear;
}
.about_culture .item.active .desc::after {
  width: 100%;
}
section.about_culture .item::before {
  display: none;
}

.about_market .nums > ul{
  gap: 1rem 1.5rem !important;
}
.about_market .left{
  max-width: 49rem !important;
}
.about_market .nums span{
  font-size: 3.2rem !important;
}
.page-id-7 .brands_banner .swiper_control{
  display: none !important;
}
.address_list{
  display: flex;
  flex-flow: wrap;
  gap: 1.5rem;
}