@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: 'Poppins r';
  src: url(../fonts/POPPINS-REGULAR.TTF);
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

:root {
  --color: #2EA148;
  --color2: #3ebd5b;
}

*, *::after, *::before {
  box-sizing: border-box;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

img:not(.none) {
  max-width: 100%;
  max-height: 100%;
}

textarea {
  resize: none;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.bezier .swiper-wrapper, .div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
  border-collapse: collapse;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
}

[data-lenis-prevent] {
  padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
  background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
  position: fixed;
  top: 0;
  right: 3px;
  width: 6px;
  height: 100vh;
  z-index: 9999;
  border-radius: 10px;
}

._scroll_y div {
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: black;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
  cursor: grab;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
  width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
  background-color: transparent;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

section {
  overflow: hidden;
}

section.unset {
  overflow: unset;
}

.lenis_scroll {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
  background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
  width: 2px !important;
  display: block;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax {
  width: 100%;
  height: 100%;
}

@keyframes roteAnimate {
  100% {
    transform: rotate(360deg);
  }
}
.fixed_products {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  pointer-events: none;
}
.fixed_products.on {
  pointer-events: auto;
}
.fixed_products.on .black {
  opacity: 1;
}
.fixed_products.on .content {
  clip-path: inset(0 0 0 0);
}
.fixed_products .black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: .6s ease;
}
.fixed_products .content {
  width: 100%;
  background: #fff;
  position: relative;
  margin: 80px 0 0 0;
  padding: 40px 0 77px 0;
  clip-path: inset(0 0 100% 0);
  transition: 1s;
}
.fixed_products .content .wrap {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fixed_products .content .wrap .close {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: -100px;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  transition: .6s ease;
  cursor: pointer;
}
.fixed_products .content .wrap .close:hover {
  border-color: var(--color);
  background: var(--color);
}
.fixed_products .content .wrap .close:hover svg rect {
  fill: #fff;
}
.fixed_products .content .wrap .close svg {
  width: 14px;
  height: 14px;
}
.fixed_products .content .wrap .close svg rect {
  transition: .6s ease;
}
.fixed_products .content .wrap .side {
  width: 266px;
}
.fixed_products .content .wrap .side .item.on .show {
  background: #2EA148;
}
.fixed_products .content .wrap .side .item.on .show .ic {
  filter: brightness(0) invert(1);
}
.fixed_products .content .wrap .side .item.on .show p {
  color: #fff;
}
.fixed_products .content .wrap .side .item:not(:last-child) {
  margin: 0 0 7px;
}
.fixed_products .content .wrap .side .item .show {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  padding: 0 30px;
  gap: 20px;
  cursor: pointer;
  transition: .6s ease;
}
.fixed_products .content .wrap .side .item .show .ic {
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
.fixed_products .content .wrap .side .item .show .ic img {
  object-fit: contain;
}
.fixed_products .content .wrap .side .item .show p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.fixed_products .content .wrap .side .item .hide {
  overflow: hidden;
  display: none;
}
.fixed_products .content .wrap .side .item .hide > div {
  margin: 10px 0 10px 95px;
}
.fixed_products .content .wrap .side .item .hide > div a {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 266.667%;
  display: block;
  transition: .6s ease;
}
.fixed_products .content .wrap .side .item .hide > div a:hover {
  color: var(--color);
}
.fixed_products .content .wrap .r {
  width: 1280px;
}
.fixed_products .content .wrap .r .all_more {
  width: fit-content;
  height: 42px;
  border-radius: 46px;
  border: 1px solid #2EA148;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 23px;
  margin: 42px auto 0;
}
.fixed_products .content .wrap .r .matter {
  display: none;
}
.fixed_products .content .wrap .r .matter.on {
  display: block;
}
.fixed_products .content .wrap .r .matter .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.fixed_products .content .wrap .r .matter .grid .item {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  transition: .6s ease;
  padding: 26px 30px;
}
.fixed_products .content .wrap .r .matter .grid .item:hover {
  border-color: var(--color);
}
.fixed_products .content .wrap .r .matter .grid .item:hover .img img {
  transform: scale(1.05);
}
.fixed_products .content .wrap .r .matter .grid .item:hover .text {
  color: var(--color);
}
.fixed_products .content .wrap .r .matter .grid .item .img {
  width: 100%;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.fixed_products .content .wrap .r .matter .grid .item .img img {
  object-fit: contain;
  transition: .6s ease;
}
.fixed_products .content .wrap .r .matter .grid .item .text {
  color: #1A1A1A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 0 0;
  transition: .6s ease;
}

.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.fixed_menu.on {
  pointer-events: auto;
}
.fixed_menu.on .black {
  opacity: 1;
  transition-delay: unset;
}
.fixed_menu.on .content {
  transform: translateX(0);
}
.fixed_menu.on .content .jump .up .headline, .fixed_menu.on .content .jump .up .menu_nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.fixed_menu.on .content .jump .up .menu_nav {
  transition-delay: 1.2s;
}
.fixed_menu.on .content .jump .down {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.fixed_menu .black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: .6s ease;
  transition-delay: 1.2s;
}
.fixed_menu .content {
  padding: 20px;
  height: 100%;
  position: relative;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}
.fixed_menu .content .jump {
  width: 477px;
  height: 100%;
  border-radius: 18px;
  background: #FFF;
  padding: 37px 50px 64px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed_menu .content .jump .up .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fixed_menu .content .jump .up .headline p {
  color: #2EA148;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.fixed_menu .content .jump .up .headline .close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
}
.fixed_menu .content .jump .up .headline .close:hover {
  background: var(--color);
  border-color: var(--color);
}
.fixed_menu .content .jump .up .headline .close:hover svg rect {
  fill: #fff;
}
.fixed_menu .content .jump .up .headline .close svg {
  width: 14px;
  height: 14px;
}
.fixed_menu .content .jump .up .headline .close svg rect {
  transition: .6s ease;
}
.fixed_menu .content .jump .up .menu_nav {
  margin: 114px 0 0 0;
  display: flex;
  gap: 44px;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fixed_menu .content .jump .up .menu_nav .flex1 .item.on a {
  color: var(--color);
}
.fixed_menu .content .jump .up .menu_nav .flex1 .item a {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .5s ease;
  display: block;
}
.fixed_menu .content .jump .up .menu_nav .flex1 .item:not(:last-child) {
  margin: 0 0 29px;
}
.fixed_menu .content .jump .up .menu_nav .flex2 {
  position: relative;
}
.fixed_menu .content .jump .up .menu_nav .flex2 .item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ,transform .6s .3s;
  pointer-events: none;
}
.fixed_menu .content .jump .up .menu_nav .flex2 .item.on {
  pointer-events: auto;
  transition: opacity 1s ,transform 1s 1s;
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}
.fixed_menu .content .jump .up .menu_nav .flex2 .item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed_menu .content .jump .up .menu_nav .flex2 .item a {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: block;
  transition: .6s ease;
}
.fixed_menu .content .jump .up .menu_nav .flex2 .item a:hover {
  color: var(--color);
}
.fixed_menu .content .jump .down {
  padding: 44px 0 0 0;
  border-top: 1px solid #D9D9D9;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fixed_menu .content .jump .down .list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.fixed_menu .content .jump .down .list:hover p {
  color: var(--color);
}
.fixed_menu .content .jump .down .list:not(:last-child) {
  margin: 0 0 10px;
}
.fixed_menu .content .jump .down .list .icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_menu .content .jump .down .list .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.fixed_menu .content .jump .down .list p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}

@keyframes ANIMATION_BOUNCE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed_sidebar {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  width: 50px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  padding: 23px 5px 16px 5px;
  transform: translateX(200%);
  transition: .6s;
}
.fixed_sidebar.on {
  transform: translateX(0);
}
.fixed_sidebar .list {
  cursor: pointer;
  display: block;
}
.fixed_sidebar .list:hover .icon {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: ANIMATION_BOUNCE;
  animation-name: ANIMATION_BOUNCE;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.fixed_sidebar .list:hover p {
  color: var(--color);
}
.fixed_sidebar .list:not(:first-child) {
  margin: 15px 0 0 0;
}
.fixed_sidebar .list .icon {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.fixed_sidebar .list .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.fixed_sidebar .list .icon svg path {
  transition: .6s ease;
}
.fixed_sidebar .list p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 3px 0 0 0;
  transition: .6s ease;
}
.fixed_sidebar .backTop {
  margin: 22px auto 0;
  width: 14px;
  cursor: pointer;
}
.fixed_sidebar .backTop:hover svg path {
  fill: var(--color);
}
.fixed_sidebar .backTop svg {
  width: 100%;
}
.fixed_sidebar .backTop svg path {
  transition: .6s ease;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 160px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .6s ease;
  border-bottom: 1px solid transparent;
}
.header.on {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.header.on .l .logo img:first-child {
  opacity: 0;
}
.header.on .l .logo img:nth-child(2) {
  opacity: 1;
}
.header.on .nav .item > a {
  color: #1A1A1A;
}
.header.on .r .head_search input {
  border-color: #555;
  color: #555;
}
.header.on .r .head_search input::placeholder {
  color: #555;
}
.header.on .r .head_search button {
  color: #555;
}
.header.on .r .lag > .iconfont {
  color: #555;
}
.header.on .r .menu span {
  background: #555;
}
.header.pro_on {
  background: #fff !important;
  border-bottom: 1px solid #EFEFEF;
}
.header.pro_on .l .logo img:first-child {
  opacity: 0;
}
.header.pro_on .l .logo img:nth-child(2) {
  opacity: 1;
}
.header.pro_on .nav .item > a {
  color: #1A1A1A;
}
.header.pro_on .r .head_search input {
  border-color: #555;
  color: #555;
}
.header.pro_on .r .head_search input::placeholder {
  color: #555;
}
.header.pro_on .r .head_search button {
  color: #555;
}
.header.pro_on .r .lag > .iconfont {
  color: #555;
}
.header.pro_on .r .menu span {
  background: #555;
}
.header .l {
  width: 283px;
}
.header .l .logo {
  width: 177px;
  height: 23px;
  display: block;
  position: relative;
}
.header .l .logo img {
  width: 100%;
  object-fit: contain;
  transition: .6s ease;
  display: block;
}
.header .l .logo img:first-child {
  filter: brightness(0) invert(1);
}
.header .l .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .nav {
  display: flex;
  gap: 46px;
  height: 100%;
  position: relative;
  left: -109px;
}
.header .nav .item {
  height: 100%;
  z-index: 1;
}
.header .nav .item.on > a {
  color: var(--color) !important;
}
.header .nav .item:hover > a {
  color: var(--color) !important;
}
.header .nav .item:hover .level {
  pointer-events: auto;
}
.header .nav .item:hover .level .joke {
  clip-path: inset(0 0 0 0);
}
.header .nav .item .level {
  position: absolute;
  width: 100vw;
  height: 77px;
  left: 50%;
  top: 100%;
  z-index: -1;
  transform: translateX(-50%);
  transition: 1s;
  pointer-events: none;
}
.header .nav .item .level .joke {
  position: relative;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  padding: 10px 0;
  height: 100%;
  transition: .4s ease;
  display: flex;
  justify-content: center;
  gap: 102px;
  clip-path: inset(0 0 100% 0);
  border-top: 1px solid #F3F3F3;
}
.header .nav .item .level .joke a {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  display: block;
  text-align: center;
  transition: .6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav .item .level .joke a:hover {
  color: var(--color);
}
.header .nav .item > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.header .r {
  display: flex;
  align-items: center;
}
.header .r .head_search {
  position: relative;
  top: 2px;
}
.header .r .head_search button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  transition: .6s ease;
}
.header .r .head_search input {
  width: 187px;
  height: 43px;
  border: 1px solid #fff;
  padding: 0 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  color: #FFF;
  border-radius: 30px;
  transition: .6s ease;
  display: block;
}
.header .r .head_search input::placeholder {
  color: white;
  transition: .6s ease;
}
@keyframes roteA {
  100% {
    transform: rotate(360deg);
  }
}
.header .r .lag {
  margin: 0 30px;
  animation: roteA 10s linear infinite;
  cursor: pointer;
}
.header .r .lag:hover .iconfont {
  color: var(--color) !important;
}
.header .r .lag .iconfont {
  font-size: 18px;
  color: #fff;
  transition: .6s ease;
}
@keyframes menuSpan {
  100% {
    width: 100%;
  }
}
.header .r .menu {
  width: 18px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.header .r .menu span {
  width: 0;
  height: 1px;
  background: #fff;
  transition: .6s ease;
  animation: menuSpan .8s linear infinite alternate;
}
.header .r .menu span:nth-child(2) {
  animation-delay: .2s;
}
.header .r .menu span:nth-child(3) {
  animation-delay: .4s;
}

header.active .header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
header.active .header .l .logo img:first-child {
  opacity: 0;
}
header.active .header .l .logo img:nth-child(2) {
  opacity: 1;
}
header.active .header .nav .item > a {
  color: #1A1A1A;
}
header.active .header .r .head_search input {
  border-color: #555;
  color: #555;
}
header.active .header .r .head_search input::placeholder {
  color: #555;
}
header.active .header .r .head_search button {
  color: #555;
}
header.active .header .r .lag > .iconfont {
  color: #555;
}
header.active .header .r .menu span {
  background: #555;
}

.footer .backTop {
  height: 69px;
  width: 430px;
  position: relative;
  transform: translateX(-215px);
}
.footer .backTop .bg {
  width: 100%;
  object-fit: contain;
  position: relative;
}
.footer .backTop .bg path {
  transform-origin: bottom;
}
.footer .backTop .joke {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.footer .backTop .joke:hover svg path {
  opacity: 1;
}
.footer .backTop .joke:hover p {
  color: #fff;
}
.footer .backTop .joke svg {
  width: 18px;
  height: 18px;
}
.footer .backTop .joke svg path {
  transition: .6s ease;
  opacity: .4;
}
.footer .backTop .joke p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2px 0 0 0;
  transition: .6s ease;
}
.footer .foo_main {
  background: #353535;
  padding: 103px 0 33px;
  margin-top: -1px;
  position: relative;
  z-index: 5;
}
.footer .foo_main .wrap {
  width: 1400px;
  margin: auto;
}
.footer .foo_main .wrap .top {
  display: flex;
  justify-content: space-between;
}
.footer .foo_main .wrap .top .left {
  display: flex;
  gap: 166px;
}
.footer .foo_main .wrap .top .left .message .foo_logo {
  width: 215px;
}
.footer .foo_main .wrap .top .left .message .flex {
  margin: 35px 0 0 0;
}
.footer .foo_main .wrap .top .left .message .flex .list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer .foo_main .wrap .top .left .message .flex .list:hover .icon svg path {
  fill: var(--color);
}
.footer .foo_main .wrap .top .left .message .flex .list:hover p {
  color: var(--color);
}
.footer .foo_main .wrap .top .left .message .flex .list:not(:last-child) {
  margin: 0 0 11px;
}
.footer .foo_main .wrap .top .left .message .flex .list .icon {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foo_main .wrap .top .left .message .flex .list .icon svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.footer .foo_main .wrap .top .left .message .flex .list .icon svg path {
  transition: .6s ease;
}
.footer .foo_main .wrap .top .left .message .flex .list p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.footer .foo_main .wrap .top .left .message .links {
  display: flex;
  gap: 15px;
  margin: 26px 0 0 0;
}
.footer .foo_main .wrap .top .left .message .links .list {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
  position: relative;
}
.footer .foo_main .wrap .top .left .message .links .list:hover .hide {
  opacity: 1;
  transform: translate(-50%, 0);
}
.footer .foo_main .wrap .top .left .message .links .list .hide{
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translate(-50%, -10px);
  bottom: calc(100% + 25px);
  pointer-events: none;
  opacity: 0;
  transition: .6s;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}
.footer .foo_main .wrap .top .left .message .links .list .hide:after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.footer .foo_main .wrap .top .left .message .links .list:hover {
  background: var(--color);
  border: 1px solid var(--color);
}
.footer .foo_main .wrap .top .left .message .links .list .iconfont {
  font-size: 20px;
  color: #fff;
  transition: .6s ease;
}
.footer .foo_main .wrap .top .left .foo_nav {
  display: flex;
}
.footer .foo_main .wrap .top .left .foo_nav .bigTitle {
  position: relative;
}
.footer .foo_main .wrap .top .left .foo_nav .bigTitle:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(217, 217, 217, 0.1);
  left: calc(100% + 46px);
  top: 0;
}
.footer .foo_main .wrap .top .left .foo_nav .bigTitle .list {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: block;
  width: fit-content;
  transition: .6s ease;
}
.footer .foo_main .wrap .top .left .foo_nav .bigTitle .list.on {
  color: var(--color);
}
.footer .foo_main .wrap .top .left .foo_nav .bigTitle .list:not(:last-child) {
  margin: 0 0 24px;
}
.footer .foo_main .wrap .top .left .foo_nav .display {
  position: relative;
  margin: 0 0 0 87px;
}
.footer .foo_main .wrap .top .left .foo_nav .display .list {
  position: relative;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity .3s,transform .6s .3s;
}
.footer .foo_main .wrap .top .left .foo_nav .display .list.on {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s,transform 1.2s 1.2s;
  transition-delay: .3s;
}
.footer .foo_main .wrap .top .left .foo_nav .display .list:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.footer .foo_main .wrap .top .left .foo_nav .display .list a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: block;
  transition: .6s ease;
}
.footer .foo_main .wrap .top .left .foo_nav .display .list a:hover {
  color: var(--color);
}
.footer .foo_main .wrap .top .right {
  width: 514px;
}
.footer .foo_main .wrap .top .right .p1 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 14px;
}
.footer .foo_main .wrap .top .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.footer .foo_main .wrap .top .right form input, .footer .foo_main .wrap .top .right form textarea {
  width: 166px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 18px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  transition: .6s ease;
}
.footer .foo_main .wrap .top .right form input:focus, .footer .foo_main .wrap .top .right form textarea:focus {
  border: 1px solid var(--color);
}
.footer .foo_main .wrap .top .right form input::placeholder, .footer .foo_main .wrap .top .right form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.footer .foo_main .wrap .top .right form textarea {
  width: 100%;
  height: 95px;
  padding: 18px;
}
.footer .foo_main .wrap .top .right form button {
  width: fit-content;
  height: 44px;
  padding: 0 25px;
  border-radius: 8px;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.footer .foo_main .wrap .bottom {
  margin: 166px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foo_main .wrap .bottom div p, .footer .foo_main .wrap .bottom div a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
.footer .foo_main .wrap .bottom div a {
  margin: 0 0 0 33px;
}
.footer .foo_main .wrap .bottom a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.footer .foo_main .wrap .bottom a:hover {
  color: var(--color);
}

.parallaxImg {
  overflow: hidden;
}

.parallaxImg img {
  max-height: unset;
}

.common_more {
  height: 42px;
  width: fit-content;
  padding: 0 17px;
  border-radius: 6px;
  background: #2EA148;
  display: flex;
  align-items: center;
  gap: 7px;
}
.common_more p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common_more .iconfont {
  color: #fff;
  font-size: 12px;
}

@keyframes goA {
  100% {
    transform: translateX(-50%);
  }
}
.common_banner {
  position: relative;
  height: 41.6666666667vw;
  z-index: 1;
}
.common_banner.on .parallax .common_bg {
  transform: scale(1);
}
.common_banner .parallax {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_banner .parallax .common_bg {
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.common_banner .parallax .text {
  text-align: center;
}
.common_banner .parallax .text h1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 7px;
}
.common_banner .parallax .text p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-pagination span {
  width: 10px;
  height: 10px;
  opacity: 1 !important;
  margin: 0 15px 0 0 !important;
  transition: .6s ease;
  background: #DDD;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color);
}
.swiper-pagination span:last-child {
  margin: 0 !important;
}

.common_paging {
  display: flex;
  justify-content: center;
}
.common_paging a {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: .6s ease;
  margin: 0 3px;
}
.common_paging a.prev, .common_paging a.next {
  width: fit-content;
  padding: 0 15px;
}
.common_paging a.point {
  background: transparent;
}
.common_paging a.on, .common_paging a:hover {
  background: var(--color);
  color: #fff;
}

.service2 {
  padding: 100px 0 180px;
}
.service2 .wrap {
  width: 1400px;
  margin: auto;
}
.service2 .wrap .title {
  color: #1A1A1A;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 37px;
}
.service2 .wrap .content .item {
  position: relative;
  z-index: 1;
}
.service2 .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #EDEDED;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .6s ease;
}
.service2 .wrap .content .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F8F8F8;
  opacity: 0;
  transition: .6s ease;
}
.service2 .wrap .content .item.on:after {
  background: var(--color);
}
.service2 .wrap .content .item.on:before {
  opacity: 1;
}
.service2 .wrap .content .item.on .show .add {
  transform: rotate(-135deg);
}
.service2 .wrap .content .item:last-child {
  border-bottom: 1px solid #EDEDED;
}
.service2 .wrap .content .item .show {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 33px;
  cursor: pointer;
}
.service2 .wrap .content .item .show .l {
  display: flex;
  align-items: center;
  gap: 28px;
}
.service2 .wrap .content .item .show .l .q {
  color: #2EA148;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.service2 .wrap .content .item .show .l .p1 {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.service2 .wrap .content .item .show .add {
  width: 14px;
  height: 14px;
  position: relative;
  transition: .6s ease;
}
.service2 .wrap .content .item .show .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color);
}
.service2 .wrap .content .item .show .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color);
}
.service2 .wrap .content .item .hide {
  overflow: hidden;
  display: none;
}
.service2 .wrap .content .item .hide > div {
  margin: 2px 125px 40px 80px;
}
.service2 .wrap .content .item .hide .text {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}

.common_cut {
  height: 60px;
  position: sticky;
  top: 80px;
  z-index: 999;
  background: var(--color);
}
.common_cut .wrap {
  height: 100%;
  width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 102px;
}
.common_cut .wrap .list {
  height: 100%;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}
.common_cut .wrap .list.on, .common_cut .wrap .list:hover {
  color: #fff;
}

.all_cursor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
.all_cursor.hide {
  opacity: 0;
}

.cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: opacity .3s, color .4s;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
}

body:hover .cursor {
  opacity: 1;
}

.fixed_form_contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.fixed_form_contact.on {
  pointer-events: auto;
}
.fixed_form_contact.on .black {
  opacity: 1;
}
.fixed_form_contact.on .content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s;
}
.fixed_form_contact .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 20px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  transition: .6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_form_contact .close:hover {
  border-color: var(--color);
}
.fixed_form_contact .close:hover svg path {
  fill: var(--color);
}
.fixed_form_contact .close svg {
  width: 20px;
  height: 20px;
}
.fixed_form_contact .close svg path {
  transition: .6s ease;
}
.fixed_form_contact .black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: .6s ease;
}
.fixed_form_contact .content {
  width: 1150px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  z-index: 65;
  padding: 45px;
  opacity: 0;
  transform: translateY(20px);
  transition: .6s;
}
.fixed_form_contact .content .title {
  color: #1A1A1A;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 45px;
}
.fixed_form_contact .content .jump {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 27px 0;
}
.fixed_form_contact .content .jump .item {
  width: 48%;
  display: flex;
  flex-direction: column-reverse;
}
.fixed_form_contact .content .jump .item.all {
  width: 100%;
  height: 204px;
}
.fixed_form_contact .content .jump .item p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px;
  transition: .6s ease;
}
.fixed_form_contact .content .jump .item input {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 0 24px;
  transition: .6s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fixed_form_contact .content .jump .item input::placeholder {
  color: #D3D3D3;
}
.fixed_form_contact .content .jump .item input:focus {
  border: 1px solid var(--color);
}
.fixed_form_contact .content .jump .item input:focus + p {
  color: var(--color);
}
.fixed_form_contact .content .jump .item textarea {
  width: 100%;
  height: 204px;
  border-radius: 4px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 24px;
  transition: .6s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fixed_form_contact .content .jump .item textarea::placeholder {
  color: #D3D3D3;
}
.fixed_form_contact .content .jump .item textarea:focus {
  border: 1px solid var(--color);
}
.fixed_form_contact .content .jump .item textarea:focus + p {
  color: var(--color);
}
.fixed_form_contact .content .jump button {
  width: fit-content;
  height: 48px;
  padding: 0 50px;
  border-radius: 48px;
  background: #2EA148;
  margin: 43px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1919px) {
  [data-lenis-prevent]{
    padding: 0px 1.0416666667vw 0px 0px;
  }
  [data-lenis-prevent]::-webkit-scrollbar{
    width: 0.2083333333vw;
  }
  ._scroll_y{
    right: 0.15625vw;
    width: 0.3125vw;
    border-radius: 0.5208333333vw;
  }
  ._scroll_y div{
    border-radius: 0.5208333333vw;
  }
  [data-wheel]::-webkit-scrollbar{
    width: 0.3645833333vw;
  }
  .lenis_scroll{
    height: 13.0208333333vw;
  }
  .lenis_scroll::-webkit-scrollbar{
    width: 0.1041666667vw !important;
  }
  .fixed_products .content{
    margin: 4.1666666667vw 0px 0px;
    padding: 2.0833333333vw 0px 4.0104166667vw;
  }
  .fixed_products .content .wrap{
    width: 83.3333333333vw;
  }
  .fixed_products .content .wrap .close{
    width: 2.3958333333vw;
    height: 2.3958333333vw;
    right: -5.2083333333vw;
  }
  .fixed_products .content .wrap .close svg{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .fixed_products .content .wrap .side{
    width: 13.8541666667vw;
  }
  .fixed_products .content .wrap .side .item:not(:last-child){
    margin: 0px 0px 0.3645833333vw;
  }
  .fixed_products .content .wrap .side .item .show{
    height: 3.6458333333vw;
    border-radius: 0.4166666667vw;
    padding: 0px 1.5625vw;
    gap: 1.0416666667vw;
  }
  .fixed_products .content .wrap .side .item .show .ic{
    width: 2.34375vw;
    height: 2.5vw;
  }
  .fixed_products .content .wrap .side .item .show p{
    font-size: 0.9375vw;
  }
  .fixed_products .content .wrap .side .item .hide > div{
    margin: 0.5208333333vw 0px 0.5208333333vw 4.9479166667vw;
  }
  .fixed_products .content .wrap .side .item .hide > div a{
    font-size: 0.9375vw;
  }
  .fixed_products .content .wrap .r{
    width: 66.6666666667vw;
  }
  .fixed_products .content .wrap .r .all_more{
    height: 2.1875vw;
    border-radius: 2.3958333333vw;
    font-size: 0.8333333333vw;
    padding: 0px 1.1979166667vw;
    margin: 2.1875vw auto 0px;
  }
  .fixed_products .content .wrap .r .matter .grid{
    gap: 1.3541666667vw;
  }
  .fixed_products .content .wrap .r .matter .grid .item{
    height: 14.5833333333vw;
    border-radius: 1.0416666667vw;
    padding: 1.3541666667vw 1.5625vw;
  }
  .fixed_products .content .wrap .r .matter .grid .item .img{
    height: 9.21875vw;
  }
  .fixed_products .content .wrap .r .matter .grid .item .text{
    font-size: 0.8333333333vw;
    margin: 0.5208333333vw 0px 0px;
  }
  .fixed_menu .content{
    padding: 1.0416666667vw;
  }
  .fixed_menu .content .jump{
    width: 24.84375vw;
    border-radius: 0.9375vw;
    padding: 1.9270833333vw 2.6041666667vw 3.3333333333vw;
  }
  .fixed_menu .content .jump .up .headline{
    transform: translateY(1.0416666667vw);
  }
  .fixed_menu .content .jump .up .headline p{
    font-size: 1.25vw;
  }
  .fixed_menu .content .jump .up .headline .close{
    width: 2.3958333333vw;
    height: 2.3958333333vw;
  }
  .fixed_menu .content .jump .up .headline .close svg{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .fixed_menu .content .jump .up .menu_nav{
    margin: 5.9375vw 0px 0px;
    gap: 2.2916666667vw;
    transform: translateY(1.0416666667vw);
  }
  .fixed_menu .content .jump .up .menu_nav .flex1 .item a{
    font-size: 0.9375vw;
  }
  .fixed_menu .content .jump .up .menu_nav .flex1 .item:not(:last-child){
    margin: 0px 0px 1.5104166667vw;
  }
  .fixed_menu .content .jump .up .menu_nav .flex2 .item{
    transform: translateY(0.5208333333vw);
  }
  .fixed_menu .content .jump .up .menu_nav .flex2 .item a{
    font-size: 0.8333333333vw;
  }
  .fixed_menu .content .jump .down{
    padding: 2.2916666667vw 0px 0px;
    transform: translateY(1.0416666667vw);
  }
  .fixed_menu .content .jump .down .list{
    gap: 0.7291666667vw;
  }
  .fixed_menu .content .jump .down .list:not(:last-child){
    margin: 0px 0px 0.5208333333vw;
  }
  .fixed_menu .content .jump .down .list .icon{
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .fixed_menu .content .jump .down .list p{
    font-size: 0.8333333333vw;
  }
  .fixed_sidebar{
    bottom: 5.2083333333vw;
    right: 1.0416666667vw;
    width: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.7291666667vw 0px;
    padding: 1.1979166667vw 0.2604166667vw 0.8333333333vw;
  }
  .fixed_sidebar .list:not(:first-child){
    margin: 0.78125vw 0px 0px;
  }
  .fixed_sidebar .list .icon{
    width: 0.9895833333vw;
    height: 0.9895833333vw;
  }
  .fixed_sidebar .list p{
    font-size: 0.7291666667vw;
    margin: 0.15625vw 0px 0px;
  }
  .fixed_sidebar .backTop{
    margin: 1.1458333333vw auto 0px;
    width: 0.7291666667vw;
  }
  .header{
    height: 4.1666666667vw;
    padding: 0px 8.3333333333vw;
  }
  .header.on{
    backdrop-filter: blur(0.5208333333vw);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.78125vw;
  }
  .header .l{
    width: 14.7395833333vw;
  }
  .header .l .logo{
    width: 9.21875vw;
    height: 1.1979166667vw;
  }
  .header .nav{
    gap: 2.3958333333vw;
    left: -5.6770833333vw;
  }
  .header .nav .item .level{
    height: 4.0104166667vw;
  }
  .header .nav .item .level .joke{
    padding: 0.5208333333vw 0px;
    gap: 5.3125vw;
  }
  .header .nav .item .level .joke a{
    font-size: 0.7291666667vw;
    line-height: 2.1875vw;
  }
  .header .nav .item > a{
    font-size: 0.9375vw;
  }
  .header .r .head_search{
    top: 0.1041666667vw;
  }
  .header .r .head_search button{
    right: 0.78125vw;
    font-size: 0.9375vw;
  }
  .header .r .head_search input{
    width: 9.7395833333vw;
    height: 2.2395833333vw;
    padding: 0px 0.78125vw;
    font-size: 0.7291666667vw;
    border-radius: 1.5625vw;
  }
  .header .r .lag{
    margin: 0px 1.5625vw;
  }
  .header .r .lag .iconfont{
    font-size: 0.9375vw;
  }
  .header .r .menu{
    width: 0.9375vw;
    height: 0.78125vw;
  }
  header.active .header{
    backdrop-filter: blur(0.5208333333vw);
  }
  .footer .backTop{
    height: 3.59375vw;
    width: 22.3958333333vw;
    transform: translateX(-11.1979166667vw);
  }
  .footer .backTop .joke{
    top: 1.0416666667vw;
  }
  .footer .backTop .joke svg{
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .footer .backTop .joke p{
    font-size: 0.8333333333vw;
    margin: 0.1041666667vw 0px 0px;
  }
  .footer .foo_main{
    padding: 5.3645833333vw 0px 1.71875vw;
  }
  .footer .foo_main .wrap{
    width: 72.9166666667vw;
  }
  .footer .foo_main .wrap .top .left{
    gap: 8.6458333333vw;
  }
  .footer .foo_main .wrap .top .left .message .foo_logo{
    width: 11.1979166667vw;
  }
  .footer .foo_main .wrap .top .left .message .flex{
    margin: 1.8229166667vw 0px 0px;
  }
  .footer .foo_main .wrap .top .left .message .flex .list{
    gap: 0.7291666667vw;
  }
  .footer .foo_main .wrap .top .left .message .flex .list:not(:last-child){
    margin: 0px 0px 0.5729166667vw;
  }
  .footer .foo_main .wrap .top .left .message .flex .list .icon{
    width: 0.8854166667vw;
    height: 0.8854166667vw;
  }
  .footer .foo_main .wrap .top .left .message .flex .list p{
    font-size: 0.8333333333vw;
  }
  .footer .foo_main .wrap .top .left .message .links{
    gap: 0.78125vw;
    margin: 1.3541666667vw 0px 0px;
  }
  .footer .foo_main .wrap .top .left .message .links .list{
    width: 2.5vw;
    height: 2.5vw;
  }
  .footer .foo_main .wrap .top .left .message .links .list .hide{
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    transform: translate(-50%, -0.5208333333vw);
    bottom: calc(100% + 1.3020833333vw);
    border-radius: 0.5208333333vw;
    padding: 0.2083333333vw;
  }
  .footer .foo_main .wrap .top .left .message .links .list .hide::after{
    bottom: -0.46875vw;
    border-top: 0.625vw solid rgb(255, 255, 255);
    border-left: 0.5208333333vw solid transparent;
    border-right: 0.5208333333vw solid transparent;
  }
  .footer .foo_main .wrap .top .left .message .links .list .iconfont{
    font-size: 1.0416666667vw;
  }
  .footer .foo_main .wrap .top .left .foo_nav .bigTitle::after{
    left: calc(100% + 2.3958333333vw);
  }
  .footer .foo_main .wrap .top .left .foo_nav .bigTitle .list{
    font-size: 1.0416666667vw;
  }
  .footer .foo_main .wrap .top .left .foo_nav .bigTitle .list:not(:last-child){
    margin: 0px 0px 1.25vw;
  }
  .footer .foo_main .wrap .top .left .foo_nav .display{
    margin: 0px 0px 0px 4.53125vw;
  }
  .footer .foo_main .wrap .top .left .foo_nav .display .list{
    transform: translateY(1.0416666667vw);
  }
  .footer .foo_main .wrap .top .left .foo_nav .display .list a{
    font-size: 0.8333333333vw;
  }
  .footer .foo_main .wrap .top .right{
    width: 26.7708333333vw;
  }
  .footer .foo_main .wrap .top .right .p1{
    font-size: 0.9375vw;
    margin: 0px 0px 0.7291666667vw;
  }
  .footer .foo_main .wrap .top .right form{
    gap: 0.4166666667vw;
  }
  .footer .foo_main .wrap .top .right form input, .footer .foo_main .wrap .top .right form textarea{
    width: 8.6458333333vw;
    height: 2.6041666667vw;
    border-radius: 0.2083333333vw;
    padding: 0px 0.9375vw;
    font-size: 0.7291666667vw;
  }
  .footer .foo_main .wrap .top .right form textarea{
    height: 4.9479166667vw;
    padding: 0.9375vw;
  }
  .footer .foo_main .wrap .top .right form button{
    height: 2.2916666667vw;
    padding: 0px 1.3020833333vw;
    border-radius: 0.4166666667vw;
    font-size: 0.7291666667vw;
  }
  .footer .foo_main .wrap .bottom{
    margin: 8.6458333333vw 0px 0px;
  }
  .footer .foo_main .wrap .bottom div p, .footer .foo_main .wrap .bottom div a{
    font-size: 0.8333333333vw;
  }
  .footer .foo_main .wrap .bottom div a{
    margin: 0px 0px 0px 1.71875vw;
  }
  .footer .foo_main .wrap .bottom a{
    font-size: 0.8333333333vw;
  }
  .common_more{
    height: 2.1875vw;
    padding: 0px 0.8854166667vw;
    border-radius: 0.3125vw;
    gap: 0.3645833333vw;
  }
  .common_more p{
    font-size: 0.7291666667vw;
  }
  .common_more .iconfont{
    font-size: 0.625vw;
  }
  .common_banner .parallax .text h1{
    font-size: 2.5vw;
    margin: 0px 0px 0.3645833333vw;
  }
  .common_banner .parallax .text p{
    font-size: 1.0416666667vw;
  }
  .swiper-pagination span{
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    margin: 0px 0.78125vw 0px 0px !important;
  }
  .common_paging a{
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
    font-size: 0.7291666667vw;
    margin: 0px 0.15625vw;
  }
  .common_paging a.prev, .common_paging a.next{
    padding: 0px 0.78125vw;
  }
  .service2{
    padding: 5.2083333333vw 0px 9.375vw;
  }
  .service2 .wrap{
    width: 72.9166666667vw;
  }
  .service2 .wrap .title{
    font-size: 2.0833333333vw;
    margin: 0px 0px 1.9270833333vw;
  }
  .service2 .wrap .content .item .show{
    height: 4.1666666667vw;
    padding: 0px 2.6041666667vw 0px 1.71875vw;
  }
  .service2 .wrap .content .item .show .l{
    gap: 1.4583333333vw;
  }
  .service2 .wrap .content .item .show .l .q{
    font-size: 1.25vw;
  }
  .service2 .wrap .content .item .show .l .p1{
    font-size: 0.9375vw;
  }
  .service2 .wrap .content .item .show .add{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .service2 .wrap .content .item .show .add::after{
    height: 0.1041666667vw;
  }
  .service2 .wrap .content .item .show .add::before{
    width: 0.1041666667vw;
  }
  .service2 .wrap .content .item .hide > div{
    margin: 0.1041666667vw 6.5104166667vw 2.0833333333vw 4.1666666667vw;
  }
  .service2 .wrap .content .item .hide .text{
    font-size: 0.8333333333vw;
  }
  .common_cut{
    height: 3.125vw;
    top: 4.1666666667vw;
  }
  .common_cut .wrap{
    width: 83.3333333333vw;
    gap: 5.3125vw;
  }
  .common_cut .wrap .list{
    font-size: 0.7291666667vw;
  }
  .all_cursor{
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .fixed_form_contact .close{
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    right: 1.5625vw;
    top: 1.0416666667vw;
  }
  .fixed_form_contact .close svg{
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .fixed_form_contact .content{
    width: 59.8958333333vw;
    border-radius: 0.78125vw;
    padding: 2.34375vw;
    transform: translateY(1.0416666667vw);
  }
  .fixed_form_contact .content .title{
    font-size: 1.6666666667vw;
    margin: 0px 0px 2.34375vw;
  }
  .fixed_form_contact .content .jump{
    gap: 1.40625vw 0px;
  }
  .fixed_form_contact .content .jump .item.all{
    height: 10.625vw;
  }
  .fixed_form_contact .content .jump .item p{
    font-size: 0.8333333333vw;
    margin: 0px 0px 0.5208333333vw;
  }
  .fixed_form_contact .content .jump .item input{
    height: 2.9166666667vw;
    border-radius: 0.2083333333vw;
    padding: 0px 1.25vw;
    font-size: 0.8333333333vw;
  }
  .fixed_form_contact .content .jump .item textarea{
    height: 10.625vw;
    border-radius: 0.2083333333vw;
    padding: 1.25vw;
    font-size: 0.8333333333vw;
  }
  .fixed_form_contact .content .jump button{
    height: 2.5vw;
    padding: 0px 2.6041666667vw;
    border-radius: 2.5vw;
    margin: 2.2395833333vw auto 0px;
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .header{
    display: none;
  }
  .header_mobile{
    display: block!important;
    overflow: hidden;
  }
  .header_mobile .top{
    position: fixed;
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    background: #fff;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
  }
  .header_mobile .top .logo{
    width: 120px;
    height: 35px;
    display: block;
  }
  .header_mobile .top .r{
    display: flex;
    align-items: center;
  }
  .header_mobile .top .logo img{
    height: 100%;
    object-fit: contain;
  }
  .header_mobile .top .r .menu{
    margin: 0 0 0 25px;
    cursor: pointer;
    position: relative;
  }
  .header_mobile .top .r .menu .show{
    width: 25px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header_mobile .top .r .menu .show span{
    width: 100%;
    height: 1px;
    background: #000;
    transition: .3s ease;
    transform-origin: left;
  }
  .header_mobile .top .r .menu .show span:first-child{
    transition-delay: .6s;
  }
  .header_mobile .top .r .menu .show span:nth-child(2){
    transition-delay: .5s;
  }
  .header_mobile .top .r .menu .show span:nth-child(3){
    transition-delay: .4s;
  }
  .header_mobile .top .r .menu .hide{
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .header_mobile .top .r .menu .hide:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transform: scaleX(0);
    transition: .3s ease;
    transform-origin: left;
  }
  .header_mobile .top .r .menu .hide:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transform: scaleY(0);
    transition: .3s ease;
    transform-origin: top;
  }
  .header_mobile .top .r .menu.on .show span{
    transform: scaleX(0);
  }
  .header_mobile .top .r .menu.on .show span:nth-child(1) {
    transition-delay: 0s;
  }
  .header_mobile .top .r .menu.on .show span:nth-child(2) {
    transition-delay: .1s;
  }
  .header_mobile .top .r .menu.on .show span:nth-child(3) {
    transition-delay: .2s;
  }
  .header_mobile .top .r .menu.on .hide:after{
    transform: scaleX(1);
    transition-delay: .4s;
  }
  .header_mobile .top .r .menu.on .hide:before{
    transform: scaleY(1);
    transition-delay: .3s;
  }

  .header_mobile .top .r .mobile_search{
    color: #111;
    font-size: 19px;
  }

  .header_mobile .bottom{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 98;
    clip-path: inset(0 0 100%);
    transition: .6s ease;
  }
  .header_mobile .bottom .joke > ul >li{
    transform: translateY(10px);
    opacity: 0;
    transition: opacity .3s,transform .6s .3s;
  }
  .header_mobile.on .bottom{
    clip-path: inset(0 0 0 0);
  }
  .header_mobile.on .bottom .joke>ul>li{
    opacity: 1;
    transform: translateY(0);
  }
  .header_mobile .bottom .joke{
    padding: 80px 5% 30px 5%;
    height: calc(100vh - 47px);
    overflow: hidden;
    overflow-y: scroll;
  }
  .header_mobile .bottom .joke ul{
    margin: 0 0 20px;
    position: relative;
  }
  .header_mobile .bottom .joke ul ul{
    display: none;
  }
  .header_mobile .bottom .joke > ul > li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header_mobile .bottom .joke > ul .other{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 0 0;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity .3s, transform .6s .3s;
    cursor: pointer;
  }
  .header_mobile.on .bottom .joke>ul>.other{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  }
  .header_mobile .bottom .joke > ul .other .iconfont{
    font-size: 18px;
    color: #666;
  }
  .header_mobile .bottom .joke > ul .other p{
    color: #666;
    font-size: 14px;
  }
  .header_mobile .bottom .joke ul li .show{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_mobile .bottom .joke > ul > li > .show{
    height: 60px;
  }
  .header_mobile .bottom .joke ul li .show > a{
    font-size: 14px;
    color: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 35px;
    transition: .6s ease;
  }
  .header_mobile .bottom .joke > ul > li > .show > a{
    color: #000;
    font-size: 16px;
  }
  .header_mobile .bottom .joke ul li .show .click{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
  }
  .header_mobile .bottom .joke ul li .show.on > a{
    color: var(--color) !important;
  }
  .header_mobile .bottom .joke ul li .show.on .click img{
    transform: rotate(180deg);
  }
  .header_mobile .bottom .joke ul li .show .click img{
    width: 12px;
    height: 12px;
    transition: .3s ease;
  }

  .header_mobile.black .top{
    background: #000;
    box-shadow: unset;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .header_mobile.black .top .r .menu .show span,.header_mobile.black .top .r .menu .hide:after,.header_mobile.black .top .r .menu .hide:before{
    background: #fff;
  }
  .header_mobile.black .bottom{
    background: #000;
  }
  .header_mobile.black .bottom .joke > ul > li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header_mobile.black .bottom .joke ul li .show .click img{
    filter: brightness(0) invert(1);
  }

  .parallax{
    transform: none!important;
  }
  .parallaxImg img{
    height: auto!important;
    margin-top: 0!important;
    transform: translateY(0) !important;
    max-height: 100%;
  }
  .cursor{
    display: none!important;
  }
  .common_more{
    height: 38px;
    padding: 0 15px;
    gap: 7px;
    border-radius: 7px;
  }
  .common_more p{
    font-size: 14px;
  }
  .common_more .iconfont{
    font-size: 12px;
  }
  .footer .foo_main{
    padding: 40px 0;
  }
  .footer .foo_main .wrap{
    width: 90%;
  }
  .footer .foo_main .wrap .top .left .foo_nav{
    display: none;
  }
  .footer .foo_main .wrap .top{
    flex-direction: column;
  }
  .footer .foo_main .wrap .top .left{
    gap: 10px;
    justify-content: unset;
  }
  .footer .foo_main .wrap .top .left .message .foo_logo{
    width: 120px;
  }
  .footer .foo_main .wrap .top .left .message .flex{
    margin: 15px 0 0 0;
  }
  .footer .foo_main .wrap .top .left .message .flex .list .icon{
    width: 15px;
    height: 15px;
  }
  .footer .foo_main .wrap .top .left .message .flex .list:not(:last-child){
    margin: 0 0 15px;
  }
  .footer .foo_main .wrap .top .left .message .flex .list p{
    font-size: 14px;
  }
  .footer .foo_main .wrap .top .left .message .flex .list{
    gap: 10px;
  }


  .footer .foo_main .wrap .top .left .message .links{
    gap: 10px;
    margin: 25px 0 0 0;
  }
  .footer .foo_main .wrap .top .left .message .links .list{
    width: 35px;
    height: 35px;
  }
  .footer .foo_main .wrap .top .left .message .links .list .iconfont{
    font-size: 14px;
  }
  .footer .foo_main .wrap .top .right{
    width: 100%;
    margin: 25px 0 0 0;
  }
  .footer .foo_main .wrap .top .right .p1{
    font-size: 13px;
    margin: 0 0 15px;
  }
  .footer .foo_main .wrap .top .right form{
    gap: 10px;
  }
  .footer .foo_main .wrap .top .right form input, .footer .foo_main .wrap .top .right form textarea{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
  }
  .footer .foo_main .wrap .top .right form textarea{
    height: 80px;
    padding: 10px;
  }
  .footer .foo_main .wrap .top .right form button{
    height: 38px;
    padding: 0 20px;
    gap: 7px;
    border-radius: 7px;
    font-size: 13px;
    margin: 5px 0 0 0;
  }
  .footer .foo_main .wrap .bottom{
    margin: 20px 0 0 0;
    flex-direction: column;
    align-items: unset;
  }
  .footer .foo_main .wrap .bottom a{
    font-size: 13px;
  }
  .footer .foo_main .wrap .bottom div p, .footer .foo_main .wrap .bottom div a{
    font-size: 13px;
    line-height: unset;
  }
  .fixed_sidebar{
    display: none;
  }
  .common_paging{
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .common_paging a{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0 4px;
  }
  .common_banner{
    margin: 60px 0 0 0;
    height: 45vh;
  }
  .common_banner .parallax .text{
    padding: 0 5%;
  }
  .common_banner .parallax .text h1{
    font-size: 18px;
    margin: 0 0 15px;
  }
  .common_banner .parallax .text p{
    font-size: 12px;
    line-height: 22px;
  }
  .service2{
    padding: 0 0 40px;
  }
  .service2 .wrap{
    width: 90%;
  }
  .service2 .wrap .title{
    font-size: 20px;
    margin: 0 0 20px;
  }
  .service2 .wrap .content .item .show{
    height: 65px;
    padding: 0 10px;
  }


  .service2 .wrap .content .item .show .l{
    gap: 10px;
    flex: 1;
    align-items: unset;
  }
  .service2 .wrap .content .item .show .l .q{
    font-size: 14px;
  }
  .service2 .wrap .content .item .show .l .p1{
    font-size: 12px;
    width: 80%;
  }
  .service2 .wrap .content .item .show .add{
    width: 16px;
    height: 16px;
  }
  .service2 .wrap .content .item .hide > div{
    margin: 0 15px 10px 36px;
  }
  .service2 .wrap .content .item .hide .text{
    font-size: 12px;
  }
  .fixed_form_contact .content{
    width: 90%;
    height: auto;
    border-radius: 10px;
    padding: 15px;
  }
  .fixed_form_contact .content .title{
    font-size: 16px;
    margin: 0 0 15px;
  }
  .fixed_form_contact .content .jump{
    gap: 15px;
  }
  .fixed_form_contact .content .jump .item{
    width: 100%;
  }
  .fixed_form_contact .content .jump .item input{
    height: 35px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 13px;
  }
  .fixed_form_contact .content .jump .item textarea{
    height: 60px;
    border-radius: 5px;
    font-size: 13px;
    padding: 15px;
  }
  .fixed_form_contact .content .jump .item p{
    font-size: 13px;
    margin: 0 0 10px;
  }
  .fixed_form_contact .content .jump .item.all{
    height: auto;
  }
  .fixed_form_contact .content .jump button{
    height: 36px;
    padding: 0 25px;
    border-radius: 30px;
    font-size: 13px;
  }
  .fixed_form_contact .close{
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  .fixed_form_contact .close svg{
    width: 16px;
    height: 16px;
  }
  .footer .foo_main .wrap .top .left .message .links .list .hide{
    width: 90px;
    height: 90px;
    left: 0;
    border-radius: 4px;
    padding: 4px;
    transform: translate(0, -10px);
    bottom: calc(100% + 15px);
  }
  .footer .foo_main .wrap .top .left .message .links .list .hide::after{
    display: none;
  }
  .footer .foo_main .wrap .top .left .message .links .list:hover .hide {
    transform: translate(0, 0);
  }
}
