@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

/** 容器宽度 */

.maxw1820 {
  width: 90%;
  max-width: 1820px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1820.m-w100 {
    width: 100%;
  }
}

.maxw1620 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1620.m-w100 {
    width: 100%;
  }
}

.maxw1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1600.m-w100 {
    width: 100%;
  }
}

.maxw1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1400.m-w100 {
    width: 100%;
  }
}

.maxw1380 {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1380.m-w100 {
    width: 100%;
  }
}

.maxw1220 {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1220.m-w100 {
    width: 100%;
  }
}

.maxw1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1200.m-w100 {
    width: 100%;
  }
}

.maxw1160 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1160.m-w100 {
    width: 100%;
  }
}

.maxw1120 {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1120.m-w100 {
    width: 100%;
  }
}

.maxw1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1000.m-w100 {
    width: 100%;
  }
}

.maxw800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw800.m-w100 {
    width: 100%;
  }
}

.maxw600 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw600.m-w100 {
    width: 100%;
  }
}

.default-stack {
  display: flex;
  overflow: hidden;
}

.default-stack > div {
  width: 100%;
  flex-shrink: 0;
}

.default-stack > div:nth-child(2) {
  margin-left: -100%;
}

.default-stack > div:nth-child(3) {
  margin-left: -100%;
}

.default-stack > div:nth-child(4) {
  margin-left: -100%;
}

.default-stack > div:nth-child(5) {
  margin-left: -100%;
}

.default-stack > div:nth-child(6) {
  margin-left: -100%;
}

.default-stack > div:nth-child(7) {
  margin-left: -100%;
}

@media (max-width: 800px) {
  .default-stack.m-clear-default-stack {
    padding-bottom: 0;
    flex-direction: column;
  }

  .default-stack.m-clear-default-stack > div {
    margin: 0 !important;
  }

  .default-stack.m-clear-default-stack.reverse {
    flex-direction: column-reverse;
  }
}

.default-title1 {
  font-size: 1rem;
  color: #999999;
  text-align: center;
}

@media (max-width: 800px) {
  .default-title1 {
    font-size: 1rem;
  }
}

.default-title2 {
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  text-align: center;
  margin-top: 0.375rem;
}

@media (max-width: 800px) {
  .default-title2 {
    font-size: 1.5rem;
  }
}

.default-more {
  font-size: 1.25rem;
  color: #999999;
  margin-top: 2.5rem;
  gap: 0.625rem;
  transition: all 0.3s;
  line-height: 1;
}

.default-more img {
  width: 1.25rem;
}

.default-more .icon1 {
  display: block;
}

.default-more .icon2 {
  display: none;
}

.default-more:hover {
  color: #E6000D;
}

.default-more:hover .icon1 {
  display: none;
}

.default-more:hover .icon2 {
  display: block;
}

@media (max-width: 800px) {
  .default-more {
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .default-more img {
    width: 1.125rem;
  }
}

.default-banner .default-banner-text {
  gap: 1.875rem;
}

.default-banner .default-banner-t1 {
  font-size: 3.75rem;
  color: #FFFFFF;
}

.default-banner .default-banner-t2 {
  font-size: 1.875rem;
  color: #FFFFFF;
}

@media (max-width: 800px) {
  .default-banner img {
    min-height: 12.5rem;
    object-fit: cover;
  }

  .default-banner .default-banner-text {
    gap: 0.9375rem;
  }

  .default-banner .default-banner-t1 {
    font-size: 1.5rem;
    color: #FFFFFF;
  }

  .default-banner .default-banner-t2 {
    font-size: 1rem;
    color: #FFFFFF;
  }
}

.default-page {
  max-width: 90vw;
  gap: 20px;
  margin: 3.125rem auto 0;
}

.default-page li {
  list-style: none;
  background: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page li a {
  font-size: 0.75rem;
  color: #1E1E1E;
  display: block;
  padding: 0.3125rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-page li a img {
  width: 0.375rem;
}

.default-page li:hover a {
  color: #E6000D;
}

@media (max-width: 800px) {
  .default-page {
    gap: 0.9375rem;
  }
}

.default-breadcrumbs {
  --color1: #E6000D;
  --color2: #666666;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2.1875rem 0;
  font-size: 1.5rem;
  color: var(--color2);
}

.default-breadcrumbs.white {
  --color1: #ffffff;
  --color2: #ffffff;
}

.default-breadcrumbs .i {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--color1);
  border-radius: 50%;
  margin-right: 0.9375rem;
  position: relative;
}

.default-breadcrumbs .i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color1);
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
}

