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;
}
a {
  text-decoration: none;
}
.dispn {
  display: none;
}
.sm-disp-b {
  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;
}
@keyframes stretch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#nav {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 9999;
  transition: all 0.6s ease;
}
#nav .nav-box {
  width: 100%;
  max-width: 1500px;
  padding: 0 220px;
  margin: 0 auto;
  color: #fff;
}
#nav .nav-box .nav-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
}
#nav .nav-box .nav-t .nav-t-l {
  display: flex;
  align-items: center;
}
#nav .nav-box .nav-t .nav-t-l > div {
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  cursor: pointer;
}
#nav .nav-box .nav-t .nav-t-l > div > a {
  display: flex;
  align-items: center;
  color: #fff;
}
#nav .nav-box .nav-t .nav-t-l > div img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
}
#nav .nav-box .nav-t .nav-t-l > div .lang-dialog {
  width: 180px;
  position: fixed;
  top: 28px;
  left: 508px;
  padding: 8px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
  font-size: 12px;
}
#nav .nav-box .nav-t .nav-t-l > div .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-box .nav-t .nav-t-l > div .lang-dialog ul li {
  width: 50%;
  list-style: none;
  padding: 8px 0;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#nav .nav-box .nav-t .nav-t-l > div .lang-dialog ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
#nav .nav-box .nav-t .nav-t-l > div .lang-dialog ul li a img {
  width: auto;
  height: auto;
  object-fit: cover;
  margin-right: 2px;
}
#nav .nav-box .nav-t .nav-t-l > div .lang-dialog ul li a:hover {
  color: #FF8000;
}
#nav .nav-box .nav-t .nav-t-l > div:hover .lang-dialog {
  transform: scaleY(1);
  opacity: 1;
}
#nav .nav-box .nav-t .nav-t-r {
  display: flex;
  align-items: center;
}
#nav .nav-box .nav-t .nav-t-r a img {
  width: 22px;
  height: 22px;
  margin-left: 24px;
  transition: all 0.4s ease;
}
#nav .nav-box .nav-t .nav-t-r a img:hover {
  transform: scale(1.3);
}
#nav .nav-box .nav-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-box .nav-b .nav-b-t {
  text-align: left;
}
#nav .nav-box .nav-b .nav-b-t a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#nav .nav-box .nav-b .nav-b-t a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
#nav .nav-box .nav-b .nav-b-t a > div {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 8px;
}
#nav .nav-box .nav-b .nav-b-t:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#nav .nav-box .nav-b .nav-b-n {
  flex-grow: 1;
  padding-left: 15%;
  max-width: 750px;
  min-width: 480px;
}
#nav .nav-box .nav-b .nav-b-n ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
#nav .nav-box .nav-b .nav-b-n ul li {
  padding: 8px 0;
  list-style: none;
}
#nav .nav-box .nav-b .nav-b-n ul li a {
  color: #dedede;
  transition: all 0.4s ease;
  padding: 8px;
  white-space: nowrap;
}
#nav .nav-box .nav-b .nav-b-n ul li a:hover {
  color: #fff;
}
#nav .nav-box .nav-b .nav-b-n ul li:hover {
  animation: rubberBand;
  animation-duration: 0.8s;
}
#nav .nav-box .nav-b .nav-b-n .isActive {
  font-weight: 600;
  color: #fff;
}
.nav-white {
  background: #fff;
  height: 120px!important;
  border-bottom: 1px solid #e9e9e9;
}
.nav-white .nav-box .nav-t {
  margin-bottom: 8px!important;
}
.nav-white .nav-box .nav-t .nav-t-l > div {
  color: #000 !important;
}
.nav-white .nav-box .nav-t .nav-t-l > div > a {
  color: #000 !important;
}
.nav-white .nav-box .nav-t .nav-t-l > div .lang-dialog ul {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.nav-white .nav-box .nav-t .nav-t-l > div .lang-dialog ul li a {
  color: #000 !important;
}
.nav-white .nav-box .nav-t .nav-t-l > div .lang-dialog ul li a:hover {
  color: #FF8000 !important;
}
.nav-white .nav-box .nav-b .nav-b-t {
  text-align: left;
}
.nav-white .nav-box .nav-b .nav-b-t a {
  color: #000 !important;
}
.nav-white .nav-box .nav-b .nav-b-n ul li a {
  color: #393939 !important;
}
.nav-white .nav-box .nav-b .nav-b-n ul li .isActive {
  color: #000 !important;
}
#func-side {
  position: fixed;
  right: 0;
  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 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
  width: 520px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-t {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-c {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div {
  font-weight: 600;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 4px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#home .home-a .homea-swiper .swiper-wrapper .justifyLeft .homea-c {
  position: absolute;
  top: 50%;
  left: 220px;
  transform: translateY(-50%);
  text-align: left;
}
#home .home-a .homea-swiper .swiper-wrapper .justifyLeft .homea-c .homea-c-b a {
  justify-content: flex-start;
}
#home .home-a .homea-swiper .swiper-wrapper .justifyCenter .homea-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
#home .home-a .homea-swiper .swiper-wrapper .justifyCenter .homea-c .homea-c-b a {
  justify-content: center;
}
#home .home-a .homea-swiper .swiper-wrapper .justifyRight .homea-c {
  position: absolute;
  top: 50%;
  left: auto;
  right: 220px;
  transform: translateY(-50%);
  text-align: right;
}
#home .home-a .homea-swiper .swiper-wrapper .justifyRight .homea-c .homea-c-b a {
  justify-content: flex-end;
}
#home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #fff;
}
#home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#home .home-b {
  width: 100%;
  padding: 40px 0;
  background-image: linear-gradient(to right, #e86640, #fda649);
}
#home .home-b > div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 140px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: right;
  color: #fff;
}
#home .home-b > div > div {
  flex: 1;
  margin-right: 24px;
}
#home .home-b > div > div:last-child {
  margin: 0 0 0 56px;
}
#home .home-b > div .homeb-a {
  position: relative;
}
#home .home-b > div .homeb-a img {
  width: 25vw;
  aspect-ratio: 0.51;
}
#home .home-b > div .homeb-a > div {
  position: absolute;
  bottom: 56px;
  right: 48px;
}
#home .home-b > div .homeb-a > div .homeb-a-t {
  font-size: 48px;
  font-weight: 600;
}
#home .home-b > div .homeb-a > div .homeb-a-smt {
  margin-top: 16px;
  color: #ec7242;
}
#home .home-b > div .homeb-b img {
  width: 25vw;
  aspect-ratio: 0.84;
  margin-bottom: 40px;
}
#home .home-b > div .homeb-b span {
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.46);
}
#home .home-b > div .homeb-c .homeb-c-a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
#home .home-b > div .homeb-c .homeb-c-b {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 80px;
}
#home .home-b > div .homeb-c .homeb-c-c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 40px;
}
#home .home-b > div .homeb-c .homeb-c-c img {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
#home .home-b > div .homeb-c .homeb-c-d {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  margin-top: 64px;
}
#home .home-b > div .homeb-c .homeb-c-d > div {
  display: flex;
  align-items: center;
}
#home .home-b > div .homeb-c .homeb-c-d > div > div > div {
  margin: 4px 0;
  white-space: nowrap;
}
#home .home-b > div .homeb-c .homeb-c-d > div img {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
#home .home-b > div .homeb-c .homeb-c-d a {
  color: #fff;
}
#home .home-b > div .homeb-c .homeb-c-d a div {
  white-space: nowrap;
  padding: 10px 28px;
  background-color: #000;
  border-radius: 6px;
  margin-left: 40px;
}
#home .home-b > div .homeb-c .homeb-c-d a div:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#home .home-c {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-c .homec-swiper {
  width: 90%;
  padding: 56px 0;
}
#home .home-c .homec-swiper .swiper-slide a {
  color: #393939;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-c .homec-swiper .swiper-slide img {
  height: 400px;
  object-fit: cover;
}
#home .home-c .homec-swiper .swiper-slide .swiper-slide-t {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
#home .home-c .homec-swiper .swiper-slide .swiper-slide-b {
  display: inline-block;
  padding: 8px 25%;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
}
#home .home-c .homec-swiper .swiper-button-prev {
  left: 9%;
}
#home .home-c .homec-swiper .swiper-button-next {
  right: 9%;
}
#home .home-c .homec-swiper .swiper-button-next,
#home .home-c .homec-swiper .swiper-button-prev {
  color: #393939;
  opacity: 0.7;
}
#home .home-c .homec-swiper .swiper-button-next::after,
#home .home-c .homec-swiper .swiper-button-prev::after {
  font-size: 28px;
  font-weight: 600;
}
#home .home-c .homec-swiper .swiper-button-next:hover,
#home .home-c .homec-swiper .swiper-button-prev:hover {
  opacity: 1;
}
#home .home-d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
#home .home-d > div {
  padding: 0 140px;
  position: relative;
}
#home .home-d .homed-a {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-d .homed-b {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 24px;
}
#home .home-d .homed-b > div {
  width: 47%;
  margin: 0 1.5%;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16;
}
#home .home-d .homed-b > div img {
  width: 100%;
  aspect-ratio: 1.46;
}
#home .home-d .homed-c a {
  color: #fff;
}
#home .home-d .homed-c a div {
  width: max-content;
  white-space: nowrap;
  padding: 10px 28px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 6px;
}
#home .home-d .homed-c a div:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#home .home-d .homed-d {
  width: 38%;
  text-align: left;
  background-image: -webkit-linear-gradient(left, #fda649, #e86640);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.45;
  font-size: 92px;
  font-weight: bold;
  overflow-wrap: break-word;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: -1;
}
#home .home-e {
  padding: 56px 0 40px;
}
#home .home-e .homee-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 56px;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: center;
  color: #393939;
  text-align: right;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide a img {
  width: 30%;
  margin: 0 1.5%;
  object-fit: contain;
  border-radius: 4px;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div {
  width: 48%;
  margin: 0 1.5%;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div .homee-sp-t1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div .homee-sp-t2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
}
#home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div .homee-sp-t3 {
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}
#home .home-e .homee-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #666666;
}
#home .home-e .homee-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #666666;
}
#product {
  background-color: #161519;
}
#product .product-a {
  position: relative;
  top: 140px;
  width: 100%;
  font-size: 0;
}
#product .product-a img {
  width: 100%;
  object-fit: cover;
}
#product .product-a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
#product .product-a > div > div .producta-t {
  margin-bottom: 40px;
}
#product .product-a > div > div .producta-c {
  font-size: 64px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
