:root {
  --head: 4.166vw;
  --color: #F21E25;
  --font: 'Roboto', sans-serif;
  --fontb: 'Roboto Condensed', sans-serif;
}

.ff2 {
  font-family: var(--fontb);
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #B2B2B2;
}

.head-zhanwei {
  height: var(--head);
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-wrap {
  width: 75vw;
  margin: 0 auto;
  transition: all 0.5s;
}

body {
  font-family: var(--font);
}

#svg-use-box {
  display: none;
}

.svgTransiton * {
  transition: all ease 0.3s;
}

.C-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.208vw;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.C-btn .btn-icon {
  width: 2.916vw;
  height: 2.916vw;
}

.C-btn .btn-icon img {
  width: 100%;
  height: 100%;
}

.C-btn .btn-icon .arrow1 {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}

.C-btn .btn-icon .arrow2 {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  bottom: -1.041vw;
  left: -1.041vw;
  opacity: 0;
  transition: all ease 0.3s;
}

.C-btn:hover .btn-icon .arrow1 {
  top: -1.041vw;
  right: -1.041vw;
  left: auto;
  opacity: 0;
}

.C-btn:hover .btn-icon .arrow2 {
  bottom: 0.833vw;
  left: 0.833vw;
  opacity: 1;
}

.C-btn .btn-label-wrap {
  height: 2.916vw;
  overflow: hidden;
  flex-shrink: 0;
}

.C-btn .btn-label {
  display: flex;
  align-items: center;
  height: 2.916vw;
  transition: transform ease 0.3s;
}

.C-btn .btn-label::before,
.C-btn .btn-label::after {
  width: 0.416vw;
  height: 2.916vw;
}

.C-btn .btn-label .inner {
  height: 2.916vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.666vw;
  letter-spacing: 0.031vw;
  text-transform: capitalize;
  white-space: nowrap;
}

.C-btn.theme1 .btn-default .inner {
  background: var(--color);
  color: #fff;
}

.C-btn.theme1 .btn-hover .inner {
  background: #fff;
  color: #353839;
}

.C-btn.theme2 .btn-default .inner {
  background: #353839;
  color: #fff;
}

.C-btn.theme2 .btn-hover .inner {
  background: var(--color);
  color: #fff;
}

.C-btn:hover .btn-label {
  transform: translateY(-2.916vw);
}

.C-btn.theme1 .btn-icon {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-icon.svg');
}

.C-btn.theme1 .btn-default::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-s-red.svg');
}

.C-btn.theme1 .btn-default::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-s-red.svg');
}

.C-btn.theme1 .btn-hover::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-s-white.svg');
}

.C-btn.theme1 .btn-hover::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-s-white.svg');
}

.C-btn.theme2 .btn-icon {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-icon2.svg');
}

.C-btn.theme2 .btn-default::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-s-dark.svg');
}

.C-btn.theme2 .btn-default::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-s-dark.svg');
}

.C-btn.theme2 .btn-hover::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-s-red.svg');
}

.C-btn.theme2 .btn-hover::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-s-red.svg');
}

.C-btn2 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0.052vw;
  text-decoration: none;
}

.C-btn2 .btn-label-wrap {
  height: 2.916vw;
  overflow: hidden;
}

.C-btn2 .btn-label {
  display: flex;
  align-items: center;
  height: 2.916vw;
  transition: transform ease 0.3s;
}

.C-btn2 .btn-label::before,
.C-btn2 .btn-label::after {
  width: 0.468vw;
  height: 2.916vw;
}

.C-btn2 .btn-label .inner {
  height: 2.916vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.666vw;
  letter-spacing: 0.031vw;
  text-transform: capitalize;
  white-space: nowrap;
  border-top: 0.052vw solid;
  border-bottom: 0.052vw solid;
}

.C-btn2 .btn-default .inner {
  color: #fff;
  border-color: #fff;
}

.C-btn2.theme1 .btn-default::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-k-white.svg');
}

.C-btn2.theme1 .btn-default::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-k-white.svg');
}

.C-btn2.theme1 .btn-hover .inner {
  color: var(--color);
  border-color: var(--color);
}

.C-btn2.theme1 .btn-hover::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-k-red.svg');
}

.C-btn2.theme1 .btn-hover::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-k-red.svg');
}


.C-btn2.theme2 .btn-default::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-k-white.svg');
}

.C-btn2.theme2 .btn-default::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-k-white.svg');
}

.C-btn2.theme2 .btn-hover .inner {
  color: #fff;
  border-color: #fff;
}

.C-btn2.theme2 .btn-hover::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-k-white.svg');
}

.C-btn2.theme2 .btn-hover::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-k-white.svg');
}

.C-btn2:hover .btn-label {
  transform: translateY(-2.916vw);
}

.C-btn3 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0.052vw;
  text-decoration: none;
}

.C-btn3 .btn-label-wrap {
  height: 2.916vw;
  overflow: hidden;
}

.C-btn3 .btn-label {
  display: flex;
  align-items: center;
  height: 2.916vw;
  transition: transform ease 0.3s;
}

.C-btn3 .btn-label::before,
.C-btn3 .btn-label::after {
  width: 0.416vw;
  height: 2.916vw;
  flex-shrink: 0;
}

.C-btn3 .btn-label .inner {
  height: 2.916vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.666vw;
  letter-spacing: 0.031vw;
  text-transform: capitalize;
  white-space: nowrap;
}

.C-btn3 .btn-default .inner {
  background: #fff;
  color: var(--color);
}

.C-btn3.theme1 .btn-default::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-s-white.svg');
}

.C-btn3.theme1 .btn-default::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-s-white.svg');
}

.C-btn3.theme1 .btn-hover::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-l-s-white.svg');
}

.C-btn3.theme1 .btn-hover::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/home/btn-r-s-white.svg');
}

.C-btn3 .btn-hover .inner {
  background: #fff;
  color: var(--color);
}

.C-btn3:hover .btn-label {
  transform: translateY(-2.916vw);
}

.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  padding: 0 4.166vw;
  transition: all ease 0.3s;
}

.isback .head1 {
  transform: translateY(-100%);
}

.scroll .head1 {
  background: rgba(15, 16, 17, 0.95);
}

.head1 .logo {
  width: 9.687vw;
  height: 1.666vw;
}

.head1 .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.head1 .nav {
  gap: 2.083vw;
  height: 100%;
}

.head1 .nav .link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  cursor: pointer;
  position: relative;
}

.head1 .nav .link-products {
  position: static;
}

.head1 .nav .link>a {
  color: #fff;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.head1 .nav .link .dropdown-arrow {
  width: 0.52vw;
  height: 0.312vw;
  transition: transform ease 0.3s;
}

.head1 .nav .link:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.head1 .link .drop-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #eeeeee;
  border-radius: 0.104vw;
  padding: 0.833vw;
  min-width: 8.333vw;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  box-shadow: 0 0.208vw 1.041vw rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
}

.head1 .link:hover .drop-menu {
  opacity: 1;
  visibility: visible;
}

.head1 .link .drop-menu a {
  display: block;
  padding: 0.52vw 0;
  color: #353839;
  transition: color ease 0.3s;
}

.head1 .link .drop-menu a:hover {
  color: var(--color);
}

.head1 .link .products-drop {
  padding: 1.25vw 2.083vw;
  left: 0;
  width: 100vw;
  transform: none;
  background: #eeeeee;
}

.head1 .link .products-drop .drop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.041vw;
  justify-content: center;
}

.head1 .link .products-drop .drop-item {
  width: 9.791vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625vw;
  cursor: pointer;
  padding: 0.416vw;
  transition: color ease 0.3s;
}

.head1 .nav .link .drop-menu.products-drop .drop-item .drop-icon {
  width: 2.5vw;
  height: 2.5vw;
}

.head1 .nav .link .drop-menu.products-drop .drop-item:hover {
  color: var(--color);
}

.head1 .rightbar {
  gap: 2.604vw;
  height: 100%;
}

.head1 .rightbar .lang {
  width: 3.333vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.head1 .rightbar .lang .lang-icon {
  width: 1.25vw;
  height: 1.25vw;
}

.head1 .rightbar .lang .lang-drop {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 0.104vw;
  padding: 0.416vw 0;
  min-width: 4.166vw;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  box-shadow: 0 0.208vw 1.041vw rgba(0, 0, 0, 0.1);
  text-align: center;
}

.head1 .rightbar .lang:hover .lang-drop {
  opacity: 1;
  visibility: visible;
}

.head1 .rightbar .lang .lang-drop a {
  display: block;
  padding: 0.416vw 0.833vw;
  color: #353839;
  white-space: nowrap;
  transition: color ease 0.3s;
}

.head1 .rightbar .lang .lang-drop a.on {
  color: var(--color);
}

.head1 .rightbar .lang .lang-drop a:hover {
  color: var(--color);
}

.head1 .rightbar .support-wrap {
  position: relative;
}

.head1 .rightbar .support-btn {
  background: var(--color);
  color: #fff;
  padding: 0.208vw 0.833vw;
  border-radius: 0.104vw;
  display: flex;
  align-items: center;
  gap: 0.416vw;
  cursor: pointer;
  white-space: nowrap;
}

.head1 .rightbar .support-btn .support-arrow {
  width: 0.52vw;
  height: 0.26vw;
  transition: transform ease 0.3s;
}

.head1 .rightbar .support-wrap:hover .support-arrow {
  transform: rotate(180deg);
}

.head1 .rightbar .support-panel {
  position: absolute;
  top: calc(100% + 0.52vw);
  right: 0;
  width: 14.583vw;
  background: #fff;
  border-radius: 0.104vw;
  padding: 0.833vw;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  box-shadow: 0 0.208vw 1.041vw rgba(0, 0, 0, 0.1);
}

.head1 .rightbar .support-wrap:hover .support-panel {
  opacity: 1;
  visibility: visible;
}

.head1 .rightbar .support-panel .panel-title {
  padding-bottom: 0.416vw;
  border-bottom: 0.052vw solid #EAEBEB;
  margin-bottom: 0.833vw;
  color: #353839;
}

.head1 .rightbar .support-panel .panel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.041vw;
  align-items: center;
  margin-bottom: 0.833vw;
}

.head1 .rightbar .support-panel .panel-row .panel-icon {
  width: 0.833vw;
  height: 0.833vw;
  flex-shrink: 0;
  margin-top: 0.26vw;
}

