:root {
  --primary-color: #ef2a00;
}
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: #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;
}
#header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 9988;
}
#header .header-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
#header .header-pc .hd-t {
  width: 100%;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #191919;
}
#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 {
  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 img {
  width: 16px;
  margin-left: 16px;
  cursor: pointer;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r {
  margin-left: 40px;
  cursor: pointer;
  position: relative;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r:hover .hd-lg-drop {
  transform: scaleY(1);
  opacity: 1;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r .hd-trr-search {
  width: 16px;
  margin-right: 4px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r span {
  font-size: 16px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r .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-r .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-r .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-r .hd-lg-drop ul li a img {
  width: 25px;
  margin-right: 4px;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r .hd-lg-drop ul li a span {
  font-size: 14px;
  color: #ffffff;
}
#header .header-pc .hd-t .hd-t-r .hd-tr-r .hd-lg-drop ul li a:hover {
  background-color: #646464;
}
#header .header-pc .hd-b {
  width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-pc .hd-b .hd-b-logo img {
  width: 76px;
}
#header .header-pc .hd-b .hd-b-nav {
  height: 100px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-pc .hd-b .hd-b-nav li {
  height: 100px;
  line-height: 100px;
  margin: 0 12px;
}
#header .header-pc .hd-b .hd-b-nav li:hover {
  color: var(--primary-color);
  font-weight: 600;
}
#header .header-pc .hd-b .hd-b-nav li:hover a {
  color: var(--primary-color);
  font-weight: 600;
}
#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: linear-gradient(to right, #df1c09, #b31301);
  border-radius: 4px;
  cursor: pointer;
}
#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: linear-gradient(to right, #df1c09, #b31301);
  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 24px;
  background-color: #171717;
  color: #d1d1d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .footer-box {
  margin-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
}
#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 > div {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-b {
  margin-bottom: 32px;
  line-height: 26px;
  font-size: 14px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c a img {
  width: 32px;
  height: 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 > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#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 #statement {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#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 {
  padding-top: 152px;
}
#home .home-a {
  width: 100%;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  aspect-ratio: 2.7428;
  position: relative;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-pd {
  max-width: 40%;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
  max-width: 520px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-t {
  font-size: 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: linear-gradient(to right, #df1c09, #b31301);
  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 .slide-pd {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
#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 .slide-pd {
  left: 8%;
  right: auto;
  transform: translateY(-50%);
}
#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 {
  position: relative;
}
#home .home-b .home-b-bg {
  width: 100%;
  min-height: 720px;
}
#home .home-b .home-b-content {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t {
  width: 600px;
  padding: 40px;
  background-color: #222222;
  border-top-left-radius: 4px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c {
  height: 220px;
  position: relative;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-t {
  width: 48px;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 12px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-c {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-b {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-b span {
  background-image: -webkit-linear-gradient(left, #b31301, #df1c09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-b img {
  width: 20px;
  margin-top: -3px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-i img {
  height: 220px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b {
  width: 600px;
  padding: 40px;
  background-color: #eeeeee;
  border-bottom-left-radius: 4px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c {
  height: 220px;
  position: relative;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-t {
  width: 48px;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 12px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-c {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-b {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-b span {
  background-image: -webkit-linear-gradient(left, #b31301, #df1c09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-b img {
  width: 20px;
  margin-top: -3px;
}
#home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-i img {
  height: 220px;
}
#home .home-b .home-b-content .homeb-c-r {
  width: 600px;
  height: 600px;
  padding: 40px;
  background-color: #fdfdfd;
  flex-shrink: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-c {
  width: 80%;
  height: 32%;
  position: absolute;
  top: 10%;
  left: 10%;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-t {
  width: 48px;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 12px;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-c {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-b {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-b span {
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-b img {
  width: 20px;
  margin-top: -3px;
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-i {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
}
#home .home-b .home-b-content .homeb-c-r .homeb-cr-i img {
  height: 440px;
}
#home .home-c {
  padding: 80px 0;
  background-color: #f6f6f6;
}
#home .home-c .homec-t {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#home .home-c .homec-t span {
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-c .homec-c .homec-swiper {
  width: 1200px;
  padding-bottom: 40px;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide {
  height: 520px;
  padding: 24px 0 40px;
  background-color: #ffffff;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide .slide-i {
  margin-bottom: 16px;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide .slide-i img {
  height: 270px;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide .slide-t {
  width: 85%;
  height: 186px;
  text-align: center;
  position: relative;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-t {
  font-size: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-c .homec-c .homec-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: 3;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b {
  padding: 12px 24px;
  font-size: 16px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
#home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide:hover .slide-t .slide-t-b {
  background: linear-gradient(to right, #df1c09, #b31301);
  color: #fff;
}
#home .home-c .homec-c .homec-swiper .swiper-pagination {
  bottom: 0;
}
#home .home-c .homec-c .homec-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #666666;
}
#home .home-c .homec-c .homec-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
#home .home-d {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/ygjx-assets/img/hm4235452630.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 15% 50%;
}
#home .home-d .homed-box {
  width: 1200px;
  height: 700px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-d .homed-l {
  width: 48%;
  height: 100%;
  position: relative;
}
#home .home-d .homed-l .homed-l-x {
  width: 218px;
  position: absolute;
  top: 0;
  left: 45%;
}
#home .home-d .homed-l .homed-l-y {
  width: 403px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#home .home-d .homed-l .homed-l-z {
  width: 363px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#home .home-d .homed-r {
  width: 48%;
  height: 100%;
}
#home .home-d .homed-r .homed-r-t {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 32px;
}
#home .home-d .homed-r .homed-r-c {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
#home .home-d .homed-r .homed-r-i {
  width: 68%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
#home .home-d .homed-r .homed-r-i .homed-ri-item {
  width: 50%;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#home .home-d .homed-r .homed-r-i .homed-ri-item img {
  width: 16px;
  margin: 2px 4px 0 0;
}
#home .home-d .homed-r .homed-r-b {
  padding: 16px 40px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #df1c09, #b31301);
  border-radius: 4px;
}
#home .home-e {
  position: relative;
}
#home .home-e .home-e-bg {
  width: 100%;
  min-height: 720px;
}
#home .home-e .home-e-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-e .home-e-content .homee-c-l {
  width: 48%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#home .home-e .home-e-content .homee-c-l .homee-l-t {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 32px;
}
#home .home-e .home-e-content .homee-c-l .homee-l-c {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 64px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
#home .home-e .home-e-content .homee-c-l .homee-l-b {
  padding: 16px 40px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #df1c09, #b31301);
  border-radius: 4px;
}
#home .home-e .home-e-content .homee-c-r {
  width: 48%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .home-e .home-e-content .homee-c-r .homee-swiper-item {
  width: 46.5%;
  height: 100%;
  overflow: hidden;
}
#home .home-e .home-e-content .homee-c-r .homee-swiper-item .swiper-wrapper {
  transition-timing-function: linear;
}
#home .home-e .home-e-content .homee-c-r .homee-swiper-item .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-e .home-e-content .homee-c-r .homee-swiper-item .swiper-wrapper .swiper-slide img {
  width: 88%;
}
#home .home-e .home-e-content .homee-c-r .homee-a-swiper .swiper-wrapper .swiper-slide {
  justify-content: flex-end;
}
#home .home-e .home-e-content .homee-c-r .homee-b-swiper .swiper-wrapper .swiper-slide {
  justify-content: flex-start;
}
#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-t span {
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-f .homef-c .homef-swiper {
  width: 1200px;
  padding-bottom: 64px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide {
  height: 328px;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 24px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t .slide-item-t-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t .slide-item-t-l .slide-item-tl-l img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  margin-right: 12px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t .slide-item-t-l .slide-item-tl-r .slide-item-tlr-t {
  font-size: 20px;
  margin-bottom: 8px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t .slide-item-t-l .slide-item-tl-r .slide-item-tlr-b {
  font-size: 15px;
  color: #666666;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-t .slide-item-t-r img {
  width: 52px;
}
#home .home-f .homef-c .homef-swiper .swiper-wrapper .swiper-slide .slide-item-b .slide-item-b-c {
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#home .home-f .homef-c .homef-swiper .swiper-button-next,
#home .home-f .homef-c .homef-swiper .swiper-button-prev {
  top: auto;
  bottom: 0px;
  right: auto;
  padding: 21px;
  border: 1px solid #fbeff1;
  background-color: #fbeff1;
  border-radius: 30px;
  transition: all 0.6s ease;
}
#home .home-f .homef-c .homef-swiper .swiper-button-next::after,
#home .home-f .homef-c .homef-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #ef2a00;
}
#home .home-f .homef-c .homef-swiper .swiper-button-next:hover,
#home .home-f .homef-c .homef-swiper .swiper-button-prev:hover {
  border-color: #ef2a00;
  background-color: #ef2a00;
}
#home .home-f .homef-c .homef-swiper .swiper-button-next:hover::after,
#home .home-f .homef-c .homef-swiper .swiper-button-prev:hover::after {
  color: #fff;
}
#home .home-f .homef-c .homef-swiper .swiper-button-next {
  left: 51%;
}
#home .home-f .homef-c .homef-swiper .swiper-button-prev {
  left: 45.5%;
}
#home .home-g {
  position: relative;
}
#home .home-g .home-g-bg {
  width: 100%;
}
#home .home-g .home-g-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-g .home-g-content .homeg-c-t {
  font-size: 16px;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
#home .home-g .home-g-content .homeg-c-c {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ffffff;
}
#home .home-g .home-g-content .homeg-c-b {
  width: max-content;
  padding: 12px 24px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  background: linear-gradient(to right, #df1c09, #b31301);
  border-radius: 4px;
  cursor: pointer;
}
#home .home-h {
  padding: 80px 0;
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/ygjx-assets/img/hm6664567154.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 15% 50%;
}
#home .home-h .homeh-t {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
#home .home-h .homeh-c .homeh-c-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item {
  width: calc(33.33% - 24px);
  height: 520px;
  margin: 0 12px;
  position: relative;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-t {
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-t img {
  height: 270px;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-i {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-i img {
  width: 16px;
  margin-right: 8px;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-i span {
  font-size: 14px;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-t {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-c {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-b {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-b span {
  font-size: 16px;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-b img {
  width: 20px;
}
#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: 1200px;
  height: 540px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#home .home-i .home-i-content .homei-c-l {
  width: 40%;
  padding: 32px;
  background-color: #fff;
  border-top: 4px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
#home .home-i .home-i-content .homei-c-l .homei-cl-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
#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: linear-gradient(to right, #df1c09, #b31301);
  padding: 12px 64px;
  border: 0;
  border-radius: 8px;
}
#home .home-i .home-i-content .homei-c-r {
  width: 56%;
  height: 100%;
  position: relative;
}
#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;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item img {
  width: 48px;
  margin-right: 8px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item span {
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-c .homei-crc-item ul li {
  font-size: 14px;
  line-height: 26px;
}
#home .home-i .home-i-content .homei-c-r .homei-cr-b img {
  width: 82%;
  position: absolute;
  left: -24px;
  bottom: -48px;
}
#product {
  padding-top: 152px;
}
#product .product-a {
  position: relative;
}
#product .product-a img {
  width: 100%;
}
#product .product-a .product-a-content {
  position: absolute;
  bottom: 20%;
  left: 12%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product .product-a .product-a-content span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-right: 12px;
}
#product .product-a .product-a-content img {
  width: 56px;
}
#product .product-b {
  background-color: #f8f8f8;
}
#product .product-b .productb-content {
  width: 1200px;
  padding: 80px 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#product .product-b .productb-content .productb-c-l {
  width: 25%;
  background-color: #ffffff;
  border-radius: 8px;
}
#product .product-b .productb-content .productb-c-l .productb-cl-t {
  padding: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product .product-b .productb-content .productb-c-l .productb-cl-t img {
  width: 24px;
  margin-right: 8px;
}
#product .product-b .productb-content .productb-c-l .productb-cl-t span {
  font-size: 24px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#product .product-b .productb-content .productb-c-l .productb-cl-m {
  padding-bottom: 8px;
}
#product .product-b .productb-content .productb-c-l .productb-cl-m li {
  padding: 0 16px 0;
  font-size: 15px;
  line-height: 48px;
  cursor: pointer;
}
#product .product-b .productb-content .productb-c-l .productb-cl-m li:hover {
  color: var(--primary-color);
}
#product .product-b .productb-content .productb-c-l .productb-cl-m .active {
  background-color: #191919;
  color: #fff !important;
}
#product .product-b .productb-content .productb-c-r {
  width: 73%;
}
#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: 8px;
  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 {
  padding: 12px;
  background-color: #ffffff;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-i img {
  width: 100%;
  height: 240px;
}
#product .product-b .productb-content .productb-c-r .productb-cr-list .productb-cr-item .productb-cri-t {
  width: 100%;
  height: 112px;
  padding: 12px;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  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: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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: 14px;
  color: #999999;
  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: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 {
  padding-top: 152px;
}
#product-details .details-a {
  background-color: #f9faff;
}
#product-details .details-a .details-a-box {
  width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#product-details .details-a .detailsa-l {
  width: 52%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
}
#product-details .details-a .detailsa-l .detailsa-swiper {
  height: 480px;
  flex-shrink: 0;
  margin: 24px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  /* .swiper-pagination {
          height: 480px;
          position: absolute;
          top: 0;
          left: auto;
          right: 0;
          .swiper-pagination-progressbar-fill {
            background-color: #AD0C13;
          }
        } */
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide img {
  width: 64px;
  height: 64px;
  padding: 4px;
  border-radius: 8px;
}
#product-details .details-a .detailsa-l .detailsa-swiper .swiper-wrapper .active-img {
  border: 2px solid var(--primary-color);
}
#product-details .details-a .detailsa-l .detailsa-preview {
  width: 520px;
  height: 480px;
  cursor: pointer;
}
#product-details .details-a .detailsa-l .detailsa-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
#product-details .details-a .detailsa-l .detailsa-preview .zoomImg {
  background-color: #ffffff;
}
#product-details .details-a .detailsa-r {
  width: 42%;
}
#product-details .details-a .detailsa-r .detailsa-r-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-a .detailsa-ra-title {
  max-width: 83%;
  font-size: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#product-details .details-a .detailsa-r .detailsa-r-b {
  font-size: 16px;
  color: #999999;
  margin-bottom: 32px;
}
#product-details .details-a .detailsa-r .detailsa-r-c {
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#product-details .details-a .detailsa-r .detailsa-r-c .detailsa-rc-item {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
#product-details .details-a .detailsa-r .detailsa-r-c .detailsa-rc-item img {
  width: 24px;
  margin-right: 6px;
}
#product-details .details-a .detailsa-r .detailsa-r-d {
  margin-bottom: 56px;
}
#product-details .details-a .detailsa-r .detailsa-r-d .detailsa-rd-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#product-details .details-a .detailsa-r .detailsa-r-d .detailsa-rd-item .detailsa-rdi-t {
  font-size: 14px;
  font-weight: 600;
}
#product-details .details-a .detailsa-r .detailsa-r-d .detailsa-rd-item .detailsa-rdi-c {
  font-size: 14px;
  color: #999999;
}
#product-details .details-a .detailsa-r .detailsa-r-e a {
  padding: 16px 40px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #df1c09, #b31301);
  border-radius: 4px;
}
#product-details .details-b {
  font-size: 16px;
}
#product-details .details-b .details-b-box {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
}
#product-details .details-b .details-b-box .nav-pills {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-details .details-b .details-b-box .nav-pills .nav-item {
  width: 24%;
}
#product-details .details-b .details-b-box .nav-pills .nav-item .nav-link {
  width: 100%;
  height: 48px;
  background-color: #f6f6f6;
  color: #000000;
}
#product-details .details-b .details-b-box .nav-pills .nav-item .active {
  background-color: var(--primary-color);
  color: #ffffff;
}
#product-details .details-b .details-b-box .tab-content {
  padding: 16px 0 40px;
}
#product-details .details-c {
  background-color: #f9f9f9;
}
#product-details .details-c .details-c-box {
  width: 1200px;
  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-t span {
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper {
  width: 1200px;
  padding-bottom: 16px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide {
  padding: 16px 0 0;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  transition: all 0.4s 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 {
  margin-bottom: 16px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-i img {
  height: 270px;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-t {
  width: 100%;
  height: 112px;
  padding: 16px 16px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
  position: relative;
}
#product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-t {
  font-size: 20px;
  margin-bottom: 8px;
  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-m {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#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);
}
#about {
  padding-top: 152px;
}
#about .about-a {
  position: relative;
}
#about .about-a .about-a-banner {
  width: 100%;
}
#about .about-a .about-a-content {
  position: absolute;
  bottom: 20%;
  left: 12%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about .about-a .about-a-content span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-right: 12px;
}
#about .about-a .about-a-content img {
  width: 56px;
}
#about .about-b {
  height: 300px;
  background: linear-gradient(to bottom, #fbeff1, #ffffff);
}
#about .about-b .aboutb-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#about .about-b .aboutb-box .aboutb-item {
  width: calc(25% - 24px);
  padding: 24px 16px;
  margin: 0 12px;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#about .about-b .aboutb-box .aboutb-item img {
  width: 40px;
  margin-bottom: 12px;
}
#about .about-b .aboutb-box .aboutb-item .aboutb-item-n {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 8px;
}
#about .about-b .aboutb-box .aboutb-item .aboutb-item-b {
  font-size: 14px;
  color: #000000;
}
#about .about-c {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-c .aboutc-box {
  width: 1200px;
  height: 700px;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .about-c .aboutc-l {
  width: 48%;
  height: 100%;
  position: relative;
}
#about .about-c .aboutc-l .aboutc-l-w {
  height: 150px;
  position: absolute;
  bottom: 48px;
  left: -40px;
}
#about .about-c .aboutc-l .aboutc-l-x {
  width: 218px;
  position: absolute;
  top: 0;
  left: 50%;
}
#about .about-c .aboutc-l .aboutc-l-y {
  width: 403px;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