#product .product-a > div > div img {
  width: 65%;
  object-fit: cover;
}
#product .product-a > div .producta-l {
  margin-left: 12%;
  width: 40%;
}
#product .product-a > div .producta-r {
  margin-left: 5%;
}
#product .product-b {
  margin-top: 140px;
  padding: 32px 0;
  width: 100%;
  background-color: #fff;
}
#product .product-b > div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}
#product .product-b > div .productb-item {
  align-self: stretch;
  width: 43%;
  margin: 16px 1%;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  position: relative;
}
#product .product-b > div .productb-item .productb-item-a {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
#product .product-b > div .productb-item .productb-item-a .productb-item-a-t {
  font-size: 24px;
  margin-right: 8px;
}
#product .product-b > div .productb-item .productb-item-a .productb-item-a-b {
  font-size: 12px;
}
#product .product-b > div .productb-item .productb-item-b {
  text-align: left;
  margin-bottom: 48px;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-wrapper {
  margin-bottom: 88px;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 1.57;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-wrapper .swiper-slide a {
  display: inline;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-wrapper .swiper-slide img {
  height: 310px;
  object-fit: cover;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-button-next,
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-button-prev {
  color: #fff;
  transform: translateY(-32px);
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-button-next::after,
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-button-prev::after {
  font-size: 28px;
  font-weight: 600;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  opacity: 1;
  border: 2px solid #fff;
  position: relative;
}
#product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #FDA649;
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}
#product .product-b > div .productb-item .productb-item-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2002;
}
#product .product-b > div .productb-item .productb-item-d .productb-itemd-a {
  padding: 12px 20px;
  background-color: #FDA649;
  border-radius: 25px;
  color: #fff;
  margin-right: 16px;
}
#product .product-b > div .productb-item .productb-item-d .productb-itemd-b {
  color: #000;
  text-decoration: underline;
}
#product .product-c {
  padding: 88px 40px;
  background-color: #fff;
  text-align: left;
}
#product .product-c .productc-t {
  width: 55%;
  font-size: 64px;
  margin-bottom: 88px;
}
#product .product-c .productc-b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#product .product-c .productc-b .productc-b-t {
  width: 30%;
  line-height: 28px;
}
#product .product-c .productc-b img {
  width: 32px;
  object-fit: cover;
}
#product .product-d {
  position: relative;
}
#product .product-d img {
  width: 100%;
  object-fit: cover;
}
#product .product-d > div {
  width: 25%;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
#product .product-d > div .productd-t-a {
  font-size: 56px;
  margin-bottom: 24px;
}
#product .product-d > div .productd-t-b {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}
#product .product-d > div .productd-t-c {
  width: max-content;
  padding: 12px 24px;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
