@charset "UTF-8";
/* 基础样式 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.containerView {
  padding: 0 20px;
}

.container {
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
}

.container-xl {
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}

.container-xxl {
  margin: 0 auto;
  max-width: 1560px;
  overflow: hidden;
}

.section-padding {
  padding: 120px 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-padding {
  padding: 60px 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fa-align-right:before {
  content: "\f038";
}

li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-x-between {
  justify-content: space-between;
}

.flex-x-around {
  justify-content: space-around;
}

.flex-y-center {
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.cursor {
  cursor: pointer;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.no-margin {
  margin: 0 !important;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.no-padding {
  padding: 0 !important;
}

h1 {
  font-size: 60px;
  line-height: 80px;
}

h2 {
  font-size: 32px;
  line-height: 64px;
}

h3 {
  font-size: 28px;
  line-height: 56px;
}

h4 {
  font-size: 24px;
  line-height: 48px;
}

.text {
  font-size: 18px;
  line-height: 40px;
}

.text-sm {
  font-size: 16px;
  line-height: 32px;
}

.sub-color {
  color: #808182;
}

.butn {
  font-size: 14px;
  font-weight: 500;
}

.butn {
  padding: 10px 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.butn-rounded {
  border-radius: 30px;
}

.butn-bord {
  border: 1px solid #000;
}

.butn.butn-bord:hover {
  background: #212121;
  color: #fff;
}

.col-lg-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-lg-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-lg-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-lg-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-lg-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-lg-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}

.order-md-0 {
  order: 0 !important;
}

.order-md-1 {
  order: 1 !important;
}

.order-md-2 {
  order: 2 !important;
}

.order-md-3 {
  order: 3 !important;
}

.order-md-4 {
  order: 4 !important;
}

.order-md-5 {
  order: 5 !important;
}

.order-md-last {
  order: 6 !important;
}

.code {
  display: none;
  width: 500px;
  background: #f7f7f7;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px 40px;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.code .close {
  text-align: right;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
}
.code .close img {
  width: 20px;
  height: 20px;
}

.navbar {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding: 0 33px;
  background: #fff;
}
.navbar #navLinks {
  background: #fff;
  height: 75px;
}
.navbar .logo {
  display: flex;
  align-items: center;
  margin-right: 57px;
  background: #fff;
}
.navbar .navbar-nav {
  max-width: 820px;
}
.navbar .navbar-nav .down-icon {
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateX(-80%);
}
.navbar .navbar-nav .nav-link:hover {
  color: #08e600 !important;
}
.navbar .top-btns .right-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.navbar .top-btns .btn {
  width: 99px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #282222;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 32px;
  margin-right: 12px;
  cursor: pointer;
}
.navbar .top-btns .btn:last-child {
  color: #fff;
  width: 65px;
  height: 36px;
  background: #000;
}
.navbar .top-btns .btn:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08e600;
  color: #fff;
}
.navbar .dropdown-menu {
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 75px;
  left: 0;
  margin: 0 auto;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-100%);
  transition: transform 0.6s ease, opacity 0.1s ease;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid #ebebeb;
}
.navbar .dropdown-menu.show {
  /* 显示状态 */
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.navbar .dropdown-menu .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.navbar .dropdown-menu .content .box {
  width: 80%;
  margin: 0 auto;
  max-width: 1530px;
  flex: 1;
  display: flex;
  padding: 32px;
  justify-content: space-between;
}
.navbar .dropdown-menu .content .box img {
  margin-top: 18px;
  /* width: 220px; */
  /* height: 220px; */
  height: 100%;
  border-radius: 16px;
}
.navbar .dropdown-menu .content .box .al {
  background: url("https://cdn.stackdesign.cn/dzcms_cms/Rectangle19345_1751512154472.png") no-repeat center/cover;
  background-size: 100% 100%;
}
.navbar .dropdown-menu .content .box .al .btn {
  background: #08E600;
}
.navbar .dropdown-menu .content .box .cp {
  background: url("https://cdn.stackdesign.cn/dzcms_cms/Rectangle19371_1752110691021.png") no-repeat center/cover;
  background-size: 100% 100%;
}
.navbar .dropdown-menu .content .box .cp .btn {
  background: #F27237;
}
.navbar .dropdown-menu .content .box .r-box {
  height: 100%;
  min-width: 408px;
  justify-content: flex-end;
  color: #fff;
  padding: 18px;
}
.navbar .dropdown-menu .content .box .r-box .sm-text {
  font-size: 14px !important;
  margin: 10px 0;
}
.navbar .dropdown-menu .content .box .r-box .btn {
  width: 78px;
  height: 24px;
  border-radius: 16px;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  font-size: 12px;
}
.navbar .dropdown-menu .content .title {
  margin: 12px auto 20px;
  font-weight: 700;
  font-size: 16px;
}
.navbar .dropdown-menu .content li {
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  cursor: pointer;
}
.navbar .dropdown-menu .content li:hover {
  cursor: pointer;
  color: #85ee00;
}
.navbar .dropdown-menu .content .news {
  width: 20%;
  /* border-top: 1px solid #EBEBEB; */
  min-width: 200px;
  padding: 31px 45px 31px 36px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f5f7f9 0%, #ffffff 100%);
}
.navbar .dropdown-menu .content .news li:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38);
}
.navbar .dropdown-menu .content p {
  font-size: 14px;
  line-height: 24px;
  color: #85ee00;
  cursor: pointer;
  margin-top: 18px;
}
.navbar .dropdown-menu .content .box .tuiguang-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar .dropdown-menu .content .box .tuiguang-img img {
  width: 40%;
  margin-top: 18px;
  border-radius: 16px;
  background: #d9d9d9;
  margin-right: 24px;
}
.navbar .dropdown-menu .content .l-menu {
  min-width: 180px;
  margin-right: 20px;
  padding: 0 !important;
}
.navbar .dropdown-menu .content .l-menu:last-child {
  /* margin-right: 23px; */
}
.navbar .dropdown-menu .content .l-menu p {
  color: #635B5B;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
  padding: 0 10px;
}
.navbar .dropdown-menu .content .l-menu a {
  /* margin-bottom: 20px; */
  padding: none !important;
  text-align: left;
  position: relative;
}
.navbar .dropdown-menu .content .l-menu a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  color: rgba(153, 153, 153, 0.7);
  margin-left: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
}
.navbar .dropdown-menu .content .l-menu .none::after {
  content: "";
  position: absolute;
  display: none;
}
.navbar .dropdown-item {
  color: black;
  padding: none !important;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.navbar .dropdown-item:hover {
  transition: all 0.3s ease-in-out;
  color: #08e600;
  /* background: #f4f4f4; */
  border-radius: 20px;
  padding: 10px;
}

.topnav {
  display: none;
}
.topnav .menu-icon img {
  width: 20px;
  height: 20px;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #1d1d1d;
  overflow: hidden;
  z-index: 99999999999;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu:after {
  content: "";
  background-image: url(../imgs/menu-shape.png);
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}
.hamenu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}
.hamenu .close-menu {
  color: #fff;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.4s;
}
.hamenu.open .close-menu {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.hamenu.open .menu-links .main-menu > li .link {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.hamenu.open .cont-info {
  transform: translateX(0);
}
.hamenu.open .cont-info .text-center {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.4s;
}
.hamenu .menu-links {
  color: #fff;
  height: 100vh;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: auto;
  width: 100%;
  background: #111;
  display: flex;
  align-items: center;
}
.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}
.hamenu .menu-links::-webkit-scrollbar-track {
  background: #111;
}
.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.hamenu .menu-links .main-menu {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hamenu .menu-links .main-menu ul {
  margin: 0;
  padding: 0;
}
.hamenu .menu-links .main-menu > li {
  transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li .link {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 30px;
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s;
}
.hamenu .menu-links .main-menu > li .link i {
  position: absolute;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
}
.hamenu .menu-links .main-menu > li .link i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.hamenu .menu-links .main-menu > li .link i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #fff;
}
.hamenu .menu-links .main-menu > li .link.dopen i:before {
  opacity: 0;
}
.hamenu .menu-links .main-menu > li .link .fill-text {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.hamenu .menu-links .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}
.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}
.hamenu .menu-links .main-menu > li .sub-dmenu {
  font-size: 30px;
  font-weight: 500;
  padding-left: 50px;
  text-transform: capitalize;
  letter-spacing: normal;
  background: rgba(255, 255, 255, 0.009);
}
.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 20px 0;
}
.hamenu .menu-links .main-menu .sub-menu.no-bord {
  border-top: 0;
  padding: 0;
}
.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 12px 12px 12px 40px;
  opacity: 0.6;
  transition: all 0.4s;
}
.hamenu .menu-links .main-menu .sub-menu li a:hover {
  opacity: 1;
}
.hamenu .menu-links .main-menu .sub-menu2 {
  display: none;
  padding: 10px 0 20px;
}
.hamenu .menu-links .main-menu .sub-menu2 li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.hamenu .menu-links .main-menu .sub-menu2 li a {
  padding: 12px 12px 12px 70px;
  opacity: 0.6;
  transition: all 0.4s;
}
.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
  opacity: 1;
}
.hamenu .cont-info {
  padding-left: 30px;
  width: 70%;
  color: #fff;
  background: #1d1d1d;
}
.hamenu .cont-info .logo {
  width: 200px;
  margin: auto;
}
.hamenu .cont-info .social-icon a {
  margin: 0 15px;
}
.hamenu .cont-info .text-center {
  transform: translateY(50px);
  transition: all 0.4s;
  opacity: 0;
}
.hamenu .cont-info .text-center h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.7;
}

