body {
  margin: 0;
  padding: 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #393939;
}
.dispn {
  display: none;
}
.cursp {
  cursor: pointer;
}
/* 细滚动条样式 */
.thinSCroll {
  /* 滚动条样式 */
  /* 滑块样式 */
  /* 滚动条轨道样式 */
}
.thinSCroll ::-webkit-scrollbar {
  width: 6px;
}
.thinSCroll ::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 10px;
}
.thinSCroll ::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  border-radius: 10px;
}
.nav-white {
  background: #fff;
  height: 80px!important;
}
.nav-white .nav-t-box .nav-t-t a > div {
  color: #393939;
}
.nav-white .nav-t-box .nav-t-t:hover {
  animation: pulse;
  animation-duration: 0.8s;
}
.nav-white .nav-t-box .nav-t-n ul li a {
  color: #393939 !important;
}
.nav-white .nav-t-box .nav-t-n ul li a:hover {
  color: #000 !important;
}
.nav-white .nav-t-box .nav-t-n ul li:hover {
  animation: rubberBand;
  animation-duration: 0.8s;
}
.nav-white .nav-t-box .nav-t-n .isActive {
  color: #000 !important;
}
.nav-white .nav-t-box .nav-t-l .lang-text {
  color: #393939 !important;
}
.nav-white .nav-t-box .nav-t-l .lang-dialog ul {
  background-color: rgba(255, 255, 255) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.nav-white .nav-t-box .nav-t-l .lang-dialog ul li a {
  color: #393939 !important;
}
.nav-white .nav-t-box .nav-t-l .lang-dialog ul li a:hover {
  color: #FF8000 !important;
}
#nav {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 9999;
  transition: all 0.6s ease;
}
#nav .nav-t-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 180px;
  color: #fff;
}
#nav .nav-t-box .nav-t-t a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
#nav .nav-t-box .nav-t-t a img {
  width: 40px;
  height: 40px;
}
#nav .nav-t-box .nav-t-t a > div {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 8px;
}
#nav .nav-t-box .nav-t-t:hover {
  animation: pulse;
  animation-duration: 0.8s;
}
#nav .nav-t-box .nav-t-n {
  flex-grow: 1;
  padding: 0 10%;
}
#nav .nav-t-box .nav-t-n ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
}
#nav .nav-t-box .nav-t-n ul li {
  list-style: none;
}
#nav .nav-t-box .nav-t-n ul li a {
  text-decoration: none;
  color: #dedede;
  transition: all 0.4s ease;
}
#nav .nav-t-box .nav-t-n ul li a:hover {
  color: #fff;
}
#nav .nav-t-box .nav-t-n ul li:hover {
  animation: rubberBand;
  animation-duration: 0.8s;
}
#nav .nav-t-box .nav-t-n .isActive {
  font-weight: 600;
  color: #fff;
}
#nav .nav-t-box .nav-t-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .nav-t-box .nav-t-l img {
  width: 22px;
  height: 22px;
}
#nav .nav-t-box .nav-t-l > div {
  font-size: 14px;
  margin-left: 2px;
}
#nav .nav-t-box .nav-t-l .lang-dialog {
  width: 144px;
  position: fixed;
  top: 28px;
  right: 186px;
  padding: 8px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
  font-size: 12px;
}
#nav .nav-t-box .nav-t-l .lang-dialog ul {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#nav .nav-t-box .nav-t-l .lang-dialog ul li {
  width: 48%;
  list-style: none;
  padding: 8px 1%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#nav .nav-t-box .nav-t-l .lang-dialog ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#nav .nav-t-box .nav-t-l .lang-dialog ul li a:hover {
  color: #FF8000;
}
#nav .nav-t-box .nav-t-l:hover .lang-dialog {
  transform: scaleY(1);
  opacity: 1;
}
#func-side {
  position: fixed;
  right: 0;
  margin-top: 240px;
  color: #fff;
  z-index: 9998;
}
#func-side .func-side-box {
  width: 64px;
  padding: 16px 8px;
  margin-right: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
#func-side .func-side-box > div {
  height: 80px;
  margin: 4px 0;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
#func-side .func-side-box > div .func-side-item-dialog {
  position: absolute;
  top: 16px;
  right: 80px;
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  transform: translateX(195px);
  opacity: 0;
  transition: all 0.4s ease;
}
#func-side .func-side-box > div .dialog-wechat {
  top: -20px;
}
#func-side .func-side-box > div .dialog-wechat img {
  width: 98px;
  height: 98px;
}
#func-side .func-side-box > div:hover .func-side-item-dialog {
  transform: translateX(0px);
  opacity: 1;
}
#func-side .func-side-box .func-side-item-i {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  transition: all 0.4s ease;
}
#func-side .func-side-box .func-side-item-t {
  font-size: 14px;
  transition: all 0.4s ease;
}
#home .home-a-placeholder {
  width: 100%;
  height: 100vh;
}
#home .home-a {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
#home .home-a .homea-swiper {
  height: 100%;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  filter: brightness(70%);
  object-fit: cover;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
  width: 400px;
  text-align: left;
  line-height: 32px;
  position: absolute;
  left: 180px;
  bottom: 100px;
  padding: 24px 32px 16px;
  color: #fff;
  background: rgba(18, 59, 83, 0.33);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  z-index: 2009;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-t {
  font-size: 22px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a img {
  width: 24px;
  height: 24px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div {
  margin-left: 8px;
  padding: 8px 0;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a :hover {
  text-decoration: underline;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide-active img,
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
#home .home-b {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-b .homeb-swiper {
  width: 90%;
  height: 371px;
  padding: 144px 0;
}
#home .home-b .homeb-swiper .swiper-slide {
  position: relative;
}
#home .home-b .homeb-swiper .swiper-slide img {
  width: 726px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
#home .home-b .homeb-swiper .swiper-slide .swiper-slide-bt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 144px;
  letter-spacing: 16px;
  color: #F1F5F9;
  white-space: nowrap;
  text-align: center;
}
#home .home-b .homeb-swiper .swiper-slide .swiper-slide-t {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
#home .home-b .homeb-swiper .swiper-slide .swiper-slide-b {
  display: inline-block;
  padding: 8px 14px;
  margin-top: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
#home .home-b .homeb-swiper .swiper-button-prev {
  left: 9%;
}
#home .home-b .homeb-swiper .swiper-button-next {
  right: 9%;
}
#home .home-b .homeb-swiper .swiper-button-next,
#home .home-b .homeb-swiper .swiper-button-prev {
  color: #000;
}
#home .home-b .homeb-swiper .swiper-button-next::after,
#home .home-b .homeb-swiper .swiper-button-prev::after {
  font-size: 28px;
  font-weight: 600;
}
#home .home-c {
  width: 100%;
  position: relative;
}
#home .home-c img {
  width: 100%;
  height: 100%;
  filter: brightness(70%);
  object-fit: cover;
}
#home .home-c > div {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
#home .home-c > div .homec-c-t {
  font-size: 24px;
  margin-bottom: 24px;
}
#home .home-c > div .homec-c-c {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 17;
  overflow: hidden;
}
#home .home-c > div .homec-c-b {
  display: inline-block;
  padding: 8px 14px;
  background-color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}