#product .product-d > div .productd-t-c:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#product .product-e {
  padding: 40px 120px;
  margin-top: -4px;
  background-image: linear-gradient(to right, #e86640, #fda649);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product .product-e > div {
  width: 35%;
  text-align: left;
}
#product .product-e .producte-t {
  margin-left: 80px;
}
#product .product-e .producte-t .producte-t-a {
  font-size: 36px;
  margin-bottom: 24px;
}
#product .product-e .producte-t .producte-t-b {
  line-height: 24px;
  margin-bottom: 24px;
}
#product .product-e .producte-t .producte-t-c {
  width: max-content;
  padding: 12px 32px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
}
#product .product-e .producte-t .producte-t-c:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#product .product-e .producte-p img {
  width: 100%;
  object-fit: cover;
}
#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: 140px;
  background: #161519;
}
#product-details .product-details-placeholder {
  width: 100%;
  height: 140px;
}
#product-details .product-details-content {
  padding: 40px 220px;
  background-color: #f0f4ff;
}
#product-details .product-details-content .product-details-a .product-detailsa-t {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product-details .product-details-content .product-details-a .product-detailsa-p {
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-a .product-detailsa-p img {
  width: 33%;
  object-fit: cover;
}
#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;
}
#product-details-new {
  background-color: #161519;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product-details-new .product-details-content {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}
#product-details-new .product-details-content .product-details-content-box {
  width: 1168px;
  margin: 0 auto;
}
#product-details-new .product-details-content .product-details-a {
  display: flex;
  margin-bottom: 24px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l {
  width: 60%;
  margin-right: 3%;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-preview {
  border-radius: 8px;
  margin-bottom: 8px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-preview img {
  width: 100%;
  height: 466px;
  object-fit: contain;
  border-radius: 8px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper {
  width: 100%;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper {
  margin-top: 12px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide img {
  width: 150px;
  height: 150px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  object-fit: contain;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide .details-img-active {
  border: 1px solid #996331;
  border-radius: 4px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #996331;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r {
  width: 37%;
  text-align: left;
  position: relative;
}
#product-details-new .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-new .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-new .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-new .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-c {
  line-height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-ct a {
  color: #393939;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-ct img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-ct span {
  line-height: 24px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-ct .details-params-rct-t {
  font-size: 22px;
  color: #00479d;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-b {
  position: absolute;
  left: 0;
  bottom: 188px;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-b > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  border-radius: 30px;
  background-color: #996331;
  color: #fff;
  cursor: pointer;
}
#product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-b > div img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
#product-details-new .product-details-content .product-details-b {
  display: flex;
  justify-content: center;
  text-align: left;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-b-t .product-details-bt-btnbox {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 24px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-b-t .product-details-bt-btnbox > div {
  padding: 0 16px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-right: 1px;
  cursor: pointer;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-b-t .product-details-bt-btnbox .btn-active {
  background-color: #996331;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-details-content-bt {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-details-content-bc {
  line-height: 24px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-content-arg-a {
  margin-bottom: 24px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-content-arg-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-arg-c img {
  width: 100%;
  height: 330px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-arg-d img {
  width: 100%;
  height: 310px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form {
  padding: 0px;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div {
  margin: 8px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div span {
  margin: 8px 0;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div input {
  width: auto;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div textarea {
  width: auto;
  height: 58px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
  font-family: Arial, sans-serif;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div input:focus,
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div textarea:focus {
  outline: none;
}
#product-details-new .product-details-content .product-details-b .product-details-b-box .product-details-content-b form button {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: #996331;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}
#contact-dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
#contact-dialog .dialog-box {
  width: 600px;
  height: 75vh;
  padding-top: 40px;
  margin: 120px auto 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  animation: stretch 0.4s forwards;
}
#contact-dialog .dialog-box img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
#contact-dialog .dialog-box .dialog-content {
  height: 100%;
  overflow-y: auto;
}
#contact-dialog .dialog-box .dialog-content .dialog-content-t {
  font-size: 28px;
  font-weight: 600;
  padding: 24px 48px 16px;
}
#contact-dialog .dialog-box .dialog-content .dialog-content-c {
  font-size: 14px;
  line-height: 24px;
  padding: 0 48px 24px;
}
#contact-dialog .dialog-box .dialog-content form {
  padding: 0 48px 64px;
}
#contact-dialog .dialog-box .dialog-content form > div {
  margin: 8px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#contact-dialog .dialog-box .dialog-content form > div span {
  margin: 8px 0;
  font-size: 14px;
}
#contact-dialog .dialog-box .dialog-content form > div input {
  width: auto;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}
#contact-dialog .dialog-box .dialog-content form > div textarea {
  width: auto;
  height: 112px;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
  font-family: Arial, sans-serif;
}
#contact-dialog .dialog-box .dialog-content form > div input:focus,
#contact-dialog .dialog-box .dialog-content form > div textarea:focus {
  outline: none;
}
#contact-dialog .dialog-box .dialog-content form button {
  height: 42px;
  margin: 0 48px;
  border: 0;
  border-radius: 8px;
  background-color: #996331;
  color: #fefefe;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
#about {
  background-color: #161519;
}
#about .about-a {
  position: relative;
  top: 140px;
  width: 100%;
}
#about .about-a img {
  width: 100%;
  object-fit: cover;
}
#about .about-a > div {
  width: 40%;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 220px;
  transform: translateY(-50%);
}
#about .about-a > div .abouta-t {
  font-size: 64px;
  margin-bottom: 24px;
}
#about .about-a > div .abouta-c {
  line-height: 28px;
}
#about .about-b {
  padding: 40px 140px 80px;
  margin-top: 140px;
  background-color: #fff;
  color: #393939;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#about .about-b .aboutb-l {
  width: 38%;
  text-align: left;
  position: absolute;
  left: 220px;
  bottom: 40px;
}
#about .about-b .aboutb-l .aboutb-l-t {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
#about .about-b .aboutb-l .aboutb-l-box {
  padding: 24px;
  border-radius: 2px;
  color: #fff;
  background-image: linear-gradient(to right, #E86640, #FDA649);
}
#about .about-b .aboutb-l .aboutb-l-box .aboutb-lbox-a {
  font-size: 20px;
  margin-bottom: 16px;
}
#about .about-b .aboutb-l .aboutb-l-box .aboutb-lbox-b {
  line-height: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 24;
}
#about .about-b .aboutb-l .aboutb-l-box .aboutb-lbox-c {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}
#about .about-b .aboutb-l .aboutb-l-box .aboutb-lbox-c:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#about .about-b .aboutb-l .aboutb-l-box .aboutb-lbox-c img {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
#about .about-b .aboutb-l .aboutb-l-box a {
  display: inline-block;
}
#about .about-b .aboutb-r {
  width: 60%;
}
#about .about-b .aboutb-r img {
  width: 100%;
  object-fit: cover;
}
#partners .partners-a {
  width: 100%;
  position: relative;
  top: 0;
}
#partners .partners-a img {
  width: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
