@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 14px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6; }

@media screen and (max-width: 850px) {
  html {
    background-color: #fff !important; } }

a {
  text-decoration: none; }

ul {
  list-style: none; }

#app,
body {
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif ,Arial, SimHei, "黑体" !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0; }

th,
td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  line-height: 1.3;
  font-size: 0.9em; }

td {
  color: #666; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

.dark th,
.dark td {
  border-color: rgba(255, 255, 255, 0.08); }

td label,
td .label,
td input,
td select,
td form,
td dl,
td p {
  margin: 0.5em 0; }

label {
  color: #222; }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

*,
*:before,
*:after {
  box-sizing: border-box; }

p:empty {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed; }

.h1,
h1 {
  font-size: 1.7em;
  line-height: 1.3; }

.h2,
h2 {
  font-size: 1.6em;
  line-height: 1.3; }

.h3,
h3 {
  font-size: 1.25em; }

.h4,
h4 {
  font-size: 1.125em; }

.h5,
h5 {
  font-size: 1em; }

.h6,
h6 {
  font-size: 0.85em;
  opacity: 0.8; }

h1.entry-title.mb {
  margin-bottom: 30px; }

.tabbed-content {
  position: relative;
  display: flex;
  flex-flow: row wrap; }

.spec_tabs_section .tabbed-content ul.nav {
  position: absolute;
  bottom: 0; }

.tabbed-content .nav,
.tabbed-content .tab-panels {
  width: 100%; }

.nav {
  position: relative;
  display: inline-block;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.spec_tabs_section .tabbed-content ul.nav li.tab {
  border: 1px solid #c9c9c9;
  width: 31%;
  margin-bottom: 9px;
  padding: 0px 4px 0px 0px; }

.spec_tabs_section .tabbed-content ul.nav li.tab a {
  background: url(https://cn.greenwoodsasset.com/wp-content/uploads/2018/11/ico_right.png) right center no-repeat; }

.spec_tabs_section .tabbed-content ul.nav li.tab a {
  color: #628cdb;
  height: 100px;
  padding: 14px 24px 14px 14px;
  width: 100%;
  display: block; }

.tab-panels {
  padding-bottom: 150px; }

.img img {
  width: 100%; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.col,
.gallery-item,
.columns {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%; }

.row-collapse > .flickity-viewport > .flickity-slider > .col,
.row-collapse > .col {
  padding: 0 !important; }

/* 通用样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'MicrosoftYaHei','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 滚动条样式 */
/* ::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
} */

/* 链接样式 */
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* 按钮样式 */
.el-button {
  border-radius: 4px;
  font-weight: 500;
}

/* 卡片样式 */
.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 20px;
}

/* 响应式工具类 */
.text-center {
  text-align: center;
}

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

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/* 动画效果 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-enter-active, .slide-leave-active {
  transition: transform 0.3s;
}

.slide-enter, .slide-leave-to {
  transform: translateX(100%);
}

/* 媒体查询 */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 18px;
  }
}


.about-us-img{
  background: url(../../static/img/about-us-img.svg) no-repeat;
  background-size: 90%;
  max-width: 270px;
  height: 100px;
}


.company-honors{
  max-width: 504px;
  height: 100px;
  background: url(../../static/img/company-honors.svg) no-repeat;
  background-size: 90%;
  
}

.subnav-item{
  font-size: 20px;
}
.list-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0; }
  .list-inline li {
    list-style: none; }

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

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

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

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.is-circle {
  border-radius: 50% !important; }

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all; }
  .line-clamp.line-clamp-2 {
    -webkit-line-clamp: 2; }
  .line-clamp.line-clamp-3 {
    -webkit-line-clamp: 3; }
  .line-clamp.line-clamp-4 {
    -webkit-line-clamp: 4; }
  .line-clamp.line-clamp-5 {
    -webkit-line-clamp: 5; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-table-row {
  display: table-row !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.pos-relative {
  position: relative !important; }

.pos-absolute {
  position: absolute !important; }

.pos-fixed {
  position: fixed !important; }

.border-top {
  border-top: 1px solid #E4E7ED; }

.border-top-grey {
  border-top: 1px solid #E4E7ED; }

.border-bottom {
  border-bottom: 1px solid #E4E7ED; }

.border-bottom-grey {
  border-bottom: 1px solid #E4E7ED; }

.border-right {
  border-right: 1px solid #E4E7ED; }

.border-right-grey {
  border-right: 1px solid #E4E7ED; }

.border-left {
  border-left: 1px solid #E4E7ED; }

.border-left-grey {
  border-left: 1px solid #E4E7ED; }

.border-0 {
  border: 0 !important; }

.p-0 {
  padding: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.p-1 {
  padding: 5px !important; }

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.pl-1 {
  padding-left: 5px !important; }

.pr-1 {
  padding-right: 5px !important; }

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pt-1 {
  padding-top: 5px !important; }

.pb-1 {
  padding-bottom: 5px !important; }

.m-1 {
  margin: 5px !important; }

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.ml-1 {
  margin-left: 5px !important; }

.mr-1 {
  margin-right: 5px !important; }

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mt-1 {
  margin-top: 5px !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.p-2 {
  padding: 10px !important; }

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pl-2 {
  padding-left: 10px !important; }

.pr-2 {
  padding-right: 10px !important; }

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pt-2 {
  padding-top: 10px !important; }

.pb-2 {
  padding-bottom: 10px !important; }

.m-2 {
  margin: 10px !important; }

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.ml-2 {
  margin-left: 10px !important; }

.mr-2 {
  margin-right: 10px !important; }

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mt-2 {
  margin-top: 10px !important; }

.mb-2 {
  margin-bottom: 10px !important; }

.p-3 {
  padding: 15px !important; }

.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.pl-3 {
  padding-left: 15px !important; }

.pr-3 {
  padding-right: 15px !important; }

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pt-3 {
  padding-top: 15px !important; }

.pb-3 {
  padding-bottom: 15px !important; }

.m-3 {
  margin: 15px !important; }

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.ml-3 {
  margin-left: 15px !important; }

.mr-3 {
  margin-right: 15px !important; }

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mt-3 {
  margin-top: 15px !important; }

.mb-3 {
  margin-bottom: 15px !important; }

.p-4 {
  padding: 20px !important; }

.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pl-4 {
  padding-left: 20px !important; }

.pr-4 {
  padding-right: 20px !important; }

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pt-4 {
  padding-top: 20px !important; }

.pb-4 {
  padding-bottom: 20px !important; }

.m-4 {
  margin: 20px !important; }

.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.ml-4 {
  margin-left: 20px !important; }

.mr-4 {
  margin-right: 20px !important; }

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mt-4 {
  margin-top: 20px !important; }

.mb-4 {
  margin-bottom: 20px !important; }

.p-5 {
  padding: 25px !important; }

.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.pl-5 {
  padding-left: 25px !important; }

.pr-5 {
  padding-right: 25px !important; }

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.pt-5 {
  padding-top: 25px !important; }

.pb-5 {
  padding-bottom: 25px !important; }

.m-5 {
  margin: 25px !important; }

.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.ml-5 {
  margin-left: 25px !important; }

.mr-5 {
  margin-right: 25px !important; }

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.mt-5 {
  margin-top: 25px !important; }

.mb-5 {
  margin-bottom: 25px !important; }

.p-6 {
  padding: 30px !important; }

.px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pl-6 {
  padding-left: 30px !important; }

.pr-6 {
  padding-right: 30px !important; }

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pt-6 {
  padding-top: 30px !important; }

.pb-6 {
  padding-bottom: 30px !important; }

.m-6 {
  margin: 30px !important; }

.mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.ml-6 {
  margin-left: 30px !important; }

.mr-6 {
  margin-right: 30px !important; }

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mt-6 {
  margin-top: 30px !important; }

.mb-6 {
  margin-bottom: 30px !important; }

.p-7 {
  padding: 35px !important; }

.px-7 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.pl-7 {
  padding-left: 35px !important; }

.pr-7 {
  padding-right: 35px !important; }

.py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.pt-7 {
  padding-top: 35px !important; }

.pb-7 {
  padding-bottom: 35px !important; }

.m-7 {
  margin: 35px !important; }

.mx-7 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.ml-7 {
  margin-left: 35px !important; }

.mr-7 {
  margin-right: 35px !important; }

.my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.mt-7 {
  margin-top: 35px !important; }

.mb-7 {
  margin-bottom: 35px !important; }

.p-8 {
  padding: 40px !important; }

.px-8 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.pl-8 {
  padding-left: 40px !important; }

.pr-8 {
  padding-right: 40px !important; }

.py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.pt-8 {
  padding-top: 40px !important; }

.pb-8 {
  padding-bottom: 40px !important; }

.m-8 {
  margin: 40px !important; }

.mx-8 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.ml-8 {
  margin-left: 40px !important; }

.mr-8 {
  margin-right: 40px !important; }

.my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.mt-8 {
  margin-top: 40px !important; }

.mb-8 {
  margin-bottom: 40px !important; }

.p-9 {
  padding: 45px !important; }

.px-9 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.pl-9 {
  padding-left: 45px !important; }

.pr-9 {
  padding-right: 45px !important; }

.py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.pt-9 {
  padding-top: 45px !important; }

.pb-9 {
  padding-bottom: 45px !important; }

.m-9 {
  margin: 45px !important; }

.mx-9 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.ml-9 {
  margin-left: 45px !important; }

.mr-9 {
  margin-right: 45px !important; }

.my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.mt-9 {
  margin-top: 45px !important; }

.mb-9 {
  margin-bottom: 45px !important; }

.p-10 {
  padding: 50px !important; }

.px-10 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.pl-10 {
  padding-left: 50px !important; }

.pr-10 {
  padding-right: 50px !important; }

.py-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.pt-10 {
  padding-top: 50px !important; }

.pb-10 {
  padding-bottom: 50px !important; }

.m-10 {
  margin: 50px !important; }

.mx-10 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.ml-10 {
  margin-left: 50px !important; }

.mr-10 {
  margin-right: 50px !important; }

.my-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.mt-10 {
  margin-top: 50px !important; }

.mb-10 {
  margin-bottom: 50px !important; }

.fs-0 {
  font-size: 12px !important; }

.title-0 {
  font-size: 12px !important;
  margin-bottom: 10px; }

.title-w-0 {
  font-size: 12px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-1 {
  font-size: 14px !important; }

.title-1 {
  font-size: 14px !important;
  margin-bottom: 10px; }

.title-w-1 {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-2 {
  font-size: 16px !important; }

.title-2 {
  font-size: 16px !important;
  margin-bottom: 10px; }

.title-w-2 {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-3 {
  font-size: 18px !important; }

.title-3 {
  font-size: 18px !important;
  margin-bottom: 10px; }

.title-w-3 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-4 {
  font-size: 20px !important; }

.title-4 {
  font-size: 20px !important;
  margin-bottom: 10px; }

.title-w-4 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.ml-auto {
  margin-left: auto !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-row {
  flex-direction: row !important; }

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

.flex-space {
  flex: 1 !important; }

.flex-shrink {
  flex-shrink: 0 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.d-inline-block {
  display: inline-block; }

.w-100 {
  width: 100% !important; }

.w-25 {
  width: 25% !important; }

.w-0 {
  width: 0 !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-85 {
  width: 85% !important; }

.h-100 {
  height: 100% !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.text-nowrap {
  white-space: nowrap !important; }

.cursor-pointer {
  cursor: pointer; }

.over-hidden {
  overflow: hidden !important; }

.clear-both {
  clear: both; }

.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px; }


.header[data-v-47c2589e] {
  position: fixed;
  height: 92px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.container[data-v-47c2589e] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 92px;
}
.container img[data-v-47c2589e]{
  /* width: 10%; */
}
.logo-section[data-v-47c2589e] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo[data-v-47c2589e] {
  position: relative;
}
.logo-circle[data-v-47c2589e] {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}
.logo-circle[data-v-47c2589e]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.logo-text h1[data-v-47c2589e] {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.logo-text p[data-v-47c2589e] {
  color: #fff;
  font-size: 10px;
  margin: 1px 0;
  line-height: 1;
}
.logo-text span[data-v-47c2589e] {
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
.nav[data-v-47c2589e] {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}
.nav-list[data-v-47c2589e] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: nowrap;
  align-items: center;
}
.nav-item[data-v-47c2589e] {
  position: relative;
}
.nav-item[data-v-47c2589e]:not(:last-child)::after {
  content: "|";
  color: #fff;
  margin: 0 24px;
  font-size: 14px;
}
.nav-item a[data-v-47c2589e] {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}
.nav-item.active a[data-v-47c2589e] {
  color: #ca3625;
  position: relative;
  font-weight: bold;
}
/* .nav-item.active a::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ca3625;
} */
.nav-item a[data-v-47c2589e]:hover {
  color: #ca3625;
}
.login-btn[data-v-47c2589e] {
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  width: 90px;
  height: 40px;
  color: #fff !important;
  text-align: center;
  line-height: 40px;
}

/* 汉堡菜单按钮 */
.mobile-menu-btn[data-v-47c2589e] {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.hamburger-line[data-v-47c2589e] {
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
  transform-origin: center;
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e]:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e]:nth-child(2) {
  opacity: 0;
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e]:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* 移动端适配 */
@media (max-width: 768px) {
.container[data-v-47c2589e] {
    padding: 0 15px;
}
.logo-text h1[data-v-47c2589e] {
    font-size: 16px;
}
.logo-text p[data-v-47c2589e] {
    font-size: 8px;
}
.logo-text span[data-v-47c2589e] {
    font-size: 7px;
}
.nav[data-v-47c2589e] {
    gap: 15px;
}
.nav-list[data-v-47c2589e] {
    gap: 0;
}
.nav-item[data-v-47c2589e]:not(:last-child)::after {
    margin: 0 8px;
    font-size: 12px;
}
.nav-item a[data-v-47c2589e] {
    font-size: 11px;
}
.login-btn[data-v-47c2589e] {
    padding: 4px 8px !important;
    font-size: 12px !important;
}

  /* 在768px以下就显示汉堡菜单 */
.mobile-menu-btn[data-v-47c2589e] {
    display: flex;
}
.nav-list[data-v-47c2589e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}
.nav-list.mobile-open[data-v-47c2589e] {
    transform: translateX(0);
}
.nav-item[data-v-47c2589e] {
    margin: 0;
}
.nav-item[data-v-47c2589e]:not(:last-child)::after {
    display: none;
}
.nav-item a[data-v-47c2589e] {
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
.login-btn[data-v-47c2589e] {
    display: none;
}
}

@charset "UTF-8";
.footer[data-v-fc756330] {
  /* background: rgba(68, 68, 68, 1); */
  background: url(../../static/images/41a956d6e920180d0cf12c75eabb067e.png) no-repeat;
  padding: 0px 0 20px 0;
  position: relative;
  overflow: hidden;
  background-size: 100%;
}

/* height: 400px; */
/* .footer-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; } */
/* .footer-container { max-width: 1200px; margin: 0 auto;  } */
.footer-top[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin: 60px auto 38px;
  max-width: 1200px;
}
.footer-logo[data-v-fc756330] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-logo-img[data-v-fc756330] {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-logo-text h3[data-v-fc756330] {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1;
}
.footer-logo-text p[data-v-fc756330] {
  font-size: 12px;
  color: #666;
  margin: 2px 0;
  line-height: 1;
}
.footer-logo-text span[data-v-fc756330] {
  font-size: 10px;
  color: #999;
  line-height: 1;
}
.footer-decoration[data-v-fc756330] {
  position: absolute;
  right: -50px;
  top: -20px;
}
.footer-decoration-img[data-v-fc756330] {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.footer-middle[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
}
.footer-left[data-v-fc756330] {
  flex: 1;
}
.company-name[data-v-fc756330] {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.footer-center[data-v-fc756330] {
  /* flex: 1;
  display: flex;
  justify-content: center; */
}
.footer-right[data-v-fc756330] {
  flex: 1;
  /*display: flex;*/
  justify-content: flex-end;
}
.footer-nav .nav-list[data-v-fc756330] {
  display: flex;
  align-items: center;
  gap: 0;
}
.footer-nav .nav-list li[data-v-fc756330]::after {
  content: "|";
  color: #fff;
  margin: 0 30.5px;
  font-size: 14px;
}
.footer-nav .nav-list li[data-v-fc756330]:last-child::after {
  content: "";
  margin: 0;
}
.footer-nav a[data-v-fc756330] {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-nav a[data-v-fc756330]:hover {
  color: #cc4c00;
}
.nav-separator[data-v-fc756330] {
  color: #ccc;
  margin: 0 15px;
  font-size: 14px;
}
.footer-bottom[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #545454;
}
.copyright-left[data-v-fc756330],
.copyright-center[data-v-fc756330],
.copyright-right[data-v-fc756330] {
  flex: 1;
}
.copyright-center[data-v-fc756330] {
  text-align: center;
}
.copyright-right[data-v-fc756330] {
  text-align: right;
}
.footer-bottom span[data-v-fc756330] {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

/* 联系我们区域样式，完全对齐 Home.vue */
.contact-us-section[data-v-fc756330] {
  margin-bottom: 28px;
}
.contact-overlay[data-v-fc756330] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  z-index: 1;
}
.contact-content[data-v-fc756330] {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.contact-left .phone[data-v-fc756330] {
  color: rgba(255, 255, 255, 0.5);
}
.contact-left .phone-number[data-v-fc756330] {
  font-weight: bold;
  font-size: 24px;
  color: #c7a368;
}
.contact-title[data-v-fc756330] {
  font-size: 48px;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.2;
}
.contact-subtitle[data-v-fc756330] {
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px 0;
  opacity: 0.9;
}
.contact-underline[data-v-fc756330] {
  width: 60px;
  height: 3px;
  background: #d4c0a0;
  margin: 0;
}
.contact-right[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.contact-item[data-v-fc756330] {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #fff;
}
.contact-icon[data-v-fc756330] {
  font-size: 20px;
  margin-right: 15px;
  width: 24px;
  text-align: center;
  font-style: normal;
  margin-bottom: 5px;
}
.contact-item span[data-v-fc756330] {
  font-size: 14px;
  line-height: 1.5;
}
.contact-qr[data-v-fc756330] {
  flex-shrink: 0;
}
.qr-code[data-v-fc756330] {
  width: 150px;
  height: 140px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-img[data-v-fc756330] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
.footer[data-v-fc756330] {
    padding: 0px 0 15px 0;
}
.footer-container[data-v-fc756330] {
    padding: 0 20px;
}
.footer-top[data-v-fc756330] {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.footer-decoration[data-v-fc756330] {
    position: static;
    right: auto;
    top: auto;
}
.footer-decoration-img[data-v-fc756330] {
    width: 150px;
    height: 150px;
}
.footer-middle[data-v-fc756330] {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.footer-center[data-v-fc756330],
  .footer-right[data-v-fc756330] {
    justify-content: center;
}
.footer-bottom[data-v-fc756330] {
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.copyright-left[data-v-fc756330],
  .copyright-center[data-v-fc756330],
  .copyright-right[data-v-fc756330] {
    text-align: center;
}
.footer-nav[data-v-fc756330] {
    flex-wrap: wrap;
    justify-content: center;
}
.contact-us-section[data-v-fc756330] {
    min-height: 300px;
}
.contact-content[data-v-fc756330] {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
}
.contact-title[data-v-fc756330] {
    font-size: 36px;
}
.contact-subtitle[data-v-fc756330] {
    font-size: 18px;
}
.contact-right[data-v-fc756330] {
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.contact-info[data-v-fc756330] {
    width: 100%;
}
.contact-item[data-v-fc756330] {
    margin-bottom: 20px;
}
.contact-item span[data-v-fc756330] {
    font-size: 14px;
}
.qr-code[data-v-fc756330] {
    width: 100px;
    height: 100px;
}
}
@media (max-width: 480px) {
.footer[data-v-fc756330] {
    padding: 0px 0 10px 0;
}
.footer-container[data-v-fc756330] {
    padding: 0 15px;
}
.footer-top[data-v-fc756330] {
    gap: 15px;
    margin-bottom: 20px;
}
.footer-logo-text h3[data-v-fc756330] {
    font-size: 20px;
}
.footer-logo-text p[data-v-fc756330] {
    font-size: 10px;
}
.footer-logo-text span[data-v-fc756330] {
    font-size: 8px;
}
.footer-decoration-img[data-v-fc756330] {
    width: 120px;
    height: 120px;
}
.footer-middle[data-v-fc756330] {
    gap: 15px;
}
.company-name[data-v-fc756330] {
    font-size: 14px;
}
.footer-nav[data-v-fc756330] {
    gap: 5px;
}
.footer-nav a[data-v-fc756330] {
    font-size: 12px;
}
.nav-separator[data-v-fc756330] {
    margin: 0 8px;
    font-size: 12px;
}
.footer-bottom[data-v-fc756330] {
    gap: 8px;
}
.footer-bottom span[data-v-fc756330] {
    font-size: 10px;
}
.contact-us-section[data-v-fc756330] {
    min-height: 250px;
}
.contact-content[data-v-fc756330] {
    padding: 40px 15px;
    gap: 30px;
}
.contact-title[data-v-fc756330] {
    font-size: 28px;
}
.contact-subtitle[data-v-fc756330] {
    font-size: 16px;
}
.contact-right[data-v-fc756330] {
    gap: 20px;
}
.contact-item[data-v-fc756330] {
    margin-bottom: 15px;
}
.contact-item i[data-v-fc756330] {
    font-size: 18px;
    margin-right: 12px;
}
.contact-item span[data-v-fc756330] {
    font-size: 13px;
}
.qr-code[data-v-fc756330] {
    width: 80px;
    height: 80px;
}
}

.hero-waring {
  padding: 18px 25px;
  width: 250px;
  height: 120px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.waringText {
  width: 200px;
  height: 84px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.hero-x {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-icon-close {
  color: #ffffff;
  font-size: 12px;
}
.white-bg {
  background: #fff;
}
.app-layout {
  width: 100%;
}
.app-layout .mtsnb-container-outer {
    background: #ecedf2;
    color: #143d8f;
    font-size: 14.5px;
    line-height: 30px;
    padding: 0 0;
    font-size: 14px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1002;
}
@media only screen and (max-width: 850px) {
.app-layout .mtsnb-container-outer .mtsnb-content {
        width: 100% !important;
        color: #000 !important;
}
.app-layout .mtsnb-container-outer .mtsnb-content div {
          padding: 16px;
}
.app-layout .mtsnb-container-outer .el-icon-close {
        margin-right: 0px !important;
}
}
.app-layout .el-backtop {
    position: fixed;
}
.app-layout .boxzilla-sample-box {
    padding: 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
}
.app-layout .boxzilla-sample-box .boxzilla-close-icon {
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      padding: 6px;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      color: #000;
      opacity: 0.5;
}
.el-backtop {
  background: transparent;
  box-shadow: unset;
}
.el-backtop:hover {
    background: transparent;
}

