@font-face {
  src: url("../font/SourceHanSansCN-Light.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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #1e9ad4;
  --title: #000;
  --text: #666;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title);
}
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);
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.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);
  font-family: 'SourceHanSansCN', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
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-color: #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(--primary);
  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);
  }
}
.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_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.head {
  color: var(--text);
  font-size: 2.4rem;
  line-height: 3rem;
}
.head .subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.16rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.3rem;
}
.head h2 {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6.48rem;
  color: var(--title);
}
.head p {
  margin-top: 1.6rem;
}
.btn {
  gap: 1.6rem;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 5.4rem;
  border-radius: 100px;
  border: 2px solid var(--primary);
  background-color: var(--primary);
  padding: 0 3.9rem;
}
.btn::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s;
  background: url(../img/arrow-tr-w.svg) no-repeat center / contain;
}
.btn:hover::after {
  transform: rotate(45deg);
}
.btn_tr {
  gap: 1.6rem;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 5.4rem;
  border-radius: 100px;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 0 3.9rem;
}
.btn_tr::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s;
  background: url(../img/arrow-tr-w.svg) no-repeat center / contain;
}
.btn_tr:hover::after {
  transform: rotate(45deg);
}
.swiper_btns {
  gap: 2rem;
  display: flex;
}
.swiper_btns div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  width: 7.2rem;
  height: 7.2rem;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  border-color: #989898;
  background-color: transparent;
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 996;
  transition: all 0.3s;
  padding: 2.2rem 0;
}
header.sticky {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky::after {
  opacity: 0;
}
header.sticky .logo {
  filter: none;
}
header.sticky nav .menu > li > a {
  color: var(--title);
}
header.sticky .btns .btn_search,
header.sticky .btns .btn_lang,
header.sticky .btns .btn_menu {
  filter: none;
}
header::after {
  content: '';
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0.24;
  background-image: linear-gradient(to top, transparent, #000);
}
header .content {
  max-width: 173rem;
}
header .logo {
  display: flex;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  transition: all 0.3s;
  /* filter: contrast(0) brightness(2); */
  margin-right: 15.5rem;
}
header .logo img {
  display: block;
  width: 17.45rem;
  height: auto;
}
header .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
header nav .menu {
  gap: 4.4rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
}
header nav .menu > li > a {
  color: #fff;
  font-size: 2rem;
  line-height: 5.8rem;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  border-radius: 8px;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  padding: 0.8rem 0;
  white-space: nowrap;
  max-width: max-content;
}
header nav .sub-menu > li > a::after {
  bottom: 0;
}
header nav .sub-menu > li.current-menu-item > a,
header nav .sub-menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav a {
  display: block;
  transition: all 0.3s;
}
header nav a:hover {
  color: var(--primary);
}
header .btns {
  gap: 4rem;
  display: flex;
  align-items: center;
}
header .btns .btn_search,
header .btns .btn_lang,
header .btns .btn_menu {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: no-repeat center / contain;
}
header .btns .btn_search {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/search.svg);
}
header .btns .btn_lang {
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/lang.svg);
}
header .btns .btn_menu {
  display: none;
}
header .btns .btn {
  margin-left: 1rem;
}
.banner {
  overflow: hidden;
  position: relative;
  background: url(../img/banner-bg.jpg) no-repeat center / cover;
}
.banner::before {
  content: '';
  display: block;
  width: 58.333333%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/banner-mask.png) no-repeat right center / cover;
}
.banner .content {
  max-width: 173rem;
}
.banner .flex {
  gap: 4.624277%;
  min-height: 90.6rem;
}
.banner .head {
  color: #fff;
  width: 60%;
  max-width: 76.5rem;
  padding-top: 3.930636%;
}
.banner .head h1 {
  font-size: 8.4rem;
  line-height: 10rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner .head h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  margin-top: 0.6rem;
  word-spacing: 2rem;
  line-height: normal;
  letter-spacing: 2px;
}
.banner .head h2 em {
  font-size: 7rem;
  font-style: normal;
  display: inline-block;
  transform: translateY(0.4rem);
}
.banner .head .btn_tr {
  margin-top: 4.4rem;
}
.banner .img {
  --h: 100%;
  width: 25.433526%;
  align-self: end;
}
.banner .img:hover img {
  transform: scale(1.03);
}
.banner .img::before {
  content: '';
  display: block;
  width: 179.545455%;
  height: 30.681818%;
  position: absolute;
  left: 50%;
  bottom: 22.727273%;
  transform: translateX(-50%);
  background: url(../img/banner-shadow.svg) no-repeat center / contain;
}
.global {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
.global .nums > div {
  display: flex;
}
.global .nums .item {
  gap: 1rem;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.global .nums .item:first-child {
  max-width: 29rem;
  justify-content: flex-start;
}
.global .nums .item:last-child {
  padding-left: 8.8rem;
  border-right: none;
  max-width: max-content;
}
.global .nums .item .num {
  font-size: 5.2rem;
  line-height: 4rem;
  font-weight: 700;
}
.global .nums .item .label {
  color: #65676b;
  font-size: 1.888rem;
}
.certification {
  padding: 12rem 0 5rem;
}
.certification .head .num_wrap {
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  font-size: 15.4rem;
  white-space: nowrap;
}
.certification .head .num_wrap i {
  font-size: 7.2rem;
  margin-left: 1.6rem;
}
.certification .flex .img {
  border-radius: 12px;
}
.certification .flex .img:hover img {
  transform: scale(1.03);
}
.certification .nums {
  margin-top: 6rem;
  padding-top: 6.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.certification .nums > div {
  display: flex;
}
.certification .nums .item {
  gap: 1rem;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.certification .nums .item:first-child {
  max-width: 29.6rem;
  justify-content: flex-start;
}
.certification .nums .item:last-child {
  padding-left: 9rem;
  border-right: none;
  max-width: max-content;
}
.certification .nums .item .num {
  font-size: 5.2rem;
  line-height: 4rem;
  font-weight: 700;
}
.certification .nums .item .label {
  color: #65676b;
  font-size: 1.888rem;
}
.certification .certification_swiper {
  margin-top: 6rem;
}
.certification .certification_swiper .swiper-slide {
  width: 13rem;
  border-radius: 8px;
  transition: all 0.3s;
  border: 1px solid rgba(229, 229, 229, 0.75);
}
.certification .certification_swiper .active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.certification .certification_swiper .img {
  padding-bottom: 100%;
  overflow: hidden;
}
.history {
  padding: 5rem 0 12rem;
}
.history .head {
  flex: 1;
  margin-bottom: 4px;
}
.history .history_thumbs_swiper {
  width: 59.722222%;
  overflow: hidden;
}
.history .history_thumbs_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  padding: 0 10px;
}
.history .history_thumbs_swiper .swiper-slide::before,
.history .history_thumbs_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  transition: all 0.3s;
  background-color: #e5e5e5;
  position: absolute;
  top: 1rem;
  z-index: -1;
  left: 0;
}
.history .history_thumbs_swiper .swiper-slide::after {
  left: 50%;
}
.history .history_thumbs_swiper .swiper-slide:has( ~ .swiper-slide-thumb-active)::before,
.history .history_thumbs_swiper .swiper-slide:has( ~ .swiper-slide-thumb-active)::after {
  background-color: var(--primary);
}
.history .history_thumbs_swiper .swiper-slide:has( ~ .swiper-slide-thumb-active) .dot {
  border-color: var(--primary);
}
.history .history_thumbs_swiper .swiper-slide-thumb-active::before {
  background-color: var(--primary);
}
.history .history_thumbs_swiper .swiper-slide-thumb-active:last-child::after {
  background-color: var(--primary);
}
.history .history_thumbs_swiper .swiper-slide-thumb-active .dot {
  border-color: var(--primary);
}
.history .history_thumbs_swiper .dot {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.5rem solid #1a1a1a;
  background-color: #fff;
  pointer-events: all;
}
.history .history_thumbs_swiper .year {
  font-size: 2.4rem;
  font-weight: 600;
  pointer-events: all;
  margin-top: 1.2rem;
  text-align: center;
}
.history .main {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
.history .main::before {
  content: '';
  display: block;
  width: 100%;
  height: 88.977956%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 16px;
}
.history .left {
  width: 44.375%;
}
.history .history_image_swiper {
  overflow: hidden;
  border-radius: 16px;
  background-color: #f5f5f5;
}
.history .history_image_swiper .img {
  border-radius: 16px;
  padding-bottom: 78.090767%;
}
.history .history_image_swiper .img:hover img {
  transform: scale(1.03);
}
.history .right {
  flex: 1;
  max-width: 69rem;
  margin: 0 3rem;
  margin-top: 3.888889%;
  overflow: hidden;
}
.history .history_swiper {
  overflow: hidden;
}
.history .history_swiper .swiper-slide {
  display: grid;
  grid-template-columns: 34.057971% 1fr;
}
.history .history_swiper .year {
  font-size: 5.38rem;
  font-weight: 700;
  line-height: 1;
}
.history .history_swiper .syedittext {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.4rem;
}
.history .history_swiper .syedittext li {
  position: relative;
  padding-left: 1.8rem;
}
.history .history_swiper .syedittext li::before {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--title);
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.history .swiper_btns {
  margin-top: 7rem;
  padding-top: 3.6rem;
  border-top: 1px solid #535353;
}
.product {
  padding: 13.6rem 0 14rem;
  background: url(../img/pd-bg.jpg) no-repeat center / cover;
}
.product .left {
  flex: 1;
  max-width: 31.6rem;
}
.product .head h2 {
  color: #fff;
}
.product .nav {
  margin-top: 2.4rem;
}
.product .nav ul {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.product .nav li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 1.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 4rem;
}
.product .nav li.active {
  color: var(--primary);
  border-color: #fff;
  background-color: #fff;
}
.product .product_thumbs_swiper {
  overflow: hidden;
  margin-top: 4.6rem;
  border-radius: 8px;
  background-color: #eef0ef;
}
.product .product_thumbs_swiper .item {
  display: block;
  padding: 4.6rem 0 6.6rem;
}
.product .product_thumbs_swiper .img {
  padding-bottom: 57.594937%;
}
.product .product_thumbs_swiper .tag {
  color: #fff;
  border-radius: 100px;
  max-width: max-content;
  margin: 1.6rem auto 0;
  background-color: var(--primary);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding: 0 2rem;
}
.product .product_thumbs_swiper .tag strong {
  font-weight: normal;
  display: inline-block;
}
.product .product_thumbs_swiper .tag strong::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.6rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 0.8rem;
  margin-right: 0.4rem;
}
.product .btns {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.product .btns a {
  flex: 1;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 100px;
  background-color: #fff;
  line-height: 3.8rem;
  font-weight: 500;
  transition: all 0.3s;
}
.product .btns a::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s;
  transform: rotate(180deg);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.product .btns a:hover::after {
  transform: translateX(5px) rotate(180deg);
}
.product .btns .btn_more {
  color: #fff;
  background-color: var(--primary);
}
.product .btns .btn_more::after {
  filter: contrast(0) brightness(2);
}
.product .right {
  width: 67.638889%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #eef0ef;
}
.product .product_swiper .item {
  display: block;
  padding: 4rem 5.13347%;
}
.product .product_swiper .img {
  max-width: 78rem;
  margin: 0 auto;
  --h: 42.820513%;
}
.product .product_swiper .info {
  text-align: center;
}
.product .product_swiper .info p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2rem;
}
.product .product_swiper .info h3 {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: right;
  margin-top: 3.8rem;
  padding-left: 16.4rem;
}
.product .product_swiper .tag {
  color: #fff;
  border-radius: 100px;
  max-width: max-content;
  margin: 5.4rem auto 0;
  background-color: var(--primary);
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 5rem;
  padding: 0 7rem;
}
.product .product_swiper .tag strong {
  font-weight: 500;
  display: inline-block;
}
.product .product_swiper .tag strong::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 2.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 1.4rem;
  margin-right: 0.8rem;
}
.product .swiper_btns {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  z-index: 2;
}
.bad {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 8.6rem;
}
.bad .bad_swiper .img {
  height: 100%;
}
.bad .bad_swiper .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.bad .bad_swiper .info {
  width: 100%;
  max-height: 80%;
  max-width: 72rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3.2rem 5.6rem 12px;
  overflow: auto;
}
.bad .bad_swiper .info .pagination {
  color: #424242;
  font-size: 1.8rem;
  font-weight: 500;
}
.bad .bad_swiper .info .pagination .current {
  color: var(--title);
  font-size: 3.4rem;
  font-weight: 700;
  margin-right: 6px;
}
.bad .bad_swiper .info .title {
  font-size: 5.4rem;
  font-weight: 700;
}
.bad .bad_swiper .info p {
  color: #4f5154;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 2.4rem;
  max-width: 56rem;
}
.bad .bad_swiper .info p span {
  color: var(--primary);
}
.bad .bad_thumbs_swiper {
  margin-top: 6rem;
}
.bad .bad_thumbs_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  padding: 0 10px;
}
.bad .bad_thumbs_swiper .swiper-slide::before,
.bad .bad_thumbs_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  transition: all 0.3s;
  background-color: #e5e5e5;
  position: absolute;
  top: 1rem;
  z-index: -1;
  left: 0;
}
.bad .bad_thumbs_swiper .swiper-slide::after {
  left: 50%;
}
.bad .bad_thumbs_swiper .swiper-slide:has( ~ .swiper-slide-thumb-active)::before,
.bad .bad_thumbs_swiper .swiper-slide:has( ~ .swiper-slide-thumb-active)::after {
  background-color: var(--primary);
}
.bad .bad_thumbs_swiper .swiper-slide:has( ~ .swiper-slide-thumb-active) .dot {
  border-color: var(--primary);
}
.bad .bad_thumbs_swiper .swiper-slide-thumb-active::before {
  background-color: var(--primary);
}
.bad .bad_thumbs_swiper .swiper-slide-thumb-active:last-child::after {
  background-color: var(--primary);
}
.bad .bad_thumbs_swiper .swiper-slide-thumb-active .dot {
  border-color: var(--primary);
}
.bad .bad_thumbs_swiper .dot {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.5rem solid #1a1a1a;
  background-color: #fff;
  pointer-events: all;
}
.bad .bad_thumbs_swiper .label {
  font-size: 2.4rem;
  font-weight: 600;
  pointer-events: all;
  margin-top: 1.2rem;
  text-align: center;
}
.highlight {
  padding: 8.6rem 0 11.4rem;
}
.highlight .img {
  margin-top: 5.6rem;
  border-radius: 12px;
}
.highlight .items {
  margin-top: 8rem;
}
.highlight .items > div {
  gap: 5.6rem 4.62963%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.highlight .item .img {
  --h: 100%;
  margin: 0;
  max-width: 8.5rem;
  border-radius: 50%;
  background-color: #edeef0;
}
.highlight .item .text {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 3.4rem;
}
.highlight .item .text p {
  margin-top: 1.8rem;
}
.highlight .item h3 {
  color: var(--title);
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #abaaaf;
  padding-bottom: 2rem;
  line-height: normal;
}
.compare {
  padding: 9.6rem 0 12rem;
  background: url(../img/compare-bg1.jpg) no-repeat center / cover;
}
.compare .head h2 {
  color: #fff;
}
.compare .main {
  margin-top: 2.6rem;
  padding-top: 3.2rem;
}
.compare .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 16px;
  background: url(../img/compare-bg2.jpg) no-repeat center / cover;
  padding: 0 7.430556% 6.4rem;
}
.compare .left,
.compare .right {
  width: 37.520392%;
}
.compare .left .icon,
.compare .right .icon {
  max-width: 6.4rem;
  margin: -3.2rem auto 0;
}
.compare .left .icon img,
.compare .right .icon img {
  display: block;
}
.compare .left .title,
.compare .right .title {
  font-size: 2.89rem;
  font-weight: 700;
  border-radius: 100px;
  max-width: max-content;
  min-width: 36.8rem;
  padding: 0 2.5rem;
  margin: 0 auto;
  color: #fff;
  background-color: #89898c;
  text-align: center;
  line-height: 6.6rem;
  margin-top: 4.6rem;
}
.compare .left .img:hover img,
.compare .right .img:hover img {
  transform: scale(1.03);
}
.compare .left .title {
  background-image: linear-gradient(to right, #3b4662, #0483ae);
}
.compare .left .img {
  margin-top: 4rem;
  border-radius: 22px;
}
.compare .right .items {
  margin-top: 0.6rem;
}
.compare .right .item {
  margin-top: 2rem;
}
.compare .right p {
  color: #fff;
  text-align: center;
  font-size: 1.79rem;
}
.compare .right .img {
  max-width: 25rem;
  border-radius: 10px;
  margin: 1.2rem auto 0;
}
.advantage {
  padding: 12rem 0;
}
.advantage .card {
  display: flex;
  align-items: center;
  min-height: 48rem;
  border-radius: 20px;
  overflow: hidden;
  padding: 3% 5.555556%;
  background: url(../img/advantage-bg.jpg) no-repeat center / cover;
}
.advantage .card .head h2 {
  color: #fff;
}
.advantage .card .btn_tr {
  margin-top: 5.8rem;
}
.advantage .items {
  margin-top: 8rem;
}
.advantage .items .item {
  gap: 20px;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 76.388889%;
}
.advantage .items .item + .item {
  margin-top: 4rem;
}
.advantage .items .left {
  gap: 1.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: 8.5rem 1fr;
}
.advantage .items .left .img {
  border-radius: 50%;
  padding-bottom: 100%;
  background-color: #edeeef;
}
.advantage .items .left h3 {
  font-size: 3rem;
  font-weight: 700;
}
.advantage .items .right {
  display: grid;
  align-items: center;
  grid-template-columns: 47.636364% auto 47.272727%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0.6rem 0 4rem;
}
.advantage .items .right .label {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.advantage .items .right .title {
  color: #757575;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 3px;
}
.advantage .items .right .arrow {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: url(../img/arrow-r-w.svg) no-repeat center / 1rem var(--primary);
}
.advantage .items .right .lt {
  padding: 0 6.10687%;
}
.advantage .items .right .lt .title {
  color: var(--primary);
}
.advantage .items .right .rt {
  padding: 0 6.10687% 0 19.230769%;
}
.outlet {
  padding: 6rem 0;
  overflow: hidden;
  background-color: #f0f3fa;
}
.outlet .left {
  width: 41.111111%;
}
.outlet .head p {
  margin-top: 3.4rem;
}
.outlet .items {
  margin-top: 2.6rem;
}
.outlet .items > div {
  display: grid;
  grid-template-columns: 42.905405% 1fr;
}
.outlet .items .item {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 8.5rem 1fr;
  padding-right: 20px;
  margin-top: 3rem;
}
.outlet .items .item .img {
  border-radius: 50%;
  border: 1px solid #9ea0a3;
}
.outlet .items .item h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
}
.outlet .right {
  width: 54.583333%;
  margin-right: -4.583333%;
}
.case {
  padding: 12rem 0;
}
.case .left {
  flex: 1;
  max-width: 40rem;
}
.case .head {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e4e4e4;
}
.case .case_swiper {
  overflow: hidden;
  margin-top: 5.6rem;
}
.case .case_swiper .info {
  display: block;
}
.case .case_swiper .info h3 {
  font-size: 3.4rem;
  line-height: 4.08rem;
  font-weight: normal;
}
.case .case_swiper .info p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 2rem;
}
.case .swiper_btns {
  margin-top: 6.2rem;
}
.case .right {
  width: 65%;
  overflow: hidden;
}
.case .case_image_swiper {
  overflow: hidden;
}
.case .case_image_swiper .img {
  display: block;
  border-radius: 12px;
  padding-bottom: 64.102564%;
}
.case .case_image_swiper .img:hover img {
  transform: scale(1.03);
}
.factory {
  margin-bottom: -4.6rem;
  padding: 11.4rem 0 16.6rem;
  background-color: #f5f5f5;
}
.factory .imgs {
  margin-top: 5.4rem;
}
.factory .imgs > div {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.factory .imgs .img {
  border-radius: 12px;
}
.factory .imgs .img:hover img {
  transform: scale(1.03);
}
.factory .imgs .img:nth-child(6n + 1),
.factory .imgs .img:nth-child(6n + 5) {
  padding-bottom: 50.212766%;
  grid-row: span 2;
  grid-column: span 2;
}
.factory .imgs .img:nth-child(6n + 2),
.factory .imgs .img:nth-child(6n + 6) {
  padding-bottom: 53.125%;
}
.factory .imgs .img:nth-child(6n + 3),
.factory .imgs .img:nth-child(6n + 4) {
  padding-bottom: 41.25%;
}
.cta {
  overflow: hidden;
  border-radius: 30px;
  background: url(../img/cta.jpg) no-repeat center / cover;
  max-width: 1920px;
  margin: 0 auto;
}
.cta .flex {
  padding: 3% 0;
  min-height: 44rem;
}
.cta .head h2 {
  color: #fff;
}
.cta .head .btn {
  margin-top: 3.4rem;
}
footer {
  background-color: var(--primary);
}
footer .main {
  padding: 13rem 0 5.4rem;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
}
footer .main .flex {
  gap: 5rem 2rem;
}
footer .main .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 20.2rem;
}
footer .main .logo img {
  display: block;
}
footer .main .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
footer .main .contact {
  margin-top: 2.8rem;
}
footer .main .contact li {
  position: relative;
  padding-left: 3.6rem;
}
footer .main .contact li + li {
  margin-top: 1.5rem;
}
footer .main .contact li::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
footer .main .contact li a {
  font-size: 2.2rem;
  font-weight: 500;
  transition: all 0.3s;
}
footer .main .contact li a:hover {
  color: var(--primary);
}
footer .main .contact li .label {
  color: #777;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 1rem;
}
footer .main .contact .phone::before {
  background-image: url(../img/phone.svg);
}
footer .main .contact .email::before {
  background-image: url(../img/email.svg);
}
footer .main .foot_nav {
  padding-top: 0.6rem;
}
footer .main .foot_nav strong {
  display: block;
  color: #8c8c8c;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}
footer .main .foot_nav li + li {
  margin-top: 1rem;
}
footer .main .foot_nav li a {
  font-size: 1.7rem;
  transition: all 0.3s;
  vertical-align: top;
}
footer .main .foot_nav li a:hover {
  color: var(--primary);
}
footer .main .foot_subscribe {
  width: 47.2rem;
  padding: 0 0 9.8rem 8.2rem;
  border-left: 1px solid #efefef;
}
footer .main .foot_subscribe .title {
  font-size: 2.8rem;
  font-weight: 700;
}
footer .main .foot_subscribe form {
  margin-top: 3.2rem;
  position: relative;
}
footer .main .foot_subscribe form input[type="text"] {
  width: 100%;
  display: block;
  border-radius: 10px;
  background-color: #f1f3fa;
  font-size: 1.8rem;
  height: 6.4rem;
  padding: 0 6.4rem 0 2rem;
}
footer .main .foot_subscribe form input[type="text"]::placeholder {
  color: #161616;
}
footer .main .foot_subscribe form input[type="submit"] {
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/submit.svg) no-repeat center / contain var(--primary);
}
footer .wpcf7-spinner{
  position: absolute;
  margin-left: 0;
  margin-top: 1rem;
}
footer .wpcf7 form .wpcf7-response-output{
  position: absolute;
  margin-top: 8em;
  padding: 0;
  padding: 0;
  border: none;
}
footer .main .foot_subscribe form input[type="submit"]:hover {
  background-color: var(--title);
}
footer .main .foot_subscribe .social {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.6rem;
}
footer .main .foot_subscribe .social li {
  position: relative;
  border-radius: 50%;
}
footer .main .foot_subscribe .social li:hover a,
footer .main .foot_subscribe .social li:hover span {
  transform: scale(1.1);
}
footer .main .foot_subscribe .social li:hover .qrcode {
  transform: translate(-50%, -5px) scale(1);
}
footer .main .foot_subscribe .social a,
footer .main .foot_subscribe .social span {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  width: 5.2rem;
  height: 5.2rem;
  background: no-repeat center / cover;
}
footer .main .foot_subscribe .social .qrcode {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  transition: all 0.3s;
  width: 120px;
  height: 120px;
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
footer .main .foot_subscribe .social .wechat span {
  background-image: url(../img/wechat.svg);
}
footer .main .foot_subscribe .social .qq a {
  background-image: url(../img/qq.svg);
}
footer .main .foot_subscribe .social .weibo a {
  background-image: url(../img/weibo.svg);
}
footer .main .foot_subscribe .social .douyin a {
  background-image: url(../img/douyin.svg);
}
footer .copyright {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 2.2rem 0;
}
footer .copyright ul {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright a {
  opacity: 0.8;
  display: block;
  transition: all 0.3s;
  font-weight: 300;
}
footer .copyright a:hover {
  opacity: 1;
  text-decoration: underline;
}



.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
  /* transition: all 0.3s; */
}
.modal-q .modal{
  visibility: visible;
}
.modal .modalcontent{
  width: 1000px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  top: -150%;
  transition: all 0.4s;
}
.modal-q .modal .modalcontent{
  top: 50%;
}
.modal .overlay{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  /* display: none; */
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.modal-q .modal .overlay{
  display: block;
  opacity: 1;
}
.quote-content .form form{
  gap: 0;
}
.quote-content>.flex{
  align-items:stretch;
}
.quote-content .left{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 3.5rem;
  background: url(../img/banner-bg.jpg) no-repeat right 20% center/cover; 
}
.quote-content .left .logo{
  width: 200px;
  display: inline-block;
  height: 70px;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  background: url('../img/logo.svg') no-repeat center/contain;
}
.quote-content .left strong{
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.quote-content .right{
  width: 52%;
  padding: 4rem 3rem 4rem 0rem;
  padding-left: 4%;
  position: relative;
  max-height: 670px;
  overflow: auto;
}
.quote-content form label, .quote-content form>p{
  width: 100%;
  display: block;
}
.quote-content form label{
  font-size: 15px;
  display: flex;
  flex-flow: wrap;
}
.quote-content form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  margin-bottom: .5rem;
}
form.wpcf7-form.submitting{
  position: relative;
}
form.wpcf7-form.submitting:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center/45px;
  background-color: #f2ede783;
}
.quote-content form input:not([type="checkbox"]){
  border: 1px solid rgba(0,0,0,.1);
}
.quote-content form input:not([type="checkbox"]), .quote-content form select{
  width: 100%;
  font-size: 1.6rem;
  padding: 1.5rem 2.1rem;
  border-radius: 0.3125rem;
  font-size: 15px;
  margin-bottom: 0.6rem;
}
.quote-content form .wpcf7-not-valid-tip{
    margin-top: 0rem;
    margin-bottom: .6rem;
    font-size: 13px;
}


.quote-content form select{
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  color: #777;
}

.quote-content form textarea{
  width: 100%;
  font-size: 15px;
  padding: 0.8rem 1.25rem;
  height: 130px;
  border: 1px solid rgba(0,0,0,.1);

  border-radius: 0.3125rem;
}
.quote-content form .flex2{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.quote-content form input[type="submit"]{
  background-color: #1e9ad4;
  color: white;
  border: none;
  padding: 1.6rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0rem;
  border-radius: 20rem;
  transition: all 0.3s;
}
.quote-content form input[type="submit"]:hover{
  filter: brightness(1.1);
}
.quote-content p.tip{
  font-size: 12px;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.quote-content .wpcf7-spinner{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
body .quote-content .wpcf7 form.invalid .wpcf7-response-output, body .quote-content .wpcf7 form.unaccepted .wpcf7-response-output, body .quote-content .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
}
body .quote-content .wpcf7 form .wpcf7-response-output{
  position: unset;
  opacity: 1;
  transform: scale(1);
  margin-top: 1rem !important;
  padding: 0 !important;
}


@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
  .certification .head .num_wrap {
    font-size: 13rem;
  }
  .bad .bad_swiper .info {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  header .logo {
    margin: 0;
  }
  header nav .menu {
    gap: 3rem;
  }
  header .btns {
    gap: 3rem;
  }
  header .btns .btn {
    margin: 0;
  }
  .certification .head .num_wrap {
    font-size: 12rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head h2 {
    font-size: 5rem;
  }
  .swiper_btns div {
    width: 6rem;
    height: 6rem;
  }
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .global .nums .item:last-child {
    padding-left: 3rem;
  }
  .global .nums .item .num {
    font-size: 4.8rem;
  }
  .certification .nums .item:last-child {
    padding-left: 3rem;
  }
  .certification .nums .item .num {
    font-size: 4.8rem;
  }
  .certification .head .num_wrap {
    font-size: 10rem;
  }
  .history .swiper_btns {
    margin-top: 4rem;
  }
  .product .swiper_btns {
    left: 2rem;
    bottom: 2rem;
  }
  .advantage .items .left h3 {
    font-size: 2.6rem;
  }
  .outlet .right {
    margin: 0;
  }
  .outlet .items .item {
    gap: 1rem;
    grid-template-columns: 5rem 1fr;
  }
  .outlet .items .item h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li > a {
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
    color: var(--title);
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  header .btns .btn_search,
  header .btns .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .btns .btn_menu {
    display: block;
    cursor: pointer;
    width: 23px;
    height: 23px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .global .nums .item:last-child {
    padding-left: 2.5rem;
  }
  .global .nums .item .num {
    font-size: 3.6rem;
  }
  .certification .nums .item:last-child {
    padding-left: 2.5rem;
  }
  .certification .nums .item .num {
    font-size: 3.6rem;
  }
  .certification .head .num_wrap {
    font-size: 7rem;
  }
  .outlet .items > div {
    grid-template-columns: 1fr;
  }
  footer .main .foot_subscribe {
    padding: 0;
    border: none;
  }
  footer .main .foot_subscribe .social .qrcode {
    left: 0;
    transform: translateX(0) scale(0);
    transform-origin: left bottom;
  }
  footer .main .foot_subscribe .social li:hover .qrcode {
    transform: translate(0, -5px) scale(1);
  }
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .btn,
  .btn_tr {
    gap: 8px;
    font-size: 13px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 120px;
    border-width: 1px;
  }
  .btn::after,
  .btn_tr::after {
    width: 10px;
    height: 10px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 42px;
    height: 42px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  header {
    padding: 0;
  }
  header .flex {
    min-height: 4rem;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    width: 120px;
  }
  header .btns {
    gap: 22px;
  }
  header .btns .btn {
    display: none;
  }
  .banner::before {
    width: 100%;
  }
  .banner .flex {
    gap: 0;
    padding: 4rem 0 3rem;
    min-height: unset;
    align-items: center;
    flex-direction: column-reverse;
  }
  .banner .head {
    width: 100%;
    padding: 0;
  }
  .banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .banner .head h2 {
    font-size: 20px;
    word-spacing: 0;
  }
  .banner .head h2 em {
    font-size: 28px;
    transform: translate(0);
  }
  .banner .head .btn_tr {
    margin-top: 2rem;
  }
  .banner .img {
    margin: 0 auto;
    width: 60%;
  }
  .global {
    padding: 20px 0;
  }
  .global .nums > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .global .nums .item {
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }
  .global .nums .item:first-child {
    justify-content: center;
  }
  .global .nums .item:nth-child(even) {
    border-right: none;
  }
  .global .nums .item:nth-last-child(2) {
    border-bottom: none;
  }
  .global .nums .item:last-child {
    padding: 0;
    max-width: unset;
    border: none;
  }
  .global .nums .item .num {
    font-size: 22px;
    line-height: 1;
  }
  .global .nums .item .label {
    font-size: 14px;
  }
  .certification {
    padding: 4rem 0 2rem;
  }
  .certification .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .certification .head {
    width: 100%;
  }
  .certification .head .num_wrap {
    margin-top: 20px;
    font-size: 3rem;
  }
  .certification .head .num_wrap i {
    font-size: 2rem;
    margin-left: 10px;
  }
  .certification .nums {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .certification .nums > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .certification .nums .item {
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }
  .certification .nums .item:first-child {
    justify-content: center;
  }
  .certification .nums .item:nth-child(even) {
    border-right: none;
  }
  .certification .nums .item:nth-last-child(2) {
    border-bottom: none;
  }
  .certification .nums .item:last-child {
    padding: 0;
    max-width: unset;
    border: none;
  }
  .certification .nums .item .num {
    font-size: 22px;
    line-height: 1;
  }
  .certification .nums .item .label {
    font-size: 14px;
  }
  .certification .certification_swiper {
    margin-top: 2rem;
  }
  .history {
    padding: 2rem 0 4rem;
  }
  .history .flex {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .history .history_thumbs_swiper {
    width: 100%;
  }
  .history .history_thumbs_swiper .swiper-slide {
    padding: 0 5px;
  }
  .history .history_thumbs_swiper .swiper-slide::before,
  .history .history_thumbs_swiper .swiper-slide::after {
    top: 10px;
  }
  .history .history_thumbs_swiper .dot {
    width: 22px;
    height: 22px;
    border-width: 5px;
  }
  .history .history_thumbs_swiper .year {
    margin-top: 12px;
    font-size: 18px;
  }
  .history .main {
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 20px 2rem;
  }
  .history .left {
    width: 100%;
  }
  .history .right {
    width: 100%;
    margin: 0;
  }
  .history .history_swiper .year {
    font-size: 22px;
  }
  .history .history_swiper .syedittext {
    font-size: 14px;
    line-height: 1.5;
  }
  .history .history_swiper .syedittext li {
    padding-left: 18px;
  }
  .history .history_swiper .syedittext li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .history .swiper_btns {
    padding-top: 20px;
    margin-top: 2rem;
  }
  .product {
    padding: 4rem 0;
  }
  .product .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .product .left {
    width: 100%;
  }
  .product .nav {
    margin-top: 20px;
  }
  .product .nav ul {
    gap: 1rem;
  }
  .product .nav li {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
  .product .product_thumbs_swiper {
    margin-top: 2rem;
  }
  .product .product_thumbs_swiper .item {
    padding: 2rem;
  }
  .product .product_thumbs_swiper .item .tag {
    font-size: 1rem;
    line-height: 40px;
    padding: 0 20px;
  }
  .product .product_thumbs_swiper .item .tag strong::after {
    height: 16px;
    margin: 0 4px 0 8px;
    transform: translateY(2px);
  }
  .product .btns {
    gap: 20px;
    margin-top: 2rem;
  }
  .product .btns a {
    gap: 8px;
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
  }
  .product .btns a::after {
    width: 14px;
    height: 14px;
  }
  .product .right {
    width: 100%;
  }
  .product .product_swiper .item {
    padding: 2rem 20px;
  }
  .product .product_swiper .tag {
    font-size: 1rem;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 2rem;
  }
  .product .product_swiper .tag strong::after {
    height: 16px;
    margin: 0 4px 0 8px;
    transform: translateY(2px);
  }
  .product .product_swiper .info p {
    font-size: 18px;
    margin-top: 1rem;
  }
  .product .product_swiper .info h3 {
    padding: 0;
    font-size: 22px;
    text-align: center;
    margin-top: 1rem;
  }
  .product .swiper_btns {
    position: static;
    justify-content: center;
    padding: 0 20px 20px;
  }
  .bad {
    padding-bottom: 2rem;
  }
  .bad .bad_swiper .img {
    height: auto;
  }
  .bad .bad_swiper .content {
    height: auto;
    position: relative;
  }
  .bad .bad_swiper .info {
    height: auto;
    position: static;
    padding: 20px 0;
  }
  .bad .bad_swiper .info .pagination {
    font-size: 18px;
  }
  .bad .bad_swiper .info .pagination .current {
    font-size: 26px;
  }
  .bad .bad_swiper .info .title {
    font-size: 22px;
  }
  .bad .bad_swiper .info p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
  }
  .bad .bad_thumbs_swiper {
    margin-top: 2rem;
  }
  .bad .bad_thumbs_swiper .swiper-slide {
    padding: 0 5px;
  }
  .bad .bad_thumbs_swiper .swiper-slide::before,
  .bad .bad_thumbs_swiper .swiper-slide::after {
    top: 10px;
  }
  .bad .bad_thumbs_swiper .dot {
    width: 22px;
    height: 22px;
    border-width: 5px;
  }
  .bad .bad_thumbs_swiper .label {
    margin-top: 12px;
    font-size: 14px;
  }
  .highlight {
    padding: 2rem 0 4rem;
  }
  .highlight .img {
    margin-top: 20px;
  }
  .highlight .items {
    margin-top: 2rem;
  }
  .highlight .items > div {
    gap: 3rem 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .highlight .item .img {
    max-width: 4rem;
  }
  .highlight .item .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .highlight .item .text p {
    margin-top: 12px;
  }
  .highlight .item h3 {
    font-size: 18px;
    padding-bottom: 1rem;
  }
  .compare {
    padding: 4rem 0;
  }
  .compare .main {
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 20px 20px 0;
    overflow: auto;
  }
  .compare .left .icon,
  .compare .right .icon {
    max-width: 40px;
    margin-top: -20px;
  }
  .compare .left .title,
  .compare .right .title {
    font-size: 1rem;
    min-width: 120px;
    padding: 0 16px;
    line-height: 42px;
    margin-top: 20px;
  }
  .compare .left .img {
    margin-top: 2rem;
  }
  .compare .right .item {
    margin-top: 20px;
  }
  .compare .right p {
    font-size: 14px;
  }
  .compare .right .img {
    margin-top: 1rem;
    max-width: 160px;
  }
  .compare .box {
    min-width: 600px;
    padding: 0 20px 2rem;
  }
  .advantage {
    padding: 4rem 0;
    overflow: hidden;
  }
  .advantage .card {
    min-height: unset;
    padding: 2rem 20px;
    border-radius: 16px;
  }
  .advantage .card .btn_tr {
    margin-top: 2rem;
  }
  .advantage .items {
    margin-top: 3rem;
  }
  .advantage .items .item {
    display: block;
  }
  .advantage .items .item + .item {
    margin-top: 2rem;
  }
  .advantage .items .left {
    gap: 1rem;
    grid-template-columns: 4rem 1fr;
  }
  .advantage .items .left h3 {
    font-size: 18px;
  }
  .advantage .items .right {
    padding: 20px 0;
  }
  .advantage .items .right .label {
    font-size: 13px;
    line-height: 1.5;
  }
  .advantage .items .right .title {
    font-size: 1rem;
  }
  .advantage .items .right .arrow {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .advantage .items .right .lt {
    padding: 0 8px 0 0;
  }
  .advantage .items .right .rt {
    padding: 0 0 0 8px;
  }
  .outlet {
    padding: 4rem 0;
  }
  .outlet .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .outlet .left {
    width: 100%;
  }
  .outlet .head p {
    margin-top: 12px;
  }
  .outlet .items {
    margin: 0;
  }
  .outlet .items .item {
    gap: 12px;
    padding-right: 8px;
    margin-top: 2rem;
    grid-template-columns: 2.5rem 1fr;
  }
  .outlet .items .item h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .outlet .right {
    width: 100%;
    margin: 0;
  }
  .case {
    padding: 4rem 0;
  }
  .case .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .case .left {
    width: 100%;
  }
  .case .head {
    padding-bottom: 20px;
  }
  .case .case_swiper {
    margin-top: 20px;
  }
  .case .case_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .case .case_swiper .info p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .case .swiper_btns {
    margin-top: 2rem;
  }
  .case .right {
    width: 100%;
  }
  .factory {
    padding: 4rem 0 6rem;
    margin-bottom: -2rem;
  }
  .factory .imgs {
    margin-top: 2rem;
  }
  .factory .imgs > div {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
  .factory .imgs .img {
    border-radius: 8px;
  }
  .factory .imgs .img:nth-child(6n + 1),
  .factory .imgs .img:nth-child(6n + 2),
  .factory .imgs .img:nth-child(6n + 3),
  .factory .imgs .img:nth-child(6n + 4),
  .factory .imgs .img:nth-child(6n + 5),
  .factory .imgs .img:nth-child(6n + 6) {
    grid-column: unset;
    grid-row: unset;
  }
  .factory .imgs .img:nth-child(3n + 1) {
    grid-column: span 2;
  }
  .cta {
    border-radius: 20px;
  }
  .cta .flex {
    padding: 2rem 0;
    min-height: unset;
  }
  .cta .head .btn {
    margin-top: 2rem;
  }
  footer .main {
    padding: 3rem 0 2rem;
    border-radius: 0 0 20px 20px;
  }
  footer .main .flex {
    display: block;
  }
  footer .main .foot_logo {
    margin-bottom: 2rem;
  }
  footer .main .logo {
    max-width: 160px;
  }
  footer .main .contact {
    margin-top: 1rem;
  }
  footer .main .contact li {
    padding-left: 2rem;
  }
  footer .main .contact li::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
  footer .main .contact li a {
    font-size: 1rem;
  }
  footer .main .contact li .label {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .contact li + li {
    margin-top: 1rem;
  }
  footer .main .foot_nav {
    padding: 0;
  }
  footer .main .foot_nav strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 8px;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(0);
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .main .foot_nav > div li {
    margin-bottom: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .main .foot_subscribe {
    width: 100%;
    padding: 20px 0 0;
    border: none;
  }
  footer .main .foot_subscribe .title {
    font-size: 18px;
  }
  footer .main .foot_subscribe form {
    margin-top: 20px;
  }
  footer .main .foot_subscribe form input[type="text"] {
    font-size: 1rem;
    padding: 0 3rem 0 1rem;
    height: 48px;
    border-radius: 6px;
  }
  footer .main .foot_subscribe form input[type="submit"] {
    width: 36px;
    height: 36px;
    right: 6px;
  }
  footer .main .foot_subscribe .social {
    margin-top: 20px;
    justify-content: center;
  }
  footer .main .foot_subscribe .social a,
  footer .main .foot_subscribe .social span {
    width: 40px;
    height: 40px;
  }
  footer .copyright {
    font-size: 13px;
    line-height: 1.5;
    padding: 1rem 0;
  }
  footer .copyright .flex {
    gap: 20px;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }

  
  .modal .modalcontent{
    width: 100%;
    
    height: 100%;
  }
  .quote-content .right{
    padding: 1.2rem;
    width: 100%;
  }
  .quote-content{
    height: 100%;
    padding-top: 1rem;
    border-radius: 0;
  }
  
  .modal .modalcontent{
    border-radius: 0;
    height: auto;
    top: unset;
    bottom: -200%;
    transform: translate(-50%,0);
  }
  .modal-q .modal .modalcontent{
    bottom: 0;
    top: unset;
    max-height: 90vh;
    overflow: auto;
    transform: translate(-50%,0);
  }
  .quote-content{
    max-height: unset;
  }
  .quote-content .left{
    display: none;
  }


  .quote-content form input:not([type="checkbox"]), .quote-content form select{
    padding: 1rem;
  }
  .quote-content form input[type="submit"]{
    padding: 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .head .subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 34px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .banner .flex {
    flex-direction: row;
  }
  .banner .head {
    width: 50%;
  }
  .banner .img {
    width: 40%;
  }
  .certification .flex {
    flex-direction: row;
  }
  .certification .head {
    width: 50%;
  }
  .history .main {
    align-items: flex-end;
    flex-direction: row;
  }
  .history .main .left {
    width: 50%;
  }
  .history .main .right {
    width: 50%;
  }
  .product .flex {
    flex-direction: row;
  }
  .product .left {
    width: 40%;
  }
  .outlet .items > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .outlet .right {
    max-width: 500px;
    margin: 0 auto;
  }
  .case .flex {
    flex-direction: row;
  }
  .case .left {
    width: 40%;
  }
}
