.home_banner {
  position: relative;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
  background-color: var(--title);
}
.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
  z-index: 2;
}
.home_banner .home_banner_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 60.737527%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.63;
  background-image: linear-gradient(to top, #000, transparent);
}
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle,
.home_banner .home_banner_swiper .swiper-slide-active .head .title,
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  opacity: 1;
  transform: translate(0);
}
.home_banner .home_banner_swiper video,
.home_banner .home_banner_swiper img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  object-fit: cover;
}
.home_banner .home_banner_swiper .pc_video {
  display: block;
}
.home_banner .home_banner_swiper .mobile_video {
  display: none;
}
.home_banner .home_banner_swiper .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 92.2rem;
  align-items: flex-end;
  justify-content: center;
  padding: 19rem 0 7rem;
}
.home_banner .head {
  color: #fff;
}
.home_banner .head .subtitle {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.4rem;
  transition: all 0.5s 0.5s;
  transform: translateY(100px);
  opacity: 0;
}
.home_banner .head .title {
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 6.7rem;
  letter-spacing: 1.8px;
  transition: all 0.5s 0.6s;
  transform: translateY(100px);
  opacity: 0;
}
.home_banner .head .more {
  transition: all 0.5s 0.7s;
  transform: translateY(100px);
  opacity: 0;
}
.home_banner .head .btn_line {
  margin-top: 4.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.home_banner .actions {
  position: absolute;
  left: 0;
  bottom: 6rem;
  z-index: 2;
  display: flex;
  gap: 2.4rem;
}
.home_banner .actions .btn_voice,
.home_banner .actions .btn_status {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.home_banner .actions .btn_voice::before,
.home_banner .actions .btn_status::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.home_banner .actions .btn_voice.active::before {
  border-color: #fff;
}
.home_banner .actions .btn_voice.active::after {
  background-image: url(../img/icon-vocal.svg);
}
.home_banner .actions .btn_voice::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon-mute.svg) no-repeat center / contain;
}
.home_banner .actions .btn_status.active::before {
  border-color: #fff;
}
.home_banner .actions .btn_status.active::after {
  transform: translateX(0.2rem);
  background-image: url(../img/icon-play.svg);
}
.home_banner .actions .btn_status::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon-pause.svg) no-repeat center / contain;
}
.home_banner div.swiper-pagination {
  gap: 8px;
  display: flex;
  justify-content: flex-end;
  bottom: 8.2rem;
  pointer-events: none;
}
.home_banner div.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  border-radius: 0;
  width: 4.8rem;
  height: 2px;
  pointer-events: all;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.37);
}
.home_banner div.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home_brand {
  padding-top: 9.4rem;
}
.home_brand .swiper_box {
  color: #fff;
  margin-top: 8.4rem;
}
.home_brand .home_brand_swiper {
  overflow: hidden;
  background-color: var(--title);
}
.home_brand .home_brand_swiper .swiper-slide {
  position: relative;
}
.home_brand .home_brand_swiper .swiper-slide .content {
  z-index: 3;
}
.home_brand .home_brand_swiper .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_brand .home_brand_swiper .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 29.247312%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.67;
  pointer-events: none;
  background-image: linear-gradient(to top, #000, transparent);
}
.home_brand .home_brand_swiper .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 93rem;
  padding: 10rem 0;
}
.home_brand .home_brand_swiper .info {
  width: 100%;
  max-width: 81rem;
  text-align: right;
}
.home_brand .home_brand_swiper .info span {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home_brand .home_brand_swiper .info h3 {
  font-size: 82px;
  font-weight: 900;
  text-transform: uppercase;
  transform-origin: right center;
  transform: scaleX(0.8);
  letter-spacing: 4px;
}
.home_brand .home_brand_swiper .info p {
  opacity: 0.8;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 2rem;
  margin-left: auto;
  max-width: 44rem;
}
.home_brand .home_brand_swiper .info .btn {
  color: var(--title);
  margin-top: 3.2rem;
  background-color: #fff;
}
.home_brand .home_brand_swiper .info .btn:hover {
  color: var(--primary);
  background-color: transparent;
}
.home_brand .home_brand_thumbs_swiper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4.2rem;
  z-index: 3;
  overflow: hidden;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  padding-top: 3rem;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: all 5.9s linear;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide-thumb-active:first-child::after {
  transition: all 5s linear;
}
.home_brand .home_brand_thumbs_swiper .order {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.77rem;
}
.home_brand .home_brand_thumbs_swiper .title {
  font-size: 2rem;
  text-transform: uppercase;
}
.home_loose {
  overflow: hidden;
  padding: 10.8rem 0 6.6rem;
  background-color: #F6F4F2;
}
.home_loose .bg {
  width: 49.125%;
  position: absolute;
  right: -31.125%;
  top: -45.4rem;
  pointer-events: none;
}
.home_loose .controls {
  gap: 7.4rem;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr auto;
  margin-top: 1.6rem;
}
.home_loose .nav ul {
  gap: 1rem 4.4rem;
  display: flex;
  flex-wrap: wrap;
}
.home_loose .nav li a {
  display: block;
  opacity: 0.5;
  color: #3a3a3a;
  font-size: 2.2rem;
  transition: all 0.3s;
  padding: 0.8rem 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.home_loose .nav li a:hover {
  opacity: 1;
}
.home_loose .nav .active a {
  opacity: 1;
  border-color: #2b2b2b;
}
.home_loose .swiper_btns {
  gap: 7.4rem;
  align-self: center;
}
.home_loose .swiper_btns div {
  width: 2.4rem;
  height: 1.6rem;
}
.home_loose .home_loose_swiper {
  overflow: hidden;
  margin-top: 3rem;
}
.home_loose .btn_more {
  margin-top: 3.5rem;
}
.home_fixed {
  padding: 12.6rem 0 15.8rem;
}
.home_fixed .desc {
  color: var(--text);
  max-width: 84.5rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.home_fixed .desc p {
  margin-top: 2rem;
}
.home_fixed .main {
  max-width: 192rem;
  margin: 7rem auto 0;
  overflow: hidden;
}
.home_fixed .left {
  flex: 1;
}
.home_fixed .left .syeditorlist {
  padding: 7.368421% 28.070175%;
}
.home_fixed .left li {
  font-size: 2.8rem;
  font-weight: 500;
  cursor: pointer;
  color: #777777;
  transition: all 0.3s;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  max-width: max-content;
}
.home_fixed .left li::before {
  content: '';
  display: block;
  width: calc(100% + 5.5rem);
  height: 76%;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-46%, -30%) rotate(-9deg);
  border: 2px solid var(--primary);
}
.home_fixed .left li + li {
  margin-top: 3.2rem;
}
.home_fixed .left li.active,
.home_fixed .left li:hover {
  color: var(--title);
}
.home_fixed .left li.active::before {
  opacity: 1;
}
.home_fixed .right {
  width: 70.3125%;
}
.home_fixed .right .imgs {
  display: none;
}
.home_fixed .right .imgs.active {
  display: block;
}
.home_fixed .right .imgs > .syeditorlist {
  gap: 2.6rem;
  display: flex;
}
.home_fixed .right .img {
  flex: 1;
  padding-bottom: 38.666667%;
}
.home_fixed .right .img:hover img {
  transform: scale(1.03);
}
.home_product {
  overflow: hidden;
  padding: 12rem 0 6.6rem;
  background-color: #F6F4F2;
}
.home_product .bg {
  width: 49.125%;
  position: absolute;
  right: -31.125%;
  top: -46.6rem;
  pointer-events: none;
}
.home_product .home_product_swiper {
  overflow: hidden;
}
.home_product .btn_more {
  margin-top: 3.5rem;
}
.home_project {
  overflow: hidden;
  color: #fff;
  padding: 9.6rem 0 8rem;
  background-color: var(--title);
}
.home_project .bg {
  width: 41.5%;
  position: absolute;
  left: -18%;
  top: -18.8rem;
  pointer-events: none;
}
.home_project .head {
  max-width: 66rem;
  margin: 0 auto;
}
.home_project .head .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.home_project .swiper_box {
  position: relative;
  margin-top: 5.6rem;
}
.home_project .swiper_box div.swiper-pagination {
  width: 3px;
  height: 100%;
  max-height: 22.8rem;
  border-radius: 10px;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.19);
}
.home_project .swiper_box div.swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background-color: #fff;
}
.home_project .home_project_swiper {
  width: 82.625%;
  margin-left: auto;
}
.home_project .home_project_swiper .swiper-slide {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_project .home_project_swiper .swiper-slide-active .img {
  right: 0;
  transform: scale(1);
}
.home_project .home_project_swiper .img {
  --h: 55.05618%;
  width: 67.322239%;
  transition: all 0.5s;
  position: relative;
  right: -32.677761%;
  transform-origin: right center;
  transform: scale(0.892135);
}
.home_project .home_project_swiper .info {
  flex: 1;
  max-width: 33.8rem;
}
.home_project .home_project_swiper .info .cat {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.home_project .home_project_swiper .info h3 {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 5rem;
  letter-spacing: 1px;
  margin-top: 2rem;
}
.home_project .home_project_swiper .info .btn_line {
  margin-top: 5rem;
}
.home_project .float p {
  font-size: 27.682rem;
  font-weight: 600;
  line-height: 1;
  color: #1D1D1D;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-52%, -45%);
  letter-spacing: 10px;
}
.home_project .controls {
  position: relative;
  z-index: 2;
  margin-top: 7rem;
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.home_project .pagination {
  color: rgba(255, 255, 255, 0.5);
}
.home_project .pagination .current {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
}
.home_project .swiper_btns {
  justify-content: flex-end;
}
.home_about {
  overflow: hidden;
  margin-bottom: -10rem;
  padding: 10.4rem 0 15.4rem;
}
.home_about .bg1 {
  width: 46.375%;
  position: absolute;
  left: -33.125%;
  top: -18.6rem;
  z-index: -1;
  pointer-events: none;
}
.home_about .top {
  position: relative;
}
.home_about .top .img {
  width: 29.625%;
  margin-right: -5.625%;
  --h: 103.375527%;
}
.home_about .float {
  font-size: 27.682rem;
  font-weight: 600;
  line-height: 1;
  color: #F6F4F2;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  right: -13%;
  bottom: -3.2rem;
  letter-spacing: 10px;
}
.home_about .head {
  flex: 1;
  max-width: 109rem;
  padding-bottom: 11.25%;
}
.home_about .img:hover img {
  transform: scale(1.03);
}
.home_about .bot {
  margin-top: -6.625%;
}
.home_about .bot .img {
  width: 68%;
  --h: 51.838235%;
  margin-left: -10%;
}
.home_about .text {
  flex: 1;
  max-width: 54rem;
  padding-top: 7.5%;
}
.home_about .text .syedittext {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.home_about .text .btn_line {
  margin-top: 3rem;
}
.home_about .bg2 {
  width: 38.4375%;
  position: absolute;
  right: -20.625%;
  bottom: -15.4rem;
  z-index: -1;
  pointer-events: none;
}
.home_partner {
  padding: 5.4rem 0 7rem;
  position: relative;
}
.home_partner::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, transparent, #D9D9D9, transparent);
}
.home_partner .head .subtitle {
  color: var(--title);
  font-size: 2rem;
  letter-spacing: 2px;
}
.home_partner .home_partner_swiper {
  overflow: hidden;
  position: relative;
  margin-top: 3.5rem;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: all linear;
}
.home_partner .home_partner_swiper::before,
.home_partner .home_partner_swiper::after {
  content: '';
  display: block;
  width: 12.25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #fff, transparent);
}
.home_partner .home_partner_swiper::after {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.home_partner .home_partner_swiper .img {
  filter: contrast(0) brightness(0);
  padding-bottom: 44.435803%;
}
.home_showroom {
  overflow: hidden;
  padding: 9.4rem 0 7.2rem;
}
.home_showroom .bg1 {
  width: 148.875%;
  position: absolute;
  left: -34.875%;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.home_showroom .head {
  max-width: 90rem;
  margin: 0 auto;
}
.home_showroom .image {
  max-width: 118.8rem;
  margin: 5.5rem auto 0;
}
.home_showroom .btn_more {
  min-width: 24.5rem;
  margin-top: 3.5rem;
}
.home_showroom .bg2 {
  width: 42.375%;
  position: absolute;
  right: -12.5%;
  bottom: -9.6rem;
  z-index: -1;
  pointer-events: none;
}
.home_advantage {
  overflow: hidden;
  color: #fff;
  padding: 13.8rem 0 9rem;
  background-color: var(--title);
}
.home_advantage .bg1 {
  width: 45.625%;
  position: absolute;
  left: -18%;
  top: -19.6rem;
  pointer-events: none;
}
.home_advantage .left {
  flex: 1;
  max-width: 68.2rem;
}
.home_advantage .left .img {
  margin-top: 8.6rem;
}
.home_advantage .left .img:hover img {
  transform: scale(1.03);
}
.home_advantage .head {
  max-width: 50rem;
}
.home_advantage .head h2 {
  max-width: 41.2rem;
}
.home_advantage .head p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 3.5rem;
  font-weight: 300;
}
.home_advantage .right {
  width: 50.5%;
  padding-top: 2.75%;
}
.home_advantage .item {
  gap: 6.188119%;
  padding: 3.5rem 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr 48.762376%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.home_advantage .item.active .img {
  border-color: #B4AAA0;
  background-color: #B4AAA0;
}
.home_advantage .item.active .img img {
  filter: none;
}
.home_advantage .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home_advantage .item .img {
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home_advantage .item .img img {
  width: 50%;
  height: 50%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_advantage .item h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
}
.home_advantage .item p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 2.5rem;
}
.home_advantage .bg2 {
  width: 34.875%;
  position: absolute;
  right: -15.875%;
  bottom: -15.6rem;
  pointer-events: none;
}
.home_network {
  padding: 11.8rem 0 6.2rem;
  background-color: #f5f4f2;
}
.home_network .flex {
  margin-top: 1.3rem;
}
.home_network .img {
  width: 65.625%;
  margin-left: -1%;
}
.home_network .form {
  flex: 1;
  color: #fff;
  max-width: 49.5rem;
  border-radius: 4px;
  background-color: var(--title);
  min-width: 280px;
}
.home_network form {
  padding: 4.4rem 9.292929% 2.8rem;
}
.home_network form .title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
}
.home_network form .desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-top: 1.6rem;
}
.home_network form .wrap {
  gap: 1rem;
  display: grid;
  margin-top: 2.2rem;
}
.home_network form input,
.home_network form textarea {
  width: 100%;
  display: block;
  color: var(--title);
  font-size: 1.6rem;
  font-weight: 300;
  padding: 1.5rem 2rem;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.home_network form input::placeholder,
.home_network form textarea::placeholder {
  color: #fff;
}
.home_network form input:focus,
.home_network form textarea:focus {
  border-color: var(--primary);
}
.home_network form textarea {
  height: 14.2rem;
}
.home_network form span:has(input[type="submit"]) {
  margin-top: 1rem;
}
.home_network form input[type="submit"] {
  font-weight: 500;
  background-color: var(--primary);
  transition: all 0.3s;
  border: none;
}
.home_network form input[type="submit"]:hover {
  background-color: #fff;
}
.home_network form .tip {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 1.6rem;
}
.home_network form .tip a {
  color: #fff;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.home_network form .tip a:hover {
  text-decoration-color: transparent;
  color: var(--primary);
}
.home_blog {
  overflow: hidden;
  padding: 12.4rem 0 15rem;
}
.home_blog .bg {
  width: 54.5%;
  position: absolute;
  left: 21.5%;
  top: 43%;
  z-index: -1;
  pointer-events: none;
}
.home_blog .head {
  margin-bottom: 0.6rem;
}
.home_blog .btn_more {
  min-width: 22.2rem;
}
.home_blog .home_blog_swiper {
  width: 47.125%;
  margin: 6.2rem 0 0 auto;
  pointer-events: none;
}
.home_blog .home_blog_swiper .swiper-slide {
  position: relative;
  padding-bottom: 68.169761%;
}
.home_blog .home_blog_swiper .swiper-slide-active {
  z-index: 2;
}
.home_blog .home_blog_swiper .swiper-slide-active ~ .swiper-slide a {
  opacity: 1;
  pointer-events: all;
}
.home_blog .home_blog_swiper .swiper-slide-active a {
  width: 333.333333%;
  right: 1.2rem;
  opacity: 1;
  pointer-events: all;
}
.home_blog .home_blog_swiper .swiper-slide-active .img {
  width: 65.546218%;
}
.home_blog .home_blog_swiper .swiper-slide-active .img::after {
  padding-bottom: 65.897436%;
}
.home_blog .home_blog_swiper .swiper-slide-active .info {
  width: 26.890756%;
  top: 8.754864%;
}
.home_blog .home_blog_swiper .swiper-slide-active .info .title {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-top: 1.6rem;
}
.home_blog .home_blog_swiper .swiper-slide-active .info .desc {
  opacity: 1;
}
.home_blog .home_blog_swiper .swiper-slide-active .info .btn_line {
  opacity: 1;
}
.home_blog .home_blog_swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.home_blog .home_blog_swiper a:hover img {
  transform: scale(1.03);
}
.home_blog .home_blog_swiper .img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
}
.home_blog .home_blog_swiper .img::after {
  content: '';
  display: block;
  padding-bottom: 70.028011%;
  transition: all 0.5s;
}
.home_blog .home_blog_swiper .info {
  position: absolute;
  top: 52.33463%;
  left: 0;
  transition: top 0.5s;
  width: 100%;
}
.home_blog .home_blog_swiper .info .metas {
  color: #5C5C5C;
}
.home_blog .home_blog_swiper .info .metas .cat {
  font-weight: 500;
  color: var(--title);
}
.home_blog .home_blog_swiper .info .title {
  font-size: 2.2rem;
  line-height: 3.1rem;
  font-weight: 500;
  margin-top: 1rem;
  transition: all 0.5s;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .info .desc {
  color: #3D3D3D;
  font-size: 1.8rem;
  line-height: 2.856rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  margin-top: 5.2rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .info .btn_line {
  opacity: 0;
  transition: all 0.5s;
  margin-top: 10.6rem;
}
.home_blog .controls {
  width: 22.3125%;
  margin: -2.4rem 0 0 auto;
  position: relative;
  z-index: 3;
  gap: 5.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.home_blog div.swiper-pagination {
  position: static;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 0.19);
}
.home_blog div.swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background-color: var(--title);
}
.home_service {
  overflow: hidden;
  padding: 6.8rem 0 7.6rem;
  background-color: #F6F4F2;
}
.home_service .bg {
  width: 40.5%;
  position: absolute;
  left: -15.25%;
  top: -7.8rem;
  pointer-events: none;
}
.home_service .head {
  flex: 1;
  max-width: 62rem;
  padding-top: 3.6rem;
}
.home_service .items {
  width: 56.25%;
}
.home_service .items .syeditorlist {
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.home_service .item {
  display: block;
  position: relative;
  padding: 3rem 8rem 2.5rem 3.6rem;
  border: 1px solid rgba(22, 22, 22, 0.4);
  transition: all 0.3s;
}
.home_service .item:hover {
  border-color: var(--primary);
}
.home_service .item .icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.home_service .item .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home_service .item h3 {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-weight: 500;
  margin-top: 4.5rem;
}
.home_service .item::after {
  content: '';
  display: block;
  width: 2rem;
  height: 1.4rem;
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  transform: rotate(180deg);
  background: url(../img/arrow-line-l-b.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .home_banner .actions {
    left: 2rem;
  }
  .home_banner div.swiper-pagination {
    padding: 0 2rem;
  }
  .home_brand .home_brand_thumbs_swiper {
    padding: 0 2rem;
  }
  .home_project .swiper_box div.swiper-pagination {
    left: 100%;
  }
  .home_about .top .img {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .home_loose .nav ul {
    gap: 1rem 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_loose .nav ul {
    gap: 1rem 2rem;
  }
  .home_loose .nav li a {
    font-size: 2rem;
  }
  .home_advantage .right {
    width: 60%;
  }
  .home_advantage .item {
    gap: 20px;
  }
  .home_advantage .item .img {
    width: 6rem;
    height: 6rem;
  }
  .home_blog .home_blog_swiper .swiper-slide-active .info {
    width: 30%;
  }
  .home_blog .controls {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .flex {
    height: 50vh;
    padding: 5rem 0;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .home_banner .head .btn_line {
    margin-top: 20px;
  }
  .home_banner .actions {
    gap: 1rem;
    left: 20px;
    bottom: 1rem;
  }
  .home_banner .actions .btn_voice,
  .home_banner .actions .btn_status {
    width: 40px;
    height: 40px;
  }
  .home_banner .actions .btn_voice::after,
  .home_banner .actions .btn_status::after {
    width: 12px;
    height: 12px;
  }
  .home_banner .swiper_btns {
    display: none;
  }
  .home_banner div.swiper-pagination {
    padding: 0 20px;
    bottom: 2rem;
  }
  .home_banner div.swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
  }
  .home_brand {
    padding-top: 4rem;
  }
  .home_brand .swiper_box {
    margin-top: 20px;
  }
  .home_brand .home_brand_thumbs_swiper {
    padding: 0 20px;
    bottom: 1rem;
  }
  .home_brand .home_brand_thumbs_swiper .swiper-slide {
    padding-top: 1rem;
  }
  .home_brand .home_brand_thumbs_swiper .order {
    font-size: 13px;
  }
  .home_brand .home_brand_thumbs_swiper .title {
    font-size: 15px;
  }
  .home_brand .home_brand_swiper .swiper-slide::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #000, transparent);
  }
  .home_brand .home_brand_swiper .flex {
    height: 50vh;
    padding: 2rem 0;
  }
  .home_brand .home_brand_swiper .info span {
    font-size: 13px;
  }
  .home_brand .home_brand_swiper .info h3 {
    font-size: 28px;
    letter-spacing: normal;
  }
  .home_brand .home_brand_swiper .info p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    max-width: 320px;
  }
  .home_brand .home_brand_swiper .info .btn {
    margin-top: 20px;
  }
  .home_loose {
    padding: 4rem 0;
  }
  .home_loose .bg {
    right: 0;
    top: -4rem;
    transform: translate(30%, -30%);
  }
  .home_loose .controls {
    display: block;
    margin-top: 0;
  }
  .home_loose .nav {
    margin-top: 10px;
  }
  .home_loose .nav ul {
    gap: 6px 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .home_loose .nav ul::-webkit-scrollbar {
    display: none;
  }
  .home_loose .nav li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .home_loose .swiper_btns {
    gap: 2rem;
    margin-top: 20px;
  }
  .home_loose .swiper_btns div {
    width: 22px;
    height: 1rem;
  }
  .home_loose .home_loose_swiper {
    margin-top: 2rem;
    overflow: visible;
  }
  .home_loose .btn_more {
    margin-top: 2.5rem;
  }
  .home_fixed {
    padding: 4rem 0;
  }
  .home_fixed .flex_top {
    display: block;
  }
  .home_fixed .desc p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_fixed .main {
    margin-top: 2rem;
  }
  .home_fixed .left .syeditorlist {
    padding: 20px;
  }
  .home_fixed .left li {
    font-size: 16px;
  }
  .home_fixed .left li::before {
    width: calc(100% + 30px);
  }
  .home_fixed .left li + li {
    margin-top: 20px;
  }
  .home_fixed .right .imgs > .syeditorlist {
    gap: 1rem;
  }
  .home_product {
    padding: 3rem 0;
  }
  .home_product .bg {
    right: 0;
    top: -4rem;
    transform: translate(30%, -30%);
  }
  .home_product .home_product_swiper {
    overflow: visible;
  }
  .home_product .btn_more {
    margin-top: 2.5rem;
  }
  .home_project {
    padding: 4rem 0;
  }
  .home_project .bg {
    top: -4rem;
    left: -10%;
  }
  .home_project .swiper_box {
    margin-top: 2rem;
  }
  .home_project .home_project_swiper .swiper-slide {
    gap: 20px;
  }
  .home_project .home_project_swiper .img {
    width: 50%;
    right: -50%;
  }
  .home_project .home_project_swiper .info .cat {
    font-size: 13px;
  }
  .home_project .home_project_swiper .info h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 12px;
    letter-spacing: normal;
  }
  .home_project .home_project_swiper .info .btn_line {
    margin-top: 20px;
  }
  .home_project .controls {
    gap: 20px;
    margin-top: 2rem;
  }
  .home_project .pagination {
    font-size: 14px;
  }
  .home_project .pagination .current {
    font-size: 15px;
  }
  .home_project .float p {
    font-size: 100px;
    letter-spacing: 5px;
  }
  .home_about {
    padding: 4rem 0 3rem;
    margin-bottom: 0;
  }
  .home_about .bg1 {
    top: -4rem;
    left: -10%;
  }
  .home_about .top .img {
    margin-right: 0;
  }
  .home_about .float {
    right: 0;
    font-size: 100px;
    letter-spacing: 5px;
  }
  .home_about .bot {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  .home_about .text {
    padding: 20px 0;
  }
  .home_about .text .syedittext {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_about .text .btn_line {
    margin-top: 20px;
  }
  .home_about .bg2 {
    right: -10%;
    bottom: -3rem;
  }
  .home_partner {
    padding: 2rem 0;
  }
  .home_partner .head .subtitle {
    font-size: 1rem;
  }
  .home_partner .home_partner_swiper {
    margin-top: 2rem;
  }
  .home_showroom {
    padding: 4rem 0;
  }
  .home_showroom .image {
    margin-top: 2rem;
  }
  .home_showroom .btn_more {
    min-width: unset;
    margin-top: 2.5rem;
  }
  .home_showroom .bg2 {
    right: -10%;
    bottom: -4rem;
  }
  .home_advantage {
    padding: 4rem 0;
  }
  .home_advantage .bg1 {
    top: -4rem;
    left: -10%;
  }
  .home_advantage .left .img {
    margin-top: 2rem;
  }
  .home_advantage .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_advantage .right {
    padding: 0;
    width: 60%;
  }
  .home_advantage .item {
    gap: 1rem;
    padding: 20px 0;
    grid-template-columns: auto 1fr;
  }
  .home_advantage .item .img {
    width: 3rem;
    height: 3rem;
  }
  .home_advantage .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .home_advantage .item p {
    font-size: 13px;
    line-height: 1.5;
    grid-column: 1/-1;
  }
  .home_advantage .bg2 {
    right: -10%;
    bottom: -4rem;
  }
  .home_network {
    padding: 4rem 0;
  }
  .home_network .flex {
    margin-top: 20px;
  }
  .home_network .img {
    flex: 1;
    width: auto;
  }
  .home_network .form {
    width: 50%;
  }
  .home_network form {
    padding: 20px;
  }
  .home_network form .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_network form .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_network form .wrap {
    margin-top: 1rem;
  }
  .home_network form input,
  .home_network form textarea {
    font-size: 1rem;
    padding: 12px 1rem;
  }
  .home_network form textarea {
    height: 120px;
  }
  .home_network form span:has(input[type="submit"]) {
    margin-top: 10px;
  }
  .home_network form .tip {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_network .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .home_network .img {
    width: calc(100% + 1rem);
    margin: 0 -1rem;
  }
  .home_network .form {
    width: 100%;
  }
  .home_blog {
    padding: 4rem 0;
  }
  .home_blog .head {
    margin: 0;
  }
  .home_blog .btn_more {
    min-width: unset;
  }
  .home_blog .home_blog_swiper {
    margin-top: 2rem;
  }
  .home_blog .home_blog_swiper .swiper-slide-active a {
    right: 8px;
  }
  .home_blog .home_blog_swiper .swiper-slide-active .info {
    top: 0;
  }
  .home_blog .home_blog_swiper .swiper-slide-active .info .title {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 12px;
  }
  .home_blog .home_blog_swiper .info .metas {
    font-size: 14px;
  }
  .home_blog .home_blog_swiper .info .title {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .home_blog .home_blog_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .home_blog .home_blog_swiper .info .btn_line {
    margin-top: 12px;
  }
  .home_service {
    padding: 3rem 0;
  }
  .home_service .bg {
    top: -3rem;
    left: -10%;
  }
  .home_service .head {
    padding: 0;
  }
  .home_service .items {
    width: 65%;
  }
  .home_service .items .syeditorlist {
    gap: 20px;
  }
  .home_service .item {
    padding: 20px 50px 1rem 20px;
  }
  .home_service .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .home_service .item h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .home_service .item::after {
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 16px;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .home_banner_swiper .flex {
    height: auto;
    aspect-ratio: 1080/1920;
  }
  .home_banner .home_banner_swiper .pc_video {
    display: none;
  }
  .home_banner .home_banner_swiper .mobile_video {
    display: block;
  }
  .home_fixed .main {
    display: block;
  }
  .home_fixed .left .syeditorlist {
    padding: 0 20px;
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .home_fixed .left li + li {
    margin: 0;
  }
  .home_fixed .right {
    width: 100%;
    margin-top: 2rem;
    padding: 0 20px;
  }
  .home_project {
    padding: 4rem 0 3rem;
  }
  .home_project .home_project_swiper {
    width: 80%;
    margin: 0 auto;
  }
  .home_project .home_project_swiper .swiper-slide {
    display: block;
  }
  .home_project .home_project_swiper .img {
    width: 100%;
    right: 0;
    transform: scale(1);
  }
  .home_project .home_project_swiper .info {
    margin-top: 1rem;
  }
  .home_project .controls {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .home_project .float p {
    font-size: 50px;
  }
  .home_about .top {
    display: block;
  }
  .home_about .top .img {
    width: 100%;
    margin-top: 20px;
  }
  .home_about .head {
    padding: 0;
  }
  .home_about .bot {
    display: block;
  }
  .home_about .bot .img {
    width: 100%;
    margin: 20px 0 ;
  }
  .home_about .text {
    padding: 0;
  }
  .home_advantage .flex {
    display: block;
  }
  .home_advantage .right {
    width: 100%;
    margin-top: 1rem;
  }
  .home_network .img {
    width: 100vw;
    margin: 0 -20px;
    padding: 0 10px;
    overflow: auto;
  }
  .home_network .img img {
    min-width: 600px;
  }
  .home_blog .home_blog_swiper {
    width: 100%;
  }
  .home_blog .home_blog_swiper .swiper-slide,
  .home_blog .home_blog_swiper .swiper-slide-active {
    padding: 0;
  }
  .home_blog .home_blog_swiper .swiper-slide a,
  .home_blog .home_blog_swiper .swiper-slide-active a {
    width: 100%;
    position: static;
  }
  .home_blog .home_blog_swiper .swiper-slide .img,
  .home_blog .home_blog_swiper .swiper-slide-active .img {
    position: relative;
    width: 100%;
  }
  .home_blog .home_blog_swiper .swiper-slide .img::after,
  .home_blog .home_blog_swiper .swiper-slide-active .img::after {
    padding-bottom: 70.028011%;
  }
  .home_blog .home_blog_swiper .swiper-slide .info,
  .home_blog .home_blog_swiper .swiper-slide-active .info {
    width: 100%;
    position: static;
    margin-top: 1rem;
  }
  .home_blog .home_blog_swiper .swiper-slide .info .title,
  .home_blog .home_blog_swiper .swiper-slide-active .info .title {
    font-size: 16px;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .home_blog .home_blog_swiper .swiper-slide .info .desc,
  .home_blog .home_blog_swiper .swiper-slide-active .info .desc {
    opacity: 1;
    -webkit-line-clamp: 2;
  }
  .home_blog .home_blog_swiper .swiper-slide .info .btn_line,
  .home_blog .home_blog_swiper .swiper-slide-active .info .btn_line {
    opacity: 1;
  }
  .home_blog .controls {
    width: 100%;
    margin-top: 2.5rem;
  }
  .home_service .flex {
    display: block;
  }
  .home_service .items {
    width: 100%;
    margin-top: 20px;
  }
  .home_service .items .syeditorlist {
    grid-template-columns: 1fr;
  }
}