@media screen and (max-width: 1560px) {
  .navbar-nav {
    max-width: 650px !important;
  }
}
@media screen and (max-width: 768px) {
  .hamenu.open .cont-info {
    display: block !important;
  }
  .topnav {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    display: flex !important;
  }
  .topnav .logo img {
    width: 60px !important;
  }
  #navLinks {
    display: none;
  }
  .hamenu .menu-links {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .hamenu .menu-links .main-menu {
    width: 100%;
  }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 30px;
  }
  .navbar {
    padding: 0 24px !important;
  }
  .menu-icon {
    display: block !important;
  }
}
.footer {
  background: #000 url("../../../common/imgs/footer-bg.png") no-repeat center/cover;
  color: #fff;
  padding: 78px 60px 40px;
}
.footer p {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  word-break: break-word;
  margin-bottom: 13.5px;
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .top-box {
  justify-content: space-between;
}
.footer .top-box ul {
  width: 82px;
}
.footer .top-box ul:nth-child(3) {
  margin-left: 30px;
  width: auto !important;
  height: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer .top-box ul:nth-child(3) li:nth-last-child(-n+3) {
  margin-left: 30px;
}
.footer .top-box ul:nth-child(3) li:nth-child(5) {
  margin-top: 42px !important;
}
.footer .top-box ul li {
  font-weight: 400;
  font-size: 12px;
  color: #969799;
  margin-bottom: 14px;
  line-height: 28px;
}
.footer .top-box ul .sub {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.footer .contact {
  width: 182px !important;
}
.footer .contact li {
  margin-bottom: 0 !important;
}
.footer .bottom-box {
  font-size: 12px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .bottom-box .logo img {
  width: 150px;
  height: auto;
}
.footer .bottom-box .seo {
  width: 100%;
  align-items: center;
}
.footer .bottom-box .seo a {
  padding-right: 20px;
  font-size: 12px;
  line-height: 28px;
  color: #969799;
}
.footer .bottom-box .seo a:hover {
  color: #fff;
}
.footer .right-box {
  width: 300px;
  margin-left: 63px;
}
.footer .right-box .img-box {
  display: flex;
  width: 297px;
  height: 163px;
  background: #fff;
  padding: 10px 12px;
  justify-content: space-between;
  align-items: center;
}
.footer .right-box .img-box p {
  margin-top: 32px;
}
.footer .right-box .img-box img {
  width: 32%;
  height: 100%;
  border-radius: 10px;
  background: #ccc;
}
.footer .right-box .code-box img {
  width: 57px;
  height: 57px;
  background: #ccc;
}
.footer .right-box .tips {
  font-size: 12px;
  margin-bottom: 19px;
}

@media screen and (max-width: 992px) {
  .footer {
    padding: 20px 15px;
  }
  .footer .right-box {
    display: none !important;
  }
  .footer .top-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .top-box ul {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0;
  }
  .footer .top-box ul:nth-child(3) {
    width: 100% !important;
  }
  .footer .top-box ul > p {
    font-weight: bold;
    margin-bottom: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .top-box ul > p::after {
    content: "➕";
    transition: transform 0.3s ease;
  }
  .footer .top-box ul.open > p::after {
    content: "➖";
    transform: rotate(180deg);
  }
  .footer .top-box ul > li {
    display: none;
  }
  .footer .top-box ul.open > li {
    display: block;
    margin: 5px 0;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .footer .top-box ul.open li {
    animation: fadeInUp 0.6s forwards;
  }
  .footer .top-box ul:nth-child(3) li:nth-last-child(-n+3) {
    margin-left: 0px !important;
  }
  .footer .top-box ul:nth-child(3) li:nth-child(5) {
    margin-top: 0px !important;
  }
}
#header1 {
  padding-top: 75px;
  position: relative;
}
#header1 .bg {
  background: linear-gradient(180deg, #f0fff0 0%, #ffffff 100%);
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 99;
}
#header1 .r-box {
  height: 80%;
  align-items: flex-end;
  text-align: right;
}
#header1 .r-box h1 {
  line-height: 60px;
}
#header1 .r-box .button {
  width: 168px;
  height: 52px;
  line-height: 52px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-top: 120px;
  cursor: pointer;
}

#header2 {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#header2 .caption {
  text-align: center;
}
#header2 .caption h1 {
  font-size: 70px;
}
#header2 img {
  width: 100%;
  height: auto;
}
#header2 .mimg {
  height: 550px;
  position: relative;
  z-index: 3;
}
#header2 .mimg img {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -10;
  will-change: transform;
  /* 提高性能 */
}

#header3 {
  padding: 180px 0 100px;
  background-image: linear-gradient(170deg, #7fe85a, #fff 80%);
  position: relative;
  z-index: 10;
}
#header3 .brush {
  position: absolute;
  bottom: 10%;
  z-index: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#header3 .numb {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header3 .numb h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 10px;
}
#header3 .numb span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-wrap: pretty;
}
#header3 .caption {
  padding: 100px 0 60px;
  position: relative;
}
#header3 .caption h1 {
  font-size: 128px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

#header4 .caption {
  padding: 120px 0;
  position: relative;
}
#header4 .caption h1 {
  width: 100%;
  font-size: 120px;
  line-height: 1.2;
}
#header4 .caption .text {
  padding: 40px 40px 0 0;
}
#header4 .caption .img {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 220px;
}
#header4 .caption .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
}
#header4 img {
  width: 100%;
  height: auto;
}
#header4 .fit-img img {
  width: 100%;
}
#header4 .mimg {
  height: 600px;
  position: relative;
  overflow: hidden;
}
#header4 .mimg .lg-text {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  transform: translateX(30%) translateY(60%);
}
#header4 .mimg .lg-text span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

#header5 .caption {
  position: relative;
  z-index: 3;
}
#header5 .caption h1 {
  line-height: 145px;
}
#header5 .imgs-cube {
  position: relative;
}
#header5 .imgs-cube .imgs {
  position: absolute;
  top: 50px;
  right: -100px;
}
#header5 .imgs-cube .imgs .circle {
  width: 200px;
  position: relative;
  z-index: 4;
}
#header5 .imgs-cube .imgs .circle:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}
#header5 .mimg {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  width: 50%;
}
#header5 .mimg img {
  border-radius: 0 30px 30px 0;
}
#header5 .mimg .shaps.top {
  background: #fff;
  border-radius: 0 0 30px 0;
  width: 45%;
  height: 150px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#header5 .mimg .shaps.top .shap-right-top {
  position: absolute;
  top: 0;
  right: -2.05rem;
}
#header5 .mimg .shaps.top .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
#header5 .mimg .shaps.top .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
#header5 .mimg .shaps.top .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
#header5 .mimg .text {
  background: #fff;
  border-radius: 0 30px 0 0;
  padding: 30px 30px 0 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  text-align: right;
}
#header5 .mimg .text .shap-left-top {
  position: absolute;
  left: 0;
  top: -2.05rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#header5 .mimg .text .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
#header5 .mimg .text .shap-right-bottom {
  position: absolute;
  right: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#header5 .mimg .text .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

#header6 {
  width: 100%;
}
#header6 img {
  width: 100%;
  height: auto;
}

.pc {
  display: block !important;
}

.ip {
  display: none !important;
}

#section1 .nav-item {
  padding: 16px 30px;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.3s ease;
}
#section1 .active {
  transition: all 0.3s ease;
  border-radius: 40px;
  background: linear-gradient(91.82deg, #088bfc 56.92%, #7cf4aa 97.74%);
  color: #fff;
}
#section1 .swiper_sec1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#section1 .swiper_sec1 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#section2 .pc {
  display: flex !important;
}
#section2 .bot-sec .big-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 25px;
}
#section2 .bot-sec .item-box .sec-item {
  width: calc(25% - 10px);
  background: #fff;
  border-radius: 16px;
  padding: 23px 25px;
  box-sizing: border-box;
  margin: 10px 0;
}
#section2 .bot-sec .item-box .sec-item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
#section2 .bot-sec .item-box .sec-item .desc {
  font-size: 14px;
  line-height: 24px;
}

#section3 .bot-sec {
  display: flex !important;
}
#section3 .bot-sec .text {
  color: #fff;
}
#section3 .sec-item {
  width: calc(50% - 10px);
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
}
#section3 .sec-item img {
  width: 100%;
  height: 100%;
  position: relative;
}
#section3 .sec-item img:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  transition: background 0.3s ease;
}
#section3 .sec-item .box {
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 50px;
  width: calc(100% - 48px);
  height: 141px;
}

#section4 .swiper_sec4 {
  position: relative;
}
#section4 .swiper-slide {
  width: 480px !important;
}
#section4 .swiper-slide img {
  width: 100%;
  height: 550px;
  border-radius: 16px;
}
#section4 .swiper-button-prev,
#section4 .swiper-button-next {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  width: 12px;
  height: 12px;
  padding: 18px;
  color: #6a6868;
  font-size: 10px;
  background-color: #f5f5f5;
  /* 设置背景色 */
  border-radius: 50%;
  /* 圆形按钮 */
  transition: all 0.3s ease;
}
#section4 .swiper-button-prev::after,
#section4 .swiper-button-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
#section4 .swiper-button-prev {
  bottom: 30px !important;
}
#section4 .swiper-button-next {
  bottom: 30px !important;
  left: 80px !important;
}
#section4 .swiper-button-prev:hover,
#section4 .swiper-button-next:hover {
  background-color: #000;
  color: #fff;
}

