:root {
  --primary-color: #00b2ab;
}
body {
  min-width: 1400px;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  background-color: #fff;
  font-family: 'SF Pro SC', 'SF Pro Display', 'SF Pro Icons', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
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: var(--primary-color);
  box-shadow: 0 0 8px 4px rgba(0, 178, 171, 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;
}
#header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 9988;
}
#header .header-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
#header .header-pc .hd-t {
  width: 100%;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
}
#header .header-pc .hd-t .hd-t-c {
  width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-pc .hd-t .hd-t-l,
#header .header-pc .hd-t .hd-t-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .header-pc .hd-t .hd-t-l .hd-tl-l,
#header .header-pc .hd-t .hd-t-l .hd-tl-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .header-pc .hd-t .hd-t-l .hd-tl-l img,
#header .header-pc .hd-t .hd-t-l .hd-tl-r img {
  width: 24px;
  padding: 4px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
#header .header-pc .hd-t .hd-t-l .hd-tl-l {
  margin-right: 40px;
}
#header .header-pc .hd-t .hd-t-l img {
  width: 20px;
}
#header .header-pc .hd-t .hd-t-l span {
  height: 20px;
  font-size: 15px;
  padding: 0 8px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l,
#header .header-pc .hd-t .hd-t-r .hd-tr-r {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l {
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l:hover .hd-lg-drop {
  transform: scaleY(1);
  opacity: 1;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-trr-search {
  width: 20px;
  margin-right: 6px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l span {
  font-size: 16px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-lg-drop {
  position: absolute;
  top: 24px;
  left: -14px;
  padding: 12px 0 0;
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-lg-drop ul {
  border-radius: 8px;
  background-color: #191919;
  box-shadow: 0 0 10px #646464 !important;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-lg-drop ul li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-lg-drop ul li a img {
  width: 25px;
  margin-right: 4px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-lg-drop ul li a span {
  font-size: 14px;
  color: #ffffff;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-l .hd-lg-drop ul li a:hover {
  background-color: #646464;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r img {
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
}
#header .header-pc .hd-b {
  width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--primary-color);
}
#header .header-pc .hd-b .hd-b-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-pc .hd-b .hd-b-logo img {
  width: 280px;
  margin-right: 8px;
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
}
#header .header-pc .hd-b .hd-b-nav {
  height: 100px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
}
#header .header-pc .hd-b .hd-b-nav li {
  height: 100px;
  line-height: 100px;
  margin: 0 12px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
}
#header .header-pc .hd-b .hd-b-nav li a {
  display: inline-block;
  color: #fff;
  transition: all 0.2s cubic-bezier(0, 0.49, 0.58, 1);
}
#header .header-pc .hd-b .hd-b-nav li:hover {
  color: var(--primary-color);
}
#header .header-pc .hd-b .hd-b-nav li:hover a {
  color: var(--primary-color);
  transform: scale(1.03);
}
#header .header-pc .hd-b .hd-b-nav .active {
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: 4px solid var(--primary-color);
}
#header .header-pc .hd-b .hd-b-nav .active a {
  color: var(--primary-color);
  font-weight: 600;
}
#header .header-pc .hd-b .hd-b-nav .hvr-underline-from-left::before {
  height: 4px;
  background: var(--primary-color);
}
#header .header-pc .hd-b .hd-b-nav .active.hvr-underline-from-left::before {
  display: none;
}
#header .header-pc .hd-b .hd-b-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-pc .hd-b .hd-b-btn img {
  width: 28px;
  cursor: pointer;
}
#header .header-pc .hd-b .hd-b-btn div {
  padding: 12px 24px;
  margin-left: 32px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
}
#header .header-pc-scrolled {
  color: #333333;
  background-color: #fff;
  border: 1px solid #ececec;
}
#header .header-pc-scrolled .hd-t {
  padding: 8px 0;
}
#header .header-pc-scrolled .hd-b .hd-b-logo img {
  width: 224px;
}
#header .header-pc-scrolled .hd-b .hd-b-logo span {
  font-size: 34px;
  color: #333333;
}
#header .header-pc-scrolled .hd-b .hd-b-nav {
  height: 80px;
}
#header .header-pc-scrolled .hd-b .hd-b-nav li {
  height: 80px;
  line-height: 80px;
}
#header .header-pc-scrolled .hd-b .hd-b-nav li a {
  color: #333333;
}
#header .header-pc-scrolled .hd-b .hd-b-btn div {
  padding: 10px 24px;
}
#header .header-pc-wtl {
  color: #333333;
  background-color: #fff;
  border: 1px solid #ececec;
}
#header .header-pc-wtl .hd-b .hd-b-logo span {
  color: #333333;
}
#header .header-pc-wtl .hd-b .hd-b-nav li a {
  color: #333333;
}
#header .header-pc-search-hover {
  color: #333333;
  background-color: #fff;
}
#header .header-pc-search-hover .hd-b .hd-b-logo span {
  color: #333333;
}
#header .header-pc-search-hover .hd-b .hd-b-nav li a {
  color: #333333;
}
#header .search-drop {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 152px;
  left: 0;
  padding: 24px;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  z-index: 3008;
}
#header .search-drop .nav-rshd-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#header .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;
  font-size: 22px;
}
#header .search-drop .nav-rshd-box .search-img {
  width: 24px;
  position: absolute;
  top: 19px;
  left: 12px;
}
#header .search-drop .nav-rshd-box .srarch-drop-title {
  font-size: 14px;
  margin: 24px 0 8px;
}
#header .search-drop .nav-rshd-box ul li {
  padding: 8px 0;
  cursor: pointer;
}
#header .search-drop .nav-rshd-box ul li a {
  color: #000000;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .search-drop .nav-rshd-box ul li a img {
  width: 20px;
  margin: 0 8px 0 4px;
}
#header .search-drop .nav-rshd-box ul li:hover {
  background-color: #f5f6f7;
}
#header .inquiryDialog .modal-dialog {
  max-width: 600px;
}
#header .inquiryDialog .modal-dialog .modal-content {
  width: 600px;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-header {
  padding-bottom: 0;
  border: 0;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-header .btn-close {
  margin: 4px 4px 0 auto;
  font-size: 22px;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body .dialog-content-t {
  font-size: 28px;
  font-weight: 600;
  padding: 8px 16px 16px;
  text-align: center;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body .dialog-content-c {
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px 16px;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body form {
  padding: 0 16px 64px;
  font-size: 14px;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body form > div {
  margin: 16px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body form > div span {
  margin: 8px 0;
  font-size: 14px;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body form > div input {
  width: auto;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body 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;
}
#header .inquiryDialog .modal-dialog .modal-content .modal-body form button {
  height: 42px;
  margin: 0 32px;
  border: 0;
  border-radius: 8px;
  background-color: var(--primary-color);
  color: #fefefe;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
#footer {
  padding: 64px 0 0;
  background-color: #171717;
  color: #d1d1d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .footer-box .footer-t {
  width: 1360px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 24px;
}
#footer .footer-box .footer-t .footer-t-l {
  width: 30%;
}
#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: 224px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-b {
  margin-bottom: 32px;
  line-height: 30px;
  font-size: 16px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c a img {
  width: 32px;
  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: 60%;
  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 .footer-tr-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 16px;
  margin: 8px 0 24px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-r > div .footer-tr-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 2px;
  background-color: var(--primary-color);
}
#footer .footer-box .footer-t .footer-t-r > div .footer-tr-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 2px;
  background-color: #5d5d5d;
}
#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: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #d1d1d1;
  line-height: 26px;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .footer-box .footer-t .footer-t-r > div ul li img {
  width: 18px;
  height: 18px;
  margin: 5px 8px 0 0;
}
#footer .footer-box .footer-t .footer-t-r > div ul li span {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 26px;
}
#footer .footer-box .footer-t .footer-t-r > div .footer-tr-c .footer-trc-t {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
#footer .footer-box .footer-t .footer-t-r > div .footer-tr-c .footer-trc-b {
  position: relative;
  cursor: pointer;
}
#footer .footer-box .footer-t .footer-t-r > div .footer-tr-c .footer-trc-b input {
  width: 100%;
  height: 50px;
  padding: 12px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
#footer .footer-box .footer-t .footer-t-r > div .footer-tr-c .footer-trc-b img {
  height: 50px;
  padding: 12px;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#footer #statement {
  width: 100%;
  height: 56px;
  line-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #202020;
}
#footer #statement a {
  color: #fff;
  text-decoration: none;
}
#footer #statement a:hover {
  text-decoration: underline;
}
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 40px;
}
#home .home-a {
  width: 100%;
}
#home .home-a .homea-swiper {
  width: 100%;
  height: 100vh;
}
#home .home-a .homea-swiper .swiper-wrapper {
  height: 100%;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  filter: brightness(0.65);
  object-fit: cover;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
  max-width: 680px;
  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: 64px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-c {
  font-size: 36px;
  margin-bottom: 48px;
}
#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: #ffffff;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div {
  font-weight: 600;
  padding: 12px 40px;
  background-color: var(--primary-color);
  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 {
  bottom: 16px;
}
#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: var(--primary-color);
}
#home .home-b .home-b-box {
  width: 1400px;
  margin: 40px auto;
}
#home .home-b .home-b-box .home-b-t {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#home .home-b .home-b-box .home-b-c .home-bc-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
#home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item {
  width: 104px;
  line-height: 56px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item:hover {
  color: var(--primary-color);
}
#home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item:hover::after {
  transform: scaleX(1);
}
#home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleX(0);
  transition: all 0.4s ease;
}
#home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item.active {
  color: var(--primary-color);
}
#home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item.active::after {
  width: 100%;
  transform: translateX(-50%) scaleX(1);
}
#home .home-b .home-b-box .home-b-c .home-bc-content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper {
  width: 100%;
  flex-shrink: 0;
  transition: transform 0.4s ease-in-out;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper {
  padding: 40px 0 80px;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide {
  height: 468px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-i {
  width: 100%;
  margin-bottom: 16px;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-i img {
  width: 100%;
  height: 360px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t {
  width: 85%;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-t {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-m {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b {
  font-size: 16px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b .slide-tb-icon {
  width: 16px;
  margin-left: 4px;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide:hover .slide-t .slide-t-t {
  color: #fff;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide:hover .slide-t .slide-t-b {
  color: #fff;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-next,
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-prev {
  top: auto;
  bottom: 0px;
  right: auto;
  padding: 21px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-next::after,
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: var(--primary-color);
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-next:hover,
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-prev:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-next:hover::after,
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-prev:hover::after {
  color: #fff;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-prev {
  left: 45%;
}
#home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-next {
  left: 52.5%;
}
#home .home-d {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#home .home-d .home-d-bg img {
  width: 100%;
  height: 700px;
}
#home .home-d .homed-box {
  width: 1400px;
  height: 700px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .home-d .homed-l {
  width: 42%;
  height: 100%;
  position: relative;
}
#home .home-d .homed-l .homed-l-x {
  width: 336px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home .home-d .homed-l .homed-l-w {
  width: 120px;
  position: absolute;
  bottom: 12px;
  right: 344px;
}
#home .home-d .homed-l .homed-l-y {
  width: 336px;
  position: absolute;
  top: 0;
  left: 24px;
}
#home .home-d .homed-l .homed-l-z {
  width: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#home .home-d .homed-r {
  width: 54%;
  height: 100%;
}
#home .home-d .homed-r .homed-r-t {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}
#home .home-d .homed-r .homed-r-c {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
#home .home-d .homed-r .homed-r-i {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home .home-d .homed-r .homed-r-i .homed-swiper {
  font-size: 16px;
  width: 100%;
  height: 300px;
  pointer-events: none;
  /* 禁用鼠标控制 */
}
#home .home-d .homed-r .homed-r-i .homed-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#home .home-d .homed-r .homed-r-i .homed-swiper .swiper-wrapper .swiper-slide .slide-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#home .home-d .homed-r .homed-r-i .homed-swiper .swiper-wrapper .swiper-slide .slide-item img {
  width: 56px;
  margin-right: 16px;
}
#home .home-d .homed-r .homed-r-i .homed-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-item-r-t {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
#home .home-d .homed-r .homed-r-i .homed-swiper .swiper-wrapper .swiper-slide .slide-item .slide-item-r .slide-item-r-b {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-e {
  position: relative;
  z-index: 1;
  padding: 120px 0 90px;
}
#home .home-e .home-e-bg {
  background-image: url('https://d2rw3gkhyve63g.cloudfront.net/shuangwei-assets/img/hm5289650317.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
}
#home .home-e .home-e-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#home .home-e .home-e-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-e .home-e-content .homee-c-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}
#home .home-e .home-e-content .homee-c-item img {
  width: 60px;
  margin-right: 8px;
}
#home .home-e .home-e-content .homee-c-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home .home-e .home-e-content .homee-c-item > div .homee-ci-num {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
}
#home .home-e .home-e-content .homee-c-item > div .homee-ci-text {
  font-size: 20px;
  color: #fff;
}
#home .home-f {
  padding: 80px 0;
}
#home .home-f .homef-t {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#home .home-f .homef-c .homef-swiper {
  width: 1400px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide {
  padding: 0 24px;
  background-color: #ffffff;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t img {
  width: 100%;
  height: 420px;
  border-radius: 8px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-b {
  height: 152px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  transform: translate(24px, -76px);
  transition: all 0.4s ease-in-out;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-b .slide-ib-t {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--primary-color);
  transition: all 0.4s ease-in-out;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-b .slide-ib-b {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide:hover .slide-item-b {
  background-color: var(--primary-color);
  color: #ffffff;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide:hover .slide-item-b .slide-ib-t {
  color: #ffffff;
}
#home .home-f .homef-c .homef-swiper .swiper-pagination .swiper-pagination-bullet {
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
#home .home-f .homef-c .homef-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
#home .home-g {
  padding-bottom: 40px;
}
#home .home-g .home-g-content {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#home .home-g .home-g-content .homeg-l {
  width: 55%;
}
#home .home-g .home-g-content .homeg-l .homeg-l-t {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-g .home-g-content .homeg-l .homeg-l-c .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
#home .home-g .home-g-content .homeg-l .homeg-l-c .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding: 16px 0;
}
#home .home-g .home-g-content .homeg-l .homeg-l-c .accordion-button:focus {
  box-shadow: none;
}
#home .home-g .home-g-content .homeg-l .homeg-l-c .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}
#home .home-g .home-g-content .homeg-l .homeg-l-c .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
}
#home .home-g .home-g-content .homeg-l .homeg-l-c .accordion-item .accordion-collapse .accordion-body {
  font-size: 14px;
  padding-left: 0;
}
#home .home-g .home-g-content .homeg-r {
  width: 45%;
  min-height: 524px;
  position: relative;
}
#home .home-g .home-g-content .homeg-r .homeg-r-w {
  width: 438px;
  position: absolute;
  top: 24px;
  right: 64px;
}
#home .home-g .home-g-content .homeg-r .homeg-r-x {
  width: 66px;
  padding: 12px;
  background-color: var(--primary-color);
  border-radius: 33px;
  position: absolute;
  top: 64px;
  right: 16px;
}
#home .home-g .home-g-content .homeg-r .homeg-r-y {
  width: 368px;
  position: absolute;
  top: 250px;
  right: 0;
}
#home .home-g .home-g-content .homeg-r .homeg-r-z {
  width: 114px;
  position: absolute;
  top: 392px;
  right: 384px;
}
#home .home-h {
  position: relative;
}
#home .home-h .home-h-bg img {
  width: 100%;
  height: 488px;
}
#home .home-h .home-h-content {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#home .home-h .home-h-content .homeh-c-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
#home .home-h .home-h-content .homeh-c-icon {
  width: 72px;
  margin-bottom: 24px;
}
#home .home-h .home-h-content .homeh-swiper {
  width: 100%;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item {
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-c {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-b {
  display: flex;
  align-items: center;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-b .homeh-sib-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-b .homeh-sib-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-b .homeh-sib-info .homeh-sib-name {
  font-size: 20px;
}
#home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-b .homeh-sib-info .homeh-sib-tag {
  font-size: 15px;
  color: #666666;
}
#home .home-i {
  position: relative;
}
#home .home-i .home-i-bg {
  width: 100%;
  height: 720px;
}
#home .home-i .home-i-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 540px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-i .home-i-content .homei-c-l {
  width: 44%;
  padding: 32px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