#partners .partners-a > div {
  width: 40%;
  padding: 40px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 56px;
  line-height: 72px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(255, 149, 0, 0.49);
  border-radius: 8px;
}
#partners .partners-b {
  padding: 40px 220px;
  text-align: left;
}
#partners .partners-b .partnersb-a {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
#partners .partners-b .partnersb-b {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}
#partners .partners-b .partnersb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#partners .partners-b .partnersb-c .partnersb-c-l {
  width: 40%;
}
#partners .partners-b .partnersb-c .partnersb-c-l img {
  width: 100%;
  object-fit: cover;
}
#partners .partners-b .partnersb-c .partnersb-c-r {
  width: 57%;
}
#partners .partners-b .partnersb-c .partnersb-c-r > div {
  margin-bottom: 16px;
}
#partners .partners-b .partnersb-c .partnersb-c-r > div .partnersb-cr-t {
  font-size: 18px;
  margin-bottom: 8px;
}
#partners .partners-b .partnersb-c .partnersb-c-r > div .partnersb-cr-c {
  font-size: 14px;
  line-height: 24px;
}
#partners .partners-c {
  padding: 0 220px 40px;
  text-align: left;
}
#partners .partners-c .partnersc-a {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
#partners .partners-c .partnersc-b {
  line-height: 28px;
}
#partners .partners-c .partnersc-c {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1%;
}
#partners .partners-c .partnersc-c .partnerscc-item {
  width: 23%;
  margin: 1% 1%;
  padding: 32px 0;
  border-bottom: 1px solid #2D2C30;
}
#partners .partners-c .partnersc-c .partnerscc-item img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 8px;
  /* &:hover {
            animation: pulse;
            animation-duration: .6s;
          } */
}
#partners .partners-c .partnersc-c .partnerscc-item .partnerscc-item-t {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
#partners .partners-c .partnersc-c .partnerscc-item .partnerscc-item-b {
  font-size: 14px;
  line-height: 24px;
}
#news-details .news-details-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 140px;
  background: #161519;
}
#news-details .news-details-placeholder {
  width: 100%;
  height: 140px;
}
#news-details .news-details-content {
  padding: 40px 180px;
  background-color: #f0f4ff;
}
#news-details .news-details-content .news-details-c-a {
  width: 100%;
  aspect-ratio: 2.65;
}
#news-details .news-details-content .news-details-c-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-details .news-details-content .news-details-c-b {
  text-align: left;
  padding: 32px 0;
}
#news-details .news-details-content .news-details-c-b .news-details-cb-t {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#news-details .news-details-content .news-details-c-b .news-details-cb-c {
  font-size: 14px;
}
#news-details .news-details-content .news-details-c-c {
  width: 100%;
  padding: 0 24px 24px;
  border: 1px solid #E5E5E5;
}
#news-details .news-details-content .news-details-c-c img {
  width: 100%;
  height: 100%;
}
#news-details .news-details-record {
  width: 100%;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
#news-details .news-details-record > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 16px;
}
#news-details .news-details-record > div img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -1px;
}
#news-details .news-details-record .news-ccb-time {
  padding-left: 16px;
  border-left: 1px solid #E9E9E9;
}
#oem {
  background-color: #161519;
}
#oem .oem-a {
  position: relative;
  top: 140px;
  width: 100%;
  color: #fff;
}
#oem .oem-a img {
  width: 100%;
  object-fit: cover;
}
#oem .oem-a > div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#oem .oem-a > div .oema-t {
  width: 50%;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}