#section5 .nav {
  margin: 0 auto 60px;
  max-width: 611px;
  border-radius: 100px;
  padding: 4px 5px;
  background: rgba(209, 224, 255, 0.09);
}
#section5 .nav .nav-item {
  padding: 13px 33.5px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
}
#section5 .nav .active {
  background: #000;
  color: #fff;
}
#section5 .content {
  height: 536px;
  position: relative;
}
#section5 .content .item {
  border-radius: 20px;
  position: absolute;
  background: #fff;
  visibility: hidden;
  height: 436px;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
#section5 .content .item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#section5 .content img {
  width: 58%;
  height: 100%;
}
#section5 .content .r-box {
  padding: 44px 62px;
}
#section5 .content .r-box h2 {
  height: 190px;
}
#section5 .content .bot .bot-item {
  margin-right: 120px;
}

#section6 .l-box,
#section6 .r-box {
  padding: 18px;
  height: 412px;
  color: #fff;
  justify-content: flex-end;
  border-radius: 8px;
}
#section6 .l-box .text,
#section6 .r-box .text {
  color: #fff;
}
#section6 .l-box {
  width: 884px;
  background: #0b37a3;
}
#section6 .l-box .text {
  max-width: 416px;
}
#section6 .r-box {
  width: 412px;
  background: url("https://cdn.stackdesign.cn/dzcms_cms/image(4)_1750727487900.png") no-repeat center;
  background-size: cover;
}

#section7 .sec-box .sec-item {
  width: 33.3%;
  height: 320px;
  background-color: #f9f9f9;
  transition: transform 0.3s ease;
  box-shadow: 0px 110.38px 66.46px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 30px;
  color: #000;
  padding: 0 38px;
}
#section7 .sec-box .sec-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#section7 .sec-box .sec-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}
#section7 .transform .sec-item:nth-child(1) {
  transform: translateX(60px);
  background: linear-gradient(180deg, #b9e7ff 0%, #d7f4ff 100%);
}
#section7 .transform .sec-item:nth-child(2) {
  position: relative;
  z-index: 10;
  transform: translateY(25px);
  background: linear-gradient(0deg, #cde6fd 0%, #d9e9fb 100%);
}
#section7 .transform .sec-item:nth-child(3) {
  transform: rotate(7.76deg) translateX(-60px);
  background: linear-gradient(180deg, #cee8ee 0%, #dff4fd 100%);
}
#section7 .transform .sec-item:nth-child(4) {
  transform: rotate(7.76deg) translateX(60px) translateY(25px);
  background: linear-gradient(180deg, #d5ffdb 0%, #eaffed 100%);
}
#section7 .transform .sec-item:nth-child(5) {
  position: relative;
  z-index: 10;
  transform: translateY(30px);
  background: linear-gradient(180deg, #ffedcf 0%, #fff4e1 100%);
}
#section7 .transform .sec-item:nth-child(6) {
  transform: rotate(-7.76deg) translateX(-60px) translateY(25px);
  background: linear-gradient(180deg, #e6ffd4 0%, #deffe3 100%);
}
#section7 .transform .sec-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#section8 .l-box .title {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
#section8 .l-box .title::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#section8 .l-box img {
  width: 300px;
  height: 300px;
}
#section8 .r-box {
  text-align: right;
}

#section9 .top-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
#section9 .top-sec .pc {
  display: block;
}
#section9 .top-sec .ip {
  display: none;
}
#section9 .top-sec .img-box {
  margin: 60px auto 0;
}
#section9 .top-sec .img-box img {
  width: 100%;
  height: auto;
}
#section9 .bot-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section9 .bot-sec .bot-l .item {
  margin-top: 50px;
}
#section9 .bot-sec .bot-l .item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
}
#section9 .bot-sec .bot-l .item .subtitle {
  font-size: 16px;
  line-height: 32px;
}
#section9 .bot-sec .bot-r {
  width: 50%;
  position: relative;
}
#section9 .bot-sec .bot-r img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
}
#section9 .box {
  margin-top: 160px;
}

#section10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section10 .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 88px;
}
#section10 .subtitle {
  font-size: 24px;
  margin-bottom: 74px;
}
#section10 .item-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section10 .item-box .section-item {
  padding: 40px 30px;
  margin-bottom: 18px;
  box-sizing: border-box;
  width: 32%;
  border-radius: 15px;
}
#section10 .item-box .section-item:nth-child(1), #section10 .item-box .section-item:nth-child(6) {
  background: linear-gradient(104.12deg, #e5ffe4 -2.93%, #ffffff 143.67%);
}
#section10 .item-box .section-item:nth-child(2), #section10 .item-box .section-item:nth-child(4) {
  background: linear-gradient(103.35deg, #eef4ff -2.13%, #ffffff 101.98%);
}
#section10 .item-box .section-item:nth-child(3), #section10 .item-box .section-item:nth-child(5) {
  background: linear-gradient(102.62deg, rgba(251, 242, 233, 0.85) 2.1%, #ffffff 96.46%);
}
#section10 .item-box .section-item .name {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 11.7px;
}
#section10 .item-box .section-item .desc {
  font-size: 16.5px;
  line-height: 32px;
}
#section10 img {
  width: 100%;
  height: auto;
}

#section11 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section11 .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 88px;
}
#section11 .subtitle {
  font-weight: 700;
  font-size: 18px;
  margin: 14px 0 38px;
}
#section11 .scroll-container {
  display: flex;
  gap: 10px;
  height: 800px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#section11 .scroll-container .scroll-wrapper {
  display: flex;
  width: 100%;
}
#section11 .scroll-container .scroll-wrapper .column:hover {
  animation-play-state: paused;
}
#section11 .scroll-container .scroll-wrapper .col-6 {
  height: 3520px !important;
}
#section11 .scroll-container .scroll-wrapper .col-6 img {
  height: 440px !important;
}
#section11 .scroll-container .scroll-wrapper .col-6:nth-child(5) {
  animation-duration: 17s;
}
#section11 .scroll-container .scroll-wrapper .col-6:nth-child(6) {
  animation-duration: 19s;
}
#section11 .scroll-container .scroll-wrapper .column {
  flex: 1;
  margin: 0 10px;
  min-width: 200px;
  height: 5200px;
  display: flex;
  flex-direction: column;
  animation: scrollUp 12s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
#section11 .scroll-container .scroll-wrapper .column img {
  width: 100%;
  height: 650px;
  margin-bottom: 20px;
}
#section11 .scroll-container .scroll-wrapper .column:nth-child(1) {
  animation-duration: 16s;
}
#section11 .scroll-container .scroll-wrapper .column:nth-child(2) {
  animation-duration: 14s;
}
#section11 .scroll-container .scroll-wrapper .column:nth-child(3) {
  animation-duration: 18s;
}
#section11 .scroll-container .scroll-wrapper .column:nth-child(4) {
  animation-duration: 15s;
}
@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

#section12 .serv-title .tab-title {
  opacity: 0.5;
  transition: all 0.4s;
}
#section12 .serv-title .tab-title h2 {
  font-size: 120px;
  line-height: 120px;
  margin: 10px 0;
}
#section12 .serv-title .tab-title.current {
  opacity: 1;
}
#section12 .content {
  position: relative;
}
#section12 .content .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
#section12 .content .item:first-of-type {
  position: static;
}
#section12 .content .item.current {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#section12 .content .item .cont {
  margin-top: 30px;
}
#section12 .content .item .cont span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}

#section13 {
  background: linear-gradient(180deg, #f8fff7 0%, rgba(230, 245, 255, 0) 100%);
}
#section13 .l-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 23.9px;
  padding: 40px 0px;
  box-sizing: border-box;
}
#section13 .l-content .item-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
#section13 .l-content .item-box .item {
  width: 28%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  border-radius: 16px;
}
#section13 .l-content .item-box .item img {
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
}
#section13 .r-content {
  width: 395px;
  height: 338px;
}
#section13 .bottom {
  margin-top: 35px;
  justify-content: space-between;
  height: 320px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 23.5px;
}
#section13 .bottom li {
  color: #716969;
  margin-left: 30px;
  line-height: 40px;
  list-style-type: disc;
}
#section13 .bottom img {
  width: 378px;
  height: 378px;
}

#section14 {
  text-align: center;
}
#section14 .pc {
  display: flex !important;
}
#section14 .buy-box {
  display: flex;
  justify-content: space-between;
}
#section14 .buy-box .text {
  color: #000;
}
#section14 .buy-box .buy-item {
  width: 30%;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}
#section14 .buy-box .buy-item:nth-child(2) .top {
  background: url("../images/section9-02.png") no-repeat center/cover;
}
#section14 .buy-box .buy-item:nth-child(3) .top {
  background: url("../images/section9-03.png") no-repeat center/cover;
}
#section14 .buy-box .buy-item .top {
  padding: 50px;
  text-align: center;
  color: #fff;
  background: url("../images/section9-01.png") no-repeat center/cover;
}
#section14 .buy-box .buy-item .top .top-title {
  font-size: 26px;
  font-weight: 700;
}
#section14 .buy-box .buy-item .bot {
  padding: 32px 22px;
  background: #f2f9ff;
  min-height: 300px;
  text-align: left;
}
#section14 .buy-box .buy-item .bot ul {
  padding-left: 32px;
}
#section14 .buy-box .buy-item .bot li {
  text-align: left;
  width: 100%;
  font-size: 20.06px;
  line-height: 40.11px;
  list-style-type: disc;
}