#home .home-i .home-i-content .homei-c-l .homei-cl-i {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 16px;
}
#home .home-i .home-i-content .homei-c-l .homei-cl-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-i .home-i-content .homei-c-l form .homei-clc-item {
  margin-bottom: 24px;
  font-size: 14px;
}
#home .home-i .home-i-content .homei-c-l form .homei-clc-item input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}
#home .home-i .home-i-content .homei-c-l form .homei-clc-item textarea {
  width: 100%;
  height: 112px;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  resize: none;
  font-family: Arial, sans-serif;
}
#home .home-i .home-i-content .homei-c-l form .homei-clc-sub {
  display: flex;
  justify-content: center;
}
#home .home-i .home-i-content .homei-c-l form .homei-clc-sub button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  padding: 12px 64px;
  border: 0;
  border-radius: 8px;
}
#home .home-i .home-i-content .homei-c-r {
  width: 52%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-t {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-t span {
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item img {
  width: 58px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item > div .homei-crci-t {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 4px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item > div .homei-crci-b {
  font-size: 14px;
  color: #666666;
}
#product .product-a {
  position: relative;
}
#product .product-a .product-a-banner {
  width: 100%;
  filter: brightness(0.45);
}
#product .product-a .product-a-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#product .product-a .product-a-content span {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#product .product-b {
  background-color: #f8f8f8;
}
#product .product-b .productb-content {
  width: 1400px;
  padding: 80px 0 40px;
  margin: 0 auto;
}
#product .product-b .productb-content .productb-c-l {
  margin-bottom: 40px;
}
#product .product-b .productb-content .productb-c-l .productb-cl-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
#product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item {
  width: 104px;
  line-height: 64px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item:hover {
  color: var(--primary-color);
}
#product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item:hover::after {
  transform: scaleX(1);
}
#product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleX(0);
  transition: all 0.4s ease;
}
#product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item.active {
  color: var(--primary-color);
}
#product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item.active::after {
  width: 100%;
  transform: translateX(-50%) scaleX(1);
}
#product .product-b .productb-content .productb-c-r {
  width: 100%;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item {
  width: calc(33.33% - 24px);
  margin: 0 12px 24px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-i {
  width: 100%;
  background-color: #ffffff;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-i img {
  width: 100%;
  height: 355px;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-t {
  width: 100%;
  padding: 12px 24px;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-t .productb-crit-t {
  font-size: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.2s ease-in-out;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-t .productb-crit-b {
  font-size: 16px;
  color: var(--primary-color);
  transition: all 0.2s ease-in-out;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-t .productb-crit-b .productb-critb-icon {
  width: 16px;
  margin-left: 4px;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item:hover {
  border: 1px solid var(--primary-color);
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item:hover .productb-cri-t {
  background-color: var(--primary-color);
  color: #ffffff;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item:hover .productb-cri-t .productb-crit-b {
  color: #ffffff;
}
#product-details .details-a {
  position: relative;
}
#product-details .details-a .details-a-banner {
  width: 100%;
  filter: brightness(0.45);
}
#product-details .details-a .details-a-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#product-details .details-a .details-a-content span {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#product-details .details-b {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#product-details .details-b .detailsb-l {
  width: 48%;
}
#product-details .details-b .detailsb-l img {
  width: 100%;
  border-radius: 16px;
}
#product-details .details-b .detailsb-r {
  width: 48%;
}
#product-details .details-b .detailsb-r .detailsb-r-t {
  margin-bottom: 24px;
}
#product-details .details-b .detailsb-r .detailsb-r-t .detailsb-rt-t {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
#product-details .details-b .detailsb-r .detailsb-r-t .detailsb-rt-c {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
#product-details .details-b .detailsb-r .detailsb-r-b .detailsb-rb-t {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
#product-details .details-b .detailsb-r .detailsb-r-b .detailsb-rb-c {
  font-size: 16px;
  color: #666666;
}
#product-details .details-c {
  background-color: #f9f9f9;
}
#product-details .details-c .details-c-box {
  width: 1240px;
  padding: 40px 0;
  margin: 0 auto;
}
#product-details .details-c .details-c-box .detailsc-t {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#product-details .details-c .details-c-box .detailsc-c {
  position: relative;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper {
  width: 1240px;
  padding-bottom: 16px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 24px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-i {
  width: 100%;
  margin-bottom: 16px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-i img {
  width: 100%;
  height: 360px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-t {
  width: 85%;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-t {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b {
  font-size: 16px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b .slide-tb-icon {
  width: 16px;
  margin-left: 4px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide:hover .slide-t {
  color: #fff;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide:hover .slide-t .slide-t-t {
  color: #fff;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide:hover .slide-t .slide-t-b {
  color: #fff;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-pagination {
  bottom: 0;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #666666;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev,
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next {
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev::after,
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next::after {
  font-size: 16px;
  font-family: swiper-icons;
  color: var(--primary-color);
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev:hover,
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next:hover {
  background-color: var(--primary-color);
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev:hover::after,
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next:hover::after {
  color: #fff;
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev {
  left: -64px;
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev::after {
  content: 'prev';
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next {
  right: -64px;
}
#product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next::after {
  content: 'next';
}
#about .about-a {
  position: relative;
}
#about .about-a .about-a-banner {
  width: 100%;
  filter: brightness(0.45);
}
#about .about-a .about-a-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#about .about-a .about-a-content span {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#about .about-b .aboutb-box {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#about .about-b .aboutb-box .aboutb-item {
  width: calc(33.33% - 36px);
  height: 150px;
  margin: 0 12px 32px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
#about .about-b .aboutb-box .aboutb-item .aboutb-item-t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#about .about-b .aboutb-box .aboutb-item .aboutb-item-t img {
  width: 48px;
  margin-right: 8px;
}
#about .about-b .aboutb-box .aboutb-item .aboutb-item-t .aboutb-it-title {
  font-size: 20px;
  color: var(--primary-color);
}
#about .about-b .aboutb-box .aboutb-item .aboutb-item-b {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#about .about-c {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#about .about-c .about-c-bg img {
  width: 100%;
  height: 700px;
}
#about .about-c .aboutc-box {
  width: 1400px;
  height: 700px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .about-c .aboutc-l {
  width: 42%;
  height: 100%;
  position: relative;
}
#about .about-c .aboutc-l .aboutc-l-x {
  width: 336px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#about .about-c .aboutc-l .aboutc-l-w {
  width: 120px;
  position: absolute;
  bottom: 12px;
  right: 344px;
}
#about .about-c .aboutc-l .aboutc-l-y {
  width: 336px;
  position: absolute;
  top: 0;
  left: 24px;
}
#about .about-c .aboutc-l .aboutc-l-z {
  width: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#about .about-c .aboutc-r {
  width: 54%;
  height: 100%;
}
#about .about-c .aboutc-r .aboutc-r-t {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
#about .about-c .aboutc-r .aboutc-r-c {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 18;
}
#about .about-o {
  position: relative;
  z-index: 1;
  padding: 120px 0 90px;
}
#about .about-o .about-o-bg {
  background-image: url('https://d2rw3gkhyve63g.cloudfront.net/shuangwei-assets/img/hm5289650317.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
}
#about .about-o .about-o-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#about .about-o .about-o-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-o .about-o-content .abouto-c-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}
#about .about-o .about-o-content .abouto-c-item img {
  width: 60px;
  margin-right: 8px;
}
#about .about-o .about-o-content .abouto-c-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#about .about-o .about-o-content .abouto-c-item > div .abouto-ci-num {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
}
#about .about-o .about-o-content .abouto-c-item > div .abouto-ci-text {
  font-size: 20px;
  color: #fff;
}
#about .about-d {
  position: relative;
}
#about .about-d .about-d-bg {
  width: 100%;
  height: 620px;
}
#about .about-d .about-d-content {
  width: 904px;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