.head1 .rightbar .support-panel .panel-row .panel-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.head1 .rightbar .support-panel .panel-row .panel-list a,
.head1 .rightbar .support-panel .panel-row .panel-list span {
  color: #353839;
  line-height: 1.6;
}

.head1 .rightbar .support-panel .panel-row .panel-list .copy-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head1 .rightbar .support-panel .panel-row .panel-list .copy-btn {
  width: 0.833vw;
  height: 0.833vw;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 0.416vw;
}

.head1 .rightbar .support-panel .panel-map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.416vw;
  background: #353839;
  color: #fff;
  padding: 0.416vw 0.833vw;
  border-radius: 0.104vw;
  cursor: pointer;
  transition: background ease 0.3s;
}

.head1 .rightbar .support-panel .panel-map-btn:hover {
  background: #000;
}

.head1 .rightbar .support-panel .panel-map-btn .map-icon {
  width: 0.833vw;
  height: 0.833vw;
}

.head1 .navbar-toggle {
  display: none;
}

.home1 {
  width: 100%;
  height: 52.083vw;
  position: relative;
  overflow: hidden;
  background: #0F1011;
}

.home1 .swiper {
  width: 100%;
  height: 100%;
}

.home1 .banner-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home1 .banner-bg .banner-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home1 .banner-bg .banner-image img,
.home1 .banner-bg .banner-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home1 .banner-bg .banner-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 63.802vw;
  height: 100%;
  pointer-events: none;
}

.home1 .banner-content {
  position: absolute;
  left: 12.5vw;
  top: 11.979vw;
  z-index: 2;
}

.home1 .banner-content .title {
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.05vw;
  text-transform: capitalize;
  max-width: 36.822vw;
  font-size: 5vw;
}

.home1 .banner-content .desc {
  color: #D6D7D7;
  opacity: 0.8;
  line-height: 1.7;
  max-width: 31.25vw;
  margin-top: 2.083vw;

}

.home1 .banner-content .btn-group {
  gap: 1.041vw;
  margin-top: 2.083vw;
}

.home1 .carousel-arrow {
  position: absolute;
  left: 12.5vw;
  bottom: 3.125vw;
  z-index: 3;
  gap: 1.25vw;
}

.home1 .carousel-arrow .arrow-prev,
.home1 .carousel-arrow .arrow-next {
  width: 2.083vw;
  height: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.home1 .carousel-arrow .arrow-prev:hover,
.home1 .carousel-arrow .arrow-next:hover {
  opacity: 0.7;
}

.home1 .carousel-arrow .arrow-prev img,
.home1 .carousel-arrow .arrow-next img {
  width: 0.833vw;
  height: 0.833vw;
}

.home1 .carousel-arrow .pagination {
  display: flex;
  align-items: center;
  gap: 0.416vw;
}

.home1 .carousel-arrow .pagination .current {
  color: #fff;
  line-height: 1.25;
}

.home1 .carousel-arrow .pagination .divider {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.home1 .carousel-arrow .pagination .total {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: color ease .3s;
  cursor: pointer;
}

.home1 .carousel-arrow .pagination .total::after {
  content: '/';
  margin: 0 0.416vw;
  font-size: 0.937vw;
}

.home1 .carousel-arrow .pagination .total.current {
  font-size: 2.5vw;
  color: #fff;
}

.section-label {
  gap: 0.833vw;
  margin-bottom: 0.52vw;
}

.section-label .dot {
  width: 0.416vw;
  height: 0.416vw;
  background: var(--color);
}

.section-label span {

  color: #353839;
  line-height: 1.6;
}

.home2 {
  padding: 8.333vw 0 8.854vw;
  background: #fff;
}

.home2 .title-area {
  padding: 0 12.5vw;
  align-items: flex-end;
  margin-bottom: 4.166vw;
}

.C-title .title {
  color: #353839;
  line-height: 1.2;
}

.C-title .subtitle {
  color: #717374;
  line-height: 1.7;
  margin-top: 0.52vw;
}

.home2 .swiper-father {
  padding-left: 12.5vw;
}

.home2 .swiper {
  overflow: visible;
}

.home2 .swiper-slide {
  width: 16.666vw;
  transition: all ease .8s;
}

.home2 .swiper-wrapper {
  align-items: flex-end;
}

.home2 .swiper-slide::before {
  content: '';
  display: block;
  height: 2.083vw;
  transition: all ease .8s;
}

.home2 .swiper-slide:hover::before {
  content: '';
  display: block;
  height: 0;
}

.home2 .swiper-slide-active::before {
  content: '';
  display: block;
  height: 0;
}

.home2 .item {
  padding: 0.52vw 0;
  background: #eaebeb;
  border-radius: 0.208vw;
  overflow: hidden;
  cursor: pointer;
  transition: all ease .8s;
  position: relative;
}

.home2 .swiper-slide:hover .item {
  padding: 1.562vw 0 0.52vw;
}

.home2 .swiper-slide-active .item {
  padding: 1.562vw 0 0.52vw;
}

.home2 .item .image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.home2 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home2 .item .item-title {
  color: #0F1011;
  line-height: 1.5;
  margin: 0.52vw 1.25vw;
  transition: all ease .8s;
}

.home2 .item .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 30, 37, 0.90);
  opacity: 0;
  padding: 0.52vw 1.25vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: all ease .8s;
}

.home2 .item:hover .intr {
  opacity: 1;
}

.home2 .item .intr .item-title {
  margin: 0;
  color: #fff;
  transform: translateY(100%);
  transition: all ease .8s;
}

.home2 .item:hover>.item-title {
  opacity: 0;
  transform: translateY(-100%);
}

.home2 .item .item-desc {
  margin: 0.4167vw 0;
  transform: translateY(100%);
  transition: all ease .8s;
}

.home2 .item .icon {
  width: 2.0833vw;
  transform: translateY(100%);
  transition: all ease .8s;
}

.home2 .item:hover .intr .item-title {
  transform: translateY(0%);
}

.home2 .item:hover .item-desc {
  transform: translateY(0%);
}

.home2 .item:hover .icon {
  transform: translateY(0%);
}

.home2 .pagination-area {
  padding: 4.166vw 12.5vw 0;
}

.home2 .carousel-arrow {
  gap: 1.25vw;
}

.home2 .carousel-arrow img {
  width: 100%;
}