.default-breadcrumbs a {
  transition: color 0.3s;
}

.default-breadcrumbs .jump:hover {
  color: var(--color1);
}

@media (max-width: 800px) {
  .default-breadcrumbs {
    font-size: 0.875rem;
    padding: 0.9375rem 0;
  }

  .default-breadcrumbs .i {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.4375rem;
  }

  .default-breadcrumbs .i::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.default-select {
  padding: 1.25rem 1.375rem;
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 1px solid #707070;
  position: relative;
}

.default-select .default-select-t {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1;
  gap: 1.25rem;
}

.default-select .default-select-t img {
  width: 1.3125rem;
}

.default-select input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.default-select .child {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  display: grid;
  gap: 0.625rem;
  font-size: 1.125rem;
  color: #333333;
  background-color: #ffffff;
  padding: 1.25rem;
  min-width: 100%;
  box-sizing: border-box;
  border-radius: 0.625rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.default-select .child a {
  transition: all 0.3s;
}

.default-select .child a:hover {
  color: #E6000D;
}

.default-select .child.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 800px) {
  .default-select {
    padding: 0.625rem 0.6875rem;
    border-radius: 0.3125rem;
  }

  .default-select .default-select-t {
    font-size: 0.9375rem;
    gap: 0.625rem;
  }

  .default-select .default-select-t img {
    width: 0.625rem;
  }

  .default-select .child {
    bottom: -0.3125rem;
    gap: 0.3125rem;
    font-size: 0.875rem;
    padding: 0.625rem;
    border-radius: 0.3125rem;
  }
}

.default-partner {
  padding: 6.25rem 0;
}

.default-partner .partner-box {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.default-partner .t1,
.default-partner .t2 {
  text-align: left;
}

.default-partner .partner-logos {
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
}

.default-partner .item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  width: 18.75rem;
}

.default-partner .item img {
  transition: all 0.3s;
}

.default-partner .item img:hover {
  box-shadow: 0 0.1875rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.0862745098);
}

.default-partner .partner-logos-prev img,
.default-partner .partner-logos-next img {
  margin: 0 1.875rem;
}

@media (min-width: 800px) {
  .default-partner {
    background-image: url("../assets/home/partner-bg.png");
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
  }

  .default-partner .left {
    padding-right: 6.5625rem;
    box-sizing: border-box;
  }
}

@media (max-width: 800px) {
  .default-partner {
    padding: 3.125rem 0;
  }

  .default-partner .partner-box {
    grid-template-columns: 100%;
  }

  .default-partner .partner-logos {
    padding-top: 1.875rem;
    padding-bottom: 0.9375rem;
  }

  .default-partner .image {
    margin-top: 2.5rem;
  }
}

.default-swiper-prev img,
.default-swiper-next img {
  width: 2.3125rem;
  cursor: pointer;
}

.default-swiper-prev:not(.swiper-button-disabled):hover .icon1,
.default-swiper-next:not(.swiper-button-disabled):hover .icon1 {
  display: none;
}

.default-swiper-prev:not(.swiper-button-disabled):not(:hover) .icon2,
.default-swiper-next:not(.swiper-button-disabled):not(:hover) .icon2 {
  display: none;
}

.default-swiper-prev.swiper-button-disabled .icon2,
.default-swiper-next.swiper-button-disabled .icon2 {
  display: none;
}

.default-swiper-prev.swiper-button-disabled .icon1,
.default-swiper-next.swiper-button-disabled .icon1 {
  opacity: 0.6;
}