#section15 .content-l {
  width: 20%;
  margin-right: 40px;
}
#section15 .content-l .nav-item {
  padding: 22px 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-radius: 32px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  background: #f4fffa;
}
#section15 .content-l .nav-item img {
  width: 50px;
  height: 50px;
  margin-right: 9px;
}
#section15 .content-l .active {
  color: #fff !important;
  font-weight: 700;
  background: #08e600 !important;
}
#section15 .content-r {
  height: 522px;
  padding: 40px 26px;
  flex: 1;
  display: flex;
  background: #f9fff8;
}
#section15 .content-r .l-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin-right: 15px;
}
#section15 .content-r .l-step .step-dot {
  position: relative;
  background: #08e600;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
#section15 .content-r .l-step .active {
  position: relative;
  transform: scale(1.5);
}
#section15 .content-r .l-step .active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background: url("https://cdn.stackdesign.cn/dzcms_cms/dot_1750230691581.png") no-repeat center/contain;
  border-radius: 50%;
  z-index: 0;
}
#section15 .content-r .l-step .line {
  width: 0.8px;
  height: 50%;
  background: #d1e0ff;
  position: relative;
  overflow: hidden;
}
#section15 .content-r .l-step .line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8px;
  height: 0;
  background: #19d628;
  transition: height 0.4s ease-in-out;
}
#section15 .content-r .l-step .line.line-active::before {
  height: 100%;
  /* 填满整条线 */
}
#section15 .content-r .c-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#section15 .content-r .c-text .step-item {
  height: 32%;
  max-width: 420px;
}
#section15 .content-r .c-text .step-item .step-title {
  font-size: 16px;
}
#section15 .content-r .c-text .step-item .highlight {
  color: #19d628;
  /* 高亮颜色 */
  font-weight: 700;
}
#section15 .content-r .c-text .step-item .step-subtitle {
  font-size: 12px;
}
#section15 .content-r .c-text .step-item .step-desc {
  color: rgba(0, 0, 0, 0.5);
  font-family: Microsoft YaHei;
  font-size: 12px;
  line-height: 19.11px;
}
#section15 .content-r .r-img {
  display: flex;
  align-items: flex-end;
}

#section16 {
  display: flex;
}
#section16 .bg-img {
  height: 100vh;
  width: 50vw;
  background-size: cover;
  background-position: center;
}
#section16 .content {
  padding: 60px 60px 0;
  width: 50vw;
  display: block;
  overflow: visible !important;
}
#section16 .content .item {
  margin-top: 200px;
}
#section16 .content .item:first-child {
  margin-top: 0 !important;
}
#section16 .content .item .botm h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.1;
}
#section16 .content .item .botm h2 span {
  font-size: 80px;
}
#section16 .content .item .botm h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#section17 {
  overflow: hidden !important;
}
#section17 .text-sm {
  margin: 30px;
}
#section17 i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  background: #1a1b1e;
  margin-right: 5px;
}
#section17 .swiper {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
}
#section17 .swiper .swiper-wrapper {
  padding-bottom: 140px;
}
#section17 .swiper .swiper-wrapper .item {
  padding: 40px 30px;
  border-radius: 15px;
  background: #f7f7f7;
}
#section17 .swiper .swiper-wrapper .item .fit-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
#section17 .swiper .swiper-wrapper .item span.sub-color {
  font-size: 16px;
}
#section17 .swiper .swiper-wrapper .item .swiper-pagination {
  position: absolute;
  bottom: 0;
  top: auto;
  background: rgba(255, 255, 255, 0.08);
  height: 2px;
}
#section17 .swiper .swiper-wrapper .item .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

#section18 .swiper-slide {
  opacity: 0.4;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
#section18 .swiper-slide:last-child {
  margin-right: 0;
}
#section18 .swiper-slide-active,
#section18 .swiper-slide-duplicate-active {
  opacity: 1;
  transform: scale(1);
}
#section18 .swiper-item {
  border-radius: 15px;
  box-shadow: 0px 3.84px 23.04px 0px rgba(209, 224, 255, 0.6196078431);
}
#section18 .swiper-item img {
  width: 100%;
}
#section18 .swiper-item .item-name {
  padding: 0 20px;
  font-size: 23.04px;
  margin-top: 33px;
  margin-bottom: 20px;
  text-align: center;
}
#section18 .swiper-item .item-desc {
  padding: 0 20px 20px;
  font-size: 19.2px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

#section19 {
  position: relative;
  height: auto;
}
#section19 .thecontainer {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 140px;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#section19 .thecontainer::-webkit-scrollbar {
  display: none;
}
#section19 .thecontainer .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#section19 .thecontainer .panel:nth-of-type(even) .item {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
#section19 .thecontainer .panel .item {
  width: 30vw;
  position: relative;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
#section19 .thecontainer .panel .item .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#section19 .thecontainer .panel .item .cont {
  margin-top: 30px;
}
#section19 .thecontainer .panel .item .cont h5 {
  font-size: 24px;
  font-weight: 500;
}
#section19 .thecontainer .panel .item .cont span {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.75;
}
#section19 .thecontainer .panel .item:hover .img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#section20 .sec-item {
  width: calc(25% - 10px);
  padding: 20px;
  border-radius: 15px;
  background: #f7f7f7;
}

#section21 .item .img {
  border-radius: 15px;
  overflow: hidden;
}
#section21 .item .cont .info a {
  font-size: 14px;
}
#section21 .item .cont .info .date {
  opacity: 0.5;
  margin-left: 5px;
}

#section22 .swiper_sec22 {
  position: relative;
}
#section22 .swiper-slide {
  background: #fff;
  width: 100%;
  padding: 28px 70px;
  border-radius: 8px;
}
#section22 .swiper-slide img {
  width: 50%;
  height: auto;
}
#section22 .swiper-button-prev,
#section22 .swiper-button-next {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  width: 12px;
  height: 12px;
  padding: 18px;
  color: #6a6868;
  font-size: 10px;
  background-color: #fff;
  /* 设置背景色 */
  border-radius: 50%;
  /* 圆形按钮 */
  transition: all 0.3s ease;
}
#section22 .swiper-button-prev::after,
#section22 .swiper-button-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
#section22 .swiper-button-prev {
  bottom: 30px !important;
}
#section22 .swiper-button-next {
  bottom: 30px !important;
  left: 80px !important;
}
#section22 .swiper-button-prev:hover,
#section22 .swiper-button-next:hover {
  background-color: #000;
  color: #fff;
}

#section23 .sec-head {
  font-size: 20px;
  padding-left: 100px;
}
#section23 .item {
  margin-top: 80px;
}
#section23 .item:hover .img .tags {
  opacity: 1;
}
#section23 .item .img {
  overflow: hidden;
  position: relative;
}
#section23 .item .img img {
  border-radius: 15px;
}
#section23 .item .img .tags {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#section23 .item .img .tags a {
  padding: 7px 15px;
  background: #fff;
  border-radius: 30px;
  color: var(--theme-color);
  font-size: 14px;
  margin: 0 -5px;
}
#section23 .item .info {
  font-size: 14px;
}
#section23 .item .info .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

#section24 .works-ds {
  overflow: hidden;
}
#section24 .works-ds .container {
  padding: 0 10px !important;
}
#section24 .works-ds .work-box {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}
#section24 .works-ds .swiper-container {
  overflow: visible;
}
#section24 .works-ds .swiper-slide {
  width: 75%;
}
#section24 .works-ds .sec-head .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#section24 .works-ds .sec-head .butn.butn-bord:hover {
  background: #000;
  color: #fff;
}
#section24 .works-ds .item:hover .cont h4 {
  color: #000;
}
#section24 .works-ds .item .img {
  border-radius: 15px;
  overflow: hidden;
}
#section24 .works-ds .item .cont {
  margin-top: 40px;
}
#section24 .works-ds .item .cont span {
  font-size: 14px;
}
#section24 .works-ds .swiper-wrapper {
  padding-bottom: 60px;
}
#section24 .works-ds .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding: 2px 25px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
#section24 .works-ds .swiper-pagination .swiper-pagination-bullet {
  margin-right: 8px;
}
#section24 .works-ds .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
#section24 .works-ds .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

#section25 .testimonials-mp {
  position: relative;
  overflow: hidden !important;
}
#section25 .testimonials-mp .brush {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
#section25 .testimonials-mp .sec-head .gl-rate {
  margin: 40px auto 0;
  width: max-content;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  padding: 10px 20px;
}
#section25 .testimonials-mp .sec-head .gl-rate .icon {
  width: 35px;
}
#section25 .testimonials-mp .sec-head .gl-rate .cont {
  padding-left: 30px;
  text-align: left;
}
#section25 .testimonials-mp .sec-head .gl-rate .cont h4 {
  line-height: 1 !important;
  font-weight: 600;
}
#section25 .testimonials-mp .sec-head .gl-rate .cont .stars {
  font-size: 13px;
  color: #ef2b10;
  margin-left: 10px;
}
#section25 .testimonials-mp .sec-head .gl-rate .cont p {
  font-size: 12px;
  margin-top: 2px;
}
#section25 .testimonials-mp .testim-swiper {
  position: relative;
  padding: 150px 0 250px;
  background-image: url("../images/global.png");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