#oem .oem-b {
  margin-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 220px;
  background-color: #fff;
}
#oem .oem-b .oemb-a {
  width: 60%;
  margin-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#oem .oem-b .oemb-a > div {
  align-self: stretch;
  font-size: 0;
}
#oem .oem-b .oemb-a img {
  width: 100%;
  object-fit: cover;
}
#oem .oem-b .oemb-a .oemb-a-a {
  margin-right: 2.5%;
}
#oem .oem-b .oemb-a .oemb-a-b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#oem .oem-b .oemb-b {
  width: 30%;
  position: relative;
}
#oem .oem-b .oemb-b img {
  width: 93%;
  object-fit: cover;
}
#oem .oem-b .oemb-b .oemb-ct-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: -64px;
  text-align: right;
  transform: translateY(-50%);
}
#oem .oem-b .oemb-b .oemb-ct-box .oemb-ct-a {
  font-size: 32px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(left, #E86640, #FDA649);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
#oem .oem-b .oemb-b .oemb-ct-box .oemb-ct-b {
  font-size: 16px;
  background-image: -webkit-linear-gradient(left, #E86640, #FDA649);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
#oem .oem-b .oemb-b .oemb-ct-box .oemb-ct-c {
  font-size: 16px;
}
#oem .oem-c {
  width: 100%;
  padding: 40px 0;
  background-image: linear-gradient(to right, #e86640, #fda649);
}
#oem .oem-c > div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 140px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: right;
  color: #fff;
}
#oem .oem-c > div > div {
  flex: 1;
  margin-right: 24px;
}
#oem .oem-c > div > div:last-child {
  margin: 0 0 0 56px;
}
#oem .oem-c > div .homeb-a {
  position: relative;
}
#oem .oem-c > div .homeb-a img {
  width: 25vw;
  aspect-ratio: 0.51;
}
#oem .oem-c > div .homeb-a > div {
  position: absolute;
  bottom: 56px;
  right: 48px;
}
#oem .oem-c > div .homeb-a > div .homeb-a-t {
  font-size: 48px;
  font-weight: 600;
}
#oem .oem-c > div .homeb-a > div .homeb-a-smt {
  margin-top: 16px;
  color: #ec7242;
}
#oem .oem-c > div .homeb-b img {
  width: 25vw;
  aspect-ratio: 0.84;
  margin-bottom: 40px;
}
#oem .oem-c > div .homeb-b span {
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.46);
}
#oem .oem-c > div .homeb-c .homeb-c-a {
  font-size: 22px;
  margin-bottom: 40px;
}
#oem .oem-c > div .homeb-c .homeb-c-b {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 80px;
}
#oem .oem-c > div .homeb-c .homeb-c-c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 40px;
}
#oem .oem-c > div .homeb-c .homeb-c-c img {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
#oem .oem-c > div .homeb-c .homeb-c-d {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  margin-top: 64px;
}
#oem .oem-c > div .homeb-c .homeb-c-d > div {
  display: flex;
  align-items: center;
}
#oem .oem-c > div .homeb-c .homeb-c-d > div > div > div {
  margin: 4px 0;
  white-space: nowrap;
}
#oem .oem-c > div .homeb-c .homeb-c-d > div img {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
#oem .oem-c > div .homeb-c .homeb-c-d a {
  color: #fff;
}
#oem .oem-c > div .homeb-c .homeb-c-d a div {
  white-space: nowrap;
  padding: 10px 28px;
  background-color: #000;
  border-radius: 6px;
  margin-left: 40px;
}
#oem .oem-c > div .homeb-c .homeb-c-d a div:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#contact {
  background-color: #161519;
}
#contact .contact-a {
  position: relative;
  top: 140px;
  width: 100%;
  font-size: 0;
  color: #fff;
}
#contact .contact-a img {
  width: 100%;
  object-fit: cover;
}
#contact .contact-a > div {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 149, 0, 0.21);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact .contact-a > div .contacta-t {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
#contact .contact-a > div .contacta-c {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
#contact .contact-b {
  margin-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 220px;
  background-color: #fff;
}
#contact .contact-b .marginbt {
  margin: 0 24px;
}
#contact .contact-b .contactb-item {
  width: 30%;
  aspect-ratio: 1.34;
  border-radius: 8px;
  background-color: #f9f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  transition: all 0.4s ease;
}
#contact .contact-b .contactb-item img {
  width: 20%;
  object-fit: cover;
}
#contact .contact-b .contactb-item .contactb-item-t {
  font-weight: 600;
  padding: 24px 0 12px;
}
#contact .contact-b .contactb-item .contactb-item-c {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#contact .contact-b .contactb-item:hover {
  transform: scale(1.1);
}
#contact .contact-c {
  display: flex;
  padding: 0 220px 40px;
  background-color: #fff;
}
#contact .contact-c .contact-b-l {
  width: 40%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact .contact-c .contact-b-l .contact-b-l-item {
  text-align: left;
}
#contact .contact-c .contact-b-l .contact-b-l-item .contact-b-l-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
#contact .contact-c .contact-b-l .contact-b-l-item .contact-b-l-b {
  font-size: 14px;
}
#contact .contact-c .contact-b-r {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .contact-c .contact-b-r #contact-form {
  width: 100%;
}
#contact .contact-c .contact-b-r .contact-b-r-item {
  width: 100%;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 {
  font-size: 0;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input {
  width: calc(49% - 32px);
  height: 48px;
  margin: 8px 0;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input:first-child {
  margin-right: 1%;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input:last-child {
  margin-left: 1%;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-2 input {
  width: calc(100% - 32px);
  height: 48px;
  margin: 8px 0;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-ipt {
  background: #f9f9fa;
  border: none;
  border-radius: 4px;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-texta {
  width: calc(100% - 32px);
  height: 144px;
  margin: 8px 0 16px;
  padding: 16px;
  font-family: Arial, sans-serif;
  background: #f9f9fa;
  border-radius: 4px;
  border: none;
  resize: none;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-ipt:focus,
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-texta:focus {
  outline: none;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-btn {
  width: 100%;
  height: 42px;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  background: #f7f7fa;
  color: #000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#success {
  height: 100vh;
  display: flex;
  background-color: #161519;
}
#success > div {
  width: 100%;
  margin-top: 140px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#success > div .success-t {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 16px;
}
#footer {
  background-color: #fff;
  color: #393939;
}
#footer .footer-box .footer-t {
  display: flex;
  text-align: left;
  font-size: 14px;
  padding: 56px 16% 0;
}
#footer .footer-box .footer-t .footer-t-l {
  width: 30%;
  padding-right: 5%;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
#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: #393939;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-b {
  margin-bottom: 48px;
  line-height: 32px;
  font-size: 18px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c a img {
  width: 28px;
  height: 28px;
  margin-right: 16px;
  transition: all 0.4s ease;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c a img:hover {
  transform: scale(1.3);
}
#footer .footer-box .footer-t .footer-t-r {
  width: 65%;
  display: flex;
  position: relative;
}
#footer .footer-box .footer-t .footer-t-r > div {
  flex: 1;
  padding-right: 5%;
}
#footer .footer-box .footer-t .footer-t-r > div:last-child {
  padding-right: 0;
}
#footer .footer-box .footer-t .footer-t-r > div > div {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 32px;
  color: #393939;
}
#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;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #393939;
  line-height: 24px;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a:hover {
  color: #000;
  text-decoration: underline;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#footer .footer-box .footer-b {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
#footer .footer-box .footer-b a {
  color: #393939;
  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: #393939;
  text-decoration: none;
}
#statement a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .sm-disp-n {
    display: none!important;
  }
  .sm-disp-b {
    display: block!important;
  }
  .nav-white {
    height: 72px!important;
  }
  #nav {
    height: 80px;
  }
  #nav .nav-box {
    padding: 0;
  }
  #nav .nav-box .nav-b-t {
    justify-content: flex-start;
    padding: 0 32px 0 16px;
    text-align: left;
  }
  #nav .nav-box #panel {
    display: flex!important;
    justify-content: flex-end;
    position: fixed;
    top: 10px;
    right: -256px;
    height: calc(100vh + 10px);
    z-index: 3008;
  }
  #nav .nav-box #panel .nav-mob-iocn {
    width: 18px;
    height: 18px;
  }
  #nav .nav-box #panel .dialog-box {
    width: 256px;
    position: relative;
    top: -30px;
    margin-left: 16px;
    background: rgba(40, 48, 52, 0.75);
    backdrop-filter: blur(10px);
  }
  #nav .nav-box #panel .dialog-box .close-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 16px 112px;
    border-bottom: 1px solid #ddd;
  }
  #nav .nav-box #panel .dialog-box .close-btn-box img {
    width: 24px;
    height: 24px;
  }
  #nav .nav-box #panel .dialog-box .panel-menu {
    padding: 8px 0px;
    font-size: 16px;
    display: flex;
    overflow: hidden;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    transition: all 0.4s ease;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul li {
    height: 55px;
    list-style: none;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul li a {
    padding-left: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ccc !important;
  }
  #nav .nav-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: 80%;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-t {
    font-size: 28px;
    line-height: 36px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-c {
    font-size: 16px;
    line-height: 28px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div {
    padding: 12px 24px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .justifyLeft .homea-c {
    left: 16px;
    transform: translateY(-50%);
  }
  #home .home-a .homea-swiper .swiper-wrapper .justifyCenter .homea-c {
    transform: translateX(-50%) translateY(-50%);
  }
  #home .home-a .homea-swiper .swiper-wrapper .justifyRight .homea-c {
    right: 16px;
    transform: translateY(-50%);
  }
  #home .home-b {
    padding: 24px 0;
  }
  #home .home-b > div {
    flex-direction: column;
    padding: 0 16px;
    text-align: left;
    overflow: hidden;
  }
  #home .home-b > div > div {
    margin: 0;
  }
  #home .home-b > div > div:last-child {
    margin: 0;
  }
  #home .home-b > div .homeb-a {
    min-height: 128px;
    margin-bottom: 16px;
  }
  #home .home-b > div .homeb-a img {
    width: 100%;
    aspect-ratio: 2.78;
  }
  #home .home-b > div .homeb-a > div {
    right: 40px;
    bottom: 24px;
    text-align: right;
  }
  #home .home-b > div .homeb-a > div .homeb-a-t {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #home .home-b > div .homeb-a > div .homeb-a-smt {
    margin: 0;
  }
  #home .home-b > div .homeb-b {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  #home .home-b > div .homeb-b img {
    width: 45%;
    margin: 0 16px 0 0;
  }
  #home .home-b > div .homeb-b span {
    font-size: 36px;
  }
  #home .home-b > div .homeb-c .homeb-c-a {
    margin-bottom: 24px;
  }
  #home .home-b > div .homeb-c .homeb-c-b {
    font-size: 26px;
    margin-bottom: 24px;
  }
  #home .home-b > div .homeb-c .homeb-c-c {
    justify-content: flex-start;
  }
  #home .home-b > div .homeb-c .homeb-c-c img {
    order: 1;
    margin: 0 8px 0 0;
  }
  #home .home-b > div .homeb-c .homeb-c-c > div {
    order: 2;
  }
  #home .home-b > div .homeb-c .homeb-c-d {
    justify-content: flex-start;
    margin-top: 0;
  }
  #home .home-b > div .homeb-c .homeb-c-d a {
    order: 1;
  }
  #home .home-b > div .homeb-c .homeb-c-d a > div {
    padding: 10px 16px;
  }
  #home .home-b > div .homeb-c .homeb-c-d > div {
    order: 2;
  }
  #home .home-b > div .homeb-c .homeb-c-d > div img {
    order: 1;
    margin: 0 8px 0 24px;
  }
  #home .home-b > div .homeb-c .homeb-c-d > div > div {
    order: 2;
  }
  #home .home-c .homec-swiper {
    width: 100%;
    padding: 24px 0;
  }
  #home .home-c .homec-swiper .swiper-slide img {
    width: 60%;
    height: auto;
  }
  #home .home-c .homec-swiper .swiper-slide .swiper-slide-b {
    padding: 8px 24px 0;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  #home .home-d {
    padding: 24px 0;
  }
  #home .home-d > div {
    padding: 16px 0;
  }
  #home .home-d .homed-a {
    padding: 0 24px;
  }
  #home .home-d .homed-b {
    flex-direction: column;
  }
  #home .home-d .homed-b .homed-b-t {
    order: 2;
    width: 88%;
    margin: 0;
  }
  #home .home-d .homed-b .homed-b-b {
    order: 1;
    width: 88%;
    margin: 0 0 8px;
  }
  #home .home-d .homed-d {
    width: 90%;
    top: 42%;
    left: 0;
    font-size: 64px;
  }
  #home .home-e {
    padding: 24px 0;
  }
  #home .home-e .homee-swiper .swiper-wrapper {
    padding-bottom: 48px;
  }
  #home .home-e .homee-swiper .swiper-wrapper .swiper-slide a {
    text-align: left;
  }
  #home .home-e .homee-swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    margin: 0 0 16px;
  }
  #home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div {
    width: 88%;
    margin: 0;
  }
  #home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div .homee-sp-t1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
  }
  #home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div .homee-sp-t2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 16px;
  }
  #home .home-e .homee-swiper .swiper-wrapper .swiper-slide a > div .homee-sp-t3 {
    font-size: 14px;
  }
  #home .home-e .homee-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
  #product .product-a {
    top: 0;
  }
  #product .product-a > div {
    flex-direction: column;
    align-items: center;
  }
  #product .product-a > div > div {
    margin-left: 0!important;
    text-align: center;
  }
  #product .product-a > div .producta-l {
    order: 2;
    width: 95%;
  }
  #product .product-a > div .producta-l .producta-t {
    margin-bottom: 16px;
  }
  #product .product-a > div .producta-l .producta-c {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  #product .product-a > div .producta-r {
    order: 1;
    margin: 72px 0 24px;
  }
  #product .product-b {
    margin-top: 0;
    padding: 24px 0 0;
  }
  #product .product-b > div {
    width: auto;
    margin: 0 16px;
  }
  #product .product-b > div .productb-item {
    width: -webkit-fill-available;
    margin: 0 0 24px;
  }
  #product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-wrapper {
    margin-bottom: 72px;
  }
  #product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-wrapper .swiper-slide img {
    height: 220px;
  }
  #product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-button-next::after,
  #product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-button-prev::after {
    font-size: 24px;
    font-weight: normal;
  }
  #product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 4px;
  }
  #product .product-b > div .productb-item .productb-item-c .productb-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
  }
  #product .product-b > div .productb-item .productb-item-d {
    font-size: 14px;
    bottom: 29px;
  }
  #product .product-b > div .productb-item .productb-item-d .productb-itemd-a {
    padding: 6px 12px;
    margin-right: 12px;
  }
  #product .product-c {
    padding: 40px 16px;
  }
  #product .product-c .productc-t {
    width: 100%;
    font-size: 40px;
    margin-bottom: 24px;
  }
  #product .product-c .productc-b {
    flex-direction: column;
  }
  #product .product-c .productc-b .productc-b-t {
    width: 100%;
  }
  #product .product-c .productc-b .productc-b-p {
    align-self: flex-end;
  }
  #product .product-d > div {
    width: 30%;
    left: 16px;
  }
  #product .product-d > div .productd-t-a {
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #product .product-d > div .productd-t-b {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  #product .product-d > div .productd-t-c {
    font-size: 10px;
    padding: 6px 8px;
  }
  #product .product-e {
    padding: 24px 16px;
    flex-direction: column;
  }
  #product .product-e > div {
    width: 100%;
    margin: 0!important;
  }
  #product .product-e .producte-p {
    order: 2;
    width: 85%;
    margin-bottom: 16px!important;
  }
  #product .product-e .producte-t {
    order: 1;
  }
  #product .product-e .producte-t .producte-t-a {
    text-align: center;
    margin-bottom: 16px;
  }
  #product .product-e .producte-t .producte-t-b {
    margin-bottom: 16px;
  }
  #product .product-e .producte-b {
    order: 3;
    text-align: center;
  }
  #product .product-e .producte-b a {
    display: inline-block;
  }
  #product .product-e .producte-b .producte-b-c {
    width: max-content;
    padding: 12px 32px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
  }
  #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;
    align-items: center;
  }
  #product-details .product-details-content .product-details-a {
    width: 95%;
  }
  #product-details .product-details-content .product-details-a .product-detailsa-t {
    font-size: 24px;
  }
  #product-details .product-details-content .product-details-a .product-detailsa-p img {
    width: 55%;
  }
  #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;
  }
  #product-details-new {
    padding-top: 80px;
  }
  #product-details-new .product-details-content {
    padding: 16px 0 24px;
    display: flex;
    flex-direction: column;
  }
  #product-details-new .product-details-content .product-details-content-box {
    width: 100%;
    margin: 0 auto;
  }
  #product-details-new .product-details-content .product-details-a {
    flex-direction: column;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide img {
    width: 95%;
    height: 280px;
    object-fit: contain;
    padding: 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide .details-img-active {
    border: 0;
    border-radius: 8px;
  }
  #product-details-new .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-new .product-details-content .product-details-a .product-details-a-r > div {
    width: 94%;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-c {
    margin-bottom: 8px;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-t {
    margin-bottom: 16px;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-b {
    position: static;
    display: flex;
    justify-content: center;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-b a {
    width: 80%;
  }
  #product-details-new .product-details-content .product-details-a .product-details-a-r .details-params-b a > div {
    width: 70%;
  }
  #product-details-new .product-details-content .product-details-b {
    padding: 0 16px;
  }
  #product-details-new .product-details-content .product-details-b .product-details-b-box {
    width: 100%;
  }
  #about .about-a {
    height: 100vh;
    top: 0;
  }
  #about .about-a img {
    height: 100%;
  }
  #about .about-a > div {
    width: auto;
    padding: 0 24px;
    left: 0;
  }
  #about .about-a > div .abouta-t {
    font-size: 48px;
  }
  #about .about-b {
    flex-direction: column;
    padding: 24px 0 0;
    margin: 0;
  }
  #about .about-b .aboutb-l {
    position: static;
    width: 100%;
  }
  #about .about-b .aboutb-l .aboutb-l-t {
    padding: 0 16px;
  }
  #about .about-b .aboutb-r {
    width: 100%;
    background-color: #282828;
  }
  #partners .partners-a {
    height: 100vh;
    top: 0;
  }
  #partners .partners-a img {
    height: 100%;
  }
  #partners .partners-a > div {
    width: 72%;
    padding: 16px 24px;
    bottom: 32px;
    font-size: 24px;
    line-height: 40px;
  }
  #partners .partners-b {
    padding: 24px 16px;
  }
  #partners .partners-b .partnersb-a {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #partners .partners-b .partnersb-b {
    margin-bottom: 16px;
  }
  #partners .partners-b .partnersb-c {
    flex-direction: column;
  }
  #partners .partners-b .partnersb-c .partnersb-c-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #partners .partners-b .partnersb-c .partnersb-c-r {
    width: 100%;
  }
  #partners .partners-c {
    padding: 0 16px 24px;
  }
  #partners .partners-c .partnersc-a {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #partners .partners-c .partnersc-b {
    font-size: 14px;
    line-height: 24px;
  }
  #partners .partners-c .partnersc-c {
    flex-direction: column;
    margin: 0;
  }
  #partners .partners-c .partnersc-c .partnerscc-item {
    width: 100%;
    margin: 0;
    padding: 24px 0;
    position: relative;
  }
  #partners .partners-c .partnersc-c .partnerscc-item img {
    margin: 0;
  }
  #partners .partners-c .partnersc-c .partnerscc-item > div {
    position: absolute;
    top: 32px;
    left: 16px;
  }
  #partners .partners-c .partnersc-c .partnerscc-item > div .partnerscc-item-t {
    background-image: -webkit-linear-gradient(left, #E86640, #FDA649);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #news-details .news-details-bg {
    height: 80px;
  }
  #news-details .news-details-placeholder {
    height: 80px;
  }
  #news-details .news-details-content {
    padding: 16px 16px 24px;
  }
  #news-details .news-details-content .news-details-c-b {
    padding: 24px 0;
  }
  #news-details .news-details-content .news-details-c-c {
    width: auto;
    padding: 0 16px 16px;
  }
  #oem .oem-a {
    height: 75vh;
    top: 0;
  }
  #oem .oem-a img {
    height: 100%;
  }
  #oem .oem-a > div .oema-t {
    width: 90%;
    font-size: 28px;
    line-height: 48px;
  }
  #oem .oem-b {
    padding: 24px 16px;
    margin: 0;
    flex-direction: column;
  }
  #oem .oem-b .oemb-a {
    width: 90%;
    margin: 0 0 24px;
  }
  #oem .oem-b .oemb-b {
    width: 90%;
  }
  #oem .oem-b .oemb-b img {
    width: 100%;
  }
  #oem .oem-b .oemb-b .oemb-ct-box {
    width: 85%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  #oem .oem-b .oemb-b .oemb-ct-box .oemb-ct-a {
    font-size: 26px;
    margin-bottom: 24px;
  }
  #oem .oem-b .oemb-b .oemb-ct-box .oemb-ct-b {
    margin-bottom: 24px;
  }
  #oem .oem-c {
    padding: 24px 0;
  }
  #oem .oem-c > div {
    flex-direction: column;
    padding: 0 16px;
    text-align: left;
    overflow: hidden;
  }
  #oem .oem-c > div > div {
    margin: 0;
  }
  #oem .oem-c > div > div:last-child {
    margin: 0;
  }
  #oem .oem-c > div .homeb-a {
    margin-bottom: 16px;
  }
  #oem .oem-c > div .homeb-a img {
    width: 100%;
    aspect-ratio: 2.78;
  }
  #oem .oem-c > div .homeb-a > div {
    right: 40px;
    bottom: 24px;
    text-align: right;
  }
  #oem .oem-c > div .homeb-a > div .homeb-a-t {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #oem .oem-c > div .homeb-a > div .homeb-a-smt {
    margin: 0;
  }
  #oem .oem-c > div .homeb-b {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  #oem .oem-c > div .homeb-b img {
    width: 45%;
    margin: 0 16px 0 0;
  }
  #oem .oem-c > div .homeb-b span {
    font-size: 36px;
  }
  #oem .oem-c > div .homeb-c .homeb-c-a {
    margin-bottom: 24px;
  }
  #oem .oem-c > div .homeb-c .homeb-c-b {
    font-size: 26px;
    margin-bottom: 24px;
  }
  #oem .oem-c > div .homeb-c .homeb-c-c {
    justify-content: flex-start;
  }
  #oem .oem-c > div .homeb-c .homeb-c-c img {
    order: 1;
    margin: 0 8px 0 0;
  }
  #oem .oem-c > div .homeb-c .homeb-c-c > div {
    order: 2;
  }
  #oem .oem-c > div .homeb-c .homeb-c-d {
    justify-content: flex-start;
    margin-top: 0;
  }
  #oem .oem-c > div .homeb-c .homeb-c-d a {
    order: 1;
  }
  #oem .oem-c > div .homeb-c .homeb-c-d a > div {
    padding: 10px 16px;
  }
  #oem .oem-c > div .homeb-c .homeb-c-d > div {
    order: 2;
  }
  #oem .oem-c > div .homeb-c .homeb-c-d > div img {
    order: 1;
    margin: 0 8px 0 24px;
  }
  #oem .oem-c > div .homeb-c .homeb-c-d > div > div {
    order: 2;
  }
  #contact .contact-a {
    height: 75vh;
    top: 0;
  }
  #contact .contact-a img {
    height: 100%;
  }
  #contact .contact-b {
    padding: 24px 16px;
    margin: 0;
    flex-direction: column;
  }
  #contact .contact-b .contactb-item {
    width: calc(100% - 32px);
    height: 180px;
    margin: 0 0 16px;
    border-radius: 8px;
  }
  #contact .contact-b .contactb-item img {
    width: 48px;
    height: 48px;
  }
  #contact .contact-c {
    padding: 0 16px 24px;
    flex-direction: column;
  }
  #contact .contact-c .contact-b-l {
    width: 100%;
    margin: 0;
    align-items: flex-start;
  }
  #contact .contact-c .contact-b-l .contact-b-l-item .contact-b-l-t,
  #contact .contact-c .contact-b-l .contact-b-l-item .contact-b-l-b {
    margin-bottom: 16px;
  }
  #contact .contact-c .contact-b-r {
    width: 100%;
  }
  #contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input {
    width: calc(100% - 32px);
    margin: 8px 0!important;
  }
  #success > div {
    margin-top: 80px;
    padding: 0 16px;
  }
  #success > div .success-t {
    font-size: 48px;
  }
  #footer {
    padding: 32px 0 4px;
    margin-top: -1px;
  }
  #footer .footer-box {
    padding: 0 24px;
  }
  #footer .footer-box .footer-t {
    flex-direction: column;
    padding: 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: 16px;
  }
  #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;
    cursor: pointer;
  }
  #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%;
  }
  #statement {
    height: 32px;
  }
  #pagination {
    padding: 8px 0 32px;
  }
}
#about .about-gallery {
  padding: 0 140px 80px;
  background-color: #fff;
  color: #393939;
}
#about .about-gallery .about-gallery-title {
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}
#about .about-gallery .about-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
#about .about-gallery .about-gallery-item {
  width: 31.333%;
  margin: 1%;
  background-color: #f9f9fa;
  border-radius: 8px;
  overflow: hidden;
}
#about .about-gallery .about-gallery-item img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}
#about .about-gallery .about-gallery-item-title {
  padding: 18px 20px 22px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