#home .home-c > div .homec-c-b:hover {
  animation: pulse;
  animation-duration: 0.8s;
}
#home .home-c > div a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
#home .home-d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  padding: 40px 0;
}
#home .home-d > div {
  width: 1296px;
}
#home .home-d .homed-t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
#home .home-d .homed-t > div {
  margin: 6px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.4s ease;
}
#home .home-d .homed-t > div a {
  color: #393939;
  text-decoration: none;
}
#home .home-d .homed-t > div a > div {
  padding: 48px 32px 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
#home .home-d .homed-t > div a img {
  object-fit: cover;
}
#home .home-d .homed-t > div:hover {
  transform: scale(1.1);
}
#home .home-d .homed-t .homed-t-item1 {
  width: 420px;
  height: 540px;
  background-image: -webkit-linear-gradient(#FDFDFD, #D4DEE5);
}
#home .home-d .homed-t .homed-t-item1 img {
  width: 100%;
  height: 420px;
}
#home .home-d .homed-t .homed-t-item2 {
  width: 420px;
  height: 300px;
}
#home .home-d .homed-t .homed-t-item2 img {
  width: 350px;
  height: 170px;
}
#home .home-d .homed-t .homed-t-item2 > div {
  margin-bottom: 16px;
}
#home .home-d .homed-t .homed-t-item3 {
  width: 420px;
  height: 300px;
}
#home .home-d .homed-t .homed-t-item3 img {
  width: 350px;
  height: 195px;
  float: right;
}
#home .home-d .homed-t .homed-t-item3 > div {
  margin-bottom: 16px;
}
#home .home-d .homed-t .homed-t-item4 {
  width: 420px;
  height: 300px;
}
#home .home-d .homed-t .homed-t-item4 img {
  width: 220px;
  height: 203px;
}
#home .home-d .homed-t .homed-t-item4 > div {
  padding-top: 32px;
}
#home .home-d .homed-t .homed-t-item5 {
  width: 852px;
  height: 540px;
  background-image: -webkit-linear-gradient(#FDFDFD, #D4DEE5);
  position: absolute;
  right: 0;
  bottom: 0;
}
#home .home-d .homed-t .homed-t-item5 img {
  width: 820px;
  height: 363px;
}
#home .home-d .homed-b {
  text-align: left;
}
#home .home-d .homed-b .homed-b-t {
  padding: 40px 6px 24px;
  font-size: 20px;
  font-weight: 600;
}
#home .home-d .homed-b .homed-b-b {
  display: inline-block;
  font-size: 15px;
  margin: 0 6px;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
}
#home .home-d .homed-b .homed-b-b:hover {
  animation: pulse;
  animation-duration: 0.8s;
}
#home .home-d .homed-b a {
  text-decoration: none;
}
#home .home-e {
  padding: 40px 0;
}
#home .home-e .homee-t {
  font-size: 20px;
  font-weight: 600;
  padding: 0 16px 40px;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 1.73;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product .product-a-placeholder {
  width: 100%;
  height: 400px;
}
#product .product-a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
}
#product .product-a img {
  width: 100%;
  height: 100%;
}
#product .product-a > div {
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
#product .product-a > div .producta-t {
  font-size: 28px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(#fff, #4D4D4D);
  color: transparent;
  background-clip: text;
  margin-bottom: 40px;
}
#product .product-a > div .producta-s {
  width: 100%;
  display: flex;
  justify-content: center;
}
#product .product-a > div .producta-s > div {
  position: relative;
}
#product .product-a > div .producta-s > div img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 20px;
}
#product .product-a > div .producta-s > div input {
  width: 584px;
  height: 48px;
  padding: 0 144px 0 48px;
  border-radius: 30px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  border: 0;
}
#product .product-a > div .producta-s > div input:focus {
  outline: none;
}
#product .product-a > div .producta-s > div button {
  padding: 10px 32px;
  border: 0;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 5px;
}
#product .product-b {
  display: flex;
  justify-content: center;
  padding: 0 170px;
}
#product .product-b .product-b-box {
  width: 100%;
}
#product .product-b .product-b-box .productb-level1 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 24px;
  padding: 0 6px;
}
#product .product-b .product-b-box .productb-level1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level1 > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #D1D1D1;
  border-radius: 30px;
  font-size: 14px;
}
#product .product-b .product-b-box .productb-level1 > div > div img {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div {
  margin-right: 16px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div {
  position: relative;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div:hover > ul,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div:hover > ul {
  transform: scaleY(1);
  opacity: 1;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul {
  width: 160px;
  height: 240px;
  overflow-y: auto;
  padding: 4px 0;
  margin: 0;
  position: absolute;
  top: 38px;
  left: -1px;
  z-index: 2002;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li {
  list-style: none;
  text-align: left;
  padding: 0 16px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background-color: #F6F6F6;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li:first-child,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li:last-child,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li:hover,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li:hover {
  background: #e6e6e6;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li a,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li a {
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 6px;
}
#product .product-b .product-b-box .productb-level2 .productb-item-all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 2px 16px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 30px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level2 .productb-item-all a {
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper {
  width: 100%;
  padding: 0;
  margin-left: 30px;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: contents;
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide a > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 2px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide a > div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product .product-b .product-b-box .productb-level2 .select-active {
  font-weight: 600;
  background-color: #E8E9FF !important;
  border: 1px solid #2E4DEC !important;
}
#product .product-b .product-b-box .productb-item-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 32px;
}
#product .product-b .product-b-box .productb-item-box .productb-item {
  width: 24%;
  aspect-ratio: 0.92;
  margin: 0.4% 0.5%;
  border-radius: 8px;
  position: relative;
  transition: all 0.4s ease;
}
#product .product-b .product-b-box .productb-item-box .productb-item:hover {
  transform: scale(1.05);
}
#product .product-b .product-b-box .productb-item-box .productb-item a {
  text-decoration: none;
}
#product .product-b .product-b-box .productb-item-box .productb-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  border-radius: 8px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb .productb-item-tb-t {
  color: #fff;
  padding: 24px 16px 8px;
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb .productb-item-tb-c {
  color: #A1B1FF;
  padding: 0 16px 8px;
  font-size: 14px;
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb .productb-item-tb-b {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  padding: 10px 16px;
  border-radius: 20px;
  background: #000;
  font-size: 14px;
}
#product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product-details .product-details-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background: #000;
}
#product-details .product-details-placeholder {
  width: 100%;
  height: 120px;
}
#product-details .product-details-content {
  width: 1168px;
  padding: 40px 0;
}
#product-details .product-details-content .product-details-a {
  display: flex;
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-a .product-details-a-l {
  width: 60%;
  margin-right: 3%;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-preview {
  border-radius: 8px;
  margin-bottom: 8px;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-preview img {
  width: 100%;
  height: 430px;
  border-radius: 8px;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper {
  width: 100%;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-slide img {
  width: 150px;
  height: 100px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-slide .details-img-active {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
#product-details .product-details-content .product-details-a .product-details-a-r {
  width: 37%;
  text-align: left;
  position: relative;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-t .details-params-t-t {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-t .details-params-t-c {
  font-size: 14px;
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-t {
  font-weight: 600;
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-c {
  display: flex;
  flex-direction: column;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-c > div {
  line-height: 48px;
  border-bottom: 1px solid #D8D8D8;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b {
  position: absolute;
  left: 0;
  bottom: 140px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a {
  color: #fff;
  text-decoration: none;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  border-radius: 30px;
  background-color: #2E4DEC;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a > div img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
#product-details .product-details-content .product-details-b {
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: left;
}
#product-details .product-details-content .product-details-b .product-details-b-t {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-b .product-details-b-c {
  line-height: 32px;
}
#about {
  overflow: hidden;
}
#about .about-a-placeholder {
  width: 100%;
  height: 320px;
}
#about .about-a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
#about .about-a img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
}
#about .about-a .about-a-t {
  position: absolute;
  bottom: 32px;
  left: 180px;
  color: #fff;
  font-size: 14px;
}
#about .about-a .about-a-t > div {
  display: flex;
  align-items: center;
}
#about .about-a .about-a-t > div .about-a-t-w {
  font-weight: 600;
}
#about .about-a .about-a-t > div img {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  filter: none;
}
#about .about-a .about-a-t .about-a-t-t {
  font-size: 40px;
  margin-bottom: 8px;
}
#about .about-a .about-a-t .about-a-t-t .about-a-t-w {
  font-weight: 600;
  margin-left: 12px;
}
#about .about-b {
  padding: 56px 180px 32px;
}
#about .about-b .about-b-a {
  padding: 0 80px 80px;
}
#about .about-b .about-b-a .about-b-a-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
#about .about-b .about-b-a .about-b-a-i {
  margin-bottom: 24px;
}
#about .about-b .about-b-a .about-b-a-i img {
  width: 32px;
  height: 24px;
}
#about .about-b .about-b-a .about-b-a-c {
  line-height: 32px;
}
#about .about-b .about-b-b {
  width: 100%;
  aspect-ratio: 2.83;
  margin-bottom: 80px;
  position: relative;
}
#about .about-b .about-b-b .about-b-b-bg {
  width: 100%;
  height: 100%;
  filter: brightness(75%);
  border-radius: 8px;
}
#about .about-b .about-b-b .about-b-b-i {
  width: 200px;
  height: 73px;
  position: absolute;
  top: 32px;
  left: 32px;
  border-radius: 8px;
}
#about .about-b .about-b-b > div {
  width: 580px;
  position: absolute;
  top: 48px;
  right: 48px;
  color: #fff;
  text-align: right;
}
#about .about-b .about-b-b > div .about-b-b-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
#about .about-b .about-b-b > div .about-b-b-c {
  font-size: 14px;
  line-height: 28px;
}
#about .about-b .about-b-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-b .about-b-c .about-b-c-l {
  width: 46%;
  margin-right: 8%;
  text-align: left;
}
#about .about-b .about-b-c .about-b-c-l .about-bcl-t {
  font-size: 24px;
  font-weight: 600;
  padding: 32px 0;
}
#about .about-b .about-b-c .about-b-c-l .about-bcl-c {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 80px;
}
#about .about-b .about-b-c .about-b-c-l .about-bcl-b {
  display: flex;
  flex-wrap: wrap;
}
#about .about-b .about-b-c .about-b-c-l .about-bcl-b > div {
  width: 40%;
  margin: 0 5% 40px 0;
}
#about .about-b .about-b-c .about-b-c-l .about-bcl-b > div .about-bclb-num {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
#about .about-b .about-b-c .about-b-c-l .about-bcl-b > div .about-bclb-desc {
  font-size: 14px;
}
#about .about-b .about-b-c .about-b-c-r {
  width: 46%;
}
#about .about-b .about-b-c .about-b-c-r img {
  width: 100%;
  aspect-ratio: 0.87;
}
#about .about-c {
  width: 100%;
  height: 580px;
  position: relative;
}
#about .about-c img {
  width: 100%;
  height: 100%;
  filter: brightness(45%);
}
#about .about-c > div {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .about-c > div .about-c-t {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
}
#about .about-c > div .about-c-c {
  font-size: 14px;
  margin-bottom: 48px;
}
#about .about-c > div .about-c-b {
  width: 45%;
}
#about .about-c > div .about-c-b a {
  color: #fff;
  text-decoration: none;
}
#about .about-c > div .about-c-b a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border-radius: 30px;
  background-color: #2E4DEC;
}
#about .about-c > div .about-c-b a > div img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  filter: none;
}
#case .case-a-placeholder {
  width: 100%;
  height: 320px;
}
#case .case-a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
}
#case .case-a img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
}
#case .case-a .case-a-t {
  position: absolute;
  bottom: 32px;
  left: 180px;
  color: #fff;
  font-size: 14px;
}
#case .case-a .case-a-t > div {
  display: flex;
  align-items: center;
}
#case .case-a .case-a-t > div .case-a-t-w {
  font-weight: 600;
}
#case .case-a .case-a-t > div img {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  filter: none;
}
#case .case-a .case-a-t .case-a-t-t {
  font-size: 40px;
  margin-bottom: 8px;
}
#case .case-a .case-a-t .case-a-t-t .case-a-t-w {
  font-weight: 600;
  margin-left: 12px;
}
#case .case-b {
  display: flex;
  justify-content: center;
  padding: 0 170px;
}
#case .case-b .case-b-box {
  width: 100%;
}
#case .case-b .case-b-box .caseb-item-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 32px 0;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item {
  width: 32%;
  aspect-ratio: 1.53;
  margin: 0.65%;
  border-radius: 8px;
  position: relative;
  transition: all 0.4s ease;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item:hover {
  transform: scale(1.05);
}
#case .case-b .case-b-box .caseb-item-box .caseb-item a {
  text-decoration: none;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item .caseb-item-tb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: left;
  border-radius: 8px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item .caseb-item-tb .caseb-item-tb-t {
  color: #fff;
  padding: 0 16px 8px;
  font-weight: 600;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item .caseb-item-tb .caseb-item-tb-c {
  color: #fff;
  padding: 0 16px 16px;
  font-size: 14px;
  font-weight: 600;
}
#case .case-b .case-b-box .caseb-item-box .caseb-item .caseb-item-tb .caseb-item-tb-b {
  position: absolute;
  top: 12px;
  right: 8px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  background: #2E4DEC;
  font-size: 12px;
}
#case-details .case-details-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background: #000;
}
#case-details .case-details-placeholder {
  width: 100%;
  height: 120px;
}
#case-details .case-details-content {
  padding: 40px 180px;
}
#case-details .case-details-content .case-details-c-a {
  width: 100%;
  aspect-ratio: 2.65;
}
#case-details .case-details-content .case-details-c-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case-details .case-details-content .case-details-c-b {
  text-align: left;
  padding: 32px 0;
}
#case-details .case-details-content .case-details-c-b .case-details-cb-t {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#case-details .case-details-content .case-details-c-b .case-details-cb-c {
  font-size: 14px;
}
#case-details .case-details-content .case-details-c-c {
  width: 100%;
  padding: 0 24px 24px;
  border: 1px solid #E5E5E5;
}
#case-details .case-details-content .case-details-c-c img {
  width: 100%;
  height: 100%;
}
#case-details .news-details-record {
  width: 100%;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