#about .about-d .about-d-content .aboutd-t {
  margin: 32px 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
#about .about-d .about-d-content .aboutd-c .aboutd-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#about .about-e {
  padding: 80px 0;
}
#about .about-e .aboute-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
#about .about-e .aboute-content .aboute-c-item {
  width: 25%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#about .about-e .aboute-content .aboute-c-item:nth-child(1),
#about .about-e .aboute-content .aboute-c-item:nth-child(2),
#about .about-e .aboute-content .aboute-c-item:nth-child(3) {
  border-right: 1px solid #e5e5e5;
}
#about .about-e .aboute-content .aboute-c-item img {
  width: 64px;
  margin-bottom: 24px;
}
#about .about-e .aboute-content .aboute-c-item .aboute-ci-t {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
#about .about-e .aboute-content .aboute-c-item .aboute-ci-b {
  height: 78px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#case .case-a {
  position: relative;
}
#case .case-a .case-a-banner {
  width: 100%;
  filter: brightness(0.45);
}
#case .case-a .case-a-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#case .case-a .case-a-content span {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#case .case-b {
  background-color: #f8f8f8;
}
#case .case-b .caseb-content {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#case .case-b .caseb-content .caseb-item {
  width: 33.33%;
  height: 536px;
  padding: 0 24px;
}
#case .case-b .caseb-content .caseb-item .caseb-item-t img {
  width: 100%;
  height: 420px;
  border-radius: 8px;
}
#case .case-b .caseb-content .caseb-item .caseb-item-b {
  height: 152px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  transform: translate(24px, -76px);
  transition: all 0.4s ease-in-out;
}
#case .case-b .caseb-content .caseb-item .caseb-item-b .caseb-ib-t {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--primary-color);
  transition: all 0.4s ease-in-out;
}
#case .case-b .caseb-content .caseb-item .caseb-item-b .caseb-ib-b {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case .case-b .caseb-content .caseb-item:hover .caseb-item-b {
  background-color: var(--primary-color);
  color: #ffffff;
}
#case .case-b .caseb-content .caseb-item:hover .caseb-item-b .caseb-ib-t {
  color: #ffffff;
}
#case-details .case-details-a {
  position: relative;
}
#case-details .case-details-a .case-da-banner {
  width: 100%;
  filter: brightness(0.45);
}
#case-details .case-details-a .case-da-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#case-details .case-details-a .case-da-content span {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#case-details .case-details-b {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#case-details .case-details-b .case-db-l {
  width: 72%;
  font-size: 16px;
}
#case-details .case-details-b .case-db-r {
  width: 25%;
  font-size: 16px;
}
#case-details .case-details-b .case-db-r .case-dbr-t {
  padding: 0 24px 1px;
  margin-bottom: 24px;
  background-color: #f9f9fc;
  border-radius: 8px;
}
#case-details .case-details-b .case-db-r .case-dbr-t .case-dbrt-title {
  padding: 24px;
  margin: 0 -24px 24px;
  border-bottom: 1px solid #e5e5e5;
}
#case-details .case-details-b .case-db-r .case-dbr-t .case-dbrt-title span {
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  border-left: 4px solid var(--primary-color);
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li {
  margin-bottom: 24px;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li .case-dbrt-li-l {
  width: 60%;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li .case-dbrt-li-l img {
  width: 100%;
  height: 96px;
  border-radius: 4px;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li .case-dbrt-li-r {
  width: 35%;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li .case-dbrt-li-r .case-dbrtlr-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li .case-dbrt-li-r .case-dbrtlr-desc {
  font-size: 14px;
  color: var(--primary-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#case-details .case-details-b .case-db-r .case-dbr-t ul li .case-dbrt-li-r .case-dbrtlr-desc img {
  width: 16px;
  margin-left: 4px;
}
#case-details .case-details-b .case-db-r .case-dbr-b {
  padding: 0 24px 1px;
  margin-bottom: 24px;
  background-color: #f9f9fc;
  border-radius: 8px;
}
#case-details .case-details-b .case-db-r .case-dbr-b .case-dbrb-title {
  padding: 24px;
  margin: 0 -24px 24px;
  border-bottom: 1px solid #e5e5e5;
}
#case-details .case-details-b .case-db-r .case-dbr-b .case-dbrb-title span {
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  border-left: 4px solid var(--primary-color);
}
#case-details .case-details-b .case-db-r .case-dbr-b ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
#case-details .case-details-b .case-db-r .case-dbr-b ul li .case-dbrb-li-l {
  margin-right: 16px;
}
#case-details .case-details-b .case-db-r .case-dbr-b ul li .case-dbrb-li-l img {
  width: 56px;
  padding: 16px;
  background-color: #fff;
  border-radius: 50%;
}
#case-details .case-details-b .case-db-r .case-dbr-b ul li .case-dbrb-li-r {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#case-details .case-details-b .case-db-r .case-dbr-b ul li .case-dbrb-li-r .case-dbrblr-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
#case-details .case-details-b .case-db-r .case-dbr-b ul li .case-dbrb-li-r .case-dbrblr-cont {
  font-size: 14px;
  color: #666666;
}
#contact .contact-a {
  position: relative;
}
#contact .contact-a .contact-a-banner {
  width: 100%;
  filter: brightness(0.45);
}
#contact .contact-a .contact-a-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#contact .contact-a .contact-a-content span {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
#contact .contact-b .contactb-content {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#contact .contact-b .contactb-content .contactb-item {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-l {
  margin-bottom: 12px;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-l img {
  width: 86px;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-r .contactb-tr-t {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-r .contactb-tr-c {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-r .contactb-tr-c span {
  display: block;
}
#contact .contact-c {
  background-color: #f8f9fa;
}
#contact .contact-c .contactc-content {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
#contact .contact-c .contactc-content .contactc-c-t {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#contact .contact-c .contactc-content .contactc-c-b {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#contact .contact-c .contactc-content .contactc-c-b .contactc-cb-l {
  width: 48%;
}
#contact .contact-c .contactc-content .contactc-c-b .contactc-cb-r {
  width: 48%;
}
#contact .contact-c .contactc-content form .contactc-c-item {
  margin-bottom: 24px;
  font-size: 14px;
}
#contact .contact-c .contactc-content form .contactc-c-item input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}
#contact .contact-c .contactc-content form .contactc-c-item textarea {
  width: 100%;
  height: 112px;
  padding: 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  resize: none;
  font-family: Arial, sans-serif;
}
#contact .contact-c .contactc-content form .contactc-c-sub {
  display: flex;
  justify-content: center;
}
#contact .contact-c .contactc-content form .contactc-c-sub button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--primary-color);
  padding: 12px 64px;
  border: 0;
  border-radius: 8px;
}
#thanks {
  padding-top: 153px;
}
#thanks > div {
  width: 1400px;
  min-height: calc(100vh - 551px);
  margin: 0 auto;
  padding: 80px 0;
  font-size: 64px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  body {
    min-width: 100%;
  }
  .sm-display-b {
    display: block;
  }
  .sm-display-nib {
    display: none !important;
  }
  .sm-display-n {
    display: none !important;
  }
  #header .header-mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    transition: all 0.4s ease-in-out;
  }
  #header .header-mb .header-mb-l {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-mb .header-mb-l .header-mb-menu {
    width: 30px;
    margin-right: 16px;
  }
  #header .header-mb .header-mb-l .header-mb-logo {
    width: 130px;
  }
  #header .header-mb .header-mb-r {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-mb .header-mb-r .header-mb-search {
    width: 24px;
  }
  #header .header-mb .header-mb-r .header-mb-lang {
    width: 24px;
    margin-left: 16px;
  }
  #header .header-mb-scrolled {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  #header #offcanvasMenu,
  #header #offcanvasLang {
    width: 65%;
    font-size: 16px;
  }
  #header #offcanvasMenu .offcanvas-header,
  #header #offcanvasLang .offcanvas-header {
    font-size: 18px;
  }
  #header #offcanvasMenu .offcanvas-body ul li,
  #header #offcanvasLang .offcanvas-body ul li {
    padding: 8px 0;
  }
  #header #offcanvasMenu .offcanvas-body ul li img,
  #header #offcanvasLang .offcanvas-body ul li img {
    width: 25px;
    margin-right: 4px;
  }
  #header #offcanvasMenu .offcanvas-body ul .active,
  #header #offcanvasLang .offcanvas-body ul .active {
    font-weight: 600;
  }
  #header #offcanvasSearch {
    height: max-content;
    font-size: 16px;
  }
  #header #offcanvasSearch .sm-search-box {
    position: relative;
  }
  #header #offcanvasSearch .sm-search-box .search-icon {
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #header #offcanvasSearch .sm-search-box .search-input {
    width: 100%;
    padding: 0 32px 0 0;
    border-bottom: 1px solid #dddddd;
  }
  #header #offcanvasSearch .sm-search-box .srarch-drop-title {
    font-size: 14px;
    margin: 24px 0 8px;
  }
  #header #offcanvasSearch .sm-search-box ul li {
    padding: 8px 0;
  }
  #header #offcanvasSearch .sm-search-box ul li img {
    width: 16px;
  }
  #footer {
    padding: 32px 0 4px;
    margin-top: -1px;
  }
  #footer .footer-box {
    padding: 0 24px 24px;
    margin: 0;
  }
  #footer .footer-box .footer-t {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  #footer .footer-box .footer-t .footer-t-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  #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-l .footer-t-l-c a img {
    width: 24px;
    margin-right: 12px;
  }
  #footer .footer-box .footer-t .footer-t-l .footer-t-l-c a img:hover {
    transform: none;
  }
  #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 .footer-tr-title {
    margin: 8px 0 0;
  }
  #footer .footer-box .footer-t .footer-t-r > div .footer-tr-title::after {
    height: 0;
  }
  #footer .footer-box .footer-t .footer-t-r > div .footer-tr-title::before {
    height: 0;
  }
  #footer .footer-box .footer-t .footer-t-r > div ul li {
    margin-bottom: 12px;
  }
  #footer #statement {
    height: 48px;
    line-height: 48px;
  }
  #pagination {
    padding: 8px 0 24px;
  }
  #pagination ul li a {
    font-size: 14px;
  }
  #pagination ul li span {
    font-size: 14px;
  }
  #home {
    padding-top: 0;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
    height: 100vh;
  }
  #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: 8px 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 .home-b-box {
    width: 100%;
    margin: 24px 0;
  }
  #home .home-b .home-b-box .home-b-t {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #home .home-b .home-b-box .home-b-c {
    padding: 0 16px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-title {
    width: 100%;
    font-size: 15px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-title .home-bc-item {
    width: 25%;
    line-height: 48px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper {
    padding: 24px 0 56px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide {
    height: 228px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-i img {
    height: 152px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t {
    height: 48px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-t {
    font-size: 14px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b {
    font-size: 12px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b img {
    width: 12px;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-next {
    left: 54.5%;
  }
  #home .home-b .home-b-box .home-b-c .home-bc-content .homeb-swiper .swiper-button-prev {
    left: 38%;
  }
  #home .home-d .home-d-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #home .home-d .home-d-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  #home .home-d .homed-box {
    width: 100%;
    height: auto;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    position: static;
    transform: none;
    /* .homed-l {
          width: 90%;
          height: 460px;
          .homed-l-x {
            width: 144px;
          }
          .homed-l-y {
            width: 266px;
            top: 48px;
            transform: translateY(0);
          }
          .homed-l-z {
            width: 240px;
            top: 220px;
          }
        } */
  }
  #home .home-d .homed-box .homed-r {
    width: 90%;
    height: auto;
  }
  #home .home-d .homed-box .homed-r .homed-r-t {
    font-size: 24px;
    margin: 24px 0 16px;
    text-align: center;
  }
  #home .home-d .homed-box .homed-r .homed-r-c {
    margin-bottom: 24px;
    -webkit-line-clamp: 40;
  }
  #home .home-d .homed-box .homed-r .homed-r-i {
    width: 100%;
  }
  #home .home-d .homed-box .homed-r .homed-r-i .homed-swiper {
    height: 336px;
  }
  #home .home-e {
    padding: 40px 0;
  }
  #home .home-e .home-e-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  #home .home-e .home-e-content {
    width: 100%;
    padding: 0 16px;
    flex-wrap: wrap;
  }
  #home .home-e .home-e-content .homee-c-item {
    width: calc(50% - 32px);
    margin: 16px;
    justify-content: flex-start;
  }
  #home .home-e .home-e-content .homee-c-item img {
    width: 40px;
  }
  #home .home-e .home-e-content .homee-c-item > div .homee-ci-num {
    font-size: 24px;
  }
  #home .home-e .home-e-content .homee-c-item > div .homee-ci-text {
    font-size: 14px;
  }
  #home .home-f {
    padding: 24px 0;
  }
  #home .home-f .homef-t {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #home .home-f .homef-c .homef-swiper {
    width: 100%;
  }
  #home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide {
    width: 90% !important;
    padding: 0 24px 0 0;
    margin: 0 5% !important;
  }
  #home .home-f .homef-c .homef-swiper .swiper-button-next {
    left: 53%;
  }
  #home .home-f .homef-c .homef-swiper .swiper-button-prev {
    left: 38%;
  }
  #home .home-g {
    padding-bottom: 0;
  }
  #home .home-g .home-g-content {
    width: 100%;
    padding: 40px 16px;
    background-color: #f8f9fa;
    flex-direction: column;
  }
  #home .home-g .home-g-content .homeg-l {
    width: 100%;
  }
  #home .home-g .home-g-content .homeg-l .homeg-l-t {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
  #home .home-g .home-g-content .homeg-r {
    width: 100%;
    min-height: 395px;
  }
  #home .home-g .home-g-content .homeg-r .homeg-r-w {
    width: 80%;
    left: 24px;
    right: auto;
  }
  #home .home-g .home-g-content .homeg-r .homeg-r-x {
    width: 52px;
    right: 24px;
  }
  #home .home-g .home-g-content .homeg-r .homeg-r-y {
    width: 260px;
    top: 200px;
  }
  #home .home-g .home-g-content .homeg-r .homeg-r-z {
    width: 104px;
    top: 289px;
    left: 25px;
    right: auto;
  }
  #home .home-h .home-h-bg img {
    height: 432px;
  }
  #home .home-h .home-h-content {
    width: 100%;
  }
  #home .home-h .home-h-content .homeh-c-title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  #home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide {
    padding: 0 24px;
  }
  #home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item {
    width: 100%;
  }
  #home .home-h .home-h-content .homeh-swiper .swiper-wrapper .swiper-slide .homeh-swiper-item .homeh-si-c {
    width: 100%;
    font-size: 22px;
    margin-bottom: 16px;
  }
  #home .home-i .home-i-bg {
    height: 992px;
  }
  #home .home-i .home-i-content {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    transform: none;
  }
  #home .home-i .home-i-content .homei-c-l {
    order: 2;
    width: 90%;
  }
  #home .home-i .home-i-content .homei-c-r {
    order: 1;
    width: 90%;
  }
  #home .home-i .home-i-content .homei-c-r .homei-cr-t {
    width: 100%;
    margin: 40px 0 24px;
    font-size: 19px;
    text-align: center;
  }
  #home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item {
    width: 100%;
  }
  #home .home-i .home-i-content .homei-c-r .homei-cr-b img {
    position: static;
  }
  #product .product-a .product-a-banner {
    height: 380px;
  }
  #product .product-a .product-a-content {
    transform: translate(-50%, -50%);
  }
  #product .product-a .product-a-content span {
    font-size: 32px;
  }
  #product .product-b .productb-content {
    width: 100%;
    padding: 24px 0;
  }
  #product .product-b .productb-content .productb-c-l {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  #product .product-b .productb-content .productb-c-l .productb-cl-title {
    width: 100%;
    font-size: 15px;
  }
  #product .product-b .productb-content .productb-c-l .productb-cl-title .productb-cl-item {
    width: 25%;
    line-height: 48px;
  }
  #product .product-b .productb-content .productb-c-r {
    width: 100%;
  }
  #product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item {
    width: calc(50% - 24px);
    margin: 0 16px 16px;
  }
  #product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item:nth-child(2n) {
    margin-left: 8px;
  }
  #product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item:nth-child(2n-1) {
    margin-right: 8px;
  }
  #product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-i img {
    height: 160px;
  }
  #product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-t .productb-crit-t {
    font-size: 16px;
  }
  #product-details .details-a .details-a-banner {
    height: 380px;
  }
  #product-details .details-a .details-a-content {
    transform: translate(-50%, -50%);
  }
  #product-details .details-a .details-a-content span {
    font-size: 32px;
  }
  #product-details .details-b {
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
  }
  #product-details .details-b .detailsb-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #product-details .details-b .detailsb-r {
    width: 100%;
  }
  #product-details .details-b .detailsb-r .detailsb-r-t .detailsb-rt-t {
    margin-bottom: 16px;
  }
  #product-details .details-b .detailsb-r .detailsb-r-b .detailsb-rb-t {
    margin-bottom: 16px;
  }
  #product-details .details-c .details-c-box {
    width: 100%;
    padding: 24px 0 40px;
  }
  #product-details .details-c .details-c-box .detailsc-t {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #product-details .details-c .details-c-box .detailsc-c {
    padding: 0 24px 40px;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper {
    width: 100%;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-i img {
    height: 306px;
  }
  #product-details .details-c .details-c-box .detailsc-c .custom-nav {
    width: calc(100% - 48px);
    top: auto;
    bottom: 16px;
    transform: none;
  }
  #product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev {
    left: 128px;
    bottom: 0;
  }
  #product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next {
    right: 128px;
    bottom: 0;
  }
  #about .about-a .about-a-banner {
    height: 380px;
  }
  #about .about-a .about-a-content {
    transform: translate(-50%, -50%);
  }
  #about .about-a .about-a-content span {
    font-size: 32px;
  }
  #about .about-b .aboutb-box {
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #about .about-b .aboutb-box .aboutb-item {
    width: 100%;
    margin: 0 0 24px;
  }
  #about .about-c .about-c-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #about .about-c .about-c-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  #about .about-c .aboutc-box {
    width: 100%;
    height: auto;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    position: static;
    transform: none;
  }
  #about .about-c .aboutc-box .aboutc-box-t {
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 0;
    padding: 0 16px;
    text-align: center;
  }
  #about .about-c .aboutc-box .aboutc-l {
    width: 100%;
    height: 375px;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-x {
    width: 210px;
    left: 5%;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-w {
    width: 70px;
    bottom: 2px;
    right: 240px;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-y {
    width: 235px;
    top: auto;
    bottom: 70px;
    left: 10%;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-z {
    width: 220px;
    right: 5%;
  }
  #about .about-c .aboutc-box .aboutc-r {
    width: 90%;
    height: auto;
  }
  #about .about-c .aboutc-box .aboutc-r .aboutc-r-t {
    font-size: 24px;
    margin: 24px 0 16px;
    text-align: center;
  }
  #about .about-c .aboutc-box .aboutc-r .aboutc-r-c {
    margin: 24px 0;
    -webkit-line-clamp: 40;
  }
  #about .about-o {
    padding: 40px 0;
  }
  #about .about-o .about-o-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  #about .about-o .about-o-content {
    width: 100%;
    padding: 0 16px;
    flex-wrap: wrap;
  }
  #about .about-o .about-o-content .abouto-c-item {
    width: calc(50% - 32px);
    margin: 16px;
    justify-content: flex-start;
  }
  #about .about-o .about-o-content .abouto-c-item img {
    width: 40px;
  }
  #about .about-o .about-o-content .abouto-c-item > div .abouto-ci-num {
    font-size: 24px;
  }
  #about .about-o .about-o-content .abouto-c-item > div .abouto-ci-text {
    font-size: 14px;
  }
  #about .about-d .about-d-bg {
    height: 464px;
  }
  #about .about-d .about-d-content {
    width: 100%;
    height: 100%;
  }
  #about .about-d .about-d-content .aboutd-t {
    font-size: 24px;
    margin: 40px 16px 24px;
  }
  #about .about-e {
    padding: 40px 0 24px;
  }
  #about .about-e .aboute-content {
    width: 100%;
    padding: 0 16px;
    border: 0;
    flex-direction: column;
  }
  #about .about-e .aboute-content .aboute-c-item {
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }
  #about .about-e .aboute-content .aboute-c-item .aboute-ci-b {
    height: auto;
    -webkit-line-clamp: 40;
  }
  #case .case-a .case-a-banner {
    height: 380px;
  }
  #case .case-a .case-a-content {
    transform: translate(-50%, -50%);
  }
  #case .case-a .case-a-content span {
    font-size: 32px;
  }
  #case .case-b {
    background-color: #ffffff;
  }
  #case .case-b .caseb-content {
    width: 100%;
    padding: 40px 16px 0;
  }
  #case .case-b .caseb-content .caseb-item {
    width: 100%;
    padding: 0 24px 0 0;
  }
  #case .case-b #pagination {
    padding-top: 0;
  }
  #case-details .case-details-a .case-da-banner {
    height: 380px;
  }
  #case-details .case-details-a .case-da-content {
    transform: translate(-50%, -50%);
  }
  #case-details .case-details-a .case-da-content span {
    font-size: 32px;
  }
  #case-details .case-details-b {
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
  }
  #case-details .case-details-b .case-db-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #case-details .case-details-b .case-db-r {
    width: 100%;
  }
  #contact .contact-a .contact-a-banner {
    height: 380px;
  }
  #contact .contact-a .contact-a-content {
    transform: translate(-50%, -50%);
  }
  #contact .contact-a .contact-a-content span {
    font-size: 32px;
  }
  #contact .contact-b .contactb-content {
    width: 100%;
    padding: 32px 16px 16px;
    flex-direction: column;
  }
  #contact .contact-b .contactb-content .contactb-item {
    width: 100%;
    margin-bottom: 24px;
  }
  #contact .contact-c {
    padding: 0 16px;
  }
  #contact .contact-c .contactc-content {
    width: 100%;
    padding: 40px 0 0;
  }
  #contact .contact-c .contactc-content .contactc-c-t {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #contact .contact-c .contactc-content .contactc-c-b {
    flex-direction: column;
  }
  #contact .contact-c .contactc-content .contactc-c-b .contactc-cb-l {
    order: 2;
    width: calc(100% + 32px);
    height: 280px;
    margin: 0 -16px;
  }
  #contact .contact-c .contactc-content .contactc-c-b .contactc-cb-r {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
  #contact .contact-c .contactc-content .contactc-c-b .contactc-cb-r .contactc-c-item {
    margin-bottom: 16px;
  }
  #thanks {
    padding-top: 0;
  }
  #thanks > div {
    width: 100px;
    min-height: 100vh;
    font-size: 56px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  #product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-prev {
    left: 112px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  #product-details .details-c .details-c-box .detailsc-c .custom-nav .custom-next {
    right: 112px;
  }
}