#section25 .testimonials-mp .swiper-slide {
  margin-right: -50px;
  width: 400px;
  height: auto;
}
#section25 .testimonials-mp .item {
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
#section25 .testimonials-mp .item .info p {
  font-size: 14px;
}
#section25 .testimonials-mp .item .info span {
  font-size: 16px;
}
#section25 .testimonials-mp .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
#section25 .testimonials-mp .item:hover {
  z-index: 5;
}
#section25 .testimonials-mp .gray {
  background: #eeeeee;
  transform: rotate(-7deg);
}
#section25 .testimonials-mp .colorful {
  background: #08e600;
  transform: rotate(2deg) translateY(80px);
  z-index: 3;
}
#section25 .testimonials-mp .darklen {
  background: #151515;
  color: #fff;
  transform: rotate(2deg) translateY(-50px);
}
#section25 .testimonials-mp .darklen p {
  color: #d1d1d1;
}
#section25 .testimonials-mp .lighten {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: rotate(-7deg);
  z-index: 3;
}

#section26 {
  background: linear-gradient(180deg, #ffffff 0%, rgba(240, 255, 239, 0.25) 100%);
}
#section26 .nav {
  background: #f3f3f3;
  width: fit-content;
  padding: 12px;
  display: flex;
  border-radius: 48px;
  margin-bottom: 128px;
}
#section26 .nav-item {
  padding: 20px 31.5px;
  border-radius: 48px;
  cursor: pointer;
}
#section26 .active {
  color: #fff !important;
  background: #000 !important;
}
#section26 .item {
  display: none;
  justify-content: space-between;
  align-items: center;
}
#section26 .item .number {
  display: flex;
  align-items: flex-end;
  font-size: 73px;
  line-height: 73px;
  font-weight: 700;
}
#section26 .item .counter {
  display: flex;
  font-size: 240px;
  line-height: 240px;
}
#section26 .item .content {
  padding: 20px;
}
#section26 .item .desc {
  font-size: 24px;
  margin-top: 24px;
}
#section26 .item .item-r {
  width: 526px;
}
#section26 .item .name {
  font-size: 24px;
}
#section26 .item .sub-name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin: 6px 0 9px;
}
#section26 .item p {
  font-size: 16px;
  font-weight: 700;
}

#section27 {
  background: linear-gradient(180deg, #edffec 0%, #ffffff 100%);
}
#section27 .sec-head {
  background: #fff;
  border-radius: 15px;
}
#section27 .item {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 20px;
}
#section27 .item .cont {
  padding: 15px;
}
#section27 .item .cont .icon {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
#section27 .item .cont .text {
  margin-top: 100px;
  margin-bottom: 20px;
}
#section27 .item .cont .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

#section28 {
  overflow: hidden;
  white-space: nowrap;
  /* 动画定义 */
}
#section28 .main-marq {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#section28 .slide-har {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}
#section28 .slide-har .box {
  display: flex;
  gap: 50px;
  /* 控制项目之间的间距 */
}
#section28 .slide-har .item {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#section28 .item {
  padding: 0 80px !important;
  position: relative;
}
#section28 .item:after {
  content: "";
  width: 12px;
  height: 12px;
  /* background: #fff; */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#section28 .item h1 {
  white-space: nowrap;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: -4px;
  background: -webkit-gradient(linear, left top, right top, from(#08e600), to(transparent));
  background: -webkit-linear-gradient(left, #08e600, transparent);
  background: -o-linear-gradient(left, #08e600, transparent);
  background: linear-gradient(to right, #08e600, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section29 .brand-animation {
  white-space: nowrap;
}
#section29 .brand-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#section29 .brand-animation {
  display: flex;
  animation: scroll 30s linear infinite;
  gap: 40px;
  /* 控制间距，可以根据实际需求调整 */
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-876px);
  }
}
#section29 .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
}
#section29 .item .img {
  width: 100px;
}
#section29 .item .cont .icon {
  width: 40px;
  margin: 0 auto 10px;
}
#section29 .item .cont span {
  font-size: 14px;
  line-height: 20px;
}

#section30 .sec-head .butn {
  border-color: #000;
}
#section30 .sec-head .butn:hover {
  background: #fff;
  color: #212121;
}
#section30 .item {
  padding: 40px;
  border-radius: 10px;
  background: linear-gradient(291.41deg, #ffffff 1.83%, #eeffed 98.17%);
}
#section30 .item .img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
}
#section30 .item .text {
  padding-left: 60px;
  padding-top: 20px;
}
#section30 .item .text p {
  color: #212121;
  font-size: 18px;
}
#section30 .item .botm {
  margin-top: 60px;
  font-size: 40px;
}
#section30 .item .botm span {
  opacity: 0.5;
}

#section31 .cards {
  position: relative;
}
#section31 .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: linear-gradient(180deg, #fafffa 0%, #fffaf4 100%);
  transition: transform 0.8s ease, margin-top 0.8s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 0;
}
#section31 .card-item.show {
  transform: translateY(0);
}
#section31 .card-item .cont {
  height: 100%;
  padding: 40px 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#section31 .card-item .cont .tag {
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
#section31 .card-item .cont p {
  font-size: 14px;
  line-height: 20px;
}
#section31 .card-item .img {
  padding: 20px;
}
#section31 .card-item .img img {
  border-radius: 15px;
}

#section32 .bot-sec {
  padding: 53px 48px;
  background: #fafdff;
  align-items: stretch;
}
#section32 .bot-sec .item {
  width: 340px;
  margin-bottom: 85px;
}
#section32 .bot-sec .item:nth-child(4), #section32 .bot-sec .item:nth-child(5), #section32 .bot-sec .item:nth-child(6) {
  margin-bottom: 0;
}

#section33 {
  background: #fff;
}
#section33 .l-img {
  min-width: 600px;
  width: calc(50% - 10px);
  margin-right: 43px;
}
#section33 .r-box {
  min-width: 580px;
  flex: 1;
}
#section33 .r-box .item {
  height: 20%;
}
#section33 .r-box .box {
  padding-left: 10px;
}

#section34 .sec-item {
  width: calc(25% - 10px);
  padding: 20px;
  border-radius: 15px;
  height: 421px;
  position: relative;
}
#section34 .sec-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  z-index: 1;
}
#section34 .sec-item .box {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
#section34 .sec-item h4 {
  color: #fff;
}
#section34 .sec-item .sm-text {
  color: #fff;
}

#section35 {
  background: #fcfffb;
}
#section35 .bot-sec .item {
  padding: 40px 30px;
  background: #fff;
  border-radius: 16px;
}

#section36 .swiper_sec36 {
  position: relative;
}
#section36 .swiper-slide {
  width: 950px !important;
}
#section36 .swiper-slide img {
  width: 100%;
  height: 550px;
  border-radius: 16px;
}
#section36 .swiper-button-prev,
#section36 .swiper-button-next {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  width: 12px;
  height: 12px;
  padding: 18px;
  color: #6a6868;
  font-size: 10px;
  background-color: #f5f5f5;
  /* 设置背景色 */
  border-radius: 50%;
  /* 圆形按钮 */
  transition: all 0.3s ease;
}
#section36 .swiper-button-prev::after,
#section36 .swiper-button-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
#section36 .swiper-button-prev {
  bottom: 30px !important;
}
#section36 .swiper-button-next {
  bottom: 30px !important;
  left: 80px !important;
}
#section36 .swiper-button-prev:hover,
#section36 .swiper-button-next:hover {
  background-color: #000;
  color: #fff;
}

#section37 .swiper_sec37 {
  position: relative;
  overflow: hidden;
}
#section37 .swiper-wrapper {
  width: 620px !important;
}
#section37 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  padding-bottom: 60px;
}
#section37 .swiper-wrapper .swiper-slide img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  margin-right: 10px;
}
#section37 .swiper-button-prev,
#section37 .swiper-button-next {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  width: 12px;
  height: 12px;
  padding: 18px;
  color: #6a6868;
  font-size: 10px;
  background-color: #f5f5f5;
  /* 设置背景色 */
  border-radius: 50%;
  /* 圆形按钮 */
  transition: all 0.3s ease;
}
#section37 .swiper-button-prev::after,
#section37 .swiper-button-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
#section37 .swiper-button-prev {
  bottom: 10px !important;
}
#section37 .swiper-button-next {
  bottom: 10px !important;
  left: 80px !important;
}
#section37 .swiper-button-prev:hover,
#section37 .swiper-button-next:hover {
  background-color: #000;
  color: #fff;
}
#section37 .r-img {
  flex: 1;
  margin-left: 20px;
}

#section38 .pc {
  display: flex !important;
}
#section38 .l-tab {
  max-width: 298px;
}
#section38 .l-tab .tab-item {
  cursor: pointer;
  padding: 10px 60px 10px 20px;
  margin-bottom: 18px;
  box-sizing: border-box;
  height: 110px;
  background: url("https://cdn.stackdesign.cn/dzcms_cms/02_1751255197527.png") no-repeat;
  background-size: 100% 100%;
}
#section38 .l-tab .tab-item .text {
  color: #000;
}
#section38 .l-tab .active {
  background: url("https://cdn.stackdesign.cn/dzcms_cms/03_1751255454006.png") no-repeat;
  background-size: 100% 100%;
}
#section38 .r-content {
  flex: 1;
}
#section38 .r-content .text {
  color: #000;
}
#section38 .r-content .content-item {
  display: none;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#section38 .r-content .content-item2 {
  display: none;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#section38 .r-content .content-item.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