#about .about-c .aboutc-l .aboutc-l-z {
  width: 363px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#about .about-c .aboutc-r {
  width: 48%;
  height: 100%;
}
#about .about-c .aboutc-r .aboutc-r-t {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 32px;
}
#about .about-c .aboutc-r .aboutc-r-c {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
}
#about .about-c .aboutc-r .aboutc-r-b {
  padding: 16px 40px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #df1c09, #b31301);
  border-radius: 4px;
}
#about .about-d {
  position: relative;
}
#about .about-d .about-d-bg {
  width: 100%;
  height: 620px;
}
#about .about-d .about-d-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 88%;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
#about .about-d .about-d-content .aboutd-t {
  margin: 32px 0 40px;
  text-align: center;
}
#about .about-d .about-d-content .aboutd-t span {
  font-size: 36px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#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-t {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#about .about-e .aboute-t span {
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about .about-e .aboute-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .about-e .aboute-content .aboute-c-item {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .about-e .aboute-content .aboute-c-item img {
  width: 104px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #fbeff1;
  border-radius: 52px;
}
#about .about-e .aboute-content .aboute-c-item .aboute-ci-t {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
#about .about-e .aboute-content .aboute-c-item .aboute-ci-b {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  text-align: center;
}
#about .about-f {
  padding: 80px 0;
  background-color: #f8f8f8;
}
#about .about-f .aboutf-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .about-f .aboutf-content .aboutf-c-l {
  width: 48%;
  position: relative;
}
#about .about-f .aboutf-content .aboutf-c-l img {
  width: 100%;
}
#about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translateY(-50%);
}
#about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c .aboutf-clc-t {
  font-size: 15px;
  color: var(--primary-color);
  margin-bottom: 12px;
}
#about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c .aboutf-clc-c {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
#about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c .aboutf-clc-b {
  font-size: 15px;
  color: #747376;
}
#about .about-f .aboutf-content .aboutf-c-r {
  width: 48%;
  position: relative;
}
#about .about-f .aboutf-content .aboutf-c-r img {
  width: 100%;
}
#about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translateY(-50%);
}
#about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c .aboutf-crc-t {
  font-size: 15px;
  color: #f5d1cd;
  margin-bottom: 12px;
}
#about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c .aboutf-crc-c {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
#about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c .aboutf-crc-b {
  font-size: 15px;
  color: #f5d1cd;
}
#service {
  padding-top: 152px;
}
#service .service-a {
  position: relative;
}
#service .service-a .service-a-banner {
  width: 100%;
}
#service .service-a .service-a-content {
  position: absolute;
  bottom: 20%;
  left: 12%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#service .service-a .service-a-content span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-right: 12px;
}
#service .service-a .service-a-content img {
  width: 56px;
}
#service .service-b {
  padding: 80px 0;
}
#service .service-b .serviceb-t {
  margin-bottom: 40px;
  text-align: center;
}
#service .service-b .serviceb-t span {
  font-size: 36px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#service .service-b .serviceb-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service .service-b .serviceb-content .serviceb-c-item {
  width: 22%;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