#case-details .news-details-record > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 16px;
}
#case-details .news-details-record > div img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -1px;
}
#case-details .news-details-record .news-ccb-time {
  padding-left: 16px;
  border-left: 1px solid #E9E9E9;
}
#news .news-a-placeholder {
  width: 100%;
  height: 320px;
}
#news .news-a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
}
#news .news-a img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
}
#news .news-a .news-a-t {
  position: absolute;
  bottom: 32px;
  left: 180px;
  color: #fff;
  font-size: 14px;
}
#news .news-a .news-a-t > div {
  display: flex;
  align-items: center;
}
#news .news-a .news-a-t > div .news-a-t-w {
  font-weight: 600;
}
#news .news-a .news-a-t > div img {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  filter: none;
}
#news .news-a .news-a-t .news-a-t-t {
  font-size: 40px;
  margin-bottom: 8px;
}
#news .news-a .news-a-t .news-a-t-t .news-a-t-w {
  font-weight: 600;
  margin-left: 12px;
}
#news .news-b {
  margin: 40px 180px;
  aspect-ratio: 2.12;
  position: relative;
}
#news .news-b img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#news .news-b .news-b-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#news .news-b .news-b-box .news-b-t {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 24px 8px;
}
#news .news-b .news-b-box .news-b-c {
  font-size: 14px;
  line-height: 22px;
  padding: 0 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news .news-c {
  padding: 0 180px 40px;
}
#news .news-c .news-c-item {
  padding: 16px 0;
  border-top: 1px solid #E9E9E9;
}
#news .news-c .news-c-item a {
  display: flex;
  color: #393939;
  text-decoration: none;
}
#news .news-c .news-c-item .news-c-item-p {
  width: 320px;
  aspect-ratio: 1.66;
  margin-right: 16px;
  flex-shrink: 0;
}
#news .news-c .news-c-item .news-c-item-p img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#news .news-c .news-c-item .news-c-item-c {
  padding: 8px 0;
  text-align: left;
  position: relative;
}
#news .news-c .news-c-item .news-c-item-c .news-c-c-t {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
#news .news-c .news-c-item .news-c-item-c .news-c-c-c {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#news .news-c .news-c-item .news-c-item-c .news-c-c-b {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  padding: 8px 0;
  border-top: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
}
#news .news-c .news-c-item .news-c-item-c .news-c-c-b > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 16px;
}
#news .news-c .news-c-item .news-c-item-c .news-c-c-b > div img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -1px;
}
#news .news-c .news-c-item .news-c-item-c .news-c-c-b .news-ccb-time {
  padding-left: 16px;
  border-left: 1px solid #E9E9E9;
}
#contact .contact-a-placeholder {
  width: 100%;
  height: 320px;
}
#contact .contact-a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
}
#contact .contact-a img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
}
#contact .contact-a .contact-a-t {
  position: absolute;
  bottom: 32px;
  left: 180px;
  color: #fff;
  font-size: 14px;
}
#contact .contact-a .contact-a-t > div {
  display: flex;
  align-items: center;
}
#contact .contact-a .contact-a-t > div .contact-a-t-w {
  font-weight: 600;
}
#contact .contact-a .contact-a-t > div img {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  filter: none;
}
#contact .contact-a .contact-a-t .contact-a-t-t {
  font-size: 40px;
  margin-bottom: 8px;
}
#contact .contact-a .contact-a-t .contact-a-t-t .contact-a-t-w {
  font-weight: 600;
  margin-left: 12px;
}
#contact .contact-b {
  padding: 80px 220px 40px;
  display: flex;
  text-align: left;
}
#contact .contact-b .contact-b-l {
  width: 40%;
  margin-right: 5%;
}
#contact .contact-b .contact-b-l > div {
  margin-bottom: 24px;
}
#contact .contact-b .contact-b-l .contact-b-l-a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
#contact .contact-b .contact-b-l .contact-b-l-a img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
#contact .contact-b .contact-b-l .contact-b-l-b {
  font-size: 28px;
}
#contact .contact-b .contact-b-l .contact-b-l-b span {
  font-weight: 600;
}
#contact .contact-b .contact-b-l .contact-b-l-c {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 48px;
}
#contact .contact-b .contact-b-l .contact-b-l-d,
#contact .contact-b .contact-b-l .contact-b-l-e,
#contact .contact-b .contact-b-l .contact-b-l-f {
  display: flex;
  align-items: center;
}
#contact .contact-b .contact-b-l .contact-b-l-d img,
#contact .contact-b .contact-b-l .contact-b-l-e img,
#contact .contact-b .contact-b-l .contact-b-l-f img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
#contact .contact-b .contact-b-l .contact-b-l-d .contact-bl-t,
#contact .contact-b .contact-b-l .contact-b-l-e .contact-bl-t,
#contact .contact-b .contact-b-l .contact-b-l-f .contact-bl-t {
  font-weight: 600;
  margin-bottom: 4px;
}
#contact .contact-b .contact-b-l .contact-b-l-d .contact-bl-c,
#contact .contact-b .contact-b-l .contact-b-l-e .contact-bl-c,
#contact .contact-b .contact-b-l .contact-b-l-f .contact-bl-c {
  font-size: 14px;
}
#contact .contact-b .contact-b-l .contact-b-l-e {
  padding: 24px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
