@font-face {
  font-family: 'yytFont';
  /* 仓耳渔阳体 */
  src: url('../font/yyt.ttf') format('truetype');
}
/* 旋转动画 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  background-color: #FFFFFF;
  /* overflow-x: hidden; */
  font-family: 'yytFont', 'fantasy', 'initial';
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  object-fit: cover;
}
input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}
form .form-control:focus {
  border-color: #FB4122;
  box-shadow: 0 0 0 4px rgba(173, 12, 19, 0.15);
}
/* 细滚动条样式 */
.thinSCroll {
  /* 滚动条样式 */
  /* 滑块样式 */
  /* 滚动条轨道样式 */
}
.thinSCroll ::-webkit-scrollbar {
  width: 2px;
}
.thinSCroll ::-webkit-scrollbar-thumb {
  background-color: #E1E2E8;
  opacity: 0.7;
  border-radius: 2px;
}
.thinSCroll ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 2px;
}
.sm-display-b {
  display: none;
}
.sm-display-nib {
  display: inline-block;
}
.sm-display-n {
  display: block;
}
.displayn {
  display: none!important;
}
#nav {
  position: fixed;
  width: 100%;
  padding: 28px 16% 24px;
  background-color: transparent;
  z-index: 2008;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  margin-right: 40px;
}
#nav .nav-l .nav-l-logo #logo-img {
  width: 40px;
}
#nav .nav-l .nav-l-list {
  flex-grow: 1;
}
#nav .nav-l .nav-l-list ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#nav .nav-l .nav-l-list ul li {
  padding: 0 4px 4px;
}
#nav .nav-l .nav-l-list ul li a {
  font-size: 14px;
}
#nav .nav-l .nav-l-list ul .active-item a {
  font-weight: 600;
}
#nav .nav-l .nav-l-list ul .hvr-underline-from-left::before {
  height: 2px;
  background: #FB4122;
}
#nav .nav-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav .nav-r .nav-r-search {
  height: 16px;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#nav .nav-r .nav-r-search #search-img {
  width: 18px;
}
#nav .nav-r .nav-r-lg .nav-rlg-item {
  cursor: pointer;
  position: relative;
}
#nav .nav-r .nav-r-lg .nav-rlg-item img {
  width: 18px;
  margin-right: 4px;
}
#nav .nav-r .nav-r-lg .nav-rlg-item:hover .nav-rlg-drop {
  transform: scaleY(1);
  opacity: 1;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop {
  position: absolute;
  top: 24px;
  left: -16px;
  padding: 8px 0 0;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul {
  border-radius: 8px;
  background-color: #000000;
  box-shadow: 0 0 10px #646464 !important;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul li a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul li a img {
  width: 25px;
  margin-right: 4px;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul li a:hover {
  background-color: #646464;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-wt ul {
  background-color: #000000;
  box-shadow: 0 0 10px #646464 !important;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-wt ul li a {
  color: #FFFFFF;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-wt ul li a:hover {
  background-color: #646464;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-bk ul {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #c8c8c8 !important;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-bk ul li a {
  color: #000000;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-bk ul li a:hover {
  background-color: #ECECEC;
}
#nav .prod-drop {
  width: 100vw;
  height: 460px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 89px;
  left: 0;
  padding: 24px 15%;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F6F7;
  backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .prod-drop .drop-l {
  height: 100%;
  white-space: nowrap;
  position: relative;
}
#nav .prod-drop .drop-l ul li {
  padding: 12px 24px;
  margin-bottom: 8px;
  border-radius: 24px;
}
#nav .prod-drop .drop-l ul li a {
  font-size: 14px;
  color: #000000;
}
#nav .prod-drop .drop-l ul .active-item {
  background-color: #F5F6F7;
}
#nav .prod-drop .drop-l ul .active-item a {
  color: #FB4122;
}
#nav .prod-drop .drop-l .drop-l-more {
  font-size: 12px;
  color: #000000;
  padding: 8px 32px;
  border: 1px solid #000000;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#nav .prod-drop .drop-m {
  padding: 0 16px;
  margin: 0 16px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
#nav .prod-drop .drop-m .drop-m-item {
  width: calc(33.33% - 16px);
  margin: 0 8px;
  cursor: pointer;
}
#nav .prod-drop .drop-m .drop-m-item:hover .item-t {
  background-color: #DFE4E1;
}
#nav .prod-drop .drop-m .drop-m-item:hover .item-t img {
  transform: scale(1.1);
}
#nav .prod-drop .drop-m .drop-m-item:hover .item-b {
  color: #FB4122;
}
#nav .prod-drop .drop-m .drop-m-item .item-t {
  padding: 24px 0;
  background-color: #F5F6F7;
  text-align: center;
  border-radius: 4px;
  transition: all 0.4s ease;
}
#nav .prod-drop .drop-m .drop-m-item .item-t img {
  width: 150px;
  transition: all 0.4s ease;
}
#nav .prod-drop .drop-m .drop-m-item .item-b {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
}
#nav .prod-drop .drop-r .drop-close {
  width: 20px;
  cursor: pointer;
}
#nav .search-drop {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 89px;
  left: 0;
  padding: 24px;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F6F7;
  backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .search-drop .nav-rshd-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#nav .search-drop .nav-rshd-box .search-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 0 16px 0 44px;
}
#nav .search-drop .nav-rshd-box .search-img {
  width: 24px;
  position: absolute;
  top: 19px;
  left: 12px;
}
#nav .search-drop .nav-rshd-box .srarch-drop-title {
  font-size: 14px;
  margin: 24px 0 8px;
}
#nav .search-drop .nav-rshd-box ul li {
  padding: 8px 0;
  cursor: pointer;
}
#nav .search-drop .nav-rshd-box ul li a {
  color: #000000;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav .search-drop .nav-rshd-box ul li a img {
  width: 20px;
  margin: 0 8px 0 4px;
}
#nav .search-drop .nav-rshd-box ul li:hover {
  background-color: #F5F6F7;
}
.nav-wt {
  color: #FFFFFF;
}
.nav-wt a {
  color: #FFFFFF;
}
.nav-bk {
  color: #000000;
  border-bottom: 1px solid #F5F6F7;
}
.nav-bk a {
  color: #000000;
}
#home .home-a .homea-swiper .swiper-wrapper {
  height: 100vh;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-bg {
  width: 100%;
  height: 100vh;
  filter: brightness(80%);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itema {
  font-size: 20px;
  color: #DDDDDD;
  margin-bottom: 4px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itemb {
  font-size: 50px;
  color: #FFFFFF;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itemc a {
  display: inline-block;
  padding: 6px 24px;
  margin: 8px 0 24px;
  border-radius: 20px;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #000000;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itemd img {
  height: 342px;
}
#home .home-a .homea-swiper .swiper-button-next,
#home .home-a .homea-swiper .swiper-button-prev {
  color: #FFFFFF;
}
#home .home-a .homea-swiper .swiper-button-next::after,
#home .home-a .homea-swiper .swiper-button-prev::after {
  font-size: 24px;
}
#home .home-a .homea-swiper .swiper-pagination {
  bottom: 96px;
}
#home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 0 16px;
}
#home .home-b {
  position: relative;
}
#home .home-b .homeb-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 2007;
  padding: 32px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 6px #e0e0e0;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