.home2 .carousel-arrow .arrow-prev,
.home2 .carousel-arrow .arrow-next {
  width: 1.666vw;
  height: 1.666vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.home2 .carousel-arrow .arrow-prev:hover,
.home2 .carousel-arrow .arrow-next:hover {
  opacity: 0.6;
}

.home2 .carousel-arrow .page-num {
  color: #353839;
  min-width: 3.958vw;
  text-align: center;
}

.home2 .carousel-arrow .page-num .on {
  color: var(--color);
}

.home3 {
  height: 41.666vw;
  background: linear-gradient(103deg, #151616 1.07%, #580E0C 100.01%);
  position: relative;
}

.home3 .content {
  padding: 6.25vw 12.5vw 0;
  justify-content: space-between;
}

.home3 .content .image-area {
  width: 34.375vw;
  flex-shrink: 0;
}

.home3 .content .image-area .pic {
  width: 29.166vw;
  height: 29.166vw;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.home3 .content .image-area .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3 .content .text-area {
  width: 34.375vw;
}

.home3 .content .text-area .title {
  color: #ffffff;
  line-height: 1.2;
}

.home3 .content .text-area .desc {
  margin-top: 2.083vw;
  color: #ffffff;
  line-height: 1.7;

}

.home3 .carousel-arrow {
  position: absolute;
  left: 50%;
  bottom: 2.083vw;
  transform: translateX(-50%);
  gap: 1.25vw;
}

.home3 .carousel-arrow img {
  width: 100%;
}

.home3 .carousel-arrow .arrow-prev,
.home3 .carousel-arrow .arrow-next {
  width: 1.666vw;
  height: 1.666vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home3 .carousel-arrow .page-num {
  color: rgba(255, 255, 255, 0.60);
  min-width: 3.958vw;
  text-align: center;
}

.home3 .carousel-arrow .page-num .on {
  color: #fff;
}

.home4 {
  padding: 8.333vw 0;
  background: #fff;
  position: relative;
}

.home4 .content {
  padding: 0 12.5vw;
  justify-content: space-between;
}

.home4 .content .title-area {
  width: 19.166vw;
  height: 100%;
  position: sticky;
  left: 0;
  top: 0;
  padding-top: 6.25vw;
}

.home4 .content .title-area .desc {
  margin-top: 2.083vw;
  color: #717374;
  line-height: 1.7;
}

.home4 .content .list-area {
  gap: 5.833vw;
}

.home4 .content .list-area .column-right {
  padding-top: 9.583vw;
}

.home4 .content .list-area .column-left,
.home4 .content .list-area .column-right {
  gap: 4.166vw;
}

.home4 .content .list-area .item {
  width: 21.875vw;
}

.home4 .content .list-area .item .image-wrap {
  width: 21.875vw;
  height: 21.875vw;
  border-radius: 0.208vw;
  overflow: hidden;
}

.home4 .content .list-area .item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease 0.6s;
}

.home4 .content .list-area .item:hover .image-wrap img {
  transform: scale(1.05);
}

.home4 .content .list-area .item .text-area {
  margin-top: 1.25vw;
}

.home4 .content .list-area .item .text-area .title {
  color: #353839;
  line-height: 1.5;
}

.home4 .content .list-area .item .text-area .desc {
  margin-top: 0.416vw;
  color: #717374;
  line-height: 1.7;

}

.home4 .watermark {
  position: absolute;
  left: 0;
  bottom: -11.979vw;
  width: 59.947vw;
  height: 52.083vw;
  pointer-events: none;
}

.home5 {
  height: 41.666vw;
  position: relative;
  overflow: hidden;
}

.home5 .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home5 .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home5 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.7);
}

.home5 .info {
  position: relative;
  z-index: 2;
  padding: 8.333vw 12.5vw 0;
  gap: 4.166vw;
}

.home5 .info .intro {
  width: 18.75vw;
  flex-shrink: 0;
}

.home5 .info .intro .section-label span {
  color: #D6D7D7;
}

.home5 .info .intro .title {
  color: #fff;
  line-height: 1.2;
  margin-top: 0.52vw;
}

.home5 .info .intro .desc {
  margin-top: 2.083vw;
  color: #D6D7D7;
  line-height: 1.7;

}

.home5 .info .intro .C-btn {
  margin-top: 4.166vw;
}

.home5 .info .stats-area {
  flex: 1;
}

.home5 .info .stats-area .quote {
  position: relative;
  padding-bottom: 0.885vw;
  width: max-content;
  margin-left: auto;
}

.home5 .info .stats-area .quote .quote-line {
  position: absolute;
  bottom: 1.562vw;
  left: 0;
  z-index: -1;
  width: 29.01vw;
  height: 0.416vw;
  background: var(--color);
}

.home5 .info .stats-area .quote .quote-text {
  color: #D6D7D7;
  line-height: 1.3;
}

.home5 .info .stats-area .stats-list {
  margin-top: 6.25vw;
}

.home5 .info .stats-area .stat-item {
  padding: 0.833vw 1.25vw;
  border-radius: 0.208vw;
  background: rgba(15, 16, 17, 0.05);
  backdrop-filter: blur(1.041vw);
}

.home5 .info .stats-area .stat-item .stat-num {
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home5 .info .stats-area .stat-item .t2 {
  color: #fff;
}

.home5 .info .stats-area .stat-item .t3 {
  color: #717374;
  line-height: 1.6;
}

.home6 {
  padding: 8.333vw 12.5vw;
  background: #fff;
}

.home6 .list {
  gap: 1.25vw;
}

.home6 .item {
  flex: 1;
  text-align: center;
}

.home6 .item .icon-wrap {
  width: 8.333vw;
  height: 8.333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home6 .item .icon-wrap .icon {
  width: 6.25vw;
  height: 6.25vw;
}

.home6 .item .title {
  color: #0F1011;
  line-height: 1.5;
  margin-top: 1.25vw;
}

.home6 .item .desc {
  color: #717374;
  line-height: 1.7;
  margin-top: 1.25vw;

}

.home7 {
  padding: 8.333vw 12.5vw;
  background: #F1F1F1;
}

.home7 .content {
  gap: 4.166vw;
}

.home7 .content .company {
  width: 30.468vw;
  flex-shrink: 0;
}

.home7 .content .company .image-wrap {
  width: 30.468vw;
  height: 22.864vw;
  overflow: hidden;
}

.home7 .content .company .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home7 .content .company .company-info {
  margin-top: 1.666vw;
}

.home7 .content .company .company-name {
  color: #0F1011;
  line-height: 1.2;
}

.home7 .content .company .company-subtitle {
  color: #717374;
  line-height: 1.5;
  margin-top: 0.416vw;

}

.home7 .content .company .service-info {
  margin-top: 1.666vw;
}

.home7 .content .company .service-title {
  color: #0F1011;
  line-height: 1.5;
}

.home7 .content .company .service-desc {
  color: #717374;
  line-height: 1.5;
  margin-top: 0.416vw;

}

.home7 .content .faq {
  flex: 1;
}

.home7 .qa-list {
  margin-top: 1.666vw;
}

.home7 .qa-item {
  border-bottom: 0.052vw solid #D6D7D7;
  padding: 0.833vw 0;
}

.home7 .qa-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 0.833vw;
}

.home7 .qa-item .question-text {
  color: #353839;
  line-height: 1.5;
  flex: 1;
}

.home7 .qa-item .toggle-btn {
  width: 3.125vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home7 .qa-item .toggle-btn img {
  width: 0.937vw;
  height: 0.937vw;
  transition: transform ease 0.3s;
}

.home7 .qa-item.on .toggle-btn img {
  transform: rotate(45deg);
}

.home7 .qa-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.4s;
}

.home7 .qa-item .answer-text {
  color: #717374;
  line-height: 1.7;
}

.home7 .qa-item.on .answer {
  max-height: 10.416vw;
}

.home7 .btn-area {
  margin-top: 1.666vw;
}

.home8 {
  padding: 8.333vw 0 8.333vw 12.5vw;
  background: #fff;
}

.home8 .content {
  gap: 4.166vw;
}

.home8 .content .title-area {
  width: 16.666vw;
  flex-shrink: 0;
  justify-content: space-between;
}

.home8 .content .title-area .C-title {
  padding-top: 6.25vw;
}

.home8 .content .title-area .title {
  color: #0F1011;
  line-height: 1.2;
  margin-top: 0.52vw;
}

.home8 .content .title-area .desc {
  margin-top: 2.083vw;
  color: #717374;
  line-height: 1.7;

}

.home8 .content .case-list {
  flex: 1;
  gap: 2.0833vw;
}

.home8 .content .case-item {
  width: 20.833vw;
  height: 33.333vw;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  flex: 1;
}

.home8 .content .case-item.on {
  flex: 4.4;
}

.home8 .content .case-item .case-image {
  width: 100%;
  height: 100%;
}

.home8 .content .case-item .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease 0.6s;
}

.home8 .content .case-item:hover .case-image img {
  transform: scale(1.05);
}

.home8 .content .case-item .text-area {
  position: absolute;
  left: 2.083vw;
  top: 2.083vw;
  right: 2.083vw;
  bottom: 2.083vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  z-index: 2;
  transition: all ease 0.6s;
}

.home8 .content .case-item.on-outer .text-area {
  opacity: 0;
}


.home8 .content .case-item .case-title {
  color: #fff;
  line-height: 1.2;
  margin-top: auto;
}

.home8 .content .case-item .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.0833vw 4.1667vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, rgba(15, 16, 17, 0.01) 0%, rgba(15, 16, 17, 0.80) 100%);
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: all ease .6s;
  z-index: 10;
}
.home8 .content .case-item:hover .intr{
  opacity: 1;
}
.home8 .content .case-item .intr .t2{
  margin: 1em 0;
}
.home8 .content .case-item .intr .icon{
  width: 2.0833vw;
}

.home9 {
  padding: 4.166vw 12.5vw;
  background: linear-gradient(102deg, #DD251F 0%, #B01D18 100%);
  position: relative;
  overflow: hidden;
}

.home9 .watermark {
  position: absolute;
  right: 0;
  top: 0;
  width: 45.572vw;
  height: 100%;
  pointer-events: none;
}

.home9 .watermark img {
  width: auto;
  height: 100%;
}

.home9 .content {
  position: relative;
  z-index: 2;
}

.home9 .content .title {
  color: #fff;
  line-height: 1.2;
}

.home9 .content .desc {
  color: #fff;
  line-height: 1.7;
  margin-top: 1.041vw;

}

.home9 .content .btn-group {
  gap: 1.041vw;
  margin-top: 1.041vw;
}

.home10 {
  padding: 7.291vw 12.5vw;
  background: #fff;
}

.home10 .title-area {
  align-items: flex-end;
  margin-bottom: 3.125vw;
}

.home10 .tabs {
  gap: 2.083vw;
  margin-top: 2.083vw;
}

.home10 .tabs .tab {
  cursor: pointer;
  padding-bottom: 0.625vw;
  position: relative;
  color: #717374;
  line-height: 1;
  transition: color ease 0.3s;
}

.home10 .tabs .tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.208vw;
  background: var(--color);
  transition: width ease 0.3s;
}

.home10 .tabs .tab.on {
  color: #0F1011;
}

.home10 .tabs .tab.on::after {
  width: 100%;
}

.home10 .tabs .tab:hover {
  color: #0F1011;
}

.home10 .news-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5vw;
}

.home10 .news-item {
  flex: 0 0 calc((100% - 5vw) / 3);
  max-width: calc((100% - 5vw) / 3);
  cursor: pointer;
}

.home10 .news-item .image-wrap {
  width: 100%;
  height: 15.52vw;
  overflow: hidden;
}

.home10 .news-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease 0.6s;
}

.home10 .news-item:hover .image-wrap img {
  transform: scale(1.05);
}

.home10 .news-item .card-content {
  padding-top: 2.291vw;
}