#partners .partners-c .partnersc-c .partnerscc-item a {
  display: block;
  color: inherit;
}
#partners .partners-c .partnersc-c .partnerscc-item a:hover {
  text-decoration: none;
}
#news {
  background-color: #161519;
}
#news .news-a {
  position: relative;
  top: 140px;
  width: 100%;
  color: #fff;
}
#news .news-a img {
  width: 100%;
  object-fit: cover;
  filter: brightness(72%);
}
#news .news-a > div {
  width: 44%;
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  padding: 32px 40px;
  background-color: rgba(255, 149, 0, 0.38);
  border-radius: 8px;
}
#news .news-a > div .newsa-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 12px;
}
#news .news-a > div .newsa-desc {
  font-size: 16px;
  line-height: 28px;
}
#news .news-b {
  margin-top: 140px;
  padding: 40px 220px 60px;
  background-color: #fff;
}
#news .news-b .newsb-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
#news .news-b .newsb-grid .newsb-item {
  width: 31.333%;
  margin: 1%;
  background-color: #f9f9fa;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease;
}
#news .news-b .newsb-grid .newsb-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
#news .news-b .newsb-grid .newsb-item a {
  display: block;
  height: 100%;
  color: #393939;
}
#news .news-b .newsb-grid .newsb-item a:hover {
  text-decoration: none;
}
#news .news-b .newsb-grid .newsb-item img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}
#news .news-b .newsb-grid .newsb-item .newsb-body {
  padding: 24px;
  text-align: left;
}
#news .news-b .newsb-grid .newsb-item .newsb-date {
  font-size: 13px;
  color: #8e8e8e;
  margin-bottom: 10px;
}
#news .news-b .newsb-grid .newsb-item .newsb-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  min-height: 60px;
  margin-bottom: 12px;
}
#news .news-b .newsb-grid .newsb-item .newsb-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  min-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news .news-b .newsb-grid .newsb-item .newsb-more {
  margin-top: 16px;
  font-weight: 600;
}
#case-details {
  background-color: #fff;
}
#case-details .case-details-hero {
  position: relative;
  top: 140px;
  width: 100%;
  color: #fff;
}
#case-details .case-details-hero img {
  width: 100%;
  object-fit: cover;
  filter: brightness(68%);
}
#case-details .case-details-hero > div {
  width: 52%;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  text-align: center;
}
#case-details .case-details-hero .case-details-hero-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 12px;
}
#case-details .case-details-hero .case-details-hero-desc {
  font-size: 16px;
  line-height: 28px;
}
#case-details .case-details-body {
  margin-top: 140px;
  padding: 40px 220px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#case-details .case-details-main {
  width: 65%;
  text-align: left;
  padding: 32px;
  background-color: #f9f9fa;
  border-radius: 8px;
  line-height: 28px;
}
#case-details .case-details-main img {
  max-width: 100%;
  height: auto;
}
#case-details .case-details-side {
  width: 31%;
}
#case-details .case-side-card {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #f9f9fa;
  text-align: left;
}
#case-details .case-side-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
#case-details .case-side-meta {
  margin: 0;
  padding: 0;
}
#case-details .case-side-meta li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
#case-details .case-side-meta li:last-child {
  border-bottom: 0;
}
#case-details .case-side-meta li span {
  color: #777;
}
#case-details .case-side-meta li strong {
  font-size: 14px;
  font-weight: 600;
}
#case-details .case-side-list {
  display: flex;
  flex-direction: column;
}
#case-details .case-side-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #393939;
}
#case-details .case-side-item:last-child {
  margin-bottom: 0;
}
#case-details .case-side-item:hover {
  text-decoration: none;
}
#case-details .case-side-item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 16px;
}
#case-details .case-side-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
#case-details .case-side-item-desc {
  font-size: 13px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 992px) {
  #about .about-gallery {
    padding: 0 16px 24px;
  }
  #about .about-gallery .about-gallery-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #about .about-gallery .about-gallery-grid {
    margin: 0;
  }
  #about .about-gallery .about-gallery-item {
    width: 100%;
    margin: 0 0 16px;
  }
  #news .news-a {
    top: 0;
    height: 68vh;
  }
  #news .news-a img {
    height: 100%;
  }
  #news .news-a > div {
    width: calc(100% - 32px);
    bottom: 16px;
    padding: 20px 16px;
  }
  #news .news-a > div .newsa-title {
    font-size: 28px;
  }
  #news .news-b {
    margin-top: 0;
    padding: 24px 16px;
  }
  #news .news-b .newsb-grid {
    margin: 0;
  }
  #news .news-b .newsb-grid .newsb-item {
    width: 100%;
    margin: 0 0 16px;
  }
  #case-details .case-details-hero {
    top: 0;
    height: 72vh;
  }
  #case-details .case-details-hero img {
    height: 100%;
  }
  #case-details .case-details-hero > div {
    width: calc(100% - 32px);
    bottom: 24px;
  }
  #case-details .case-details-hero .case-details-hero-title {
    font-size: 28px;
    line-height: 36px;
  }
  #case-details .case-details-body {
    margin-top: 0;
    padding: 24px 16px;
    flex-direction: column;
  }
  #case-details .case-details-main,
  #case-details .case-details-side {
    width: 100%;
  }
  #case-details .case-details-main {
    padding: 20px 16px;
    margin-bottom: 16px;
  }
  #case-details .case-side-card {
    padding: 20px 16px;
  }
}