#section38 .r-content .content-item2.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
#section38 .r-content .item {
  width: calc(50% - 10px);
  padding: 26px;
  border-radius: 16px;
  color: #000;
  position: relative;
  background: #fbfbff;
  margin-bottom: 18px;
}
#section38 .r-content .item .l-box {
  width: 50%;
}
#section38 .r-content .item .r-img {
  position: absolute;
  width: 40%;
  bottom: 0px;
  right: 10px;
}

#section39 .pc {
  display: flex !important;
}
#section39 .section .item {
  border: 1px solid #dcdcff;
  width: calc(25% - 10px);
  min-width: 246px;
  border-radius: 16px;
  margin-bottom: 52px;
  padding: 16px;
  box-sizing: border-box;
}
#section39 .section .item .text {
  color: #000;
}
#section39 .section .item .sm-text {
  color: rgba(0, 0, 0, 0.47);
}
#section39 .section .item:first-child {
  width: calc(50% - 10px);
  background: url("https://cdn.stackdesign.cn/dzcms_cms/Rectangle19347(1)_1751270235200.png") no-repeat;
  background-size: cover;
}
#section39 .section .item:first-child .sm-text {
  max-width: 430px;
}

#section40 .l-box {
  margin-right: 60px;
}
#section40 .l-box .l-item {
  display: none;
  width: 100%;
}
#section40 .l-box .l-item img {
  border-radius: 15px;
}
#section40 .l-box .active {
  display: block;
}
#section40 .r-box {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section40 .r-box .r-item {
  display: none;
}
#section40 .r-box .r-item .tag {
  width: 99px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 16px;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
#section40 .r-box .r-item .sm-text {
  color: #5c5151;
  margin-top: 18px;
  margin-bottom: 18px;
}
#section40 .r-box .active {
  display: block;
}
#section40 .r-box .tab {
  color: #adb2c4;
}
#section40 .r-box .tab .tab-item {
  padding-left: 18px;
  margin-bottom: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
#section40 .r-box .tab .tab-item:hover {
  color: #5a4ced;
}
#section40 .r-box .tab .active {
  color: #5a4ced;
  position: relative;
}
#section40 .r-box .tab .active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #5a4ced;
  border-radius: 50%;
}

#section41 .l-box {
  margin-left: 60px;
}
#section41 .l-box .l-item {
  display: none;
  width: 100%;
}
#section41 .l-box .l-item img {
  border-radius: 15px;
}
#section41 .l-box .active {
  display: block;
}
#section41 .r-box {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section41 .r-box .r-item {
  display: none;
}
#section41 .r-box .r-item .tag {
  width: 99px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 16px;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
#section41 .r-box .r-item .sm-text {
  color: #5c5151;
  margin-top: 18px;
  margin-bottom: 18px;
}
#section41 .r-box .active {
  display: block;
}
#section41 .r-box .tab {
  color: #adb2c4;
}
#section41 .r-box .tab .tab-item {
  padding-left: 18px;
  margin-bottom: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
#section41 .r-box .tab .tab-item:hover {
  color: #5a4ced;
}
#section41 .r-box .tab .active {
  color: #5a4ced;
  position: relative;
}
#section41 .r-box .tab .active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #5a4ced;
  border-radius: 50%;
}

#section42 .l-box {
  margin-right: 60px;
}
#section42 .l-box .l-item {
  display: none;
  width: 100%;
}
#section42 .l-box .l-item img {
  border-radius: 15px;
}
#section42 .l-box .active {
  display: block;
}
#section42 .r-box {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section42 .r-box .r-item {
  display: none;
}
#section42 .r-box .r-item .tag {
  width: 99px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 16px;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
#section42 .r-box .r-item .sm-text {
  color: #5c5151;
  margin-top: 18px;
  margin-bottom: 18px;
}
#section42 .r-box .active {
  display: block;
}
#section42 .r-box .tab {
  color: #adb2c4;
}
#section42 .r-box .tab .tab-item {
  padding-left: 18px;
  margin-bottom: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
#section42 .r-box .tab .tab-item:hover {
  color: #5a4ced;
}
#section42 .r-box .tab .active {
  color: #5a4ced;
  position: relative;
}
#section42 .r-box .tab .active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #5a4ced;
  border-radius: 50%;
}

#section43 .nav {
  width: 100%;
  margin-bottom: 60px;
}
#section43 .nav .nav-item {
  padding: 0 34px;
  cursor: pointer;
  margin-bottom: 20px;
}
#section43 .nav .active {
  color: #5a4ced;
}
#section43 .content .item {
  width: 100%;
  display: none;
}
#section43 .content .item .l-box {
  flex: 1;
}
#section43 .content .item .r-img {
  width: 50%;
}
#section43 .content .item .r-img img {
  border-radius: 15px;
}
#section43 .content .active {
  display: flex;
}

#section44 .swiper_sec4 {
  position: relative;
}
#section44 .swiper-slide {
  width: 948px !important;
}
#section44 .swiper-slide img {
  width: 100%;
  height: 550px;
  border-radius: 16px;
}
#section44 .swiper-button-prev,
#section44 .swiper-button-next {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  width: 12px;
  height: 12px;
  padding: 18px;
  color: #6a6868;
  font-size: 10px;
  background-color: #f5f5f5;
  /* 设置背景色 */
  border-radius: 50%;
  /* 圆形按钮 */
  transition: all 0.3s ease;
}
#section44 .swiper-button-prev::after,
#section44 .swiper-button-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
#section44 .swiper-button-prev {
  bottom: 30px !important;
}
#section44 .swiper-button-next {
  bottom: 30px !important;
  left: 80px !important;
}
#section44 .swiper-button-prev:hover,
#section44 .swiper-button-next:hover {
  background-color: #000;
  color: #fff;
}

#section45 img {
  border-radius: 15px;
}

#section46 {
  width: 100%;
}
#section46 img {
  background: #ccc;
  border-radius: 15px;
}
#section46 .box {
  width: 100%;
  height: 472px;
}
#section46 .box img {
  width: calc(50% - 10px);
  height: 100%;
}
#section46 .box .box-1 {
  width: calc(50% - 10px);
  height: 100%;
}
#section46 .box .box-1 img {
  width: 100%;
  height: 225px;
}
#section46 .bot {
  margin-top: 20px;
  width: 100%;
  height: 472px;
}
#section46 .bot img {
  width: 100%;
  height: 100%;
}

#section47 .accordion {
  width: 100%;
  margin: 0 auto;
}
#section47 .accordion h2 {
  text-align: center;
  margin-bottom: 20px;
}
#section47 .accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
#section47 .accordion .accordion-item:last-child {
  border-bottom: none;
}
#section47 .accordion .accordion-header {
  padding: 28px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section47 .accordion .accordion-header::after {
  content: "";
  background: url("https://cdn.stackdesign.cn/dzcms_cms/xia_1752216421173.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: all 0.3s;
}
#section47 .accordion .accordion-content {
  margin-bottom: 20px;
  color: #605f66;
  display: none;
}
#section47 .accordion .active .accordion-header::after {
  content: "";
  background: url("https://cdn.stackdesign.cn/dzcms_cms/shang_1752216469690.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
#section47 .accordion .active .accordion-content {
  display: block;
}

#section49 .nav {
  padding-bottom: 24px;
  border-bottom: 1px solid #6e6e73;
}
#section49 .nav-item {
  font-size: 18px;
  color: #6e6e73;
}
#section49 .active {
  color: #000 !important;
}