.home10 .news-item .card-title {
  color: #0F1011;
  line-height: 1.5;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home10 .news-item .card-desc {
  color: #717374;
  line-height: 1.7;
  margin-top: 0.833vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home10 .news-item .meta {
  display: flex;
  gap: 0.52vw;
  margin-top: 0.833vw;
  color: #717374;
}

.home10 .news-item .meta .tag {
  color: #D6D7D7;
}

.foot-wrap {
  background: linear-gradient(to right, #0F1011, #353839);
  overflow: hidden;
}

.foot-wrap .wrapper {
  padding: 6.25vw 4.166vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-wrap .nav-area {
  display: flex;
  flex-wrap: wrap;
  gap: 2.083vw;
  flex: 1;
  padding-right: 4.166vw;
}

.foot-wrap .nav-area .nav-columns {
  gap: 4.166vw;
}

.foot-wrap .nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.foot-wrap .nav-col .nav-title {
  color: #D6D7D7;
  text-decoration: underline;

  line-height: 1.6;
}

.foot-wrap .nav-col .nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
}

.foot-wrap .nav-col .nav-links a {
  color: #D6D7D7;

  line-height: 1.6;
  transition: color ease 0.3s;
}

.foot-wrap .nav-col .nav-links a:hover,
.foot-wrap .nav-col .nav-links a.on {
  color: var(--color);
}

.foot-wrap .contact-col {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  margin-left: auto;
}

.foot-wrap .contact-col .contact-title {
  color: #D6D7D7;
  text-decoration: underline;

  line-height: 1.6;
}

.foot-wrap .contact-col .address {
  color: #D6D7D7;

  line-height: 1.6;
  max-width: 16.406vw;
}

.foot-wrap .contact-col .phone-links {
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
}

.foot-wrap .contact-col .phone-links a {
  color: #D6D7D7;

  line-height: 1.6;
  transition: color ease 0.3s;
}

.foot-wrap .contact-col .phone-links a:hover {
  color: var(--color);
}

.foot-wrap .email-col {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.foot-wrap .email-col .email-title {
  color: #D6D7D7;
  text-decoration: underline;

  line-height: 1.6;
}

.foot-wrap .email-col .email-list {
  display: flex;
  flex-direction: column;
}

.foot-wrap .email-col .email-item {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  line-height: 1.7;
}

.foot-wrap .email-col .email-item a {
  color: #D6D7D7;

}

.foot-wrap .email-col .email-item .copy-btn {
  width: 0.833vw;
  height: 0.833vw;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity ease 0.3s;
  flex-shrink: 0;
}

.foot-wrap .email-col .email-item .copy-btn:hover {
  opacity: 1;
}

.foot-wrap .right-area {
  width: 16.25vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.833vw;
}

.foot-wrap .back-to-top {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.208vw 0.208vw 0.208vw 0.416vw;
  cursor: pointer;
  color: #D6D7D7;
  transition: color ease 0.3s;
}

.foot-wrap .back-to-top:hover {
  color: #fff;
}

.foot-wrap .back-to-top .icon-gotop {
  width: 1.25vw;
  height: 1.25vw;
}

.foot-wrap .subscribe-area {
  width: 100%;
}

.foot-wrap .subscribe-area .form-label {
  color: #D6D7D7;

  line-height: 1.6;
  margin-bottom: 0.833vw;
}

.foot-wrap .subscribe-area .form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.052vw solid #717374;
  border-radius: 0.208vw;
  padding: 0.416vw 0.833vw;
}

.foot-wrap .subscribe-area .form-input input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;

  width: 100%;
}

.foot-wrap .subscribe-area .form-input input::placeholder {
  color: #717374;
}

.foot-wrap .subscribe-area .form-input .submit-icon {
  width: 1.666vw;
  height: 1.666vw;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity ease 0.3s;
}

.foot-wrap .subscribe-area .form-input .submit-icon:hover {
  opacity: 1;
}

.foot-wrap .social-icons {
  display: flex;
  gap: 1.25vw;
  margin-top: 2.083vw;
}

.foot-wrap .social-icons a {
  width: 1.666vw;
  height: 1.666vw;
  opacity: 0.6;
  transition: opacity ease 0.3s;
}

.foot-wrap .social-icons a:hover {
  opacity: 1;
}

.foot-wrap .copyright {
  color: #717374;

  line-height: 1.6;
  text-align: right;
  margin-top: 2.083vw;
}

.foot-wrap .logo-area {
  padding: 4.166vw 4.166vw 0;
}

.foot-wrap .logo-area .footer-logo {
  width: 100%;
}

.foot-wrap .logo-area .footer-logo img {
  width: 100%;
}

.foot2-wrap {
  position: fixed;
  right: 0.52vw;
  bottom: 0.52vw;
  z-index: 40;
  width: 4.166vw;
  height: 4.166vw;
  cursor: pointer;
  transition: transform ease 0.3s;
}

.foot2-wrap:hover {
  transform: scale(1.1);
}

.foot2-wrap img {
  width: 100%;
  height: 100%;
}

.C-banner {
  width: 100%;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.C-banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.C-banner .banner-bg .banner-image {
  width: 100%;
  height: 100%;
}

.C-banner .banner-bg .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.C-banner .banner-bg .banner-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.7);
}

.C-banner .banner-info {
  position: absolute;
  left: 12.5vw;
  right: 12.5vw;
  top: 9.947vw;
}

.C-banner .breadcrumb {
  gap: 0.52vw;
}

.C-banner .breadcrumb a,
.C-banner .breadcrumb span {
  color: #fff;
  line-height: 1.45;
}

.C-banner .breadcrumb .dot {
  opacity: 0.6;
}

.C-banner .banner-main {
  margin-top: 2.083vw;
  align-items: center;
}

.C-banner .banner-text {
  max-width: 40.52vw;
}

.C-banner .banner-text .t1 {
  color: #fff;
  line-height: 1.15;
}

.C-banner .banner-text .t2 {
  color: #fff;
  line-height: 1.7;
  margin-top: 0.52vw;
}

.C-banner .search-form {
  width: 16.666vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.416vw 0.416vw 0.416vw 0.833vw;
  border: 0.052vw solid #fff;
  border-radius: 0.208vw;
  background: rgba(15, 16, 17, 0.05);
  backdrop-filter: blur(1.041vw);
}

.C-banner .search-form input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  line-height: 1.7;
}

.C-banner .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.C-banner .search-form .search-btn {
  width: 1.354vw;
  height: 1.354vw;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
}

.C-banner .search-form .search-btn img {
  width: 100%;
  height: 100%;
}

.pd2 {
  border-bottom: 0.052vw solid #EAEBEB;
}

.pd2 .submenu {
  width: 75vw;
  margin: 0 auto;
  padding: 0.833vw 0;
  height: 5.208vw;
}

.pd2 .submenu .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.541vw;
  padding: 0 1.041vw;
  border-radius: 0.208vw;
  color: #353839;
  line-height: 1.4;
  transition: all ease 0.3s;
  white-space: nowrap;
}

.pd2 .submenu .item:hover {
  color: var(--color);
}

.pd2 .submenu .item.on {
  background: var(--color);
  color: #fff;
}

.pd3 {
  padding: 6.25vw 12.5vw 8.333vw;
  background: #fff;
}

.pd3 .search-tips {
  padding-bottom: 1.041vw;
  border-bottom: 0.052vw solid #D8D9D9;
  margin-bottom: 4.166vw;
  display: none;
}

.pd3 .search-tips .tips-text {
  color: #000;
  line-height: 1.6;
  margin-right: 2.083vw;
}

.pd3 .list {
  gap: 4.166vw;
}

.pd3 .item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.pd3 .item .item-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #F1F1F1;
  border-radius: 0.208vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pd3 .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform ease 0.6s;
}

.pd3 .item:hover .item-img img {
  transform: scale(1.05);
}

.pd3 .item .item-img .tag {
  position: absolute;
  left: 0.52vw;
  top: 0.52vw;
  padding: 0.208vw 0.416vw;
  border-radius: 0.104vw;
  color: #fff;
  line-height: 1.6;
}

.pd3 .item .item-img .tag-new {
  background: #DD251F;
}

.pd3 .item .item-img .tag-featured {
  background: #353839;
}

.pd3 .item .item-info {
  padding: 0.833vw 0;
}

.pd3 .item .item-info .t1 {
  color: #D6D7D7;
  line-height: 1.6;
}

.pd3 .item .item-info .t2 {
  color: #000;
  line-height: 1.35;
  margin-top: 0.833vw;
  min-height: 3.125vw;
}

.pd3 .item .item-info .t3 {
  color: #717374;
  line-height: 1.6;
  margin-top: 0.833vw;
}

.pd3 .C-pages {
  margin-top: 6.25vw;
}

.C-pages {
  gap: 0.52vw;
}

.C-pages .page-btn {
  width: 2.916vw;
  height: 2.916vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.C-pages .page-btn:hover {
  opacity: 0.6;
}

.C-pages .page-btn img {
  width: 1.666vw;
  height: 1.666vw;
}

.C-pages .page-numbers {
  gap: 1.041vw;
  padding: 0 2.083vw;
}

.C-pages .page-num {
  width: 2.916vw;
  height: 2.916vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.208vw;
  color: #353839;
  line-height: 1.4;
  cursor: pointer;
  transition: all ease 0.3s;
}

.C-pages .page-num:hover {
  background: #F1F1F1;
}

.C-pages .page-num.on {
  background: var(--color);
  color: #fff;
}

.pd4 {
  padding: 6.25vw 0 6.25vw;
  background: #F1F1F1;
}

.pd4 .content {
  width: 75vw;
  margin: 0 auto;
  gap: 4.166vw;
}

.pd4 .title-area {
  width: 12.656vw;
  flex-shrink: 0;
}

.pd4 .title-area .t1 {
  color: #333;
  line-height: 1.25;
  margin-top: 0.52vw;
}

.pd4 .qa-area {
  flex: 1;
}

.pd4 .qa-list {
  border-top: none;
}

.pd4 .qa-item {
  border-bottom: 0.052vw solid #D6D7D7;
  padding: 0.833vw 0;
}

.pd4 .qa-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 0.52vw;
}

.pd4 .qa-item .question-text {
  color: #353839;
  line-height: 1.7;
  flex: 1;
  font-weight: 400;
}

.pd4 .qa-item .toggle-btn {
  width: 3.125vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pd4 .qa-item .toggle-btn img {
  width: 0.937vw;
  height: 0.937vw;
  transition: transform ease 0.3s;
}

.pd4 .qa-item.on .toggle-btn img {
  transform: rotate(45deg);
}

.pd4 .qa-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.4s;
}

.pd4 .qa-item .answer-text {
  color: #717374;
  line-height: 1.7;
}

.pd4 .qa-item.on .answer {
  max-height: 10.416vw;
}

.pd4 .resource-tip {
  margin-top: 4.166vw;
  color: #717374;
  line-height: 1.7;
}

.pd4 .resource-tip .resource-link {
  color: #717374;
  transition: color ease 0.3s;
  margin-left: 0.52vw;
}

.pd4 .resource-tip .resource-link:hover {
  color: var(--color);
}

.pj1 {
  width: 100%;
  height: 41.666vw;
  position: relative;
  overflow: hidden;
}

.pj1 .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pj1 .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pj1 .banner-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.3);
}

.pj1 .banner-info {
  position: absolute;
  left: 12.5vw;
  top: 23.437vw;
  width: 75vw;
}

.pj1 .breadcrumb {
  gap: 0.52vw;
}

.pj1 .breadcrumb a,
.pj1 .breadcrumb span {
  color: #fff;
  line-height: 1.45;
}

.pj1 .breadcrumb .dot {
  opacity: 0.6;
}

.pj1 .banner-text {
  margin-top: 2.083vw;
  max-width: 37.5vw;
}

.pj1 .banner-text .t1 {
  position: relative;
  display: inline-block;
}

.pj1 .banner-text .t1-line {
  position: absolute;
  left: 0;
  bottom: 0.572vw;
  width: 100%;
  height: 0.416vw;
  background: var(--color);
  z-index: 0;
}

.pj1 .banner-text .t1 span {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.15;
}

.pj1 .banner-text .t2 {
  color: #fff;
  line-height: 1.7;
  margin-top: 0.52vw;
}

.pj2 {
  padding: 8.333vw 12.5vw;
  background: #fff;
}

.pj2 .group {
  gap: 6.25vw;
}

.pj2 .group+.group {
  margin-top: 8.333vw;
}

.pj2 .group .img-area {
  width: 34.375vw;
  height: 34.375vw;
  border-radius: 0.208vw;
  overflow: hidden;
  flex-shrink: 0;
}