#contact .contact-b .contact-b-r {
  width: 55%;
  border: 1px solid #F2F2F2;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(224, 224, 224, 0.5);
  padding: 32px;
}
#contact .contact-b .contact-b-r form > div input {
  width: calc(100% - 24px);
  height: 48px;
  padding: 0 12px;
  margin-bottom: 16px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
#contact .contact-b .contact-b-r form > div input:focus {
  outline: none;
}
#contact .contact-b .contact-b-r form > div textarea {
  width: calc(100% - 24px);
  height: 90px;
  padding: 12px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  resize: none;
  margin-bottom: 16px;
}
#contact .contact-b .contact-b-r form > div textarea:focus {
  outline: none;
}
#contact .contact-b .contact-b-r .contact-b-r-a {
  font-size: 28px;
  margin-bottom: 32px;
}
#contact .contact-b .contact-b-r .contact-b-r-a span {
  font-weight: 600;
}
#contact .contact-b .contact-b-r button {
  padding: 8px 16px;
  background: #fff;
  border: 2px solid #2E4DEC;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  -webkit-text-fill-color: #393939;
}
#contact .contact-b .contact-b-r button:hover {
  animation: pulse;
  animation-duration: 1s;
}
#contact .contact-c {
  margin: 40px 0;
}
#contact .contact-c .contactc-swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 1.73;
}
#contact .contact-c .contactc-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-position: center;
  padding: 56px 0 0;
  color: #D1D1D1;
}
#footer .footer-box {
  padding: 0 112px;
}
#footer .footer-box .footer-t {
  display: flex;
  text-align: left;
  margin-bottom: 80px;
  font-size: 14px;
}
#footer .footer-box .footer-t .footer-t-l {
  width: 45%;
  padding-right: 80px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a img {
  width: 38px;
  height: 38px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a > div {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 8px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-b {
  margin-bottom: 48px;
  line-height: 22px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c {
  display: flex;
  margin-bottom: 32px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c input {
  width: 68%;
  height: 48px;
  padding: 0 16px;
  border-radius: 30px;
  font-size: 18px;
  font-family: Arial, sans-serif;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c input:focus {
  outline: none;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c .footer-search-btn {
  margin-left: 16px;
  padding: 0 24px;
  border: 0;
  border-radius: 30px;
  background-color: #2E4DEC;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-d {
  font-size: 13px;
  line-height: 22px;
}
#footer .footer-box .footer-t .footer-t-r {
  width: 55%;
  padding-left: 80px;
  display: flex;
  position: relative;
}
#footer .footer-box .footer-t .footer-t-r > div > div {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 32px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-r > div ul {
  padding: 0;
  margin: 0;
}
#footer .footer-box .footer-t .footer-t-r > div ul li {
  list-style: none;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a {
  text-decoration: none;
  color: #D1D1D1;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a:hover {
  text-decoration: underline;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-l {
  width: 55%;
  margin-right: 10%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-l ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-l ul li {
  width: 48%;
  padding-right: 2%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-r {
  width: 35%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-r ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-r ul li a img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm {
  position: absolute;
  right: 0;
  bottom: -125px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a {
  margin-left: 16px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a img {
  width: 28px;
  height: 28px;
  transition: all 0.4s ease;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a img:hover {
  transform: scale(1.2);
}
#footer .footer-box .footer-b {
  height: 56px;
  border-top: 1px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
#footer .footer-box .footer-b a {
  text-decoration: none;
  color: #D1D1D1;
  margin-left: 16px;
}
#footer .footer-box .footer-b a:hover {
  text-decoration: underline;
}
#statement {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#statement a {
  color: #fff;
  text-decoration: none;
}
#statement a:hover {
  text-decoration: underline;
}
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 40px;
}
@media (max-width: 1560px) {
  #home .home-d > div {
    width: 996px;
  }
  #home .home-d .homed-t > div a > div {
    padding: 40px 32px 0;
    font-size: 14px;
  }
  #home .home-d .homed-t .homed-t-item1 {
    width: 320px;
    height: 415px;
  }
  #home .home-d .homed-t .homed-t-item1 img {
    width: 100%;
    height: 322px;
  }
  #home .home-d .homed-t .homed-t-item2 {
    width: 320px;
    height: 230px;
  }
  #home .home-d .homed-t .homed-t-item2 img {
    width: 256px;
    height: 125px;
  }
  #home .home-d .homed-t .homed-t-item3 {
    width: 320px;
    height: 230px;
  }
  #home .home-d .homed-t .homed-t-item3 img {
    width: 256px;
    height: 143px;
  }
  #home .home-d .homed-t .homed-t-item4 {
    width: 320px;
    height: 230px;
  }
  #home .home-d .homed-t .homed-t-item4 img {
    width: 160px;
    height: 148px;
  }
  #home .home-d .homed-t .homed-t-item5 {
    width: 652px;
    height: 415px;
  }
  #home .home-d .homed-t .homed-t-item5 img {
    width: 620px;
    height: 275px;
  }
  #home .home-d .homed-b .homed-b-t {
    font-size: 19px;
  }
  #home .home-d .homed-b .homed-b-b {
    font-size: 14px;
  }
  #home .home-e .homee-t {
    font-size: 19px;
  }
  #product-details .product-details-content {
    width: 1080px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l .product-details-preview img {
    height: 410px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-slide img {
    width: 143px;
    height: 94px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-c > div {
    line-height: 46px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b {
    bottom: 130px;
  }
}
@media (max-width: 1024px) {
  .sm-disp-n {
    display: none!important;
  }
  .sm-disp-b {
    display: block!important;
  }
  #nav {
    height: 80px;
  }
  #nav .nav-t-box {
    padding: 0;
  }
  #nav .nav-t-box .nav-t-t {
    justify-content: flex-start;
    padding-left: 16px;
  }
  #nav .nav-t-box #panel {
    display: flex!important;
    justify-content: flex-end;
    position: fixed;
    top: 10px;
    right: -256px;
    height: 100vh;
    z-index: 3008;
  }
  #nav .nav-t-box #panel .nav-mob-iocn {
    width: 18px;
    height: 18px;
  }
  #nav .nav-t-box #panel .dialog-box {
    width: 256px;
    position: relative;
    top: -30px;
    margin-left: 16px;
    background: rgba(40, 48, 52, 0.7);
    backdrop-filter: blur(10px);
  }
  #nav .nav-t-box #panel .dialog-box .close-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 16px 112px;
    border-bottom: 1px solid #ddd;
  }
  #nav .nav-t-box #panel .dialog-box .close-btn-box img {
    width: 24px;
    height: 24px;
  }
  #nav .nav-t-box #panel .dialog-box .panel-menu {
    padding: 8px 0px;
    font-size: 16px;
    display: flex;
    overflow: hidden;
  }
  #nav .nav-t-box #panel .dialog-box .panel-menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    transition: all 0.4s ease;
  }
  #nav .nav-t-box #panel .dialog-box .panel-menu ul li {
    height: 55px;
    list-style: none;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
  }
  #nav .nav-t-box #panel .dialog-box .panel-menu ul li a {
    padding-left: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ccc !important;
    text-decoration: none;
  }
  #nav .nav-t-box #panel .dialog-box .panel-menu ul li .isActive {
    font-weight: 600;
    color: #fff !important;
  }
  #func-side {
    animation: none;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
    width: 70%;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    animation: none;
  }
  #home .home-b .homeb-swiper {
    width: 100%;
    padding: 32px 0;
  }
  #home .home-b .homeb-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .home-b .homeb-swiper .swiper-slide img {
    width: 70%;
    height: 154px;
    top: auto;
  }
  #home .home-b .homeb-swiper .swiper-slide .swiper-slide-bt {
    height: auto;
    font-size: 64px;
  }
  #home .home-b .homeb-swiper .swiper-slide .swiper-slide-t {
    padding: 0 24px;
    top: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #home .home-b .homeb-swiper .swiper-slide .swiper-slide-b {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  #home .home-b .homeb-swiper .swiper-button-prev {
    left: 1%;
  }
  #home .home-b .homeb-swiper .swiper-button-next {
    right: 1%;
  }
  #home .home-b .homeb-swiper .swiper-button-next::after,
  #home .home-b .homeb-swiper .swiper-button-prev::after {
    font-size: 24px;
  }
  #home .home-c {
    height: 440px;
  }
  #home .home-c > div {
    width: 85%;
    height: 100%;
    top: 0;
  }
  #home .home-c > div .homec-c-t {
    margin-top: 40px;
  }
  #home .home-c > div .homec-c-c {
    -webkit-line-clamp: 8;
  }
  #home .home-c > div .homec-c-b {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  #home .home-d {
    background-color: #fff;
    padding: 0;
  }
  #home .home-d > div {
    width: 100%;
  }
  #home .home-d .homed-t {
    flex-direction: column;
  }
  #home .home-d .homed-t > div {
    width: 100%!important;
    margin: 0;
    border-radius: 0;
    position: relative;
  }
  #home .home-d .homed-t > div > div {
    padding: 32px 24px 0;
    margin-bottom: 8px!important;
    font-size: 16px;
  }
  #home .home-d .homed-t > div:hover {
    transform: none;
  }
  #home .home-d .homed-t .homed-t-item1 {
    height: 340px;
  }
  #home .home-d .homed-t .homed-t-item1 img {
    width: 66%;
    height: 280px;
    position: absolute;
    top: 48px;
    right: 16px;
  }
  #home .home-d .homed-t .homed-t-item2 {
    height: 260px;
  }
  #home .home-d .homed-t .homed-t-item2 img {
    width: 80%;
    height: 165px;
  }
  #home .home-d .homed-t .homed-t-item3 {
    height: 280px;
  }
  #home .home-d .homed-t .homed-t-item3 img {
    width: 80%;
    height: 195px;
    float: none;
  }
  #home .home-d .homed-t .homed-t-item4 {
    height: 280px;
  }
  #home .home-d .homed-t .homed-t-item4 img {
    width: 220px;
    height: 203px;
  }
  #home .home-d .homed-t .homed-t-item5 {
    height: 280px;
    position: static;
  }
  #home .home-d .homed-t .homed-t-item5 img {
    width: 90%;
    height: 171px;
  }
  #home .home-d .homed-b .homed-b-t {
    padding: 40px 16px 24px;
    font-size: 26px;
  }
  #home .home-d .homed-b .homed-b-b {
    margin: 0 16px;
  }
  #home .home-e {
    padding: 64px 0 32px;
  }
  #home .home-e .homee-t {
    font-size: 26px;
    padding: 0 16px 24px;
  }
  #product .product-a-placeholder {
    height: 280px;
  }
  #product .product-a {
    height: 280px;
  }
  #product .product-a img {
    object-fit: cover;
  }
  #product .product-a > div {
    bottom: 32px;
  }
  #product .product-a > div .producta-t {
    margin-bottom: 24px;
  }
  #product .product-a > div .producta-s > div {
    width: 100%;
    padding: 0 16px;
  }
  #product .product-a > div .producta-s > div img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 38px;
  }
  #product .product-a > div .producta-s > div input {
    width: calc(100% - 168px);
    height: 40px;
    padding: 0 120px 0 48px;
  }
  #product .product-a > div .producta-s > div button {
    padding: 7px 24px;
    top: 1px;
    right: 18px;
  }
  #product .product-b {
    padding: 0;
  }
  #product .product-b .product-b-box {
    width: 100%;
  }
  #product .product-b .product-b-box .productb-level1 {
    margin: 16px 0;
    padding: 0 16px;
  }
  #product .product-b .product-b-box .productb-level1 > div > div > ul {
    width: 152px!important;
  }
  #product .product-b .product-b-box .productb-level1 > div > div > ul li {
    margin-top: -1px;
  }
  #product .product-b .product-b-box .productb-level2 {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #product .product-b .product-b-box .productb-level2 .productb-swiper {
    margin-left: 15px;
  }
  #product .product-b .product-b-box .productb-item-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 8px;
  }
  #product .product-b .product-b-box .productb-item-box .productb-item {
    width: 94%;
    margin: 0 0 12px;
  }
  #product .product-b .product-b-box .productb-item-box .productb-item:hover {
    transform: none;
    box-shadow: none;
  }
  #product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb {
    font-weight: 600;
  }
  #product-details .product-details-bg {
    height: 80px;
  }
  #product-details .product-details-placeholder {
    height: 80px;
  }
  #product-details .product-details-content {
    width: 100%;
    padding: 16px 0 24px;
    display: flex;
    flex-direction: column;
  }
  #product-details .product-details-content .product-details-a {
    flex-direction: column;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-slide img {
    width: 95%;
    height: 380px;
    object-fit: cover;
    padding: 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-slide .details-img-active {
    border: 0;
    border-radius: 8px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r > div {
    width: 94%;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-c {
    margin-bottom: 24px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-t {
    margin-bottom: 16px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b {
    position: static;
    display: flex;
    justify-content: center;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a {
    width: 80%;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a > div {
    width: 70%;
  }
  #product-details .product-details-content .product-details-b {
    width: 95%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  #product-details .product-details-content .product-details-b .product-details-b-t {
    padding: 24px 16px 0;
    margin-bottom: 16px;
  }
  #product-details .product-details-content .product-details-b .product-details-b-c {
    padding: 0 16px 16px;
    line-height: 28px;
  }
  #about .about-a-placeholder {
    height: 240px;
  }
  #about .about-a {
    height: 240px;
  }
  #about .about-a .about-a-t {
    bottom: 24px;
    left: 16px;
    animation: none;
  }
  #about .about-a .about-a-t .about-a-t-t {
    font-size: 32px;
    margin-bottom: 4px;
  }
  #about .about-b {
    padding: 24px 16px;
  }
  #about .about-b .about-b-a {
    padding: 0 0 24px;
  }
  #about .about-b .about-b-b {
    height: 520px;
    margin-bottom: 24px;
    position: relative;
  }
  #about .about-b .about-b-b .about-b-b-i {
    width: 120px;
    height: 45px;
    top: 24px;
    left: 24px;
  }
  #about .about-b .about-b-b > div {
    width: 90%;
    position: absolute;
    top: 128px;
    right: 16px;
  }
  #about .about-b .about-b-c {
    flex-direction: column;
  }
  #about .about-b .about-b-c .about-b-c-l {
    width: 100%;
    margin-right: 0;
  }
  #about .about-b .about-b-c .about-b-c-l .about-bcl-t {
    line-height: 32px;
    padding: 0 0 24px;
  }
  #about .about-b .about-b-c .about-b-c-l .about-bcl-c {
    margin-bottom: 32px;
  }
  #about .about-b .about-b-c .about-b-c-l .about-bcl-b {
    padding: 0 24px;
  }
  #about .about-b .about-b-c .about-b-c-l .about-bcl-b > div {
    width: 42%;
    margin: 0 4% 32px 0;
  }
  #about .about-b .about-b-c .about-b-c-r {
    width: 100%;
  }
  #about .about-c {
    height: 420px;
  }
  #about .about-c img {
    object-fit: cover;
  }
  #about .about-c > div {
    width: 500px;
  }
  #about .about-c > div .about-c-t {
    width: 70%;
    font-size: 32px;
  }
  #about .about-c > div .about-c-b {
    width: 50%;
  }
  #about .about-c > div .about-c-b a > div img {
    width: 20px;
    height: 16px;
  }
  #case .case-a-placeholder {
    height: 240px;
  }
  #case .case-a {
    height: 240px;
  }
  #case .case-a .case-a-t {
    bottom: 24px;
    left: 16px;
    animation: none;
  }
  #case .case-a .case-a-t .case-a-t-t {
    font-size: 32px;
    margin-bottom: 4px;
  }
  #case .case-b {
    padding: 0;
  }
  #case .case-b .case-b-box {
    width: 100%;
  }
  #case .case-b .case-b-box .caseb-item-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0 8px;
  }
  #case .case-b .case-b-box .caseb-item-box .caseb-item {
    width: 94%;
    height: 240px;
    margin: 0 0 12px;
  }
  #case .case-b .case-b-box .caseb-item-box .caseb-item:hover {
    transform: none;
    box-shadow: none;
  }
  #case-details .case-details-bg {
    height: 80px;
  }
  #case-details .case-details-placeholder {
    height: 80px;
  }
  #case-details .case-details-content {
    padding: 16px 16px 24px;
  }
  #case-details .case-details-content .case-details-c-b {
    padding: 24px 0;
  }
  #case-details .case-details-content .case-details-c-c {
    width: auto;
    padding: 0 16px 16px;
  }
  #news .news-a-placeholder {
    height: 240px;
  }
  #news .news-a {
    height: 240px;
  }
  #news .news-a .news-a-t {
    bottom: 24px;
    left: 16px;
    animation: none;
  }
  #news .news-a .news-a-t .news-a-t-t {
    font-size: 32px;
    margin-bottom: 4px;
  }
  #news .news-b {
    aspect-ratio: 1.6;
    margin: 24px 16px;
    position: relative;
  }
  #news .news-b .news-b-box .news-b-t {
    padding: 8px 24px;
  }
  #news .news-b .news-b-box .news-b-c {
    margin-bottom: 8px;
    -webkit-line-clamp: 1;
  }
  #news .news-c {
    padding: 0 16px 24px;
  }
  #news .news-c .news-c-item a {
    flex-direction: column;
  }
  #news .news-c .news-c-item .news-c-item-p {
    width: 100%;
  }
  #news .news-c .news-c-item .news-c-item-c {
    padding-bottom: 0;
  }
  #news .news-c .news-c-item .news-c-item-c .news-c-c-t {
    margin: 8px 0;
  }
  #news .news-c .news-c-item .news-c-item-c .news-c-c-c {
    margin-bottom: 8px;
  }
  #news .news-c .news-c-item .news-c-item-c .news-c-c-b {
    position: static;
    padding: 16px 0 0;
  }
  #contact .contact-a-placeholder {
    height: 240px;
  }
  #contact .contact-a {
    height: 240px;
  }
  #contact .contact-a .contact-a-t {
    bottom: 24px;
    left: 16px;
    animation: none;
  }
  #contact .contact-a .contact-a-t .contact-a-t-t {
    font-size: 32px;
    margin-bottom: 4px;
  }
  #contact .contact-b {
    padding: 24px 16px 0;
    flex-direction: column;
  }
  #contact .contact-b .contact-b-l {
    width: 100%;
  }
  #contact .contact-b .contact-b-r {
    width: auto;
    padding: 32px 16px;
  }
  #contact .contact-b .contact-b-r > div {
    padding: 0;
  }
  #contact .contact-b .contact-b-r button {
    font-size: 16px;
  }
  #contact .contact-c {
    margin: 32px 0;
  }
  #footer {
    padding: 32px 0 4px;
    margin-top: -1px;
  }
  #footer .footer-box {
    padding: 0 24px;
  }
  #footer .footer-box .footer-t {
    flex-direction: column;
    margin-bottom: 0;
  }
  #footer .footer-box .footer-t .footer-t-l {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-t-l-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-t-l-b {
    margin-bottom: 8px;
  }
  #footer .footer-box .footer-t .footer-t-r {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
  }
  #footer .footer-box .footer-t .footer-t-r > div > div {
    margin: 24px 0;
  }
  #footer .footer-box .footer-t .footer-t-r > div ul li {
    margin-bottom: 16px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-l {
    width: 100%;
    margin-right: 0;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-l ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-l ul li {
    width: 100%;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-r {
    width: 100%;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-sm {
    position: static;
    padding: 6px 0 12px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a {
    margin: 0 24px 0 0;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a img {
    width: 24px;
    height: 24px;
  }
  #statement {
    height: 32px;
  }
  #pagination {
    padding: 8px 0 32px;
  }
}