#home .home-b .homeb-box .homeb-item {
  width: 340px;
  margin: 0 24px;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper {
  height: 60px;
  overflow: hidden;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper .swiper-wrapper .swiper-slide a {
  color: #000000;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper .swiper-wrapper .swiper-slide a .slide-item {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper .swiper-wrapper .swiper-slide a .slide-item .slide-t {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s ease;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper .swiper-wrapper .swiper-slide a .slide-item .slide-b {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#home .home-b .homeb-box .homeb-item .homeb-swiper .swiper-wrapper .swiper-slide a .slide-item:hover .slide-t {
  color: #ff4610;
}
#home .home-c {
  padding: 96px 0 40px;
  display: flex;
  justify-content: center;
}
#home .home-c .homec-box {
  width: 1196px;
}
#home .home-c .homec-box .homec-tabs-box {
  margin-bottom: 56px;
}
#home .home-c .homec-box .homec-tabs-box .homec-tabs-swiper {
  width: 90%;
  position: relative;
}
#home .home-c .homec-box .homec-tabs-box .homec-tabs-swiper .swiper-wrapper {
  border-bottom: 1px solid #B3B6BF;
}
#home .home-c .homec-box .homec-tabs-box .homec-tabs-swiper .swiper-wrapper .swiper-slide .slide-item {
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #808080;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s ease;
}
#home .home-c .homec-box .homec-tabs-box .homec-tabs-swiper .swiper-wrapper .swiper-slide-thumb-active .slide-item {
  font-size: 30px;
  font-weight: bold;
  /* border-bottom: 3px solid #FB4122; */
}
#home .home-c .homec-box .homec-tabs-box .homec-tabs-swiper .tab-indicator {
  width: 260px;
  border-bottom: 3px solid #FB4122;
  position: absolute;
  bottom: 1px;
  transition: all 0.8s ease;
  /* transform: translateX(0); */
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l {
  width: 306px;
  border-radius: 16px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l img {
  width: 100%;
  border-radius: 16px;
  filter: brightness(60%);
  transition: all 0.8s ease;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l .slide-iteml-text {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 32px 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l .slide-iteml-text .slide-itemlt-t {
  font-size: 30px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l .slide-iteml-text .slide-itemlt-m {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l .slide-iteml-text .slide-itemlt-b {
  font-size: 14px;
  position: absolute;
  bottom: 32px;
  right: 24px;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-l:hover img {
  filter: brightness(100%);
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it {
  width: calc(50% - 24px);
  background-color: #F5F6F7;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.8s ease;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:hover {
  background-color: #DFE4E1;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:hover .slide-itemri-text .borderb {
  border-color: #FB4122;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:hover img {
  transform: scale(1.05);
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:nth-child(1) {
  margin: 0 24px 24px 24px;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:nth-child(2) {
  margin: 0 0 24px 0;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:nth-child(3) {
  margin: 0 24px 0 24px;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it:nth-child(4) {
  margin: 0;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it a .slide-itemri-text {
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 16px;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it a .slide-itemri-text .borderb {
  width: 26px;
  border-bottom: 2px solid #B3B2B3;
  transition: all 0.8s ease;
}
#home .home-c .homec-box .homec-content-box .homec-content-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-itemr-it a img {
  width: 60%;
  transform: translateY(18%);
  transition: all 0.8s ease;
}
#home .home-d {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#home .home-d .homed-box {
  width: 1196px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#home .home-d .homed-box .homed-item-l {
  width: 48%;
  margin-right: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home .home-d .homed-box .homed-item-l .homed-item-l-t {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 16px;
}
#home .home-d .homed-box .homed-item-l .homed-item-l-c {
  font-size: 20px;
  line-height: 34px;
}
#home .home-d .homed-box .homed-item-r {
  width: 44%;
}
#home .home-d .homed-box .homed-item-r img {
  width: 100%;
  animation: spin 30s linear infinite;
}
#home .home-e {
  display: flex;
  justify-content: center;
  background-color: #F5F6F7;
}
#home .home-e .homee-box {
  width: 1196px;
  padding: 40px 0;
  text-align: center;
}
#home .home-e .homee-box .homee-t {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
#home .home-e .homee-box .homee-c {
  font-size: 16px;
  color: #5E616E;
  margin-bottom: 32px;
}
#home .home-e .homee-box .homee-b {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#home .home-e .homee-box .homee-b .homee-b-item {
  width: 270px;
  height: 210px;
  margin: 12px 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-bg {
  width: 270px;
  height: 210px;
  border-radius: 4px;
  filter: brightness(55%);
  opacity: 0;
  transition: all 0.8s ease;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text {
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t .homee-bit-icon {
  width: 40px;
  margin-right: 4px;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t > div .font-b {
  font-size: 40px;
  color: #FB4122;
  margin-right: 4px;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t > div .font-s {
  font-size: 14px;
}
#home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-b {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#home .home-f {
  margin: 40px 0;
}
#home .home-f .homef-box {
  text-align: center;
}
#home .home-f .homef-box .homef-t {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
#home .home-f .homef-box .homef-c {
  font-size: 16px;
  color: #5E616E;
  margin-bottom: 32px;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper {
  margin-bottom: 64px;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 2.375;
  display: flex;
  justify-content: center;
  align-items: stretch;
  cursor: pointer;
  opacity: 0.65;
  transform: scale(0.8);
  transition: all 0.8s ease;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-l {
  width: 42%;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-l img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r {
  width: 58%;
  padding: 48px 32px;
  text-align: left;
  background-color: #F5F6F7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-t {
  font-size: 20px;
  margin-bottom: 16px;
  transform: translateY(-32px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-m {
  font-size: 16px;
  line-height: 26px;
  transform: translateY(-32px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-b {
  font-size: 14px;
  color: #FB4122;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-b:hover {
  text-decoration: underline;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next,
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev {
  top: auto;
  bottom: 0px;
  right: auto;
  padding: 21px;
  border: 1px solid #ECEDEE;
  border-radius: 30px;
  transition: all 0.8s ease;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next::after,
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #8C8C8C;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next:hover,
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev:hover {
  border-color: #CCCCCC;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next {
  left: 52%;
}
#home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev {
  left: 48%;
}
#home .home-g {
  margin: 64px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#home .home-g .homeg-box {
  width: 1196px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#home .home-g .homeg-box .homeg-item-l {
  width: 52%;
  margin-right: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home .home-g .homeg-box .homeg-item-l .homeg-item-l-t {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 16px;
}
#home .home-g .homeg-box .homeg-item-l .homeg-item-l-c {
  font-size: 20px;
  line-height: 34px;
}
#home .home-g .homeg-box .homeg-item-r {
  width: 44%;
}
#home .home-g .homeg-box .homeg-item-r img {
  width: 100%;
}
#home .home-h {
  position: relative;
}
#home .home-h .homeh-bg {
  width: 100%;
  filter: brightness(80%);
}
#home .home-h .homeh-text-box {
  width: 35%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#home .home-h .homeh-text-box .homeh-tb-t {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-h .homeh-text-box .homeh-tb-m {
  font-size: 24px;
  margin-bottom: 24px;
}
#home .home-h .homeh-text-box .homeh-tb-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-h .homeh-text-box .homeh-tb-b .homeh-tbb-item .homeh-tbb-l {
  font-size: 40px;
}
#home .home-h .homeh-text-box .homeh-tb-b .homeh-tbb-item .homeh-tbb-s {
  font-size: 24px;
}
#home .home-i {
  display: flex;
  justify-content: center;
}
#home .home-i .homei-box {
  width: 70%;
  padding: 40px 0 56px;
}
#home .home-i .homei-box .homei-t {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
#home .home-i .homei-box .homei-swiper .swiper-wrapper .swiper-slide .slide-item-t img {
  width: 100%;
}
#home .home-i .homei-box .homei-swiper .swiper-wrapper .swiper-slide .slide-item-c {
  font-size: 17px;
  font-weight: 600;
  margin: 16px 0 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#home .home-i .homei-box .homei-swiper .swiper-wrapper .swiper-slide .slide-item-b {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#product {
  padding-top: 89px;
}
#product .product-a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F6F7;
}
#product .product-a .producta-menu {
  width: 50%;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#product .product-a .producta-menu .producta-menu-item {
  cursor: pointer;
}
#product .product-a .producta-menu .producta-menu-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#product .product-a .producta-menu .producta-menu-item a img {
  width: 26px;
  margin-bottom: 8px;
}
#product .product-a .producta-menu .producta-menu-item:hover a {
  color: #FB4122;
}
#product .product-b {
  position: relative;
}
#product .product-b img {
  width: 100%;
  filter: brightness(80%);
}
#product .product-b .productb-text {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#product .product-c {
  padding-bottom: 24px;
}
#product .product-c .productc-box .productc-item {
  margin-bottom: 40px;
}
#product .product-c .productc-box .productc-item .item-t {
  padding: 24px 16% 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product .product-c .productc-box .productc-item .item-t .item-t-l {
  font-size: 28px;
  margin-right: 24px;
}
#product .product-c .productc-box .productc-item .item-t .item-t-r {
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #DFDEE1;
  border-radius: 20px;
  cursor: pointer;
}
#product .product-c .productc-box .productc-item .productc-swiper {
  padding: 0 16%;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide {
  padding-top: 24px;
  background-color: #F5F6F7;
  border-radius: 8px;
  transition: all 0.6s ease;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide a img {
  transition: all 0.6s ease;
  width: 65%;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide a .slide-box {
  width: 100%;
  padding: 16px 24px;
  margin-top: 8px;
  border-top: 1px solid #E0E1E2;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide a .slide-box .slide-t {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide a .slide-box .slide-btn {
  font-size: 14px;
  text-align: right;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #DFE4E1;
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide:hover a img {
  transform: scale(1.05);
}
#product .product-c .productc-box .productc-item .productc-swiper .swiper-wrapper .swiper-slide:hover a .slide-box .slide-btn {
  color: #FB4122;
}
#product-list {
  padding-top: 89px;
}
#product-list .product-list-banner {
  position: relative;
}
#product-list .product-list-banner img {
  width: 100%;
  filter: brightness(80%);
}
#product-list .product-list-banner .product-list-text {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#product-list .product-list-title {
  width: 100%;
  padding: 24px 16px 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#product-list .product-list-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 24px 16% 40px;
}
#product-list .product-list-box .list-item {
  width: calc(33.33% - 16px);
  margin: 8px 8px;
  padding-top: 24px;
  background-color: #F5F6F7;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.8s ease;
}
#product-list .product-list-box .list-item:hover {
  background-color: #DFE4E1;
}
#product-list .product-list-box .list-item:hover img {
  transform: scale(1.05);
}
#product-list .product-list-box .list-item:hover .item-text .item-text-b {
  color: #FB4122;
}
#product-list .product-list-box .list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product-list .product-list-box .list-item img {
  width: 65%;
  transition: all 0.8s ease;
}
#product-list .product-list-box .list-item .item-text {
  width: 100%;
  padding: 16px;
  border-top: 1px solid #E0E1E2;
}
#product-list .product-list-box .list-item .item-text .item-text-t {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#product-list .product-list-box .list-item .item-text .item-text-b {
  font-size: 14px;
  text-align: right;
}
#product-details {
  padding: 121px 13% 0;
}
#product-details .details-a {
  display: flex;
  margin-bottom: 2%;
}
#product-details .details-a .detailsa-l {
  width: 43%;
  margin-right: 2%;
  background-color: #F5F6F7;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#product-details .details-a .detailsa-l .detailsa-preview {
  padding: 24px 0;
  text-align: center;
}
#product-details .details-a .detailsa-l .detailsa-preview .preview-img {
  height: 250px;
  transition: all 0.2s ease;
}
#product-details .details-a .detailsa-l .detailsa-swiper {
  width: 100%;
  padding: 24px;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide {
  padding: 16px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .active-item {
  border-color: rgba(251, 65, 34, 0.45);
}
#product-details .details-a .detailsa-r {
  width: 55%;
  background-color: #F5F6F7;
  border-radius: 4px;
  padding: 24px 48px 80px;
  position: relative;
}
#product-details .details-a .detailsa-r .detailsa-r-t {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#product-details .details-a .detailsa-r .detailsa-r-c {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
#product-details .details-a .detailsa-r .detailsa-r-b {
  padding: 8px 32px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #FB4122;
  border-radius: 4px;
  position: absolute;
  left: 48px;
  bottom: 24px;
}
#product-details .details-b {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #F5F6F7;
}
#product-details .details-b .details-b-t {
  width: max-content;
  font-size: 14px;
  padding: 6px 28px;
  border-radius: 4px;
  color: #FB4122;
  border: 1px solid #FB4122;
  margin-bottom: 24px;
}
#about {
  overflow: hidden;
}
#about .about-a {
  position: relative;
}
#about .about-a .about-banner {
  width: 100%;
  max-height: 100vh;
}
#about .about-a .abouta-text {
  position: absolute;
  top: 280px;
  left: 16%;
  padding: 16px 32px;
}
#about .about-a .abouta-text .abouta-marker1 {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
#about .about-a .abouta-text .abouta-marker2 {
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#about .about-a .abouta-text span {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 4px;
}
#about .about-a .abouta-icon {
  font-size: 300px;
  font-weight: 600;
  color: #FB4122;
  position: absolute;
  left: 11%;
  bottom: -32px;
}
#about .about-b {
  position: relative;
  padding: 40px 0;
}
#about .about-b .aboutb-t {
  width: 670px;
  padding: 40px 80px 40px 40px;
  border-radius: 8px;
  background-color: #FFFFFF;
  position: absolute;
  left: 16%;
  bottom: 72px;
  overflow: hidden;
}
#about .about-b .aboutb-t .aboutb-t-a {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
#about .about-b .aboutb-t .aboutb-t-b {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-b .aboutb-t .aboutb-t-b > div {
  margin: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .about-b .aboutb-t .aboutb-t-b > div .aboutb-tbi-t {
  font-size: 20px;
  font-weight: 600;
  color: #FB4122;
}
#about .about-b .aboutb-t .aboutb-t-b > div .aboutb-tbi-b {
  font-size: 16px;
  text-align: center;
}
#about .about-b .aboutb-t .aboutb-t-c {
  font-size: 14px;
  font-weight: 600;
}
#about .about-b .aboutb-t .aboutb-t-d {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #FB4122;
  opacity: 0.17;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0;
  right: 0;
}
#about .about-b .aboutb-b {
  width: 1200px;
  padding: 32px 24px 32px 694px;
  margin-left: 16%;
  border-radius: 8px;
  background-color: #FB4122;
  color: #FFFFFF;
}
#about .about-b .aboutb-b .aboutbb-t {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}
#about .about-b .aboutb-b .aboutbb-b {
  font-size: 14px;
  line-height: 26px;
}
#about .about-c {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 800px;
  background: url(../img/aboutc-bg.png) no-repeat center;
  background-size: cover;
  color: #fefefe;
  text-align: left;
}
#about .about-c .about-c-l {
  width: 50%;
}
#about .about-c .about-c-l > div {
  padding: 0 16px 0 32%;
}
#about .about-c .about-c-l .about-c-l-t {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
#about .about-c .about-c-l .about-c-l-c {
  max-width: 90%;
  font-size: 14px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  overflow: hidden;
}
#about .about-c .about-c-r {
  width: 50%;
  height: 100%;
  min-height: 800px;
  overflow: hidden;
  color: #bfbfbf;
}
#about .about-c .about-c-r .timeline {
  position: relative;
  height: 100%;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 16px;
}
#about .about-c .about-c-r .timeline::before {
  content: '';
  position: absolute;
  left: 123px;
  top: 0;
  height: 100%;
  border-left: 2px solid #686868;
}
#about .about-c .about-c-r .timeline-item {
  position: relative;
  left: 32px;
  display: flex;
  align-items: center;
}
#about .about-c .about-c-r .timeline-item .timeline-time {
  width: 88px;
  padding: 0 16px 0 0;
}
#about .about-c .about-c-r .timeline-item .timeline-i-b {
  width: 8px;
}
#about .about-c .about-c-r .timeline-item .timeline-i-b .timeline-icon {
  width: 8px;
  height: 8px;
  background-color: #686868;
  border-radius: 50%;
}
#about .about-c .about-c-r .timeline-item .timeline-content {
  width: 50%;
  padding: 8px 0px 8px 24px;
}
#about .about-c .about-c-r .timeline-item .timeline-content .timeline-c-t {
  margin-bottom: 16px;
}
#about .about-c .about-c-r .timeline-item .timeline-content .timeline-c-c {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
#about .about-d {
  position: relative;
}
#about .about-d img {
  width: 100%;
  filter: brightness(80%);
}
#about .about-d .aboutd-text {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#about .about-e {
  padding: 40px 0;
}
#about .about-e .aboute-t {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  padding: 16px 32px 32px;
}
#about .about-e .aboute-b {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#about .about-e .aboute-b .aboute-b-item {
  width: 200px;
  height: 480px;
  padding: 24px;
  font-size: 30px;
  font-weight: 600;
  overflow: hidden;
  color: #777C8D;
  background-color: #E2E3E7;
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a, 0 6px 30px 5px #0000000d;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
}
#about .about-e .aboute-b .aboute-b-item:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#about .about-e .aboute-b .aboute-b-item:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#about .about-e .aboute-b .aboute-b-item .aboute-bi-c {
  width: 320px;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