.pj2 .group .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pj2 .group .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.083vw;
}

.pj2 .group .text-area .t1 {
  color: #353839;
  line-height: 1.3;
}

.pj2 .group .text-area .t2 {
  color: #0F1011;
  line-height: 1.7;
}

.pj2 .group .text-area .t2 .dot-item {
  padding-left: 1.406vw;
  position: relative;
}

.pj2 .group .text-area .t2 .dot-item::before {
  content: '•';
  position: absolute;
  left: 0.52vw;
  top: 0;
}

.pj3 {
  padding: 4.166vw 12.5vw;
  background: linear-gradient(to right, #353839, #0F1011);
  position: relative;
  overflow: hidden;
}

.pj3 .bg-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 106.822vw;
  height: 100%;
  pointer-events: none;
}

.pj3 .bg-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pj3 .stats-row {
  position: relative;
  z-index: 2;
}

.pj3 .stat-item {
  flex: 1;
  text-align: center;
  backdrop-filter: blur(1.041vw);
  padding: 0.833vw 0;
}

.pj3 .stat-item .t1 {
  color: #fff;
  line-height: 1.15;
}

.pj3 .stat-item .t2 {
  color: #C1181D;
  line-height: 1.3;
  margin-top: 0.416vw;
}

.pj3 .stat-item .t3 {
  color: #fff;
  opacity: 0.8;
  line-height: 1.7;
  margin-top: 0.416vw;
}

.pj4 {
  padding: 6.25vw 12.5vw;
  background: #FAFAFA;
}

.pj4 .content {
  gap: 7.604vw;
}

.pj4 .content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.083vw;
}

.pj4 .content .text-area .t1 {
  color: #000;
  line-height: 1.25;
}

.pj4 .content .text-area .t2 {
  color: #000;
  line-height: 1.7;
}

.pj4 .content .img-area {
  width: 37.031vw;
  height: 20.833vw;
  border-radius: 0.208vw;
  overflow: hidden;
  flex-shrink: 0;
}

.pj4 .content .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.C-pdf-down {
  padding: 2.083vw 12.5vw;
  background: linear-gradient(159deg, #DD251F 0%, #B01D18 100%);
  position: relative;
  overflow: hidden;
}

.C-pdf-down .deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 39.062vw;
  height: 100%;
  pointer-events: none;
}

.C-pdf-down .deco img {
  width: 100%;
  height: 100%;
}

.C-pdf-down .pdf-content {
  position: relative;
  z-index: 2;
}

.C-pdf-down .pdf-text {
  max-width: 41.666vw;
}

.C-pdf-down .pdf-text .t1 {
  color: #fff;
  line-height: 1.7;
}

.C-pdf-down .pdf-text .t2 {
  color: #fff;
  line-height: 1.3;
  margin-top: 0.416vw;
}

.fw2 {
  background: #fff;
}

.fw2 .group {
  padding: 0 12.5vw;
}

.fw2 .group+.group {
  margin-top: 6.25vw;
}

.fw2 .group:first-child {
  padding-top: 6.25vw;
}

.fw2 .group:last-child {
  padding-bottom: 6.25vw;
}

.fw2 .group .content {
  gap: 4.166vw;
}

.fw2 .group .img-area {
  width: 35.416vw;
  height: 26.562vw;
  border-radius: 0.208vw;
  overflow: hidden;
  flex-shrink: 0;
}

.fw2 .group .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw2 .group .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.083vw;
}

.fw2 .group .text-area .t1 {
  color: #000;
  line-height: 1.3;
}

.fw2 .group .text-area .t2 {
  color: #717374;
  line-height: 1.7;
}

.fw3 {
  padding: 6.25vw 0;
  background: #F1F1F1;
}

.fw3 .content {
  width: 75vw;
  margin: 0 auto;
}

.fw3 .title-area {
  margin-bottom: 4.166vw;
}

.fw3 .title-area .t1 {
  color: #333;
  line-height: 1.25;
  margin-top: 0.52vw;
}

.fw3 .title-area .t2 {
  color: #717374;
  line-height: 1.7;
  margin-top: 0.52vw;
}

.fw3 .card-list {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.fw3 .card-row {
  gap: 2.083vw;
}

.fw3 .service-card {
  width: 16.51vw;
  background: #fff;
  border-radius: 0.52vw;
  overflow: hidden;
  gap: 1.041vw;
  padding-right: 1.562vw;
}

.fw3 .service-card .card-icon {
  width: 4.166vw;
  height: 4.166vw;
  flex-shrink: 0;
  background: var(--color);
  border-radius: 0.52vw;
  padding: 1.041vw;
}

.fw3 .service-card .card-icon img {
  width: 2.083vw;
  height: 2.083vw;
}

.fw3 .service-card .t1 {
  color: #000;
  line-height: 1.45;
  flex: 1;
}

.nw2 {
  padding: 6.77vw 0 8.333vw;
}

.nw2 .content {
  width: 75vw;
  margin: 0 auto;
}

.nw2 .tabs {
  gap: 2.083vw;
}

.nw2 .tabs .tab {
  cursor: pointer;
  padding: 0.52vw;
  position: relative;
  color: #353839;
  line-height: 1.3;
  transition: color ease 0.3s;
}

.nw2 .tabs .tab::after {
  content: '';
  position: absolute;
  left: 0.52vw;
  bottom: 0;
  width: 0;
  height: 0.208vw;
  background: var(--color);
  transition: width ease 0.3s;
}

.nw2 .tabs .tab.on::after {
  width: calc(100% - 1.041vw);
}

.nw2 .news-list {
  gap: 2.5vw;
  margin-top: 4.166vw;
}

.nw2 .news-item {
  border-radius: 0.208vw;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.nw2 .news-item .image-wrap {
  width: 100%;
  height: 15.52vw;
  border-radius: 0.208vw;
  overflow: hidden;
}

.nw2 .news-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease 0.6s;
}

.nw2 .news-item:hover .image-wrap img {
  transform: scale(1.05);
}

.nw2 .news-item .card-content {
  padding: 1.25vw 0;
}

.nw2 .news-item .t1 {
  color: #353839;
  line-height: 1.35;
  min-height: 3.125vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nw2 .news-item .t2 {
  color: #717374;
  line-height: 1.6;
  margin-top: 0.833vw;
  min-height: 2.708vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nw2 .news-item .meta {
  gap: 0.52vw;
  margin-top: 0.833vw;
  line-height: 1.6;
}

.nw2 .news-item .meta .date {
  color: #717374;
}

.nw2 .news-item .meta .tag {
  color: #D6D7D7;
}

.nw2 .C-pages {
  margin-top: 6.25vw;
}

.news5-info {
  margin-top: 2.083vw;
  color: #fff;
}

.news5-info h1 {
  position: relative;
  z-index: 5;
  width: max-content;
  max-width: 100%;
}

.news5-info h1::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.416vw;
  position: absolute;
  left: 0;
  bottom: 0.833vw;
  z-index: -1;
  background: #F21E25;
}

.news6 {
  padding: 6.25vw 0 10.416vw;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.news6 .news6-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39.791vw;
  height: 44.791vw;
  pointer-events: none;
}

.news6 .news6-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news6 .news6-wrap {
  width: 75vw;
  margin: 0 auto;
  display: flex;
  gap: 0;
  position: relative;
  z-index: 2;
}

.news6 .news6-article {
  width: 52.083vw;
  flex-shrink: 0;
}

.news6 .news6-article {
  color: #000;
  line-height: 1.7;
}

.news6 .news6-article * {
  white-space: normal !important;
}

.news6 .news6-article p {
  margin-bottom: 1.25vw;
}

.news6 .news6-article p:last-child {
  margin-bottom: 0;
}

.news6 img {
  width: 100%;
  margin: 1.25vw 0;
  border-radius: 0.208vw;
  overflow: hidden;
  max-width: 100%;
  height: auto !important;
}

.news6 .news6-img img {
  width: 100%;
  display: block;
}

.news6 .news6-sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 8.333vw;
}

.news6 .sidebar-nav {
  margin-top: auto;
}

.news6 .nav-item {
  padding: 2.083vw 0;
  overflow: hidden;
}

.news6 .nav-item.next-article {
  border-top: 0.052vw solid #EAEBEB;
}

.news6 .nav-label {
  color: #353839;
  line-height: 1.4;
}

.news6 .nav-link {
  display: block;
  margin-top: 0.833vw;
  color: #353839;
  line-height: 1.6;
  transition: color ease 0.3s;
}

.news6 .nav-link:hover {
  color: var(--color);
}

.about1 {
  width: 100%;
  height: 41.666vw;
  position: relative;
  overflow: hidden;
}

.about1 .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about1 .banner-bg .banner-image {
  width: 100%;
  height: 100%;
}

.about1 .banner-bg .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about1 .banner-bg .banner-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.3);
}

.about1 .banner-content {
  position: absolute;
  left: 12.5vw;
  top: 14.166vw;
  z-index: 2;
  width: 75vw;
}

.about1 .banner-content .title {
  color: #fff;
  line-height: 1.15;
}

.about1 .banner-content .desc {
  color: #fff;
  line-height: 1.7;
  margin-top: 2.083vw;
  max-width: 59.166vw;
}

.about2 {
  padding: 8.854vw 12.5vw;
  background: #fff;
}

.about2 .content {
  justify-content: space-between;
}

.about2 .text-area {
  width: 35.416vw;
  flex-shrink: 0;
}

.about2 .text-area .desc {
  margin-top: 2.083vw;
  color: #0F1011;
  line-height: 1.7;
}

.about2 .text-area .desc p+p {
  margin-top: 1.25vw;
}

.about2 .img-area {
  width: 35.416vw;
}

.about2 .img-area .pic {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.208vw;
  overflow: hidden;
}

.about2 .img-area .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about3 {
  padding: 4.166vw 12.5vw;
  background: linear-gradient(144deg, #151616 1.07%, #580E0C 100.01%);
  position: relative;
  overflow: hidden;
}

.about3 .bg-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75vw;
  height: 100%;
  pointer-events: none;
}

.about3 .bg-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about3 .stats-row {
  position: relative;
  z-index: 2;
  gap: 6.25vw;
}

.about3 .stats-left {
  flex: 1;
  color: #fff;
}

.about3 .stat-item {
  gap: 0.416vw;
  display: flex;
  flex-direction: column;
}