#service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-bg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
}
#service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text .serviceb-cit-i {
  width: 54px;
  padding: 16px;
  background-color: #fff;
  border-radius: 27px;
  margin-bottom: 88px;
  border: 1px solid var(--primary-color);
}
#service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text .serviceb-cit-t {
  font-size: 20px;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text .serviceb-cit-c {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#service .service-b .serviceb-content .active {
  box-shadow: none;
}
#service .service-b .serviceb-content .active .serviceb-ci-bg {
  opacity: 1;
}
#service .service-b .serviceb-content .active .serviceb-ci-text {
  color: #fff;
}
#service .service-b .serviceb-content .active .serviceb-ci-text .serviceb-cit-i {
  border: 1px solid #ffffff;
}
#service .service-c {
  padding: 80px 0;
  background-color: #f8f8f8;
}
#service .service-c .servicec-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service .service-c .servicec-content .servicec-c-l {
  width: 48%;
  position: relative;
}
#service .service-c .servicec-content .servicec-c-l img {
  width: 100%;
}
#service .service-c .servicec-content .servicec-c-l .servicec-cl-c {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translateY(-50%);
}
#service .service-c .servicec-content .servicec-c-l .servicec-cl-c .servicec-clc-t {
  font-size: 15px;
  color: var(--primary-color);
  margin-bottom: 12px;
}
#service .service-c .servicec-content .servicec-c-l .servicec-cl-c .servicec-clc-c {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
#service .service-c .servicec-content .servicec-c-l .servicec-cl-c .servicec-clc-b {
  font-size: 15px;
  color: #747376;
}
#service .service-c .servicec-content .servicec-c-r {
  width: 48%;
  position: relative;
}
#service .service-c .servicec-content .servicec-c-r img {
  width: 100%;
}
#service .service-c .servicec-content .servicec-c-r .servicec-cr-c {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translateY(-50%);
}
#service .service-c .servicec-content .servicec-c-r .servicec-cr-c .servicec-crc-t {
  font-size: 15px;
  color: #f5d1cd;
  margin-bottom: 12px;
}
#service .service-c .servicec-content .servicec-c-r .servicec-cr-c .servicec-crc-c {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
#service .service-c .servicec-content .servicec-c-r .servicec-cr-c .servicec-crc-b {
  font-size: 15px;
  color: #f5d1cd;
}
#news {
  padding-top: 152px;
}
#news .news-a {
  position: relative;
}
#news .news-a .news-a-banner {
  width: 100%;
}
#news .news-a .news-a-content {
  position: absolute;
  bottom: 20%;
  left: 12%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#news .news-a .news-a-content span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-right: 12px;
}
#news .news-a .news-a-content img {
  width: 56px;
}
#news .news-b {
  background-color: #f8f8f8;
}
#news .news-b .newsb-content {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
#news .news-b .newsb-content .newsb-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
#news .news-b .newsb-content .newsb-item a {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#news .news-b .newsb-content .newsb-item .newsb-i-l img {
  width: 380px;
  height: 270px;
  border-radius: 8px;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r {
  width: 100%;
  padding: 24px;
  position: relative;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-i {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-i img {
  width: 16px;
  margin-right: 4px;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-i span {
  font-size: 14px;
  color: #666666;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-c {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 24px;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-b img {
  width: 20px;
}
#news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-b span {
  font-size: 16px;
  background-image: -webkit-linear-gradient(left, #df1c09, #b31301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#news-details {
  padding-top: 152px;
}
#news-details .news-details-box {
  width: 1200px;
  min-height: calc(100vh - 586px);
  margin: 0 auto;
  padding: 80px 0;
  font-size: 16px;
}
#contact {
  padding-top: 152px;
}
#contact .contact-a {
  position: relative;
}
#contact .contact-a .contact-a-banner {
  width: 100%;
}
#contact .contact-a .contact-a-content {
  position: absolute;
  bottom: 20%;
  left: 12%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact .contact-a .contact-a-content span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-right: 12px;
}
#contact .contact-a .contact-a-content img {
  width: 56px;
}
#contact .contact-b {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/ygjx-assets/img/hm4235452630.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 10% 90%;
}
#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;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-l {
  margin-right: 12px;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-l img {
  width: 70px;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-r .contactb-tr-t {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
#contact .contact-b .contactb-content .contactb-item .contactb-t-r .contactb-tr-c {
  font-size: 14px;
  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-image: url(https://d2rw3gkhyve63g.cloudfront.net/ygjx-assets/img/ct2115936547.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 15% 78%;
}
#contact .contact-c .contactc-content {
  width: 1200px;
  margin: 0 auto 80px;
  padding: 32px;
  border-top: 4px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  position: relative;
  z-index: 1;
}
#contact .contact-c .contactc-content .contactc-c-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
#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;
  margin-bottom: 16px;
  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 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #df1c09, #b31301);
  padding: 12px 64px;
  border: 0;
  border-radius: 8px;
}
#contact .contact-d {
  position: relative;
}
#thanks {
  padding-top: 152px;
}
#thanks > div {
  width: 1200px;
  min-height: calc(100vh - 586px);
  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 {
    background-color: transparent;
  }
  #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: 36px;
  }
  #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;
  }
  #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 a,
  #header #offcanvasLang .offcanvas-body ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #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;
    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;
    height: 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 {
    padding: 12px 0 8px;
  }
  #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 {
    height: 100vh;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-bg {
    height: 100vh;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .slide-pd {
    max-width: none;
    width: 95%;
    height: auto;
    right: 0;
  }
  #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 .slide-pd {
    left: 0;
  }
  #home .home-a .homea-swiper .swiper-wrapper .justifyRight .homea-c {
    right: 16px;
    transform: translateY(-50%);
  }
  #home .home-b .home-b-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #home .home-b .home-b-content .homeb-c-l {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-t {
    width: 100%;
    padding: 8px 24px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c {
    height: 144px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-t {
    width: 32px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-c {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-c .homeb-cltc-b {
    font-size: 12px;
    bottom: -4px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-t .homeb-clt-i img {
    height: 180px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-b {
    width: 100%;
    padding: 8px 24px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c {
    height: 144px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-t {
    width: 32px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-c {
    font-size: 20px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-c .homeb-clbc-b {
    font-size: 12px;
  }
  #home .home-b .home-b-content .homeb-c-l .homeb-cl-b .homeb-clb-i img {
    height: 180px;
  }
  #home .home-b .home-b-content .homeb-c-r {
    width: 90%;
    height: auto;
    padding: 8px 24px;
  }
  #home .home-b .home-b-content .homeb-c-r a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #home .home-b .home-b-content .homeb-c-r .homeb-cr-c {
    position: relative;
    top: 0;
    left: 0;
    height: 144px;
  }
  #home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-t {
    width: 32px;
  }
  #home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-c {
    font-size: 20px;
  }
  #home .home-b .home-b-content .homeb-c-r .homeb-cr-c .homeb-crc-b {
    font-size: 12px;
  }
  #home .home-b .home-b-content .homeb-c-r .homeb-cr-i {
    position: static;
    transform: none;
  }
  #home .home-b .home-b-content .homeb-c-r .homeb-cr-i img {
    height: 180px;
  }
  #home .home-c {
    padding: 40px 0;
  }
  #home .home-c .homec-t {
    font-size: 20px;
  }
  #home .home-c .homec-c .homec-swiper {
    width: 100%;
  }
  #home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide {
    width: 90% !important;
    margin: 0 5% !important;
  }
  #home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide .slide-t .slide-t-b {
    padding: 8px 24px;
  }
  #home .home-c .homec-c .homec-swiper .swiper-wrapper .swiper-slide-active {
    box-shadow: none;
  }
  #home .home-d {
    background-size: 20% 20%;
  }
  #home .home-d .homed-box {
    width: 100%;
    height: auto;
    padding: 40px 0;
    justify-content: center;
    flex-direction: column;
  }
  #home .home-d .homed-box .homed-l {
    width: 90%;
    height: 460px;
  }
  #home .home-d .homed-box .homed-l .homed-l-x {
    width: 144px;
  }
  #home .home-d .homed-box .homed-l .homed-l-y {
    width: 266px;
    top: 48px;
    transform: translateY(0);
  }
  #home .home-d .homed-box .homed-l .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: 20px;
    margin-bottom: 16px;
  }
  #home .home-d .homed-box .homed-r .homed-r-c {
    margin-bottom: 16px;
    -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-b {
    padding: 12px 24px;
  }
  #home .home-e {
    position: relative;
    min-height: 600px;
  }
  #home .home-e .home-e-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  #home .home-e .home-e-content {
    width: 100%;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    z-index: 1;
    min-height: 600px;
  }
  #home .home-e .home-e-content .homee-c-l {
    width: 100%;
  }
  #home .home-e .home-e-content .homee-c-l .homee-l-t {
    font-size: 20px;
    margin: 32px 5%;
  }
  #home .home-e .home-e-content .homee-c-l .homee-l-c {
    margin: 0 5% 32px;
    -webkit-line-clamp: 40;
  }
  #home .home-e .home-e-content .homee-c-l .homee-l-b {
    padding: 12px 40px;
    margin: 0 0 32px 32px;
  }
  #home .home-e .home-e-content .homee-c-r {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #home .home-e .home-e-content .homee-c-r .homee-swiper-item {
    width: 100%;
    margin-bottom: 24px;
  }
  #home .home-e .home-e-content .homee-c-r .homee-swiper-item .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #home .home-f {
    padding: 40px 0;
  }
  #home .home-f .homef-t {
    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;
    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 .home-g-bg {
    height: 300px;
  }
  #home .home-g .home-g-content .homeg-c-t {
    font-size: 12px;
  }
  #home .home-g .home-g-content .homeg-c-c {
    font-size: 24px;
  }
  #home .home-g .home-g-content .homeg-c-b {
    font-size: 12px;
    padding: 8px 24px;
  }
  #home .home-h {
    padding: 40px 0;
    background-size: 28% 13%;
  }
  #home .home-h .homeh-t {
    font-size: 20px;
  }
  #home .home-h .homeh-c .homeh-c-box {
    width: 100%;
    flex-direction: column;
  }
  #home .home-h .homeh-c .homeh-c-box .homeh-c-item {
    width: 90%;
    height: auto;
    margin-bottom: 24px;
  }
  #home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-t {
    border-radius: 8px;
  }
  #home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-c {
    margin-bottom: 12px;
  }
  #home .home-h .homeh-c .homeh-c-box .homeh-c-item .homeh-ci-b .homeh-cib-b {
    position: static;
  }
  #home .home-i .home-i-bg {
    height: 1250px;
  }
  #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 {
    margin: 40px 0;
    font-size: 20px;
    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 {
    padding-top: 0;
  }
  #product .product-a-sm {
    width: 100%;
    font-size: 14px;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9977;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  #product .product-a-sm .product-asm-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9933;
    display: none;
  }
  #product .product-a-sm .product-asm-nav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9966;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level1 {
    width: calc(100% - 32px);
    margin: 0 16px;
    overflow-x: scroll;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level1::-webkit-scrollbar {
    display: none;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level1 ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level1 ul li {
    width: max-content;
    white-space: nowrap;
    padding: 0 12px;
    line-height: 60px;
    font-size: 12px;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level1 ul .active {
    color: var(--primary-color);
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level2 {
    height: 0;
    transition: all 0.4s ease;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level2 ul {
    padding: 0 0 16px;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level2 ul .product-asmnav-level2-item {
    padding: 12px 28px;
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level2 ul .active {
    color: var(--primary-color);
  }
  #product .product-a-sm .product-asm-nav .product-asmnav-level2.active {
    height: auto;
    transform: scaleY(1);
    opacity: 1;
  }
  #product .product-b {
    padding-top: 130px;
  }
  #product .product-b .productb-content {
    width: 100%;
    padding: 24px 0;
  }
  #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 {
    height: 98px;
  }
  #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 {
    padding-top: 80px;
  }
  #product-details .details-a .details-a-box {
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
  }
  #product-details .details-a .details-a-box .detailsa-l {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
  }
  #product-details .details-a .details-a-box .detailsa-l .detailsa-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 32px;
    margin: 0;
  }
  #product-details .details-a .details-a-box .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide {
    padding: 24px;
    border-radius: 8px;
  }
  #product-details .details-a .details-a-box .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 220px;
    aspect-ratio: 1.5;
    padding: 0;
  }
  #product-details .details-a .details-a-box .detailsa-l .detailsa-swiper .swiper-wrapper .swiper-slide .active-img {
    border: 0;
  }
  #product-details .details-a .details-a-box .detailsa-l .detailsa-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
  }
  #product-details .details-a .details-a-box .detailsa-r {
    width: 100%;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-a {
    margin-bottom: 12px;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-a .detailsa-ra-title {
    max-width: 100%;
    font-size: 20px;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-b {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-c {
    margin-bottom: 20px;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-c .detailsa-rc-item {
    font-size: 14px;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-d {
    margin-bottom: 32px;
  }
  #product-details .details-a .details-a-box .detailsa-r .detailsa-r-e a {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  #product-details .details-b .details-b-box {
    width: 100%;
    padding: 24px 16px;
  }
  #product-details .details-b .details-b-box .nav-pills {
    flex-wrap: wrap;
  }
  #product-details .details-b .details-b-box .nav-pills .nav-item {
    width: 48%;
    margin-bottom: 16px;
  }
  #product-details .details-c .details-c-box {
    width: 100%;
    padding: 24px 0;
  }
  #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 16px;
  }
  #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-button-next,
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-prev {
    top: auto;
    bottom: 0px;
    right: auto;
    padding: 21px;
    border: 1px solid #fbeff1;
    background-color: #fbeff1;
    border-radius: 30px;
    transition: all 0.6s ease;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-next::after,
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-prev::after {
    font-size: 14px;
    color: #ef2a00;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-next:hover,
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-prev:hover {
    border-color: #ef2a00;
    background-color: #ef2a00;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-next:hover::after,
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-prev:hover::after {
    color: #fff;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-next {
    left: 53%;
  }
  #product-details .details-c .details-c-box .detailsc-c .detailsc-swiper .swiper-button-prev {
    left: 38%;
  }
  #about {
    padding-top: 0;
  }
  #about .about-a .about-a-banner {
    height: 240px;
  }
  #about .about-a .about-a-content {
    left: 20px;
    bottom: 32px;
  }
  #about .about-a .about-a-content span {
    font-size: 32px;
  }
  #about .about-a .about-a-content img {
    width: 32px;
  }
  #about .about-b {
    height: auto;
  }
  #about .about-b .aboutb-box {
    width: 100%;
    padding: 32px 16px;
    flex-wrap: wrap;
  }
  #about .about-b .aboutb-box .aboutb-item {
    width: 48%;
    margin: 0 0 24px 0;
    padding: 16px;
    border-radius: 8px;
  }
  #about .about-b .aboutb-box .aboutb-item img {
    width: 24px;
    margin-bottom: 8px;
  }
  #about .about-b .aboutb-box .aboutb-item .aboutb-item-n {
    font-size: 20px;
    margin-bottom: 4px;
  }
  #about .about-b .aboutb-box .aboutb-item .aboutb-item-b {
    font-size: 14px;
  }
  #about .about-c .aboutc-box {
    width: 100%;
    height: auto;
    padding: 0 16px 40px;
    justify-content: center;
    flex-direction: column;
  }
  #about .about-c .aboutc-box .aboutc-r {
    order: 2;
    width: 100%;
  }
  #about .about-c .aboutc-box .aboutc-r .aboutc-r-t {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #about .about-c .aboutc-box .aboutc-r .aboutc-r-c {
    -webkit-line-clamp: 40;
    margin-bottom: 32px;
  }
  #about .about-c .aboutc-box .aboutc-r .aboutc-r-b {
    padding: 12px 24px;
  }
  #about .about-c .aboutc-box .aboutc-l {
    order: 1;
    width: 100%;
    height: 460px;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-w {
    width: 100%;
    bottom: 72px;
    left: -16px;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-x {
    width: 144px;
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-y {
    width: 266px;
    top: 48px;
    transform: translateY(0);
  }
  #about .about-c .aboutc-box .aboutc-l .aboutc-l-z {
    width: 240px;
    top: 220px;
  }
  #about .about-d .about-d-bg {
    height: 528px;
  }
  #about .about-d .about-d-content {
    width: 100%;
  }
  #about .about-d .about-d-content .aboutd-t {
    margin: 0 16px 24px;
  }
  #about .about-d .about-d-content .aboutd-t span {
    font-size: 20px;
  }
  #about .about-e {
    padding: 24px 0;
  }
  #about .about-e .aboute-t {
    font-size: 20px;
  }
  #about .about-e .aboute-content {
    width: 100%;
    flex-direction: column;
    padding: 0 80px;
  }
  #about .about-e .aboute-content .aboute-c-item {
    width: 100%;
    margin-bottom: 32px;
  }
  #about .about-f {
    padding: 32px 16px 8px;
  }
  #about .about-f .aboutf-content {
    width: 100%;
    flex-direction: column;
  }
  #about .about-f .aboutf-content .aboutf-c-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c .aboutf-clc-t {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c .aboutf-clc-c {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #about .about-f .aboutf-content .aboutf-c-l .aboutf-cl-c .aboutf-clc-b {
    font-size: 12px;
  }
  #about .about-f .aboutf-content .aboutf-c-r {
    width: 100%;
    margin-bottom: 24px;
  }
  #about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c .aboutf-crc-t {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c .aboutf-crc-c {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #about .about-f .aboutf-content .aboutf-c-r .aboutf-cr-c .aboutf-crc-b {
    font-size: 12px;
  }
  #service {
    padding-top: 0;
  }
  #service .service-a .service-a-banner {
    height: 240px;
  }
  #service .service-a .service-a-content {
    left: 20px;
    bottom: 32px;
  }
  #service .service-a .service-a-content span {
    font-size: 32px;
  }
  #service .service-a .service-a-content img {
    width: 32px;
  }
  #service .service-b {
    padding: 24px 16px;
  }
  #service .service-b .serviceb-t {
    margin-bottom: 24px;
  }
  #service .service-b .serviceb-t span {
    font-size: 20px;
  }
  #service .service-b .serviceb-content {
    width: 100%;
    flex-wrap: wrap;
  }
  #service .service-b .serviceb-content .serviceb-c-item {
    width: 48%;
    margin-bottom: 16px;
  }
  #service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text .serviceb-cit-i {
    width: 30px;
    padding: 4px;
    margin-bottom: 70px;
  }
  #service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text .serviceb-cit-t {
    font-size: 14px;
  }
  #service .service-b .serviceb-content .serviceb-c-item .serviceb-ci-text .serviceb-cit-c {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
  #service .service-c {
    padding: 32px 16px 8px;
  }
  #service .service-c .servicec-content {
    width: 100%;
    flex-direction: column;
  }
  #service .service-c .servicec-content .servicec-c-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #service .service-c .servicec-content .servicec-c-l .servicec-cl-c .servicec-clc-t {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #service .service-c .servicec-content .servicec-c-l .servicec-cl-c .servicec-clc-c {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #service .service-c .servicec-content .servicec-c-l .servicec-cl-c .servicec-clc-b {
    font-size: 12px;
  }
  #service .service-c .servicec-content .servicec-c-r {
    width: 100%;
    margin-bottom: 24px;
  }
  #service .service-c .servicec-content .servicec-c-r .servicec-cr-c .servicec-crc-t {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #service .service-c .servicec-content .servicec-c-r .servicec-cr-c .servicec-crc-c {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #service .service-c .servicec-content .servicec-c-r .servicec-cr-c .servicec-crc-b {
    font-size: 12px;
  }
  #news {
    padding-top: 0;
  }
  #news .news-a .news-a-banner {
    height: 240px;
  }
  #news .news-a .news-a-content {
    left: 20px;
    bottom: 32px;
  }
  #news .news-a .news-a-content span {
    font-size: 32px;
  }
  #news .news-a .news-a-content img {
    width: 32px;
  }
  #news .news-b {
    background-color: #ffffff;
  }
  #news .news-b .newsb-content {
    width: 100%;
    padding: 32px 16px 16px;
    flex-direction: column;
  }
  #news .news-b .newsb-content .newsb-item {
    width: 100%;
    margin-bottom: 16px;
  }
  #news .news-b .newsb-content .newsb-item a {
    flex-direction: column;
  }
  #news .news-b .newsb-content .newsb-item .newsb-i-l img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3682;
  }
  #news .news-b .newsb-content .newsb-item .newsb-i-r {
    padding: 16px 0;
  }
  #news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-i {
    margin-bottom: 12px;
  }
  #news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-t {
    margin-bottom: 12px;
  }
  #news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-c {
    margin-bottom: 12px;
  }
  #news .news-b .newsb-content .newsb-item .newsb-i-r .newsb-ir-b {
    position: static;
  }
  #news-details {
    padding-top: 84px;
  }
  #news-details .news-details-box {
    width: 100%;
    padding: 0 16px;
  }
  #contact {
    padding-top: 0;
  }
  #contact .contact-a .contact-a-banner {
    height: 240px;
  }
  #contact .contact-a .contact-a-content {
    left: 20px;
    bottom: 32px;
  }
  #contact .contact-a .contact-a-content span {
    font-size: 32px;
  }
  #contact .contact-a .contact-a-content img {
    width: 32px;
  }
  #contact .contact-b {
    background-size: 50% 55%;
  }
  #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;
    background-size: 50% 78%;
  }
  #contact .contact-c .contactc-content {
    width: 100%;
    margin: 0 auto 24px;
  }
  #thanks {
    padding-top: 0;
  }
  #thanks > div {
    width: 100px;
    min-height: 100vh;
    font-size: 56px;
  }
}