.default-images-swiper {
  /* swiper */
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 1.5625rem;
  --swiper-pagination-bullet-width: 0.5rem;
  --swiper-pagination-bullet-height: 0.5rem;
  /* swiper-end */
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.default-images-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  overflow: hidden;
}

.default-images-swiper .swiper-pagination-bullet {
  border: 0.125rem solid #E6000D;
  position: relative;
  background-color: #E6000D;
}

.default-images-swiper .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  background-color: #fff;
}

.default-images-swiper .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #E6000D;
  right: 0;
  top: 50%;
  width: 62.4375rem;
}

.default-images-swiper .default-images-bg {
  position: absolute;
  width: 100%;
  height: 102%;
  filter: blur(10px);
}

.default-images-swiper .images-prev img,
.default-images-swiper .images-next img {
  width: 2.3125rem;
  cursor: pointer;
}

.default-images-swiper .images-prev:hover .icon1,
.default-images-swiper .images-next:hover .icon1 {
  display: none;
}

.default-images-swiper .images-prev:not(:hover) .icon2,
.default-images-swiper .images-next:not(:hover) .icon2 {
  display: none;
}

.default-images-swiper .oper {
  padding: 3.75rem 0 5rem;
}

@media (max-width: 800px) {
  .default-images-swiper {
    --swiper-pagination-bullet-horizontal-gap: 0.9375rem;
    --swiper-pagination-bullet-width: 0.375rem;
    --swiper-pagination-bullet-height: 0.375rem;
    margin-top: 1.5625rem;
  }

  .default-images-swiper .images-swiper {
    width: 100%;
  }

  .default-images-swiper .images-prev,
  .default-images-swiper .images-next {
    display: none;
  }

  .default-images-swiper .oper {
    padding: 1.875rem 0 2.5rem;
    justify-content: center;
  }
}

.default-case-item {
  background: #FFFFFF;
}

.default-case-item .img img {
  transition: all 0.3s;
}

.default-case-item .bottom {
  padding: 1.25rem 1.875rem;
  /*padding: 1.25rem 0;*/
}

.default-case-item .t1 {
  /*font-size: 1.5rem;*/
  font-size: 1.2rem;
  color: #333333;
  transition: all 0.3s;
}

.default-case-item .t2 {
  font-size: 1rem;
  color: #666666;
  margin-top: 0.3125rem;
  transition: all 0.3s;
}

.default-case-item:not(:hover) .icon2 {
  display: none;
}

.default-case-item:hover .img img {
  transform: scale(1.2);
}

.default-case-item:hover .t1 {
  transform: translateY(-0.3125rem);
  color: #E6000D;
}

.default-case-item:hover .t2 {
  transform: translateY(-0.125rem);
}

@media (max-width: 800px) {
  .default-case-item .bottom {
    padding: 0.9375rem 0.9375rem;
     /*padding: 0.9375rem 0;*/
  }

  .default-case-item .t1 {
    font-size: 1rem;
  }

  .default-case-item .t2 {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }

  .default-case-item .icon {
    width: 1.75rem;
  }
}

header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 7.5rem;
}

@media (max-width: 800px) {
  header {
    height: 4.375rem;
  }
}

header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-logo img {
  width: 12.5rem;
}

@media (max-width: 800px) {
  header .header-logo img {
    width: 10rem;
  }
}

header .header-menu {
  flex-shrink: 0;
  /*gap: 6.25rem;*/
  gap: 3rem;
}

@media (max-width: 800px) {
  header .header-menu {
    display: none;
  }
}

header .header-menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

header .header-menu .item > div {
  transition: color 0.3s;
}

header .header-menu .item > div:nth-child(1) {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 400;
}

header .header-menu .item > div:nth-child(2) {
  font-size: 0.875rem;
  color: #999999;
}

header .header-menu .item:hover > div:nth-child(1) {
  color: #000;
  font-weight: 600;
}

header .header-menu .item:hover > div:nth-child(2) {
  color: #E6000D;
}