.about3 .stat-item .t1 {
  line-height: 1.15;
}

.about3 .stat-item .t2 {
  line-height: 1.3;
}

.about3 .stat-item .t3 {
  opacity: 0.8;
  line-height: 1.6;
}

.about3 .stats-right {
  width: 11.145vw;
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about3 .why-text {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.15;
}

.about4 {
  padding: 8.333vw 12.5vw;
  background: #fff;
}

.about4 .title-area {
  margin-bottom: 4.166vw;
}

.about4 .title-area .desc {
  margin-top: 1.25vw;
  color: #0F1011;
  line-height: 1.7;
}

.about4 .card-list {
  gap: 1.25vw;
}

.about4 .card-item {
  width: 24.166vw;
  height: 32.187vw;
  border-radius: 0.208vw;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.about4 .card-item .card-bg {
  width: 100%;
  height: 100%;
}

.about4 .card-item .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about4 .card-item .card-info {
  position: absolute;
  left: 0;
  bottom: -11.406vw;
  width: 100%;
  padding: 1.25vw;
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  background: rgba(15, 16, 17, 0.3);
  backdrop-filter: blur(1.041vw);
  transition: bottom ease 0.5s;
}

.about4 .card-item:hover .card-info,
.about4 .card-item.on .card-info {
  bottom: 0;
}

.about4 .card-item .card-title {
  color: #fff;
  line-height: 1.35;
}

.about4 .card-item .card-desc {
  color: #fff;
  line-height: 1.6;
}

.about4 .card-item .card-icon {
  width: 4.166vw;
  height: 4.166vw;
}

.about4 .card-item .card-icon img {
  width: 100%;
  height: 100%;
}

.about5 {
  padding: 8.333vw 12.5vw;
  background: linear-gradient(180deg, #EAEBEB 0%, #fff 79.81%);
}

.about5 .top-area {
  align-items: flex-end;
  margin-bottom: 4.166vw;
}

.about5 .carousel-arrow {
  gap: 2.5vw;
}

.about5 .carousel-arrow .arrow-prev,
.about5 .carousel-arrow .arrow-next {
  width: 1.666vw;
  height: 1.666vw;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.about5 .carousel-arrow .arrow-prev:hover,
.about5 .carousel-arrow .arrow-next:hover {
  opacity: 0.6;
}

.about5 .carousel-arrow img {
  width: 100%;
}

.about5 .swiper-slide {
  width: 15.625vw;
}

.about5 .cert-item {
  text-align: center;
}

.about5 .cert-img {
  width: 100%;
  aspect-ratio: 452/640;
  border-radius: 0.208vw;
  overflow: hidden;
}

.about5 .cert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about5 .cert-name {
  color: #000;
  line-height: 1.7;
  padding: 1.25vw 0;
  text-align: center;
  letter-spacing: -0.026vw;
}

.about6 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #D6D7D7;
}

.about6 .about6-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.about6 .about6-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about6 .about6-inner {
  position: relative;
  z-index: 2;
  padding: 6.25vw 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about6 .about6-title {
  margin-bottom: 2.083vw;
  flex-shrink: 0;
}

.about6 .about6-title .section-label span {
  color: #fff;
}

.about6 .about6-title .C-title .title {
  color: #fff;
}

.about6 .timeline-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.about6 .timeline {
  gap: 6.25vw;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 12.5vw;
  height: 100%;
  padding-bottom: 2.083vw;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.about6 .timeline-item {
  width: 15.625vw;
  flex-shrink: 0;
  background: rgba(15, 16, 17, 0.6);
  backdrop-filter: blur(1.041vw);
  border-radius: 0.208vw;
  padding: 2.083vw 1.041vw 1.041vw;
  display: flex;
  flex-direction: column;
  gap: 0.52vw;
}

.about6 .timeline-item .year {
  color: #fff;
  line-height: 1.3;
  font-style: italic;
}

.about6 .timeline-item .info {
  color: #fff;
  line-height: 1.7;
}

.about6 .timeline-item .timeline-img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.208vw;
  overflow: hidden;
  margin-top: 0.52vw;
}

.about6 .timeline-item .timeline-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team2 {
  padding: 6.25vw 0;
  background: #fff;
}

.team2 .team2-group {
  width: 75vw;
  margin: 0 auto;
}

.team2 .team2-group+.team2-group {
  margin-top: 6.25vw;
}

.team2 .group-label {
  gap: 1.041vw;
  margin-bottom: 2.083vw;
}

.team2 .group-label .dot {
  width: 0.833vw;
  height: 0.833vw;
  background: var(--color);
  border-radius: 0.104vw;
}

.team2 .group-label .label-text {
  color: #353839;
  line-height: 1.3;
}

.team2 .team2-list {
  gap: 2.083vw;
}

.team2 .team-card {
  width: 17.187vw;
  border-radius: 0.208vw;
  overflow: hidden;
}

.team2 .team-card .card-photo {
  width: 100%;
  height: 17.187vw;
  overflow: hidden;
}

.team2 .team-card .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team2 .team-card .card-bar {
  height: 5.208vw;
  padding: 0.416vw 1.25vw;
  background: linear-gradient(to left, #353839, #0F1011);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team2 .team-card .card-bar .bar-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.625vw;
  height: 5.208vw;
  pointer-events: none;
}

.team2 .team-card .card-bar .bar-deco img {
  width: 100%;
  height: 100%;
}

.team2 .team-card .card-bar .name {
  color: #fff;
  line-height: 1.35;
  position: relative;
  z-index: 2;
}

.team2 .team-card .card-bar .position {
  color: #fff;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.team3 {
  padding: 6.25vw 0;
  background: #F1F1F1;
}

.team3 .team3-content {
  width: 75vw;
  margin: 0 auto;
  gap: 4.166vw;
}

.team3 .team3-text {
  width: 33.958vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.083vw;
}

.team3 .team3-text .desc {
  color: #0F1011;
  line-height: 1.7;
}

.team3 .team3-img {
  width: 36.875vw;
  height: 24.583vw;
  border-radius: 0.208vw;
  overflow: hidden;
  flex-shrink: 0;
}

.team3 .team3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct2 {
  padding: 6.25vw 0;
  background: #fff;
}

.ct2 .ct2-content {
  width: 75vw;
  margin: 0 auto;
  gap: 7.604vw;
  align-items: flex-start;
}

.ct2 .ct2-left {
  width: 24.166vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ct2 .ct2-contact {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.ct2 .ct2-intro {
  color: #353839;
  line-height: 1.3;
}

.ct2 .ct2-info-list {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.ct2 .ct2-info-row {
  gap: 0.52vw;
}

.ct2 .ct2-label {
  width: 4.166vw;
  flex-shrink: 0;
  color: #353839;
  line-height: 1.6;
}

.ct2 .ct2-val {
  flex: 1;
  color: #353839;
  line-height: 1.6;
}

.ct2 .ct2-val a {
  color: #353839;
  line-height: 1.6;
  display: block;
  transition: color ease 0.3s;
}

.ct2 .ct2-val a:hover {
  color: var(--color);
}

.ct2 .ct2-val.flex-column {
  gap: 0.52vw;
}

.ct2 .ct2-email {
  gap: 0.833vw;
}

.ct2 .ct2-email span {
  color: #353839;
  line-height: 1.7;
}

.ct2 .ct2-email .copy-btn {
  width: 0.833vw;
  height: 0.833vw;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity ease 0.3s;
}

.ct2 .ct2-email .copy-btn:hover {
  opacity: 1;
}

.ct2 .ct2-map {
  width: 100%;
  aspect-ratio: 400/300;
  border-radius: 0.208vw;
  overflow: hidden;
  margin-top: 2.083vw;
}

.ct2 .ct2-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct2 .ct2-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.ct2 .ct2-form-wrap {
  background: #F1F1F1;
  border-radius: 0.208vw;
  padding: 2.083vw 4.166vw;
}

.ct2 .ct2-form-intro {
  color: #353839;
  line-height: 1.4;
  margin-bottom: 2.083vw;
}

.ct2 .ct2-form-intro p {
  margin: 0;
}

.ct2-form {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
}

.ct2-form .ct2-form-row {
  gap: 1.927vw;
}

.ct2-form .ct2-form-row .type-input {
  flex: 1;
}

.ct2-form .type-input {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.ct2-form .type-input label {
  color: #353839;
  line-height: 1.45;
}

.ct2-form .type-input input {
  height: 2.916vw;
  border-radius: 0.208vw;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 1.041vw;
  color: #353839;
  width: 100%;
}

.ct2-form .type-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.ct2-form .type-checkbox-label {
  color: #353839;
  line-height: 1.45;
}

.ct2-form .checkbox-row {
  gap: 2.083vw;
  flex-wrap: wrap;
}

.ct2-form .check-item {
  gap: 0.52vw;
  cursor: pointer;
  color: #353839;
  line-height: 1.6;
  user-select: none;
}

.ct2-form .check-item input {
  display: none;
}

.ct2-form .check-item .check-icon {
  width: 1.25vw;
  height: 1.25vw;
  border: 0.104vw solid #D6D7D7;
  border-radius: 0.208vw;
  flex-shrink: 0;
  position: relative;
  transition: all ease 0.3s;
}

.ct2-form .check-item input:checked+.check-icon {
  background: var(--color);
  border-color: var(--color);
}

.ct2-form .check-item input:checked+.check-icon::after {
  content: '';
  position: absolute;
  left: 0.364vw;
  top: 0.156vw;
  width: 0.312vw;
  height: 0.52vw;
  border: solid #fff;
  border-width: 0 0.104vw 0.104vw 0;
  transform: rotate(45deg);
}

.ct2-form .type-textarea {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
}

.ct2-form .type-textarea label {
  color: #353839;
  line-height: 1.45;
}

.ct2-form .type-textarea textarea {
  width: 100%;
  border-radius: 0.208vw;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.833vw 1.041vw;
  color: #353839;
  resize: vertical;
  min-height: 7.968vw;
}

.ct2-form .type-checkbox-tongyi {
  margin-top: 0.52vw;
}

.ct2-form .check-tongyi {
  gap: 0;
  cursor: pointer;
  color: #353839;
  line-height: 1.6;
  user-select: none;
  align-items: flex-start;
}

.ct2-form .check-tongyi input {
  display: none;
}

.ct2-form .check-tongyi .check-icon {
  width: 1.041vw;
  height: 1.041vw;
  border: 0.104vw solid #D6D7D7;
  border-radius: 0.156vw;
  flex-shrink: 0;
  position: relative;
  margin-right: 0.52vw;
  margin-top: 0.156vw;
  transition: all ease 0.3s;
}

.ct2-form .check-tongyi input:checked+.check-icon {
  background: var(--color);
  border-color: var(--color);
}

.ct2-form .check-tongyi input:checked+.check-icon::after {
  content: '';
  position: absolute;
  left: 0.26vw;
  top: 0.052vw;
  width: 0.312vw;
  height: 0.52vw;
  border: solid #fff;
  border-width: 0 0.104vw 0.104vw 0;
  transform: rotate(45deg);
}

.ct2-form .check-tongyi .check-text {
  flex: 1;
}

.ct2-form .check-tongyi .privacy-link {
  color: #353839;
  text-decoration: none;
  transition: color ease 0.3s;
}

.ct2-form .check-tongyi .privacy-link:hover {
  color: var(--color);
}

.ct2-form .ct2-submit {
  margin-top: 1.041vw;
}

.ct2-form .ct2-submit .C-btn .btn-icon {
  display: none;
}

.ct-popup-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.6);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.ct-popup-mask.on {
  display: flex;
}

.ct-popup {
  background: #fff;
  border-radius: 0.208vw;
  position: relative;
  max-height: 90vh;
  overflow: hidden;
}

.ct-popup-form {
  width: 41.666vw;
  padding: 2.083vw;
  background: #FAFAFA;
}

.ct-popup-form .ct-popup-body {
  padding-top: 1.041vw;
}

.ct-popup-form .ct2-form-intro {
  margin-bottom: 2.083vw;
}

.ct-popup-form .ct2-form .ct2-form-row {
  gap: 1.927vw;
}

.ct-popup-form .type-input input {
  background: #fff;
  border: 0.052vw solid #353839;
}

.ct-popup-close {
  position: absolute;
  right: 1.041vw;
  top: 1.041vw;
  width: 1.25vw;
  height: 1.25vw;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 5;
}

.ct-popup-close img {
  width: 100%;
  height: 100%;
}

.ct-popup-privacy {
  width: 52.083vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 2.083vw;
}

.ct-popup-header {
  margin-bottom: 2.083vw;
  flex-shrink: 0;
}

.ct-popup-header h2 {
  color: #353839;
  line-height: 1.35;
}

.ct-popup-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 1.041vw;
}

.ct-popup-scroll p {
  color: #353839;
  line-height: 1.55;
  margin-bottom: 0.833vw;
}

.ct-popup-scroll p:last-child {
  margin-bottom: 0;
}

.ct-popup-scroll ul {
  padding-left: 1.25vw;
  margin-bottom: 0.833vw;
}

.ct-popup-scroll li {
  color: #353839;
  line-height: 1.55;
  margin-bottom: 0.208vw;
}

.ct-popup-scroll a {
  color: #353839;
  text-decoration: underline;
  transition: color ease 0.3s;
}

.ct-popup-scroll a:hover {
  color: var(--color);
}

.ct-popup-scroll strong {
  font-weight: 600;
}

.ct-popup-scroll::-webkit-scrollbar {
  width: 0.208vw;
}

.ct-popup-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 0.104vw;
}

.ct-popup-scroll::-webkit-scrollbar-thumb {
  background: #D6D7D7;
  border-radius: 0.104vw;
}

.ct-popup-scroll::-webkit-scrollbar-thumb:hover {
  background: #717374;
}

.pop-form .type-input input {
  background: #fff;
  border: 0.052vw solid #353839;
}

.pop-form .checkbox-row {
  gap: 2.083vw;
}

.pop-form .ct2-submit {
  margin-top: 2.083vw;
}

.dw2 {
  padding: 4.166vw 0 6.25vw;
  width: 75vw;
  margin: 0 auto;
}

.dw2-tab {
  gap: 4.166vw;
  padding: 1.666vw 0 3.75vw;
}

.dw2-tab .tab-item {
  padding: 0.52vw 0;
  color: #353839;
  line-height: 1.3;
  position: relative;
  transition: color ease 0.3s;
}

.dw2-tab .tab-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.208vw;
  background: var(--color);
  transition: width ease 0.3s;
}

.dw2-tab .tab-item.on {
  color: #353839;
}

.dw2-tab .tab-item.on::after {
  width: 100%;
}

.dw2-tab .tab-item:hover {
  color: var(--color);
}

.dw2-res1 {
  padding: 1.041vw 0;
  gap: 4.166vw;
}

.dw2-res1 .res1-text {
  flex: 1;
  color: #717374;
  line-height: 1.7;
}

.dw2-res1 .res1-search {
  display: flex;
  align-items: center;
  gap: 4.166vw;
  border: 0.052vw solid #EAEBEB;
  border-radius: 0.208vw;
  padding: 0.416vw 0.833vw;
}

.dw2-res1 .res1-search input {
  background: transparent;
  border: none;
  outline: none;
  color: #353839;
  line-height: 1.7;
  width: 10.416vw;
}

.dw2-res1 .res1-search input::placeholder {
  color: #717374;
}

.dw2-res1 .res1-search .search-btn {
  width: 1.666vw;
  height: 1.666vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.dw2-res1 .res1-search .search-btn img {
  width: 100%;
  height: 100%;
}

.dw2-res2 {
  padding: 1.041vw 0;
  border-top: 0.208vw solid #353839;
  gap: 1.041vw;
}

.dw2-res2 .res2-selects {
  gap: 0.52vw;
}

.dw2-res2 .res2-select-wrap {
  position: relative;
}

.dw2-res2 .res2-select {
  border: 0.052vw solid #717374;
  border-radius: 0.208vw;
  padding: 0.416vw 0.833vw 0.416vw 1.25vw;
  gap: 2.083vw;
  cursor: pointer;
  color: #353839;
  line-height: 1.7;
  transition: border-color ease 0.3s;
}

.dw2-res2 .res2-select-wrap.on .res2-select {
  border-color: var(--color);
}

.dw2-res2 .res2-arrow {
  width: 1.25vw;
  height: 1.25vw;
  transition: transform ease 0.3s;
}

.dw2-res2 .res2-select-wrap.on .res2-arrow {
  transform: rotate(180deg);
}

.dw2-res2 .res2-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 0.208vw);
  min-width: 100%;
  background: #fff;
  border: 0.052vw solid #EAEBEB;
  border-radius: 0.208vw;
  padding: 0.416vw 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.208vw);
  transition: all ease 0.3s;
  box-shadow: 0 0.208vw 1.041vw rgba(0, 0, 0, 0.08);
}

.dw2-res2 .res2-select-wrap.on .res2-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dw2-res2 .res2-option {
  display: block;
  padding: 0.416vw 1.25vw;
  color: #353839;
  line-height: 1.6;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.dw2-res2 .res2-option:hover {
  background: #F1F1F1;
  color: var(--color);
}

.dw2-res2 .res2-option.on {
  color: var(--color);
}

.dw2-res2 .res2-tip {
  flex: 1;
  color: #717374;
  line-height: 1.6;
}

.dw2-res3 {
  padding: 1.041vw 0;
  gap: 2.083vw;
}

.dw2-res3 .res3-result,
.dw2-res3 .res3-noresult {
  color: #353839;
  line-height: 1.6;
}

.dw2-res4 {
  margin-top: 0;
}

.res4-item {
  padding: 2.083vw 0;
  border-top: 0.052vw solid #D6D7D7;
  border-bottom: 0.052vw solid #D6D7D7;
  gap: 2.083vw;
}

.res4-item+.res4-item {
  border-top: none;
}

.res4-img {
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 0.208vw;
  overflow: hidden;
  background: #F1F1F1;
  flex-shrink: 0;
}

.res4-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.res4-content {
  flex: 1;
  min-width: 0;
}

.res4-title {
  color: #353839;
  line-height: 1.3;
}

.res4-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.083vw;
  margin-top: 2.083vw;
}

.res4-card {
  width: 29.166vw;
}

.res4-card-inner {
  background: #fff;
  border: 0.052vw solid #F1F1F1;
  border-radius: 0.208vw;
  padding: 1.25vw;
}

.res4-card-inner .card-name {
  color: #353839;
  line-height: 1.35;
  margin-bottom: 0.833vw;
}

.res4-card-inner .card-body {
  min-height: 5.312vw;
}

.res4-card-inner .card-info {
  flex: 1;
  min-width: 0;
}

.res4-card-inner .card-file {
  gap: 0.52vw;
  margin-bottom: 0.52vw;
}

.res4-card-inner .card-file-icon {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}

.res4-card-inner .card-file span {
  color: #717374;
  line-height: 1.6;
}

.res4-card-inner .card-meta p {
  color: #717374;
  line-height: 1.6;
}

.res4-card-inner .card-btns {
  gap: 0.52vw;
  flex-shrink: 0;
}

.dw-btn {
  width: 8.333vw;
  padding: 0.52vw 0.833vw;
  border-radius: 0.208vw;
  line-height: 1.45;
  transition: all ease 0.3s;
  text-decoration: none;
}

.dw-btn img {
  width: 1.25vw;
}

.dw-btn.theme1 {
  background: #353839;
  color: #fff;
}

.dw-btn.theme1:hover {
  background: #0F1011;
}

.dw-btn.theme2 {
  border: 0.052vw solid #353839;
  color: #353839;
}

.dw-btn.theme2:hover {
  background: #353839;
  color: #fff;
}

.dw-btn.theme2:hover img {
  filter: brightness(0) invert(1);
}

.dw2 .C-pages {
  margin-top: 4.166vw;
}

.dw2-table {
  margin-top: 0;
}

.dw-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.208vw solid #353839;
}

.dw-table th,
.dw-table td {
  border-bottom: 0.052vw solid #353839;
  padding: 1.25vw;
  text-align: left;
  color: #353839;
  line-height: 1.7;
  vertical-align: middle;
}

.dw-table th:first-child,
.dw-table td:first-child {
  width: 9.739vw;
  text-align: center;
}

.dw-table th:last-child,
.dw-table td:last-child {
  width: 10.781vw;
  text-align: center;
}

.dw-table .table-title {
  color: #353839;
  line-height: 1.7;
}

.dw-table .table-meta {
  color: #717374;
  line-height: 1.6;
  margin-top: 0.416vw;
}

.dw-table .table-btns {
  gap: 1.041vw;
}

.pdt1 {
  width: 100%;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.pdt1 .pdt1-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pdt1 .pdt1-image {
  width: 100%;
  height: 100%;
}

.pdt1 .pdt1-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdt1 .pdt1-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 17, 0.7);
}

.pdt1 .pdt1-info {
  position: absolute;
  left: 12.5vw;
  right: 12.5vw;
  top: 7.447vw;
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.pdt1 .breadcrumb {
  gap: 0.52vw;
}

.pdt1 .breadcrumb a,
.pdt1 .breadcrumb span {
  color: #fff;
  line-height: 1.45;
}

.pdt1 .breadcrumb .dot {
  opacity: 0.6;
}

.pdt1 .pdt1-title {
  position: relative;
}

.pdt1 .pdt1-title .pdt1-title-line {
  position: absolute;
  left: 0;
  bottom: 0.572vw;
  width: calc(100% - 40.937vw);
  height: 0.416vw;
  background: var(--color);
  z-index: 0;
}

.pdt1 .pdt1-title h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.15;
}

.pdt1 .pdt1-sub {
  color: #fff;
  line-height: 1.3;
  margin-top: -1.562vw;
}

.pdt2-detail {
  padding: 6.25vw 12.5vw;
  background: #fff;
}

.pdt2-detail .pdt2-wrap {
  gap: 6.25vw;
  flex-wrap: nowrap;
}

.pdt2-detail .pdt2-left {
  width: 29.166vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.pdt2-detail .pdt2-big-swiper {
  width: 100%;
  border-radius: 0.208vw;
}

.pdt2-detail .pdt2-big-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #F1F1F1;
  border-radius: 0.208vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdt2-detail .pdt2-big-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdt2-detail .pdt2-thumb-area {
  position: relative;
}

.pdt2-detail .pdt2-thumb-swiper {
  overflow: hidden;
}

.pdt2-detail .pdt2-thumb-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity ease 0.3s;
}

.pdt2-detail .pdt2-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.pdt2-detail .pdt2-thumb-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #F1F1F1;
  border-radius: 0.208vw;
  overflow: hidden;
}