/* 全局定义 sticky 类 */
.sticky {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 1560px) {
  #header1 .container {
    max-width: 1560px !important;
  }
}
@media screen and (max-width: 1200px) {
  #section15 {
    display: none !important;
  }
  #section16 {
    display: flex;
  }
  #section16 .bg-img {
    display: none !important;
  }
  #section16 .content {
    width: 100vw !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section16 .content .item {
    width: calc(50% - 10px) !important;
  }
  #section33 .l-img {
    min-width: auto !important;
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
  #section33 .r-box {
    justify-content: space-around !important;
    min-width: auto !important;
    flex: 1;
  }
  #section33 .r-box .item {
    width: calc(33% - 30px);
  }
  #section35 .r-img {
    display: none;
  }
  #section37 .swiper-wrapper {
    width: 100% !important;
  }
  #section37 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #section37 .section {
    display: block !important;
  }
  #section38 .item {
    width: calc(100% - 10px) !important;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 36px !important;
  }
  .section-padding {
    padding: 60px 0px !important;
  }
  #header1 #scroll {
    display: none;
  }
  #header1 .r-box {
    width: 100% !important;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  #header1 .r-box .button {
    margin-top: 60px !important;
  }
  #header1 .bg {
    display: none !important;
  }
  #header4 .caption h1 {
    font-size: 90px !important;
  }
  .services-sa {
    display: none !important;
  }
  #section5 .content .bot .bot-item {
    margin-right: 60px;
  }
  #section6 .sec-box .l-box,
  #section6 .sec-box .r-box {
    width: 50% !important;
  }
  #section12 .serv-title .tab-title h2 {
    font-size: 65px;
    line-height: 1.2;
  }
  #section13 .l-content .item-box .item {
    padding: 0 !important;
  }
  #section13 .l-content .item-box .item h4 {
    font-size: 18px !important;
  }
  #section13 .r-content {
    display: none !important;
  }
  #section13 .bottom img {
    display: none !important;
  }
  #section19 .thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding-top: 80px;
  }
  #section19 .panel {
    display: block;
    padding: 0 15px !important;
  }
  #section19 .panel .item {
    width: 100% !important;
  }
  #section19 .panel .item img {
    width: 100% !important;
  }
  #section19 .panel .item {
    width: 100%;
    margin-top: 50px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #section20 .sec-item {
    width: calc(50% - 10px) !important;
    margin-bottom: 20px;
  }
  #section21 .items {
    width: 100% !important;
  }
  #section22 .swiper-slide {
    display: block !important;
  }
  #section22 .swiper-slide img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #section22 .swiper-slide .box {
    width: 100% !important;
  }
  #section26 {
    background: linear-gradient(176.91deg, rgba(242, 255, 241, 0.85) -17.65%, rgba(255, 255, 255, 0.85) 97.44%);
  }
  #section26 .nav {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    background: none !important;
    font-size: 14px !important;
    line-height: 24px;
    text-align: center;
  }
  #section26 .nav .nav-item {
    background-color: #fff;
    padding: 10px 16px !important;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #section26 .item {
    flex-direction: column;
    align-items: start !important;
  }
  #section26 .item .item-l {
    margin-bottom: 20px;
  }
  #section26 .item .item-l .counter {
    font-size: 140px !important;
  }
  #section27 .sec-head .items {
    min-width: 300px;
    width: 48% !important;
  }
  #section28 .box .item {
    padding: 0 !important;
  }
  #section30 .item .flex {
    display: block !important;
  }
  #section30 .item .text {
    padding-left: 0;
  }
  #section30 .item .botm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #section30 .item .botm h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  #section30 .item .botm span {
    font-size: 30px;
  }
  #section32 .bot-sec {
    background: none !important;
  }
  #section32 .bot-sec .item {
    width: calc(50% - 10px) !important;
    margin-bottom: 85px !important;
    background: #FAFDFF;
    border-radius: 8px;
    padding: 20px 10px !important;
  }
  #section32 .bot-sec .item h4 {
    font-size: 16px;
    line-height: 32px;
  }
  #section32 .bot-sec .item .text {
    font-size: 12px;
  }
  #section33 .l-img {
    min-width: 600px;
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
  #section33 .r-box {
    justify-content: space-around !important;
    flex: 1;
  }
  #section33 .r-box .item {
    width: calc(50% - 30px);
  }
  #section34 .sec-item {
    width: calc(50% - 10px) !important;
    margin-bottom: 20px;
  }
  #section39 .section .item:first-child {
    width: calc(25% - 10px) !important;
  }
  #section40 .section {
    display: block !important;
  }
  #section40 .section .l-box {
    width: 100% !important;
  }
  #section40 .section .rbox {
    width: 100% !important;
  }
  #section41 .section {
    display: block !important;
  }
  #section41 .section .l-box {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #section41 .section .rbox {
    width: 100% !important;
  }
  #section42 .section {
    display: block !important;
  }
  #section42 .section .l-box {
    width: 100% !important;
  }
  #section42 .section .rbox {
    width: 100% !important;
  }
  #section43 .item {
    flex-direction: column;
  }
  #section43 .item .l-box {
    width: 100% !important;
  }
  #section43 .item .r-img {
    width: 100% !important;
  }
  #section44 .bot-sec .item {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .ip {
    display: block !important;
  }
  h1 {
    text-align: left;
    font-weight: 500 !important;
    font-size: 32px;
    line-height: 48px;
  }
  .text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 32px !important;
  }
  #header1 .text {
    width: 100% !important;
  }
  #header2 .mimg {
    height: 420px;
  }
  #header4 .caption h1 {
    font-size: 48px !important;
  }
  #header4 .mimg {
    height: 420px;
  }
  #section1 .box {
    padding-bottom: 0px !important;
  }
  #section1 .box h1 {
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
  }
  #section1 .box .nav {
    justify-content: space-between;
  }
  #section1 .box .nav .nav-item {
    width: calc(33.3333333333% - 20px);
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 12px;
    padding: 0 !important;
    margin-bottom: 11px;
  }
  #section1 .box .active {
    background: linear-gradient(93.27deg, #FCE408 -35.99%, #F27237 97.14%);
  }
  #section2 {
    width: 100%;
  }
  #section2 .pc {
    display: none !important;
  }
  #section2 .swiper-slide {
    width: 100% !important;
    text-align: center;
  }
  #section2 h1 {
    text-align: left;
    font-weight: 500 !important;
    font-size: 32px;
    line-height: 48px;
  }
  #section2 .text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #999;
  }
  #section2 .img-padding {
    padding: 14px 0 30px !important;
  }
  #section2 .bot-sec {
    width: 100%;
  }
  #section2 .bot-sec .sec-item {
    padding: 10px !important;
    width: 100% !important;
    text-align: center !important;
  }
  #section2 .bot-sec .desc {
    margin: 0 auto;
    max-width: 320px !important;
  }
  #section3 .pc {
    display: none !important;
  }
  #section3 h1 {
    text-align: left !important;
  }
  #section3 .text {
    color: #999;
  }
  #section3 .img-padding {
    padding: 20px 0 !important;
  }
  #section3 .sec-item {
    width: 100% !important;
  }
  #section3 .sec-item .text {
    color: #fff;
  }
  #section3 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  #section3 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
  }
  #section4 .text {
    color: #999999;
  }
  #section4 .img-padding {
    padding: 20px 0 80px !important;
  }
  #section4 .swiper-slide {
    width: 100% !important;
  }
  #section4 .swiper-slide img {
    width: 100%;
    height: auto !important;
  }
  #section5 .nav {
    padding: 3px !important;
    margin-bottom: 10px !important;
  }
  #section5 .nav .nav-item {
    font-size: 14px;
    width: calc(25% - 10px);
    padding: 11px 0px !important;
    text-align: center;
  }
  #section5 .content {
    height: 460px;
  }
  #section5 .item {
    display: block !important;
    background: none !important;
  }
  #section5 .item img {
    width: 100%;
    height: auto;
  }
  #section5 .item .r-box {
    padding: 0 !important;
  }
  #section5 .item .r-box .text {
    color: rgba(0, 0, 0, 0.52);
  }
  #section5 .item .r-box h2 {
    height: 100px;
    margin-bottom: 40px;
  }
  #section5 .item .r-box .bot {
    justify-content: space-between;
  }
  #section5 .item .r-box .bot .text {
    color: #000;
  }
  #section6 .sec-box {
    display: block !important;
  }
  #section6 .sec-box .l-box {
    margin-bottom: 20px;
  }
  #section6 .sec-box .l-box,
  #section6 .sec-box .r-box {
    width: 100% !important;
  }
  #section7 .transform {
    justify-content: space-between;
  }
  #section7 .transform .sec-item {
    width: calc(50% - 10px) !important;
    transform: none !important;
  }
  #section8 .row {
    justify-content: center;
  }
  #section8 .r-box {
    text-align: left !important;
  }
  #section8 .r-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section8 .r-box .box .text {
    position: relative;
    padding-left: 18px;
    margin-right: 20px;
    margin-top: 20px;
  }
  #section8 .r-box .box .text::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #section9 .pc {
    display: none !important;
  }
  #section9 .ip {
    display: block !important;
    margin-bottom: 15px;
  }
  #section9 .text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #999;
  }
  #section9 .bot-sec {
    display: block !important;
  }
  #section9 .bot-sec .bot-l {
    text-align: left !important;
    padding: 0 !important;
  }
  #section9 .bot-sec .bot-l h4 {
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.7) !important;
  }
  #section9 .bot-sec .bot-l .item .title {
    font-size: 20px;
    line-height: 32px;
  }
  #section9 .bot-sec .bot-l .item .subtitle {
    color: rgb(153, 153, 153);
    font-size: 16px;
    line-height: 32px;
  }
  #section9 .bot-sec .bot-r {
    width: 60%;
    margin: 40px auto 0;
    min-height: 167px;
  }
  #section9 .box {
    margin-top: 20px;
    text-align: left !important;
  }
  #section9 .box h2:nth-child(2) {
    color: #666666;
    font-size: 20px;
  }
  #section9 .box h2:nth-child(3) {
    color: #999;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  #section9 .box h2:nth-child(4) {
    color: #999;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  #section10 .section-item {
    width: calc(50% - 10px) !important;
  }
  #section11 {
    display: none;
  }
  #section12 .sec-bot {
    display: block !important;
  }
  #section12 .sec-bot .valign {
    width: 100% !important;
  }
  #section12 .sec-bot .content {
    width: 100% !important;
  }
  #section13 .l-content .item-box .item {
    padding: 0 !important;
  }
  #section13 .l-content .item-box .item h4 {
    font-size: 14px !important;
    line-height: 32px;
    margin-top: 10px;
  }
  #section13 .top {
    display: block !important;
  }
  #section13 .top .l-content {
    padding: 20px 0 !important;
  }
  #section13 .top .l-content .item-box {
    justify-content: space-between;
  }
  #section13 .top .l-content .item-box .item {
    background: none !important;
  }
  #section13 .top .l-content .item-box .item .box {
    width: 100px;
    height: 64px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
  }
  #section13 .top .l-content .item-box .item .box img {
    width: 48px;
    height: 48px;
  }
  #section13 .top .r-content {
    width: 100%;
    display: block !important;
    border-radius: 23.9px;
    overflow: hidden;
  }
  #section13 .bottom img {
    display: none !important;
  }
  #section14 .pc {
    display: none !important;
  }
  #section14 .text {
    color: #999;
  }
  #section14 .buy-box {
    flex-wrap: wrap;
  }
  #section14 .buy-item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #section14 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  #section14 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    background: #FADFD3;
  }
  #section14 .swiper-pagination .swiper-pagination-bullet-active {
    background: #F27237;
  }
  #section16 {
    display: block !important;
  }
  #section16 .content {
    padding: 0 !important;
  }
  #section16 .content .item {
    width: 100% !important;
  }
  #section17 {
    margin-bottom: -70px;
  }
  #section17 .box {
    padding-bottom: 20px !important;
  }
  #section17 .heaedr {
    display: block !important;
  }
  #section17 .l-box,
  #section17 .r-box {
    width: 100% !important;
  }
  #section18 h4 {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #999;
    padding-bottom: 20px;
  }
  #section22 h1 {
    text-align: left;
  }
  #section22 .text {
    color: #999;
  }
  #section22 .swiper-slide {
    padding: 0 !important;
  }
  #section23 .md-marg {
    display: block !important;
  }
  #section23 .l-box,
  #section23 .r-box {
    width: 100% !important;
  }
  #section23 .r-box .items:nth-child(1) {
    display: none !important;
  }
  #section24 {
    padding-bottom: 20px;
  }
  #section24 .sec-head {
    margin-bottom: 20px !important;
  }
  #section24 .swiper-pagination {
    padding: 2px 5px 4px !important;
  }
  #section25 .testimonials-mp .swiper-slide {
    padding: 0 10px;
    margin: 0;
  }
  #section25 .testimonials-mp .swiper-slide .item {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #section25 .testimonials-mp .testim-swiper {
    padding: 0;
  }
  #section27 {
    background: none !important;
  }
  #section27 .sec-head .items {
    width: 100% !important;
  }
  #section30 .text {
    color: #999;
  }
  #section30 .fit-img {
    display: none !important;
  }
  #section32 h1 {
    text-align: left !important;
  }
  #section32 .text {
    color: #999;
  }
  #section32 .bot-sec {
    padding: 0px !important;
  }
  #section32 .bot-sec .item {
    margin-bottom: 45px !important;
  }
  #section33 {
    background: none !important;
  }
  #section33 .text {
    margin: 20px 0;
    color: #999;
  }
  #section33 .ip .swiper-slide {
    width: 100% !important;
  }
  #section33 .ip .swiper-slide .item {
    width: calc(100% - 30px) !important;
  }
  #section33 .ip .swiper-slide .item .text {
    margin: 0;
  }
  #section33 .ip .swiper-pagination {
    right: 10px;
  }
  #section33 .ip .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    background: #FADFD3;
  }
  #section33 .ip .swiper-pagination .swiper-pagination-bullet-active {
    background: #F27237;
  }
  #section35 .bot-sec .item {
    width: calc(50% - 10px);
    padding: 20px !important;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  #section36 h1 {
    text-align: left !important;
  }
  #section36 .text {
    color: #999;
  }
  #section36 .swiper-slide {
    width: 100% !important;
  }
  #section36 .swiper-slide img {
    width: 100%;
    height: auto !important;
    border-radius: 16px;
  }
  #section37 .r-img {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  #section38 .pc {
    display: none !important;
  }
  #section38 .l-tab {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    font-size: 12px !important;
  }
  #section38 .l-tab .tab-item {
    background: #FBFBFF !important;
    height: auto !important;
    padding: 10px !important;
    border-radius: 30px;
  }
  #section38 .l-tab .tab-item .sm-text {
    display: none;
  }
  #section38 .l-tab .active {
    background: linear-gradient(93.27deg, rgba(209, 224, 255, 0.62) -35.99%, #5A4CED 97.14%) !important;
  }
  #section38 .l-tab .active .text {
    color: #fff !important;
  }
  #section38 .item {
    padding: 20px !important;
    margin-bottom: 0px !important;
  }
  #section38 .item .l-box {
    width: 100% !important;
  }
  #section38 .r-img {
    display: none !important;
  }
  #section38 .section {
    display: block !important;
  }
  #section39 .pc {
    display: none !important;
  }
  #section39 .section .item {
    width: calc(50% - 10px) !important;
  }
  #section39 .section .item:first-child {
    width: calc(50% - 10px) !important;
  }
  #section39 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  #section39 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    background: #DCDCFF;
  }
  #section39 .swiper-pagination .swiper-pagination-bullet-active {
    background: #5A4CED;
  }
  #section40 .section .item {
    width: calc(50% - 10px) !important;
  }
  #section40 .section .item:first-child {
    width: calc(50% - 10px) !important;
  }
  #section43 .nav {
    justify-content: space-between;
    margin-bottom: 10px !important;
  }
  #section43 .nav .nav-item {
    padding: 10px 20px !important;
    border-radius: 30px;
  }
  #section43 .nav .active {
    color: #fff !important;
    background: linear-gradient(93.27deg, rgba(209, 224, 255, 0.62) -35.99%, #5A4CED 97.14%);
  }
  #section43 .sm-text {
    padding-bottom: 20px !important;
    color: #999;
  }
  #section44 h1 {
    text-align: left !important;
  }
  #section44 .text {
    color: #999;
  }
  #section44 .bot-sec .item {
    margin-bottom: 85px !important;
  }
  #section44 .img-padding {
    padding: 20px 0 80px !important;
  }
  #section44 .img-padding .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  #section44 .img-padding .swiper-slide img {
    width: 100% !important;
    height: auto;
  }
  #section45 .box {
    display: block !important;
  }
  #section45 .box .text {
    color: #999;
  }
  #section45 .box .r-img {
    width: 100% !important;
  }
  #section46 h1 {
    text-align: left;
  }
  #section46 .text {
    color: #999;
  }
  #section46 .bot-sec {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  #section46 .bot-sec .box {
    display: block !important;
    height: 263px !important;
  }
  #section46 .bot-sec .box img {
    width: 100% !important;
  }
  #section46 .bot-sec .box .box-1 {
    width: 100% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    height: 180px !important;
  }
  #section46 .bot-sec .box .box-1 img {
    width: calc(50% - 10px) !important;
    height: 180px !important;
  }
  #section46 .bot-sec .bot {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #header2 .mimg {
    height: 220px;
  }
  #header4 .caption {
    display: block !important;
  }
  #header4 .mimg {
    height: 220px;
  }
  #section10 .section-item {
    width: 100% !important;
  }
  #section20 .sec-item {
    width: 100% !important;
  }
  #section34 h1 {
    text-align: left !important;
  }
  #section34 .text {
    padding-bottom: 18px;
  }
  #section34 .sec-item {
    height: 221px !important;
  }
  #section34 .sec-item .box {
    bottom: 10px;
  }
  #section34 .sec-item h4 {
    font-size: 12px;
  }
  #section34 .sec-item .sm-text {
    font-size: 13.76px;
  }
}
@media screen and (max-width: 480px) {
  #section38 .section .item {
    width: 100% !important;
  }
  #section38 .section .item:first-child {
    width: 100% !important;
  }
  #section39 .section .item {
    width: 100% !important;
  }
  #section39 .section .item:first-child {
    width: 100% !important;
  }
  #section40 .section .item {
    width: 100% !important;
  }
  #section40 .section .item:first-child {
    width: 100% !important;
  }
}
.contact-sa .box {
  padding: 60px 60px 0;
  background: #fffdfa;
  border-radius: 24px;
  position: relative;
}