header .header-menu .item.active > div:nth-child(1) {
  font-weight: 600;
  color: #000;
}

header .header-menu .item.active > div:nth-child(2) {
  color: #E6000D;
}

header .menu-icon {
  display: none;
  cursor: pointer;
}

@media (min-width: 500px) and (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}

@media (max-width: 500px) {
  header .menu-icon {
    display: block;
  }
}

header .menu-icon .icon {
  width: 1.25rem;
}

header .m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

header .m-menu .box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 18.75rem;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
  padding: 1.875rem;
  box-sizing: border-box;
}

header .m-menu.active {
  opacity: 1;
  pointer-events: auto;
}

header .m-menu.active .box {
  transform: translateX(0%);
}

header .m-menu .close {
  text-align: right;
  margin-bottom: 1.25rem;
}

header .m-menu .close img {
  width: 1.25rem;
  cursor: pointer;
}

header .m-menu .item {
  color: #000;
  display: block;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 0.625rem;
}

footer {
  background-color: #000;
  background-image: url("../assets/footer-bg.png");
  background-size: cover;
}

@media (max-width: 800px) {
  footer {
    padding-top: 2.5rem;
  }
}

footer .logo img {
  width: 13.75rem;
}

footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*padding: 6.25rem 0 6.875rem;*/
  padding: 3.2rem 0 3.5rem;
}

@media (max-width: 800px) {
  footer .footer {
    flex-direction: column;
    padding: 3.125rem 0 3.4375rem;
  }
}

footer .footer-nav {
  font-size: 1.1rem;
  color: #FFFFFF;
  display: grid;
  gap: 1.5rem;
  min-width: 13.75rem;
  text-align: center;
}

footer .footer-nav .item.active {
  font-weight: 600;
}

@media (max-width: 800px) {
  footer .footer-nav {
    width: 100%;
    padding: 1.25rem 0;
    text-align: left;
    grid-template-columns: repeat(2, 1fr);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
    font-size: 1rem;
    gap: 1.25rem;
  }
}

footer .form {
  max-width: 62.5rem;
  width: 90%;
}

footer .form .t {
  font-weight: bold;
  font-size: 1.1rem;
  color: #B1A088;
  margin-bottom: 1.2rem;
}

footer .form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 7.5rem;
}

footer .form input,
footer .form textarea {
  border: 0;
  border-bottom: 0.0625rem solid #999999;
  width: 100%;
  background-color: transparent;
  padding: 0.625rem 0;
  box-sizing: border-box;
  color: #999999;
  font-size: 1rem;
  outline: none;
}

footer .form input::placeholder,
footer .form textarea::placeholder {
  color: #999999;
}

footer .form textarea {
  margin-top: 0.625rem;
  width: 100%;
  height: 5rem;
  resize: none;
}

footer .form button {
  color: #FFFFFF;
  font-size: 1.1rem;
  height: 3rem;
  line-height: 3rem;
  background-color: transparent;
  border: 0.0625rem solid #FFFFFF;
  cursor: pointer;
}

@media (max-width: 800px) {
  footer .form {
    width: 100%;
  }

  footer .form .t {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }

  footer .form form {
    gap: 0.9375rem 1.875rem;
  }

  footer .form input,
  footer .form textarea {
    padding: 0.625rem 0;
    font-size: 0.875rem;
  }

  footer .form button {
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 500px) {
  footer .form form {
    grid-template-columns: repeat(1, 1fr);
  }
}

footer .bottom {
  padding: 1.25rem;
  border-top: 1px solid #D4D4D4;
  font-size: 0.9375rem;
  color: #999999;
  justify-content: space-between;
}

footer .bottom .footer-us {
  gap: 1.25rem;
}

@media (max-width: 800px) {
  footer .bottom {
    font-size: 0.75rem;
    padding: 1.25rem 0.625rem;
  }

  footer .bottom .bottom-box {
    width: 100%;
    flex-direction: column;
    gap: 0.625rem;
  }

  footer .bottom span {
    display: block;
  }
}