.pdt2-detail .pdt2-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdt2-detail .pdt2-thumb-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
}

.pdt2-detail .pdt2-thumb-prev,
.pdt2-detail .pdt2-thumb-next {
  width: 2.083vw;
  height: 2.083vw;
  cursor: pointer;
  pointer-events: auto;
  transition: background ease 0.3s;
}

.pdt2-detail .pdt2-thumb-prev img,
.pdt2-detail .pdt2-thumb-next img {
  width: 100%;
}

.pdt2-detail .pdt2-right {
  flex: 1;
  min-width: 0;
  justify-content: space-between;
  align-self: stretch;
}

.pdt2-detail .pdt2-info {
  display: flex;
  flex-direction: column;
  gap: 0.52vw;
}

.pdt2-detail .pdt2-tag {
  display: inline-block;
  padding: 0.208vw 0.416vw;
  background: #DD251F;
  color: #fff;
  border-radius: 0.104vw;
  line-height: 1.6;
  width: max-content;
}

.pdt2-detail .pdt2-name {
  color: #000;
  line-height: 1.15;
}

.pdt2-detail .pdt2-cate {
  gap: 0.52vw;
  color: #717374;
  line-height: 1.6;
}

.pdt2-detail .pdt2-desc {
  color: #000;
  line-height: 1.7;
  margin-top: 1.562vw;
}