.contact-sa .bg1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 568px;
  height: 302px;
}

.contact-sa .bg2 {
  position: absolute;
  top: -296px;
  right: 0;
  width: 553px;
  height: 783px;
}

.contact-sa .info p:first-child {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 28px;
  color: #000;
}

.contact-sa .info p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.contact-sa .info p:last-child {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 48px;
  color: #000;
}

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-sa .controls {
  width: 70%;
}

.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-sa .contact-form .input-item {
  flex: 0 0 auto;
  width: 33.33333333%;
  min-width: 160px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  /* color: #fff; */
  color: #000;
  background: transparent;
  width: 100%;
  padding: 0 0 40px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-family: Arial, sans-serif;
  outline: none;
}

.contact-sa .contact-form button {
  border-radius: 16px;
  color: #fff;
  background: #000;
  width: 88px;
  height: 36px;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}

.contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-pg input:focus,
.contact-pg textarea:focus {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-sa .box {
    padding: 120px 40px;
  }
  .contact-sa .controls {
    width: 100% !important;
  }
  .contact-sa .input-item {
    min-width: 240px !important;
  }
}
.main-color {
  color: #86ee03;
}

.work-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
}

.work-hed .caption .path span {
  margin: 0 10px;
}

.work-hed2 .caption {
  position: relative;
}

.work-hed2 .caption h1 span {
  letter-spacing: normal;
}

.work-hed2 .fit-img {
  height: 620px;
}

.works-mp {
  padding-bottom: 100px;
}
.works-mp .items {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
}
.works-mp .items:nth-child(3n) {
  margin-right: 0 !important;
}

.works-mp .item {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}

.works-mp .item:hover .cont a {
  background: #86ee03;
  border-color: #86ee03;
  color: #fff;
}

.works-mp .item .cont h5 {
  font-weight: 400;
  margin-bottom: 15px;
}

.works-mp .item .cont span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.works-mp .item .cont a {
  padding: 8px 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.works-mp .item .img {
  overflow: hidden;
  margin-top: 50px;
}
.works-mp .item .img img {
  border-radius: 10px;
}

.works-mp .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 992px) {
  .works-mp {
    padding-bottom: 100px;
  }
  .works-mp .items {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=common.css.map */