#about .about-e .aboute-b .aboute-b-item .aboute-bi-c .aboute-bic-t {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
#about .about-e .aboute-b .aboute-b-item .aboute-bi-c .aboute-bic-c {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
}
#about .about-e .aboute-b .aboute-b-item .bg0 {
  background-color: #7F00FF;
}
#about .about-e .aboute-b .aboute-b-item .bg1 {
  background-color: #FF9B10;
}
#about .about-e .aboute-b .aboute-b-item .bg2 {
  background-color: #10ADFF;
}
#about .about-e .aboute-b .aboute-b-item .bg3 {
  background-color: #FF0035;
}
#about .about-e .aboute-b .aboute-b-item .bg4 {
  background-color: #66CDAA;
}
#about .about-e .aboute-b .aboute-b-item .bg5 {
  background-color: #CD7054;
}
#about .about-e .aboute-b .aboute-b-item .bg6 {
  background-color: #CDB7B5;
}
#about .about-e .aboute-b .aboute-b-item .bg7 {
  background-color: #9A32CD;
}
#about .about-e .aboute-b .aboute-b-item .bg8 {
  background-color: #6CA6CD;
}
#about .about-e .aboute-b .aboute-b-item .bg9 {
  background-color: #B4CDCD;
}
#about .about-e .aboute-b .active-item {
  width: 320px;
}
#about .about-e .aboute-b .active-item .aboute-bi-c {
  opacity: 1;
}
#about .about-f {
  position: relative;
}
#about .about-f img {
  width: 100%;
  filter: brightness(80%);
}
#about .about-f .aboutf-text {
  color: #FFFFFF;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
}
#about .about-f .aboutf-text .aboutf-t-t {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#about .about-f .aboutf-text .aboutf-t-c {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
#case {
  padding-top: 89px;
}
#case .case-banner {
  position: relative;
}
#case .case-banner img {
  width: 100%;
  filter: brightness(80%);
}
#case .case-banner .case-text {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#case .case-title {
  width: 100%;
  padding: 24px 16px 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#case .case-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 24px 8% 40px;
}
#case .case-box .list-item {
  width: calc(25% - 16px);
  margin: 8px;
  padding-top: 24px;
  background-color: #FFFFFF;
  cursor: pointer;
}
#case .case-box .list-item:hover a {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(192, 192, 192, 0.5);
}
#case .case-box .list-item:hover a .item-text .item-text-b {
  color: #FB4122;
}
#case .case-box .list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}
#case .case-box .list-item img {
  width: 100%;
  aspect-ratio: 1.125;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#case .case-box .list-item .item-text {
  width: 100%;
  padding: 8px;
}
#case .case-box .list-item .item-text .item-text-t,
#case .case-box .list-item .item-text .item-text-c {
  font-size: 16px;
  text-align: left;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#case .case-box .list-item .item-text .item-text-t {
  font-weight: 600;
}
#case .case-box .list-item .item-text .item-text-c {
  color: #FB4122;
}
#case .case-box .list-item .item-text .item-text-b {
  font-size: 14px;
  text-align: right;
}
#case-details {
  padding: 121px 16% 40px;
}
#news {
  padding-top: 89px;
}
#news .news-banner {
  position: relative;
}
#news .news-banner img {
  width: 100%;
  filter: brightness(80%);
}
#news .news-banner .news-text {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#news .news-title {
  width: 100%;
  padding: 24px 16px 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#news .news-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 24px 8% 40px;
}
#news .news-box .list-item {
  width: calc(25% - 16px);
  margin: 8px;
  padding-top: 24px;
  background-color: #FFFFFF;
  cursor: pointer;
}
#news .news-box .list-item:hover a {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(192, 192, 192, 0.5);
}
#news .news-box .list-item:hover a .item-text .item-text-b {
  color: #FB4122;
}
#news .news-box .list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}
#news .news-box .list-item img {
  width: 100%;
  aspect-ratio: 1.125;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#news .news-box .list-item .item-text {
  width: 100%;
  padding: 8px;
}
#news .news-box .list-item .item-text .item-text-t {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .news-box .list-item .item-text .item-text-c {
  color: #FB4122;
}
#news .news-box .list-item .item-text .item-text-b {
  font-size: 14px;
  text-align: right;
}
#news-details {
  padding: 121px 16% 40px;
}
#contact {
  padding-top: 89px;
}
#contact .contact-banner {
  position: relative;
}
#contact .contact-banner img {
  width: 100%;
  filter: brightness(80%);
}
#contact .contact-banner .contact-text {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#contact .contact-a {
  padding: 40px 11%;
}
#contact .contact-a .contacta-box {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F9F9FA;
  border-radius: 8px;
}
#contact .contact-a .contacta-box .contacta-item {
  width: calc(33.33% - 16px);
  font-size: 20px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .contact-a .contacta-box .contacta-item img {
  width: 40px;
}
#contact .contact-a .contacta-box .contacta-item .item-label {
  font-weight: 600;
  margin: 0 12px;
  white-space: nowrap;
}
#contact .contact-a .contacta-box .contacta-item .item-value {
  white-space: nowrap;
}
#contact .contact-b {
  padding: 40px 11%;
}
#contact .contact-b form {
  text-align: center;
}
#contact .contact-b form .contact-b-row-t {
  font-size: 0;
  margin-bottom: 16px;
}
#contact .contact-b form .contact-b-row-t .contact-b-ipt {
  width: calc(50% - 16px);
}
#contact .contact-b form .contact-b-row-t .contact-b-ipt:first-child {
  margin-right: 32px;
}
#contact .contact-b form .contact-b-row-b {
  margin-bottom: 16px;
}
#contact .contact-b form .contact-b-ipt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #F9F9FA;
}
#contact .contact-b form .contact-b-texta {
  width: 100%;
  height: 144px;
  line-height: 28px;
  font-size: 16px;
  padding: 16px;
  border-radius: 6px;
  background-color: #F9F9FA;
}
#contact .contact-b form .contact-b-btn {
  width: 60%;
  height: 60px;
  color: #FFFFFF;
  border: 0;
  background-color: #FB4122;
  border-radius: 30px;
}
#footer {
  padding: 56px 9% 8px;
  color: #FFFFFF;
  background-color: #000000;
}
#footer .footer-box .footer-t {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#footer .footer-box .footer-t .footer-t-l {
  width: 40%;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-a {
  margin-bottom: 48px;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-a img {
  width: 48px;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-b {
  font-size: 17px;
  margin-bottom: 8px;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-c {
  font-size: 13px;
  margin-bottom: 32px;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-d {
  position: relative;
  margin-bottom: 32px;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-d .footer-tld-ipt {
  width: 200px;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  background-color: transparent;
  border: 1px solid #616568;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-d .footer-tld-btn {
  width: 36px;
  height: 36px;
  background-color: #616568;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 200px;
  cursor: pointer;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-d .footer-tld-btn img {
  width: 16px;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-e {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .footer-box .footer-t .footer-t-l .footer-tl-e img {
  width: 32px;
  margin-right: 16px;
  cursor: pointer;
}
#footer .footer-box .footer-t .footer-t-r {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-l {
  width: 65%;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-l .footer-trl-t {
  font-size: 22px;
  margin-bottom: 24px;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-l ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-l ul li {
  width: 45%;
  margin: 0 5% 16px 0;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-l ul li a {
  color: #FFFFFF;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-l ul li a:hover {
  text-decoration: underline;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-r {
  width: 35%;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-r .footer-trr-t {
  font-size: 22px;
  margin-bottom: 24px;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-r ul li {
  margin-bottom: 16px;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-r ul li a {
  color: #FFFFFF;
}
#footer .footer-box .footer-t .footer-t-r .footer-tr-r ul li a:hover {
  text-decoration: underline;
}
#footer .footer-box .footer-b {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-box .footer-b .footerb-l {
  font-size: 16px;
}
#footer .footer-box .footer-b .footerb-r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .footer-box .footer-b .footerb-r a {
  color: #FFFFFF;
  margin-left: 16px;
}
#footer .footer-box .footer-b .footerb-r a:hover {
  text-decoration: underline;
}
#footer .statement {
  text-align: center;
}
#footer .statement a {
  font-size: 12px;
  color: #FFFFFF;
}
#footer .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-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-m {
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 1440px) {
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-m {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 1200px) {
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-m {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 992px) {
  .sm-display-b {
    display: block;
  }
  .sm-display-nib {
    display: none!important;
  }
  .sm-display-n {
    display: none!important;
  }
  #nav {
    width: 100vw;
    padding: 8px 16px;
    background-color: #E4E5E9;
  }
  #nav .nav-l {
    margin: 0;
  }
  #nav .nav-l .nav-icon-sm {
    margin-right: 8px;
  }
  #nav .nav-l .nav-icon-sm img {
    width: 30px;
  }
  #nav .nav-l .nav-l-logo #logo-img {
    width: 30px;
  }
  #nav .nav-r .nav-r-search {
    padding: 0;
    border: 0;
    margin: 4px 12px 0 0;
  }
  #nav .nav-r .nav-r-lg .nav-rlg-item img {
    margin: 0;
  }
  #nav #offcanvasMenu,
  #nav #offcanvasLang {
    width: 65%;
  }
  #nav #offcanvasMenu .offcanvas-body ul li,
  #nav #offcanvasLang .offcanvas-body ul li {
    padding: 8px 0;
  }
  #nav #offcanvasMenu .offcanvas-body ul li img,
  #nav #offcanvasLang .offcanvas-body ul li img {
    width: 25px;
    margin-right: 4px;
  }
  #nav #offcanvasMenu .offcanvas-body ul .active-item,
  #nav #offcanvasLang .offcanvas-body ul .active-item {
    font-weight: 600;
  }
  #nav #offcanvasSearch {
    height: max-content;
  }
  #nav #offcanvasSearch .sm-search-box {
    position: relative;
  }
  #nav #offcanvasSearch .sm-search-box .search-icon {
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #nav #offcanvasSearch .sm-search-box .search-input {
    width: 100%;
    padding: 0 32px 0 0;
    border-bottom: 1px solid #DDDDDD;
  }
  #nav #offcanvasSearch .sm-search-box .srarch-drop-title {
    font-size: 14px;
    margin: 24px 0 8px;
  }
  #nav #offcanvasSearch .sm-search-box ul li {
    padding: 8px 0;
  }
  #nav #offcanvasSearch .sm-search-box ul li img {
    width: 16px;
  }
  .nav-wt,
  .nav-bk {
    color: #000000;
    border-bottom: 1px solid #F5F6F7;
  }
  .nav-wt a,
  .nav-bk a {
    color: #000000;
  }
  #home {
    padding-top: 47px;
  }
  #home .home-banner {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #home .home-banner #banner-video {
    width: auto;
    height: calc(100vh - 118px);
  }
  #home .home-a {
    padding: 0;
  }
  #home .home-a .homea-swiper .swiper-wrapper {
    height: 60vh;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-bg {
    height: 60vh;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box {
    width: 100%;
    position: absolute;
    top: 114px;
    bottom: auto;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itema {
    font-size: 14px;
    padding: 0 16px;
    margin-bottom: 8px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itemb {
    font-size: 28px;
    padding: 0 16px;
    text-align: center;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itemc a {
    display: inline-block;
    padding: 5px 20px;
    margin: 12px 0 24px;
    font-size: 14px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-box .slide-itemd img {
    height: 190px;
  }
  #home .home-a .homea-swiper .swiper-button-next,
  #home .home-a .homea-swiper .swiper-button-prev {
    display: none;
  }
  #home .home-a .homea-swiper .swiper-pagination {
    bottom: 68px;
  }
  #home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  #home .home-b .homeb-box {
    padding: 16px;
    border-radius: 8px;
    top: -46px;
  }
  #home .home-b .homeb-box .homeb-item {
    margin: 0;
  }
  #home .home-c-sm {
    padding-top: 70px;
    overflow: hidden;
  }
  #home .home-c-sm .home-csm-item {
    padding: 0 16px 48px;
  }
  #home .home-c-sm .home-csm-item .item-t {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
  }
  #home .home-c-sm .home-csm-item .item-c {
    padding: 16px;
    background-color: #F5F6F7;
    border-radius: 8px;
  }
  #home .home-c-sm .home-csm-item .item-c .item-c-t {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #home .home-c-sm .home-csm-item .item-c .home-csm-swiper {
    padding-bottom: 24px;
    overflow: visible;
  }
  #home .home-c-sm .home-csm-item .item-c .home-csm-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #home .home-c-sm .home-csm-item .item-c .home-csm-swiper .swiper-wrapper .swiper-slide img {
    height: 143px;
  }
  #home .home-c-sm .home-csm-item .item-c .home-csm-swiper .swiper-pagination {
    bottom: -40px;
  }
  #home .home-c-sm .home-csm-item .item-c .home-csm-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
  }
  #home .home-c-sm .home-csm-item .item-c .home-csm-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000000;
  }
  #home .home-d .homed-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .home-d .homed-box .homed-item-l {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0 16px 24px;
  }
  #home .home-d .homed-box .homed-item-l .homed-item-l-t {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
  #home .home-d .homed-box .homed-item-l .homed-item-l-c {
    font-size: 14px;
    line-height: 26px;
  }
  #home .home-d .homed-box .homed-item-r {
    order: 1;
    width: 50%;
    margin-bottom: 24px;
  }
  #home .home-d .homed-box .homed-item-r img {
    animation: none;
  }
  #home .home-e .homee-box {
    padding: 24px 0;
  }
  #home .home-e .homee-box .homee-t {
    font-size: 20px;
  }
  #home .home-e .homee-box .homee-c {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #home .home-e .homee-box .homee-b {
    padding: 0 8px;
    justify-content: flex-start;
  }
  #home .home-e .homee-box .homee-b .homee-b-item {
    width: calc(25% - 16px);
    height: auto;
    aspect-ratio: 1;
    margin: 8px;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-bg {
    width: 100%;
    height: 100%;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t {
    flex-direction: column;
    margin: 0;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t .homee-bit-icon {
    width: 20px;
    margin: 0 0 8px;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t > div {
    flex-direction: column;
    align-items: center;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t > div .font-b {
    font-size: 14px;
    margin: 0;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-t > div .font-s {
    font-size: 12px;
  }
  #home .home-e .homee-box .homee-b .homee-b-item .homee-bi-text .homee-bit-b {
    display: none;
  }
  #home .home-f {
    margin: 24px 0;
  }
  #home .home-f .homef-box .homef-t {
    font-size: 20px;
  }
  #home .home-f .homef-box .homef-c {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper {
    margin-bottom: 48px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    aspect-ratio: auto;
    padding: 0 16px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide a {
    flex-direction: column;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-l {
    width: 100%;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-l img {
    height: auto;
    aspect-ratio: 1.7897;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r {
    width: 100%;
    padding: 48px 16px 16px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-t {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-m {
    font-size: 12px;
    -webkit-line-clamp: 11;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-wrapper .swiper-slide .slide-r .slide-r-b {
    font-size: 12px;
    bottom: 16px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next,
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    padding: 16px;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next::after,
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev::after {
    font-size: 12px;
    color: #8C8C8C;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-button-next {
    left: 53%;
  }
  #home .home-f .homef-box .homef-b .homef-swiper .swiper-button-prev {
    left: 37%;
  }
  #home .home-g {
    margin: 24px 0 16px;
  }
  #home .home-g .homeg-box {
    flex-direction: column;
    align-items: center;
  }
  #home .home-g .homeg-box .homeg-item-l {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0 16px 16px;
  }
  #home .home-g .homeg-box .homeg-item-l .homeg-item-l-t {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
  #home .home-g .homeg-box .homeg-item-l .homeg-item-l-c {
    font-size: 14px;
    line-height: 26px;
  }
  #home .home-g .homeg-box .homeg-item-r {
    order: 1;
    width: 50%;
    margin-bottom: 24px;
  }
  #home .home-h .homeh-bg {
    height: 250px;
  }
  #home .home-h .homeh-text-box {
    width: 100%;
    top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .home-h .homeh-text-box .homeh-tb-t {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #home .home-h .homeh-text-box .homeh-tb-m {
    font-size: 12px;
    margin-bottom: 80px;
    padding: 0 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #home .home-h .homeh-text-box .homeh-tb-b {
    width: 75%;
  }
  #home .home-h .homeh-text-box .homeh-tb-b .homeh-tbb-item .homeh-tbb-l {
    font-size: 15px;
  }
  #home .home-h .homeh-text-box .homeh-tb-b .homeh-tbb-item .homeh-tbb-s {
    font-size: 10px;
  }
  #home .home-i .homei-box {
    width: 100%;
    padding: 24px 16px;
  }
  #home .home-i .homei-box .homei-t {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #home .home-i .homei-box .homei-swiper .swiper-wrapper .swiper-slide .slide-item-c {
    font-size: 13px;
  }
  #home .home-i .homei-box .homei-swiper .swiper-wrapper .swiper-slide .slide-item-b {
    font-size: 12px;
  }
  #product {
    padding-top: 47px;
  }
  #product .product-a .producta-menu {
    width: calc(100% - 32px);
    padding: 12px 0;
  }
  #product .product-a .producta-menu .producta-menu-item {
    max-width: 30%;
  }
  #product .product-a .producta-menu .producta-menu-item a {
    flex-wrap: wrap;
  }
  #product .product-b img {
    height: 60vh;
  }
  #product .product-b .productb-text {
    width: 90%;
    font-size: 28px;
    text-align: center;
  }
  #product .product-c .productc-box .productc-item {
    margin-bottom: 16px;
  }
  #product .product-c .productc-box .productc-item .item-t {
    padding: 16px;
    justify-content: space-between;
  }
  #product .product-c .productc-box .productc-item .item-t .item-t-l {
    font-size: 22px;
  }
  #product .product-c .productc-box .productc-item .item-t .item-t-r {
    font-size: 12px;
    padding: 4px 12px;
    white-space: nowrap;
  }
  #product .product-c .productc-box .productc-item .productc-swiper {
    padding: 0 16px;
  }
  #product-list {
    padding-top: 47px;
  }
  #product-list .product-list-banner img {
    height: 60vh;
  }
  #product-list .product-list-banner .product-list-text {
    width: 100%;
    padding: 0 16px;
    font-size: 28px;
    text-align: center;
  }
  #product-list .product-list-title {
    padding: 16px 16px 0;
  }
  #product-list .product-list-box {
    padding: 16px 8px 0;
  }
  #product-list .product-list-box .list-item {
    width: calc(50% - 16px);
  }
  #product-details {
    padding: 47px 0 0;
  }
  #product-details .details-a {
    flex-direction: column;
  }
  #product-details .details-a .detailsa-l {
    width: 100%;
    margin: 0;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper {
    width: 100%;
    padding: 24px 24px 32px;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide {
    padding: 0;
    background-color: #F5F6F7;
    border: 0;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #000000;
  }
  #product-details .details-a .detailsa-l .detailsa-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000000;
  }
  #product-details .details-a .detailsa-r {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 24px 16px 80px;
    position: relative;
  }
  #product-details .details-a .detailsa-r .detailsa-r-t {
    font-size: 22px;
    margin-bottom: 16px;
    text-align: center;
  }
  #product-details .details-a .detailsa-r .detailsa-r-c {
    font-size: 14px;
    line-height: 28px;
    -webkit-line-clamp: 14;
  }
  #product-details .details-a .detailsa-r .detailsa-r-b {
    padding: 12px 64px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }
  #product-details .details-b {
    padding: 80px 16px 16px;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  #product-details .details-b .details-b-t {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    border: none;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  #about {
    padding-top: 47px;
  }
  #about .about-a .about-banner {
    height: 60vh;
  }
  #about .about-a .abouta-text {
    top: 40px;
    left: 24px;
    padding: 8px 16px;
  }
  #about .about-a .abouta-text .abouta-marker1 {
    width: 28px;
  }
  #about .about-a .abouta-text .abouta-marker2 {
    width: 28px;
  }
  #about .about-a .abouta-text span {
    font-size: 28px;
  }
  #about .about-a .abouta-icon {
    left: -22%;
    bottom: -160px;
  }
  #about .about-b {
    padding: 0 0 24px;
    margin-bottom: -200px;
    transform: translateY(-200px);
  }
  #about .about-b .aboutb-t {
    width: 90%;
    padding: 24px 16px;
    position: relative;
    left: 5%;
    bottom: -64px;
  }
  #about .about-b .aboutb-t .aboutb-t-b > div {
    margin: 0 16px;
  }
  #about .about-b .aboutb-t .aboutb-t-b > div .aboutb-tbi-b {
    font-size: 12px;
  }
  #about .about-b .aboutb-b {
    width: 100%;
    padding: 80px 16px 24px;
    margin: 0;
  }
  #about .about-c {
    flex-direction: column;
    background: url(../img/aboutb-bg-mb.png) no-repeat center !important;
    background-size: 100% 100%!important;
  }
  #about .about-c .about-c-l {
    width: 100%;
  }
  #about .about-c .about-c-l .about-c-l-t {
    font-size: 20px;
    padding: 0 24px;
    margin: 24px 0;
  }
  #about .about-c .about-c-l .about-c-l-c {
    max-width: 100%;
    padding: 0 24px;
  }
  #about .about-c .about-c-r {
    width: 100%;
    padding: 24px 0;
  }
  #about .about-c .about-c-r .timeline {
    height: 100%!important;
  }
  #about .about-c .about-c-r .timeline .timeline-item .timeline-content {
    width: 65%;
  }
  #about .about-d img {
    height: 250px;
  }
  #about .about-d .aboutd-text {
    font-size: 16px;
    width: calc(100% - 32px);
    text-align: center;
  }
  #about .about-e {
    padding: 24px 0;
  }
  #about .about-e .aboute-t {
    font-size: 20px;
    padding: 8px 16px 24px;
  }
  #about .about-e .aboute-b-sm {
    padding: 0 16px;
  }
  #about .about-e .aboute-b-sm .aboute-swiper {
    padding-bottom: 56px;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .swiper-slide {
    padding: 24px;
    border-radius: 12px;
    color: #FFFFFF;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .swiper-slide .slide-t {
    font-size: 30px;
    margin-bottom: 24px;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .swiper-slide .slide-c {
    font-size: 14px;
    line-height: 40px;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg0 {
    background-color: #7F00FF;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg1 {
    background-color: #FF9B10;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg2 {
    background-color: #10ADFF;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg3 {
    background-color: #FF0035;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg4 {
    background-color: #66CDAA;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg5 {
    background-color: #CD7054;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg6 {
    background-color: #CDB7B5;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg7 {
    background-color: #9A32CD;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg8 {
    background-color: #6CA6CD;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-wrapper .bg9 {
    background-color: #B4CDCD;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-next,
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    padding: 16px;
    top: auto;
    bottom: 0px;
    right: auto;
    border: 1px solid #ECEDEE;
    border-radius: 30px;
    transition: all 0.8s ease;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-next::after,
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-prev::after {
    font-size: 14px;
    color: #8C8C8C;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-next:hover,
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-prev:hover {
    border-color: #CCCCCC;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-next::after,
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-prev::after {
    font-size: 12px;
    color: #8C8C8C;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-next {
    left: 53%;
  }
  #about .about-e .aboute-b-sm .aboute-swiper .swiper-button-prev {
    left: 37%;
  }
  #about .about-f img {
    height: 250px;
  }
  #about .about-f .aboutf-text {
    width: calc(100% - 64px);
    top: 42%;
  }
  #about .about-f .aboutf-text .aboutf-t-t {
    font-size: 16px;
  }
  #about .about-f .aboutf-text .aboutf-t-c {
    font-size: 12px;
  }
  #case {
    padding-top: 47px;
  }
  #case .case-banner img {
    height: 50vh;
  }
  #case .case-banner .case-text {
    font-size: 28px;
  }
  #case .case-title {
    font-size: 20px;
  }
  #case .case-box {
    padding: 0 16px 24px;
  }
  #case .case-box .list-item {
    width: 100%;
    margin: 0;
    padding-top: 16px;
  }
  #case-details {
    padding: 71px 16px 24px;
  }
  #news {
    padding-top: 47px;
  }
  #news .news-banner img {
    height: 50vh;
  }
  #news .news-banner .news-text {
    font-size: 28px;
  }
  #news .news-box {
    padding: 0 16px 24px;
  }
  #news .news-box .list-item {
    width: 100%;
    margin: 0;
    padding-top: 16px;
  }
  #news-details {
    padding: 71px 16px 24px;
  }
  #contact {
    padding-top: 47px;
  }
  #contact .contact-banner img {
    height: 50vh;
  }
  #contact .contact-banner .contact-text {
    font-size: 28px;
  }
  #contact .contact-a {
    padding: 16px;
  }
  #contact .contact-a .contacta-box {
    background-color: #FFFFFF;
    flex-direction: column;
    padding: 0;
  }
  #contact .contact-a .contacta-box .contacta-item {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #F9F9FA;
    flex-direction: column;
  }
  #contact .contact-a .contacta-box .contacta-item .item-label {
    font-size: 18px;
    margin: 8px 0px;
  }
  #contact .contact-a .contacta-box .contacta-item .item-address-value,
  #contact .contact-a .contacta-box .contacta-item .item-value {
    text-align: center;
  }
  #contact .contact-b {
    padding: 0 16px 24px;
  }
  #contact .contact-b form .contact-b-row-t {
    margin: 0;
  }
  #contact .contact-b form .contact-b-row-t .contact-b-ipt {
    width: 100%;
    margin: 0 0 16px!important;
  }
  #contact .contact-b form .contact-b-btn {
    width: 100%;
  }
  #footer {
    padding: 24px 16px 8px;
  }
  #footer .footer-box .footer-t {
    flex-direction: column;
  }
  #footer .footer-box .footer-t .footer-t-l {
    width: 100%;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-tl-a {
    margin-bottom: 24px;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-tl-b {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px 24px 0;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-tl-c {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 24px;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-tl-d {
    margin-bottom: 24px;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-tl-e {
    margin-bottom: 24px;
  }
  #footer .footer-box .footer-t .footer-t-r {
    width: 100%;
    flex-direction: column;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-l .footer-trl-t {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-l ul {
    flex-direction: column;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-l ul li {
    width: 100%;
    margin: 0 0 8px 0;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-r {
    width: 100%;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-r .footer-trr-t {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-tr-r ul li {
    margin-bottom: 8px;
  }
  #footer .footer-box .footer-b {
    flex-direction: column;
    padding-top: 8px;
    margin-top: 8px;
  }
  #footer .footer-box .footer-b .footerb-l {
    font-size: 14px;
    margin: 0 auto 8px 0;
  }
  #footer .footer-box .footer-b .footerb-r {
    width: 100%;
    justify-content: space-between;
  }
  #footer .footer-box .footer-b .footerb-r > div a {
    font-size: 14px;
    margin: 0;
  }
  #footer .statement {
    margin-top: 4px;
  }
  #pagination {
    padding: 8px 0 24px;
  }
  #pagination ul li a {
    font-size: 14px;
  }
  #pagination ul li span {
    font-size: 14px;
  }
}