.pdt2-detail .pdt2-actions {
  padding-top: 2.083vw;
  justify-content: flex-end;
}

.pdt2-detail .pdt2-actions>p {
  color: #000;
  line-height: 1.6;
}

.pdt2-detail .pdt2-btns {
  gap: 0.52vw;
  margin-left: 2.083vw;
}

.pdt3 {
  height: 4.687vw;
  background: linear-gradient(to left, #353839, #0F1011);
  position: relative;
  overflow: hidden;
  z-index: 30;
}

.pdt3 .pdt3-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 40.312vw;
  height: 4.687vw;
  pointer-events: none;
}

.pdt3 .pdt3-bg img {
  width: 100%;
  height: 100%;
}

.pdt3 .pdt3-inner {
  position: relative;
  z-index: 2;
  width: 75vw;
  margin: 0 auto;
  height: 4.687vw;
}

.pdt3 .pdt3-menu {
  height: 100%;
}

.pdt3 .pdt3-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2.083vw;
  color: #fff;
  line-height: 1.4;
  transition: all ease 0.3s;
  white-space: nowrap;
}

.pdt3 .pdt3-item.on {
  background: var(--color);
}

.pdt3 .pdt3-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pdt3 .pdt3-item.on:hover {
  background: var(--color);
}

.pdt3 .pdt3-tip {
  gap: 0.52vw;
  color: #fff;
  line-height: 1.6;
}

.pdt3 .pdt3-tip-arrow {
  width: 0.833vw;
  height: 0.833vw;
}

.pdt4-section {
  padding: 6.25vw 12.5vw;
  border-bottom: 0.052vw solid #D8D9D9;
}

.pdt4-section .pdt4-content {
  width: 75vw;
  margin: 0 auto;
}

.pdt4-label {
  gap: 1.041vw;
  margin-bottom: 2.083vw;
}

.pdt4-label .pdt4-dot {
  width: 0.833vw;
  height: 0.833vw;
  background: var(--color);
  border-radius: 0.104vw;
  flex-shrink: 0;
}

.pdt4-label span {
  color: #353839;
  line-height: 1.3;
}

.pdt4-tab-area {
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
}

.pdt4-submenu {
  gap: 2.083vw;
}

.pdt4-sub-item {
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1.35;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.pdt4-sub-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.208vw;
  background: var(--color);
  transition: width ease 0.3s;
}

.pdt4-sub-item.on::after {
  width: 100%;
}

.pdt4-tables {
  position: relative;
}

.pdt4-table-item {
  display: none;
}

.pdt4-table-item.on {
  display: block;
}

.pdt4-table-item img {
  width: 100%;
  display: block;
}

.pdt5-section {
  padding: 6.25vw 12.5vw;
}

.pdt5-section .pdt5-content {
  width: 75vw;
  margin: 0 auto;
}

.pdt5-body {
  color: #000;
  line-height: 1.7;
}

.pdt5-list {
  padding-left: 1.25vw;
  list-style: disc;
}

.pdt5-list li {
  line-height: 1.7;
}

.pdt6-section {
  padding: 6.25vw 12.5vw;
  background: #FAFAFA;
}

.pdt6-section .pdt6-content {
  width: 75vw;
  margin: 0 auto;
}

.pdt6-qa-list {
  display: flex;
  flex-direction: column;
}

.pdt6-qa-item {
  border-bottom: 0.052vw solid #D6D7D7;
  padding: 0.833vw 0;
}

.pdt6-question {
  cursor: pointer;
  gap: 0.52vw;
}

.pdt6-question-text {
  color: #353839;
  line-height: 1.7;
  flex: 1;
  font-weight: 400;
}

.pdt6-toggle-btn {
  width: 3.125vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pdt6-toggle-btn img {
  width: 0.937vw;
  height: 0.937vw;
  transition: transform ease 0.3s;
}

.pdt6-qa-item.on .pdt6-toggle-btn img {
  transform: rotate(45deg);
}

.pdt6-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.4s;
}

.pdt6-answer-text {
  color: #717374;
  line-height: 1.7;
}

.pdt6-qa-item.on .pdt6-answer {
  max-height: 20.833vw;
}

.pdt7-section {
  padding: 6.25vw 12.5vw;
}

.pdt7-section .pdt7-content {
  width: 75vw;
  margin: 0 auto;
}

.pdt7-section .res4-cards {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pdt7-section .res4-card {
  width: auto;
}

.pdt8-section {
  padding: 4.166vw 0;
  background: #F1F1F1;
}

.pdt8-section .pdt8-content {
  width: 75vw;
  margin: 0 auto;
}

.pdt8-top {
  align-items: flex-end;
  margin-bottom: 4.166vw;
}

.pdt8-videos {
  gap: 1.25vw;
}

.pdt8-video-card {
  background: #fff;
  position: relative;
}

.pdt8-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.pdt8-video-wrap .pdt8-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdt8-video-wrap .pdt8-player {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdt8-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.166vw;
  height: 4.166vw;
  cursor: pointer;
  z-index: 3;
  transition: transform ease 0.3s;
}

.pdt8-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pdt8-play-btn img {
  width: 100%;
  height: 100%;
}

.pdt8-video-title {
  padding: 1.041vw;
  color: #333;
  line-height: 1.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.pdt9-section {
  padding: 4.166vw 0;
}

.pdt9-section .pdt9-content {
  width: 75vw;
  margin: 0 auto;
}

.pdt9-top {
  align-items: flex-end;
  margin-bottom: 4.166vw;
}

.pdt9-swiper {
  overflow: hidden;
}

.pdt9-item {
  display: block;
  text-decoration: none;
}

.pdt9-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #F1F1F1;
  border-radius: 0.208vw;
  overflow: hidden;
}

.pdt9-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform ease 0.6s;
}

.pdt9-item:hover .pdt9-img img {
  transform: scale(1.05);
}

.pdt9-name {
  color: #000;
  line-height: 1.45;
  padding: 0.833vw 0;
  min-height: 3.125vw;
}

.pdt9-section .pagination-area {
  padding: 4.166vw 0 0;
}

.pdt9-section .carousel-arrow {
  gap: 1.25vw;
}

.pdt9-section .carousel-arrow img {
  width: 100%;
}

.pdt9-section .carousel-arrow .arrow-prev,
.pdt9-section .carousel-arrow .arrow-next {
  width: 1.666vw;
  height: 1.666vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.pdt9-section .carousel-arrow .arrow-prev:hover,
.pdt9-section .carousel-arrow .arrow-next:hover {
  opacity: 0.6;
}

.pdt9-section .carousel-arrow .page-num {
  color: #353839;
  min-width: 3.958vw;
  text-align: center;
}

.pdt9-section .carousel-arrow .page-num .on {
  color: var(--color);
}