@charset "UTF-8";
@font-face {
  font-family: "wxr";
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "wxb";
  src: url("../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  max-width: 100%;
  border: none;
  max-height: 100%;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

/*reset css*/
html {
  font-size: max(5.2083333333vw, 50px);
  /* 适配1920px宽度 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

*[id] {
  scroll-margin-top: 1rem;
  /* 避免锚点内容被 fixed header 遮挡 */
  scroll-behavior: smooth;
}

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "wxr", Arial, Helvetica, sans-serif, "Microsoft YaHei", "sans-serif";
  --theme-color: #086a67;
  --primary-color: #c1dedd;
  --font-bold: $wxb;
  --font-regular: $wxr;
  /* --font-medium: 'HarmonyOS_SansSC_Medium'; */
  /* --font-regular: 'HarmonyOS_SansSC_Regular'; */
  /* --font-light: 'wixmadefordisplay_REGULAR'; */
  /* --font-number: 'pangmengzhengdao'; */
  /* 主题色 */
  --color-primary: #086a67;
  /* 文本色 */
  --color-text: #222;
  --color-666: #666;
  --color-link: #FF5F15;
  --color-vi: #FF5F15;
  /* 导航高度 */
  --header-height: var(--font-size-98);
  line-height: 1.5;
  --font-size-98: max(0.98rem, 50px);
  --font-size-72: max(0.72rem, 24px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-40: max(0.4rem, 24px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 24px);
  --font-size-32: max(0.32rem, 22px);
  --font-size-30: max(0.3rem, 22px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 14px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-12: max(0.12rem, 12px);
}

div,
a,
p,
span,
button,
input,
textarea {
  font-family: var(--font-regular);
}

p {
  font-size: var(--font-size-p);
  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bold);
  color: #222;
}

h2 {
  font-size: var(--font-size-48);
}
h2 em{
  font-style: normal;
  color: var(--color-vi);
}
img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -moz-transition: 1s;
  transition: 1s;
}

video {
  width: 100%;
}

a {
  color: inherit;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

main {
  display: block;
  -moz-box-flex: 1;
       flex: 1;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-x::-webkit-scrollbar {
  height: 3px;
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: var(--color-vi);
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-vi);
  /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-x::-webkit-scrollbar-track {
  background-color: #fceddf;
  /* 设置滚动条背景的颜色 */
}

.scroll-y {
  overflow-y: auto !important;
}

.scroll-y::-webkit-scrollbar {
  width: 2px;
  /* 设置滚动条的宽度 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: var(--color-vi);
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-vi);
  /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #fceddf;
  /* 设置滚动条背景的颜色 */
}

/* 常用宽度 */
.w1400 {
  width: 73.57%;
  margin: 0 auto;
}

.left-1400 {
  margin-left: 13.21%;
}

.right-1400 {
  margin-right: 13.21%;
}

.w1600 {
  width: 84.08%;
  margin: 0 auto;
}

.w1640 {
  width: 85.42%;
  margin: 0 auto;
}

.left-1600 {
  margin-left: 8.04%;
}

.w1760 {
  width: 92.5%;
  margin: 0 auto;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1599px) {
  .w1600,
  .w1640 {
    width: 90%;
  }
  .left-1600 {
    margin-left: 5%;
  }
  .w1400 {
    width: 80%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
::-moz-selection {
  color: #fff;
  background: #829d94;
}
::selection {
  color: #fff;
  background: #829d94;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  line-height: 22px;
}

.table table tr td {
  border: 1px solid #f2f2f2;
  border: 0px;
  font-size: 0.12rem;
  text-align: left;
}

.m-mobilenav {
  display: none;
}

.duoyuyanphone {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 20px;
}
.duoyuyanphone a {
  display: block;
  margin: 10px;
  color: #fff;
  font-size: 18px;
}
.duoyuyanphone a.active {
  color: var(--color-vi);
}

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 999px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 12px;
    right: 20px;
    left: auto;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: var(--color-vi);
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: var(--color-vi);
  }
  .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
    background-color: var(--color-vi);
    top: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-btn.active .line3 {
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
    background-color: var(--color-vi);
    bottom: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a,
  .m-mobilenav .mbnav-bd.show .mbnav-item > p {
    display: block;
    opacity: 1;
    color: #FFFFFF;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgb(51, 51, 51);
    top: 0;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    background: rgba(51, 51, 51, 0.9);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a,
  .m-mobilenav .mbnav-item > p {
    display: block;
    line-height: 26px;
    font-size: 14px;
    color: #FFFFFF;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a,
  .m-mobilenav .mbnav-item:nth-child(1) > p {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a,
  .m-mobilenav .mbnav-item:nth-child(2) > p {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a,
  .m-mobilenav .mbnav-item:nth-child(3) > p {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a,
  .m-mobilenav .mbnav-item:nth-child(4) > p {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a,
  .m-mobilenav .mbnav-item:nth-child(5) > p {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a,
  .m-mobilenav .mbnav-item:nth-child(6) > p {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a,
  .m-mobilenav .mbnav-item:nth-child(7) > p {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}
/* 右侧客服 start */
.contact-footer.xs {
  right: 10px;
}

.kf-youxiang {
  background: var(--kf-color);
}

.contact-footer {
  position: fixed;
  right: -100px;
  bottom: 40%;
  z-index: 10;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.contact-footer > p {
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  /* border-radius: 50%; */
  background: var(--color-vi);
  text-align: center;
  line-height: 40px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.contact-footer > p img {
  display: none;
  width: 20px;
}
.contact-footer > p img:nth-child(2) {
  display: block;
}
.contact-footer > p i:before {
  content: "\e609";
  font-family: "iconfont";
}
.contact-footer.active > p i:before {
  content: "\e608";
  font-family: "iconfont";
}
.contact-footer li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
}
.contact-footer li img {
  width: 20px;
}
.contact-footer li .con-phone {
  width: 140px;
  right: 40px;
  left: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
}
.contact-footer li a,
.contact-footer li p {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
.contact-footer li a i,
.contact-footer li p i {
  font-size: 18px;
}
.contact-footer li a:hover {
  /* transform: translateX(-4px); */
  background: var(--kf-color);
}
.contact-footer li span {
  background-color: var(--color-vi);
  border-radius: 10px;
  text-align: center;
  /* width: 140px; */
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  height: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: absolute;
  right: -1000px;
  top: 0px;
  z-index: -1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer li .ewm {
  min-width: 100px;
  max-width: 100px;
  min-height: 100px !important;
  max-width: 100px;
}
.contact-footer li:hover span {
  right: 120%;
}
.contact-footer li:hover .ewm {
  left: -110px;
}

.contact-footer.active > p {
  /* transform: rotate(125deg); */
}
.contact-footer.active > p img {
  display: none;
}
.contact-footer.active > p img:nth-child(1) {
  display: block;
}

.ewm {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 100px;
  background: red;
  top: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.contact-footer > li {
  /* height: 0px; */
  height: 40px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #808080;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.contact-footer > li:hover {
  background-color: var(--color-vi);
}
.contact-footer.active > li {
  height: 40px;
  overflow: unset;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .contact-footer li:hover {
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@media screen and (max-width: 999px) {
  .contact-footer li span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-footer.xs {
    right: 0px;
  }
  .contact-footer {
    width: 100%;
    bottom: 0px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    right: 0px;
    background: var(--color-vi);
  }
  .contact-footer p {
    display: none;
  }
  .contact-footer li {
    width: 34%;
    margin-bottom: 0px;
    border-radius: 0px;
    background: var(--color-666);
  }
  .contact-footer li a,
  .contact-footer li p {
    border-radius: 0px;
  }
  .contact-footer li:hover .ewm {
    left: 0px;
    bottom: 140px;
  }
  .ewm {
    display: none;
    top: -100px;
    left: 0px;
  }
}
/* 右侧客服  end */
/* // tanchuang start */
.tanchuang {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  z-index: 20;
  display: none;
  text-align: center;
}
.tanchuang .m-muban-form {
  padding: 0px;
  position: unset;
  width: 100%;
  box-shadow: none;
  text-align: left;
}

.tabchuang-mid {
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  margin-left: 10px;
  margin-right: 10px;
  width: 95%;
  padding: var(--font-size-40);
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.tabchuang-mid::-webkit-scrollbar {
  width: 2px;
}

.guanbi {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: var(--font-size-40);
  height: var(--font-size-40);
  background: var(--color-vi);
  font-size: var(--font-size-20);
  font-weight: bold;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: #fff;
}
.guanbi i {
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.tabchuang-mid > form div {
  text-align: left;
}

.tabchuang-mid > form p {
  width: 100%;
  height: 0.6rem;
  margin-bottom: var(--font-size-20);
}
.tabchuang-mid > form p input {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 0.1rem;
}
.tabchuang-mid > form p textarea {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 0.1rem;
  border: 0px;
  padding-top: 10px;
  height: 100%;
  overflow: hidden;
}
.error-msg {
  color: red;
  font-size: 0.12rem;
  visibility: hidden;
  opacity: 1;
  text-align: left;
  padding-left: 0px;
  display: block;
  width: 100%;
}
.error-msg a {
  -moz-transition: 0s;
  transition: 0s;
  text-decoration: underline;
  color: red;
}
.error-msg {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.input-error {
  border: 1px solid red !important;
}

input:invalid:focus + .error-msg,
textarea:invalid:focus + .error-msg {
  visibility: visible;
}

.input-error {
  border: 1px solid red !important;
}

.tabchuang-mid > form p.tea {
  height: 1rem;
}
.tabchuang-mid > form p.tea .error-msg {
  position: relative;
  top: -4px;
}

.stbtanc {
  min-width: 160px;
  height: var(--font-size-40);
  border-radius: 10px;
  border: 0px;
  color: #fff;
  background: var(--color-vi);
  border: solid 1px var(--color-vi);
  cursor: pointer;
}

.stbtanc:hover {
  background: var(--color-c);
  color: #222;
}

.gb-title {
  font-size: var(--font-size-30);
}

.gb-neirong > p {
  font-size: var(--font-size-20);
  margin-top: var(--font-size-20);
  height: auto;
  margin-bottom: var(--font-size-20);
}

@media screen and (max-width: 768px) {
  .tabchuang-mid {
    padding: 20px;
  }
  .gb-title {
    font-size: var(--font-size-20);
  }
  .gb-neirong > p {
    font-size: var(--font-size-14);
    margin-top: 0.1rem;
    height: auto;
    margin-bottom: 0.1rem;
  }
}
/* // tanchuang end */
.aut-fxzj a {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  max-width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  height: auto;
  background-color: #e6e6e6;
}
.aut-fxzj a i {
  font-size: 18px;
  color: #222;
}

.aut-fxzj a:hover {
  background-color: #3ab6ef;
}
.aut-fxzj a:hover i {
  color: #fff;
}

.aut-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #161616;
}

.aut-ertitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: var(--color-vi);
  margin-top: 22px;
  margin-bottom: 8px;
}

.aut-neirong {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.aut-mid-left {
  width: 44%;
}

.aut-mid-right {
  width: 51%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.aut-mid-top {
  margin-top: 85px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}

.aut-mobile {
  font-size: var(--font-size-24);
  font-weight: bold;
  line-height: 36px;
  color: #222222;
  margin-top: 26px;
  margin-bottom: 11px;
}

.aut-email {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
}
.aut-email a {
  color: var(--color-vi);
}

.aut-fxzj {
  margin-top: 26px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.aut-fxzj a {
  margin-right: 17px;
}

.author-list-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
.author-list-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.author-list-bottom {
  padding: 30px;
}

.author-list-bottom-title {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.author-list-bottom-nr {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-list-div {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 2%;
  background: #fff;
  margin-bottom: 34px;
}
.author-list-div a:hover {
  color: #ffdf00;
}

.author-list-div.nomargin {
  margin-left: 0px;
}

.author-list {
  margin-top: 89px;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .author-list-bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .book-title {
    margin-top: 10px;
  }
  .aut-mid-top {
    flex-wrap: wrap;
  }
  .aut-mid-right,
  .aut-mid-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .author-list,
  .aut-mid-top {
    margin-top: 20px;
  }
  .author-list {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .author-list-div {
    width: 49%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .aut-title {
    font-size: 30px;
    line-height: 36px;
  }
  .aut-ertitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .aut-neirong {
    font-size: 14px;
  }
  .aut-mobile,
  .aut-email {
    font-size: 18px;
  }
  .aut-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .book-title {
    font-size: 14px;
    padding: 10px;
  }
  .author-list-bottom-title {
    font-size: 18px;
    line-height: 24px;
  }
  .author-list-bottom-nr {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .author-list-bottom {
    padding: 10px;
  }
  .author-list-div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .author-list-div {
    width: 100%;
  }
}
.bbb {
  background-color: #000;
  padding: 10px;
}

.xieleftright {
  position: relative;
}

.xieleftright:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

.xieleftright:hover:before {
  left: 120%;
}

.woshi {
  display: inline-block;
  position: relative;
}

.woshi:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

.woshi:hover:before {
  left: 120%;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -moz-box-align: start;
       align-items: flex-start;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -moz-transform;
}

.swiper-backface-hidden .swiper-slide {
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-3d {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -moz-box-ordinal-group: 10000;
       order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -moz-transform-origin: 50%;
   -ms-transform-origin: 50%;
       transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -moz-animation: swiper-preloader-spin 1s infinite linear;
       animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transform-origin: left top;
   -ms-transform-origin: left top;
       transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -moz-transform-origin: right top;
   -ms-transform-origin: right top;
       transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -moz-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -moz-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

.xfl-daohang-icon {
  font-size: 0px;
  border: 1px solid transparent;
  background: #FFFFFF;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  padding: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.xfl-erji-daohang {
  position: fixed;
  width: 85%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  opacity: 0;
  -moz-transition: height 0.3s ease, opacity 0.3s ease, padding-top 0s ease;
  transition: height 0.3s ease, opacity 0.3s ease, padding-top 0s ease;
}

.xfl-erji-daohang.open {
  opacity: 1;
  padding-top: 0.2rem; /* 展开时才显示 padding */
}

.xfl-erji-daohang.shuanglie {
  width: 7rem;
}
.xfl-erji-daohang.shuanglie .xfl-daohang-gaid {
  padding: 0.2rem;
}
.xfl-erji-daohang.shuanglie {
  left: 50%;
  -moz-transform: translate(0);
   -ms-transform: translate(0);
       transform: translate(0);
}
.xfl-erji-daohang.shuanglie .xfl-daohang-gaid {
  flex-wrap: wrap;
}
.xfl-erji-daohang.shuanglie .xfl-daohang-gaid .xfl-daohang-k {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 0px;
}

.xfl-erji-daohang.danlie {
  width: 4rem;
}
.xfl-erji-daohang.danlie .xfl-daohang-gaid {
  padding: 0.2rem;
}
.xfl-erji-daohang.danlie .xfl-daohang-gaid .xfl-daohang-k {
  margin-bottom: 0px;
}

.xfl-daohang-gaid {
  background: #fff;
  width: 100%;
  padding: 1rem;
  padding-top: 0.4rem;
  padding-bottom: 0.1rem;
  box-shadow: 0px 0px 1px 0px rgba(97, 97, 97, 0.3);
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

.xfl-erji-ul a, .xfl-erji-ul span {
  display: block;
  color: #666;
  font-size: 0.18rem;
  margin-bottom: 0.06rem;
}
.xfl-erji-ul a:first-child, .xfl-erji-ul span:first-child {
  font-size: 0.2rem;
  font-weight: bold;
  color: var(--color-text);
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.xfl-erji-ul a:hover, .xfl-erji-ul a.active, .xfl-erji-ul span:hover, .xfl-erji-ul span.active {
  color: var(--color-vi);
}

.xfl-daohang-k {
  width: auto;
  display: inline;
  margin-right: 4%;
  margin-bottom: 0.6rem;
}
.xfl-daohang-k:hover .xfl-daohang-icon {
  box-shadow: 0px 4px 19px 0px rgba(188, 188, 188, 0.47);
  border: 1px solid #FF5F15;
}
.xfl-daohang-k:nth-child(4n) {
  margin-right: 0px;
}

.xfl-erji-daohang {
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.morenyuyan {
  cursor: pointer;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: var(--font-size-16);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.duoyuyan {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}

.douyuyanxiala {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  -moz-transform: scaleY(0);
   -ms-transform: scaleY(0);
       transform: scaleY(0);
  -moz-transform-origin: top;
   -ms-transform-origin: top;
       transform-origin: top;
  border-radius: 10px;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}

.duoyuyan.active .douyuyanxiala {
  background: #fff;
  top: 60px;
  left: 40%;
  -moz-transform: translateX(-50%) scaleY(1);
   -ms-transform: translateX(-50%) scaleY(1);
       transform: translateX(-50%) scaleY(1);
  height: auto;
  min-width: 80px;
}
.duoyuyan.active .douyuyanxiala a {
  color: var(--fff);
  display: block;
  padding: 10px;
}
.duoyuyan.active .douyuyanxiala a:hover {
  color: var(--F22424);
  background: var(--color-vi);
  color: #fff;
}

.sousuo-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.sousuo {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousuo i {
  font-size: var(--font-size-24);
}
.sousuo svg {
  color: #fff;
}

.header-keywords {
  font-size: 16px;
  margin-top: 20px;
}
.header-keywords a:hover {
  color: red;
}

.sousou-kuang.active {
  height: 3rem;
  background: rgba(255, 255, 255, 0.9);
}

.sousou-kuang {
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  position: fixed;
  top: 100%;
  width: 100%;
  min-width: 2rem;
  right: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  height: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousou-kuang .form-sousuo {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000;
  height: 0.5rem;
  min-height: 40px;
}
.sousou-kuang .form-sousuo .tj {
  box-shadow: 0px 4px 21px 0px rgba(172, 172, 172, 0);
  border-radius: 20px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sousou-kuang .form-sousuo .tj:hover {
  box-shadow: 0px 4px 21px 0px rgba(172, 172, 172, 0.8);
}
.sousou-kuang form {
  flex-wrap: wrap;
  max-width: 600px;
  height: auto;
}
.sousou-kuang form input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: var(--font-size-16);
  background: transparent;
}
.sousou-kuang form .tj {
  width: 60px;
  height: 100%;
  position: relative;
}
.sousou-kuang form .tj input {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.sousou-kuang form .tj .sousuo {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  font-size: var(--font-size-24);
  top: 50%;
  left: 50%;
  pointer-events: none;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.sousou-kuang form .tj .sousuo i {
  color: #000;
}
.sousou-kuang form .tj:hover:before {
  width: 100%;
}
.sousou-kuang form .tj:before {
  content: "";
  left: 0px;
  width: 0%;
  height: 100%;
  position: absolute;
  display: block;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.quanduan {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  margin-left: 20px;
  background: #000;
}

.conic {
  position: relative;
}
.conic::before {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(transparent, rgb(168, 239, 255), transparent 38%);
  -moz-animation: rotate 4s linear infinite;
       animation: rotate 4s linear infinite;
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}
@keyframes rotate {
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

.quanduan {
  padding: 2px;
}

.qianduan {
  display: block;
  background: red;
  height: 100%;
  position: relative;
  z-index: 4;
}

.cookiecookie.active {
  display: block;
}

.cookiecookie {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.cookiecookie .ck-mid {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background: #fff;
}
.cookiecookie .ck-mid .ck-mid-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}
.cookiecookie .ck-mid .ck-kuang-logo {
  font-size: 0px;
  width: 0.6rem;
  height: 0.6rem;
  min-width: 60px;
  min-height: 60px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-bottom: 0.1rem;
}
.cookiecookie .ck-mid .cookie-title {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.cookiecookie .ck-mid .cookie-neirong {
  font-size: 0.2rem;
}
.cookiecookie .ck-mid .cookie-neirong a {
  color: var(--color-vi);
}
.cookiecookie .ck-mid .cookiexz {
  margin-top: 0.2rem;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  flex-wrap: wrap;
}
.cookiecookie .ck-mid .cookiexz p {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid var(--color-vi);
  background: var(--color-vi);
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.14rem;
  border-radius: 4px;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  white-space: nowrap;
}
.cookiecookie .ck-mid .cookiexz p:hover {
  background: transparent;
  color: var(--color-text);
}
@media screen and (max-width: 991px) {
  .cookiecookie .cookiecookie .ck-mid .cookie-neirong {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cookiecookie .ck-mid {
    flex-wrap: wrap;
  }
  .cookiecookie .ck-mid .ck-kuang {
    width: 100%;
  }
  .cookiecookie .ck-mid .cookiexz p {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 12px;
  }
  .cookiecookie .ck-mid .cookie-neirong {
    font-size: 14px;
  }
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -moz-animation: bounceFromRight 0.4s ease-out;
       animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -moz-animation: bounceFromLeft 0.4s ease-out;
       animation: bounceFromLeft 0.4s ease-out;
}
@-moz-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/* Preloader Borrowed from http://tobiasahlin.com/spinkit/ */
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -moz-animation: bounce 2s infinite ease-in-out;
       animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -moz-animation-delay: -1s;
       animation-delay: -1s;
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: "iconfont";
  /* Project id 4893588 */
  src: url("../fonts/iconfont.woff2?t=1756956425298") format("woff2"), url("../fonts/iconfont.woff?t=1756956425298") format("woff"), url("../fonts/iconfont.ttf?t=1756956425298") format("truetype"), url("../fonts/iconfont.svg?t=1756956425298#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-diqiu:before {
  content: "\e642";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-chakan:before {
  content: "\e602";
}

.icon-pdf:before {
  content: "\e740";
}

.icon-xiazai_xiazai:before {
  content: "\e616";
}

.icon-youjiantou:before {
  content: "\e625";
}

.icon-zuojiantou:before {
  content: "\e626";
}

.icon-address:before {
  content: "\e66b";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-10:before {
  content: "\e624";
}

.icon-lunbozuojian:before {
  content: "\e723";
}

.icon-left1:before {
  content: "\e725";
}

.icon-shubiao:before {
  content: "\e662";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-sousuo1:before {
  content: "\e61f";
}

.icon-Facebook:before {
  content: "\e607";
}

.icon-zhibiaozhushibiaozhu:before {
  content: "\e609";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-huida:before {
  content: "\e61e";
}

.icon-dianhua1:before {
  content: "\e614";
}

.icon-youxiang1:before {
  content: "\e604";
}

.icon-fangzi:before {
  content: "\e8ff";
}

.icon-wenti:before {
  content: "\e613";
}

.icon-dizhi:before {
  content: "\e606";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-dianhua:before {
  content: "\e817";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-phone-fill:before {
  content: "\e85f";
}

.icon-sousuo:before {
  content: "\e60d";
}

.icon-custom-phone:before {
  content: "\e634";
}

.icon-top:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-top2:before {
  content: "\e637";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-xiangzuojiantou:before {
  content: "\e660";
}

.icon-xiazai:before {
  content: "\e823";
}

.icon-xiala:before {
  content: "\e61d";
}

.swiper {
  width: 100%;
}

.banner-img {
  display: block;
  font-size: 0px;
  aspect-ratio: 16/8;
  position: relative;
}
.banner-img video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-img .pcbanner {
  display: block;
}
.banner-img .phonebanner {
  display: none;
}

.banner-mid.fenye .banner-img {
  aspect-ratio: unset;
  position: relative;
}
.banner-mid.fenye .banner-img::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: url(../images/bannermengceng.png) no-repeat;
  background-size: cover;
}
.banner-mid.fenye .banner-title {
  margin-bottom: 0.1rem;
  color: #fff;
}
.banner-mid.fenye .index-s1-bottom-view {
  border: 1px solid #fff;
}
.banner-mid.fenye .banner-neirong {
  color: #fff;
  max-width: 57.9268292683%;
  width: 100%;
}
.banner-mid.fenye .banner-nanu {
  margin-top: 0.4rem;
  background: transparent;
  border: 1px solid #fff;
  position: relative;
}
.banner-mid.fenye .banner-nanu::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.banner-mid.fenye .banner-nanu:hover {
  border-color: var(--color-vi);
  color: #fff;
}
.banner-mid.fenye .banner-nanu:hover::before {
  width: 100%;
}

.ban-mid {
  position: relative;
}

.ban-kuang {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.ban-kuang span {
  display: inline-block;
}

.banner-title {
  font-size: var(--font-size-48);
  color: var(--color-text);
}
.banner-title b {
  color: var(--color-vi);
}
.banner-title {
  opacity: 1;
}

.banner-neirong {
  opacity: 1;
  width: 45.4268292683%;
  font-size: var(--font-size-22);
  color: var(--color-666);
}
.banner-neirong b {
  color: var(--color-vi);
  font-weight: 100;
}

.banner-nanu {
  cursor: pointer;
  opacity: 1;
  margin-top: 1rem;
  background: var(--color-vi);
  font-size: var(--font-size-22);
  color: #fff;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  border: 1px solid var(--color-vi);
  padding: 0.1rem 0.2rem;
  border-radius: 50px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-nanu span {
  display: block;
  margin-right: var(--font-size-30);
}
.banner-nanu:hover {
  color: var(--color-vi);
  background: transparent;
}

.annujdt {
  position: relative;
  z-index: 1;
}
.annujdt i {
  z-index: 1;
}
.annujdt:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: transparent;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
.annujdt:hover {
  background: transparent;
  color: var(--color-vi);
}
.annujdt:hover:before {
  width: 100%;
}

.bannerswiper .swiper-pagination {
  text-align: left;
  width: 85.42%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  margin-bottom: 0.74rem;
  margin-top: 0.78rem;
}
.bannerswiper .swiper-pagination-bullet {
  width: var(--font-size-18);
  border-radius: 10px;
  background: var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}
.bannerswiper .swiper-pagination-bullet-active {
  width: var(--font-size-60);
  opacity: 1;
}

.xfl-nav-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.phonelogo {
  display: block;
  font-size: 0px;
  width: 70px;
  height: 60px;
  margin-left: 10px;
}

.xfl-logo {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.xfl-ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.xfl-ul .contactnav {
  border: 1px solid #000000;
  border-radius: 0.5rem;
  min-width: 1.24rem;
  overflow: hidden;
}
.xfl-ul .contactnav a, .xfl-ul .contactnav p {
  padding: 0.06rem 0.2rem;
  text-align: center;
}
.xfl-ul .contactnav a:before, .xfl-ul .contactnav p:before {
  display: none;
}
.xfl-ul .contactnav:hover, .xfl-ul .contactnav.active {
  border-color: var(--color-vi);
}
.xfl-ul .contactnav:hover a, .xfl-ul .contactnav:hover p, .xfl-ul .contactnav.active a, .xfl-ul .contactnav.active p {
  background: var(--color-vi);
  color: #fff;
}
.xfl-ul > li {
  color: #222222;
  margin-left: 1rem;
  position: relative;
}
.xfl-ul > li > a, .xfl-ul > li p {
  font-size: var(--font-size-18);
  padding: 0.3rem 0px;
  display: block;
  position: relative;
}
.xfl-ul > li > a:before, .xfl-ul > li p:before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: 0px;
  background: var(--color-vi);
  height: 2px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xfl-ul > li:hover > a, .xfl-ul > li:hover p, .xfl-ul > li.active > a, .xfl-ul > li.active p {
  color: var(--color-vi);
}
.xfl-ul > li:hover > a:before, .xfl-ul > li:hover p:before, .xfl-ul > li.active > a:before, .xfl-ul > li.active p:before {
  width: 100%;
}
.xfl-ul > li > ul {
  position: absolute;
  background: #fff;
  width: 3rem;
  left: -1rem;
}
.xfl-ul > li > ul a, .xfl-ul > li > ul p {
  display: block;
  padding: 0.1rem 0.2rem;
}
.xfl-ul > li > ul a:hover, .xfl-ul > li > ul p:hover {
  color: var(--color-vi);
}

.xfl-ul li ul {
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s ease, opacity 0.5s ease;
  transition: height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.xfl-ul li ul.open {
  opacity: 1;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.xfl-nav-mid {
  width: 100%;
  position: relative;
  display: block;
  position: fixed;
  top: 0px;
  z-index: 20;
  box-shadow: 0px 4px 16px 0px rgba(147, 147, 147, 0.3);
  background: #fff;
}

.xfl-nav-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  background: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .xfl-nav-kuang.w1640 {
    width: 100%;
    top: 0px;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .duoyuyan {
    display: none;
  }
  .morenyuyan {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xfl-ul {
    display: none;
  }
  .xfl-logo {
    height: 50px;
  }
  .xfl-nav-right {
    margin-right: 50px;
  }
  .sousou-kuang.active {
    border-radius: 0px;
  }
  .sousuo i {
    font-size: 20px;
  }
}
.index-s1-span {
  font-size: var(--font-size-22);
  position: relative;
  color: var(--color-vi);
  padding-left: var(--font-size-26);
}
.index-s1-span:before {
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: var(--color-vi);
}

.index-s1-neirong {
  font-size: var(--font-size-22);
  color: var(--color-666);
}

.index-s1-title {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-weight: 100;
}
.index-s1-title b {
  color: var(--color-text);
  font-weight: bold;
}

.index-s1-top-left {
  margin-right: 0.2rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.indexpro-img {
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/10.29;
}
.indexpro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-s1-pro {
  margin-top: 0.4rem;
}

.index-s1-top-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  min-width: 1.2rem;
}
.index-s1-top-right .swiper-button-prev,
.index-s1-top-right .swiper-button-next {
  position: unset;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s1-top-right .swiper-button-prev:hover,
.index-s1-top-right .swiper-button-next:hover {
  border-radius: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  background: var(--color-vi);
  width: 0.58rem;
  height: 0.58rem;
  min-width: 30px;
  min-height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: var(--font-size-24);
}

.index-s1-mid {
  padding-top: 1.1rem;
}

.index-s1-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.indexproswiper {
  padding-bottom: 0.4rem;
}
.indexproswiper .swiper-pagination {
  position: unset;
  margin-top: 0.78rem;
}
.indexproswiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.indexproswiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0.06rem;
  margin-right: 0.06rem;
}
.indexproswiper .swiper-pagination-bullet {
  width: 0.26rem;
  height: 0.26rem;
  min-width: 20px;
  min-height: 20px;
  opacity: 0.2;
  position: relative;
  border: 1px solid transparent;
  background: transparent;
}
.indexproswiper .swiper-pagination-bullet:before {
  position: absolute;
  width: -moz-calc(100% - 0.1rem);
  width: calc(100% - 0.1rem);
  height: -moz-calc(100% - 0.1rem);
  height: calc(100% - 0.1rem);
  content: "";
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: var(--color-vi);
  opacity: 1;
}
.indexproswiper .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: var(--color-vi);
}

.indexpro-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.indexpro-text {
  font-size: var(--font-size-22);
  height: 0px;
  overflow: hidden;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}

.indexpro-skew {
  position: relative;
  z-index: 2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.indexpro-skew:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-vi);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -1;
  background: rgba(255, 255, 255, 0.81);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.indexpro-content {
  position: absolute;
  bottom: 0.26rem;
  margin-left: 0.2rem;
  margin-right: 0.5rem;
  width: 92%;
}
.indexpro-content i {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.58rem;
  min-width: 40px;
  min-height: 40px;
  height: 0.58rem;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  font-size: var(--font-size-22);
  background: var(--color-vi);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 991px) {
  .indexpro-kuang {
    display: block;
    position: relative;
  }
  .indexpro-kuang:hover {
    padding-bottom: 0.32rem;
  }
  .indexpro-kuang:hover .indexpro-title {
    color: var(--color-vi);
    margin-bottom: 0.2rem;
  }
  .indexpro-kuang:hover .indexpro-text {
    height: auto;
  }
  .indexpro-kuang:hover .indexpro-content {
    bottom: 0px;
  }
  .indexpro-kuang:hover .indexpro-content i {
    -moz-transform: scale(1);
     -ms-transform: scale(1);
         transform: scale(1);
  }
  .indexpro-kuang:hover .indexpro-skew {
    padding: 0.5rem;
  }
  .indexpro-kuang:hover .indexpro-skew:before {
    opacity: 1;
  }
}
.indexpro-kuang {
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .indexpro-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .indexproswiper .swiper-pagination {
    margin-top: 0.2rem;
  }
  .indexproswiper .swiper-pagination-bullet:before {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .indexpro-skew {
    padding: 10px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .index-s1-mid {
    padding-top: 0.5rem;
  }
  .index-s1-top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: var(--font-size-30);
  }
}
.index-cant {
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.41);
  background: url(../images/indexcontactbj.png) no-repeat;
  background-size: cover;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  border-radius: 60px;
  padding-left: var(--font-size-60);
  font-size: var(--font-size-24);
}

.index-cant-left {
  color: var(--color-text);
  padding-top: var(--font-size-30);
  padding-bottom: var(--font-size-30);
  padding-top: var(--font-size-30);
  padding-bottom: var(--font-size-30);
}

.index-cant-right {
  border-radius: 60px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-size: 100% 100%;
  display: block;
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  padding-right: 0.26rem;
}
.index-cant-right span {
  display: block;
}

.annuqiehuan {
  width: 0.58rem;
  height: 0.58rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--color-vi);
  margin-left: 0.26rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #fff;
  color: #fff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.annuqiehuan::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  background-color: var(--color-vi);
  z-index: -1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-cant-right:hover i {
  color: var(--color-vi);
  background: #fff;
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .index-cant {
    flex-wrap: wrap;
    background: var(--color-vi);
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
    padding: 0.2rem;
    border-radius: 10px;
  }
  .index-cant-left,
  .index-cant-right {
    color: #fff;
    width: 100%;
    -moz-box-pack: center;
         justify-content: center;
    padding: 0px;
    margin: 4px;
  }
}
.index-s2-mid {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.index-s2-div-icon {
  width: 0.8rem;
  height: 0.8rem;
  min-width: 60px;
  min-height: 60px;
  display: block;
  font-size: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: 0px 4px 19px 0px rgba(188, 188, 188, 0.47);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.1rem;
}

.index-s2-bottom {
  display: -moz-box;
  display: flex;
  gap: 0.1rem;
  margin-top: 1.4rem;
}

.index-s2-div {
  -moz-box-flex: 1;
       flex: 1 1;
  padding: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  box-shadow: 0px 4px 21px 0px rgba(172, 172, 172, 0.3);
  text-align: center;
  position: relative;
  top: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.index-s2-div:before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0px;
  bottom: 0px;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  width: -moz-calc(100% - 1.2rem);
  width: calc(100% - 1.2rem);
  height: 0px;
  background: var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .index-s2-div:hover, .index-s2-div.active {
    top: -0.6rem;
  }
  .index-s2-div:hover .index-s2-div-icon, .index-s2-div.active .index-s2-div-icon {
    border-color: var(--color-vi);
  }
  .index-s2-div:hover:before, .index-s2-div.active:before {
    height: 2px;
  }
}

.index-s2-div-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  color: var(--color-text);
  margin-top: var(--font-size-30);
}

.index-s2-div-ertitle {
  font-size: var(--font-size-22);
  color: var(--color-666);
}

@media screen and (max-width: 991px) {
  .index-s2-bottom {
    margin-top: 0.5rem;
  }
  .index-s2-mid {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index-s2-bottom {
    flex-wrap: wrap;
  }
  .index-s2-div {
    -moz-box-flex: 1;
         flex: 1 1 49%;
  }
  .index-s2-div-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  .index-s2-div {
    -moz-box-flex: 1;
         flex: 1 1 100%;
  }
}
.index-s3-mid {
  box-shadow: 0px 4px 63px 0px rgba(188, 188, 188, 0.11);
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
}

.indesouimg {
  display: block;
  font-size: 0px;
  border-radius: 20px;
  overflow: hidden;
}
.indesouimg img {
  width: 100%;
  height: 100%;
}
.indesouimg img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.indexsou-kuang {
  display: block;
}

.indesou-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  margin-top: var(--font-size-30);
  margin-bottom: 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.indesout-text {
  font-size: var(--font-size-22);
  color: #666;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5px;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexsousipwer {
  padding-top: 0.5rem;
}
.indexsousipwer .swiper-slide .indesouimg {
  aspect-ratio: 16/7;
}
.indexsousipwer .swiper-slide-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}
.indexsousipwer .swiper-slide-active .indesouimg {
  aspect-ratio: 16/9;
}
.indexsousipwer .swiper-slide-active .indesout-text {
  opacity: 1;
}
.indexsousipwer .swiper-slide-active img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexsousipwer .swiper-slide-active .indesou-title {
  color: var(--color-vi);
}
.indexsousipwer {
  padding-left: var(--font-size-20);
  padding-right: var(--font-size-20);
}
.indexsousipwer .swiper-button-next,
.indexsousipwer .swiper-button-prev {
  position: unset;
}
.indexsousipwer .swiper-button-next:hover,
.indexsousipwer .swiper-button-prev:hover {
  background: rgba(217, 99, 45, 0.149);
  color: var(--color-vi);
}
.indexsousipwer {
  position: relative;
}

.swiper-nanu {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 0.84rem;
}

@media screen and (max-width: 991px) {
  .swiper-nanu {
    margin-top: 0.3rem;
  }
  .indexsousipwer::before {
    display: none;
  }
}
.index-s4-mid {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.index-s4-mid::before {
  content: "";
  position: absolute;
  inset: 0; /* 填满父容器 */
  background: url(../images/indexabout-bj.png) no-repeat right top;
  -moz-transform-origin: center -0.5rem;
   -ms-transform-origin: center -0.5rem;
       transform-origin: center -0.5rem; /* 旋转中心点 */
  -moz-animation: swing 3s ease-in-out infinite alternate;
       animation: swing 3s ease-in-out infinite alternate;
  z-index: -1; /* 保证在内容下层 */
}

@-moz-keyframes swing {
  from {
    -moz-transform: rotate(-2deg);
         transform: rotate(-2deg);
  }
  to {
    -moz-transform: rotate(2deg);
         transform: rotate(2deg);
  }
}

@keyframes swing {
  from {
    -moz-transform: rotate(-2deg);
         transform: rotate(-2deg);
  }
  to {
    -moz-transform: rotate(2deg);
         transform: rotate(2deg);
  }
}
.index-about-shuzhi {
  font-size: var(--font-size-72);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  font-style: italic;
}

.index-about-neirong {
  font-size: var(--font-size-22);
  white-space: nowrap;
}

.index-s4-about {
  margin-top: 0.56rem;
}

.index-s4-about-img {
  font-size: 0px;
  width: 61.7073170732%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-s4-about-img:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.index-s4-about-img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 16, 21, 0) 57%, rgba(0, 0, 0, 0.97) 141%);
  background: linear-gradient(180deg, rgba(0, 16, 21, 0) 57%, rgba(0, 0, 0, 0.97) 141%);
}

.index-s4-about-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.index-s4-about-right {
  width: 39%;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  flex-wrap: wrap;
  -moz-box-pack: start;
       justify-content: flex-start;
  padding-left: 0.5rem;
  display: flex;
}

.index-s4-shuzidiv {
  width: 50%;
  color: var(--color-text);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s4-shuzidiv:hover {
  color: var(--color-vi);
}
.index-s4-shuzidiv:first-child {
  margin-bottom: 0.84rem;
}

.index-s4-about-bottom {
  margin-top: 0.6rem;
  font-size: var(--font-size-22);
  color: var(--color-666);
}
.index-s4-about-bottom b {
  color: var(--color-vi);
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .index-about-neirong {
    white-space: normal;
  }
  .index-s4-about-top {
    flex-wrap: wrap;
  }
  .index-s4-about-right {
    padding: 0px;
    width: 100%;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin-top: 0.12rem;
  }
  .index-s4-shuzidiv {
    max-width: 24%;
  }
  .index-s4-shuzidiv:first-child {
    margin-bottom: 0px;
  }
  .index-s4-about-img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .index-s4-shuzidiv {
    max-width: 49%;
    margin-bottom: 10px;
  }
  .index-s4-about-bottom {
    margin-top: var(--font-size-20);
  }
}
.index-s5-mid {
  padding-top: 0.66rem;
  padding-bottom: 0.66rem;
  background: #FEFBF9;
}

.index-s5-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.index-s5-div {
  display: block;
  cursor: pointer;
  width: 32.5609756098%;
  padding: var(--font-size-22);
  color: var(--color-666);
  border: 1px solid transparent;
  border-radius: 0.2rem;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: var(--font-size-20);
  margin-right: 1.1585365854%;
  position: relative;
}
.index-s5-div:nth-child(3n) {
  margin-right: 0px;
}
.index-s5-div:hover {
  background: #fff;
  box-shadow: 0px 4px 27px 0px rgba(156, 156, 156, 0.3);
  border-color: var(--color-vi);
}
.index-s5-div:hover .index-s5-title {
  color: var(--color-vi);
}
.index-s5-div:hover .index-s5-more {
  opacity: 1;
}
.index-s5-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.index-s5-div:hover::before {
  width: 100%;
}
.index-s5-div:hover .index-s5-morediv {
  opacity: 1;
}
.index-s5-div::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 0%;
  background: var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-s5-morediv {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.index-s5-morediv {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-s5-img {
  font-size: 0px;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
  aspect-ratio: 16/9.35;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.index-s5-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-s5-biaoqian {
  font-size: var(--font-size-16);
  color: #000;
  padding: 0.08rem 0.2rem;
  border-top-left-radius: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  z-index: 2;
  background: #fff;
}

.index-s5-data {
  font-size: var(--font-size-16);
  margin-top: var(--font-size-22);
}
.index-s5-data i {
  margin-right: 0.1rem;
  font-size: var(--font-size-16);
}

.index-s5-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-size-22);
  margin-top: var(--font-size-18);
  margin-bottom: var(--font-size-18);
  color: var(--color-text);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-s5-text {
  font-size: var(--font-size-18);
  min-height: 0.81rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 992px) {
  .index-s5-more {
    opacity: 0;
  }
}
.index-s5-more {
  font-size: var(--font-size-18);
  color: var(--color-text);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s5-more span {
  display: inline-block;
  white-space: nowrap;
}
.index-s5-more i {
  width: 0.38rem;
  min-width: 30px;
  height: 0.38rem;
  background: var(--color-vi);
  color: #fff;
}

.index-s5-author {
  font-family: "wxb", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .index-s5-list {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .index-s5-div {
    width: 49%;
    margin-right: 0px;
    background: #fff;
    border-color: var(--color-vi);
  }
  .index-s5-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  .index-s5-div {
    width: 100%;
  }
}
.index-s6-mid {
  background: url(../images/index-contact.png) no-repeat;
  background-size: cover;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.index-s6-mid .index-s1-title,
.index-s6-mid .index-s1-neirong {
  color: #fff;
}
.index-s6-mid .index-s1-neirong {
  color: rgba(255, 255, 255, 0.5);
}

.index-s6-con {
  min-width: 2.77rem;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(12deg, rgba(255, 255, 255, 0.45) -139%, rgba(255, 255, 255, 0) 114%);
  background: linear-gradient(78deg, rgba(255, 255, 255, 0.45) -139%, rgba(255, 255, 255, 0) 114%);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid rgba(217, 99, 45, 0.38);
  position: relative;
  font-family: "wxb", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-22);
  border-radius: 50px;
  padding: 0.14rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.index-s6-con::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: -moz-calc(100% + 0.16rem);
  width: calc(100% + 0.16rem);
  height: -moz-calc(100% + 0.16rem);
  height: calc(100% + 0.16rem);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(1);
   -ms-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 2s linear infinite;
       animation: ripple 2s linear infinite;
  z-index: -1; /* 在按钮下层 */
}

@-moz-keyframes ripple {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    -moz-transform: translate(-50%, -50%) scale(1.2);
         transform: translate(-50%, -50%) scale(1.2); /* 扩散 */
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.2);
         transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    -moz-transform: translate(-50%, -50%) scale(1.2);
         transform: translate(-50%, -50%) scale(1.2); /* 扩散 */
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.2);
         transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.footer-right-div {
  font-size: 0px;
  color: #fff;
  margin-left: 1rem;
  max-width: 40%;
}
.footer-right-div span {
  display: block;
  font-size: 0px;
  margin-right: 0.24rem;
  width: 0.4rem;
  height: 0.4rem;
}

.footer-mid {
  background: #2B2B2B;
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}

.footer-logo {
  width: 0.66rem;
  font-size: 0px;
  min-width: 40px;
}

.footer-kuang-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid rgba(216, 216, 216, 0.11);
}

.footer-logo-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.footer-right-div {
  margin-left: 1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-right-div a,
.footer-right-div p {
  font-size: var(--font-size-20);
  color: #fff;
  display: block;
}
.footer-right-div a:hover {
  color: var(--color-vi);
}

.footer-nav {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 0.48rem;
}
.footer-nav ul li:first-child {
  margin-bottom: 0.24rem;
}
.footer-nav ul li:first-child a,
.footer-nav ul li:first-child p {
  display: block;
  color: #fff;
  font-size: var(--font-size-22);
  padding-left: 0.16rem;
  position: relative;
}
.footer-nav ul li:first-child a:before,
.footer-nav ul li:first-child p:before {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 60%;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  left: 0px;
  background: #808080;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-nav ul li:first-child a:hover,
.footer-nav ul li:first-child p:hover {
  font-family: "wxb", Arial, Helvetica, sans-serif;
  color: #fff;
}
.footer-nav ul li:first-child a:hover:before,
.footer-nav ul li:first-child p:hover:before {
  background: var(--color-vi);
}
.footer-nav ul li a {
  display: block;
  font-size: var(--font-size-18);
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.1rem;
}
.footer-nav ul li a:hover {
  color: var(--color-vi);
}

.footer-cop {
  color: rgba(255, 255, 255, 0.21);
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.footer-cop a {
  margin-left: 0.1rem;
  display: inline-block;
}
.footer-cop a:hover {
  color: var(--color-vi);
}

.footer-cop-hzhb {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-cop-hzhb p {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  width: 0.74rem;
  border-radius: 5px;
  background: #fff;
  aspect-ratio: 16/9;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-left: 6px;
  padding: 0.04rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-cop-hzhb p:hover {
  -moz-transform: scale(1.03);
   -ms-transform: scale(1.03);
       transform: scale(1.03);
}

.footer-copmid {
  margin-top: 0.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .footer-kuang-top {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
  }
  .footer-logo {
    width: 60px;
  }
  .footer-logo-right {
    width: 100%;
    -moz-box-pack: center;
         justify-content: center;
    margin-top: 0.2rem;
  }
  .footer-right-div {
    -moz-box-flex: 1;
         flex: 1 1 49%;
    max-width: unset;
    margin-left: 0px;
  }
  .footer-right-div span {
    width: 40px;
  }
  .footer-nav {
    display: none;
  }
  .footer-cop-hzhb p {
    width: 50px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-div {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .footer-right-div p,
  .footer-right-div a {
    width: 100%;
    font-size: 12px;
  }
  .footer-right-div span {
    width: 26px;
    height: 26px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer-mid {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 520px) {
  .footer-logo-right {
    flex-wrap: wrap;
  }
  .footer-right-div {
    width: 100%;
  }
}
.crumbs-mid {
  background: #F0F0F0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.crumbs-kuang {
  font-size: var(--font-size-14);
  color: var(--color-text);
}
.crumbs-kuang a:hover,
.crumbs-kuang .active {
  color: var(--color-vi);
}

.swiper-slide-title {
  display: block;
  font-size: var(--font-size-24);
  color: var(--color-text);
  border: 1px solid #666666;
  background: #ffffff;
  padding: 0.12rem 0.6rem;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-slide-title:hover, .swiper-slide-title.active {
  border-color: var(--color-vi);
  background: var(--color-vi);
  color: #fff;
  font-family: "wxb", Arial, Helvetica, sans-serif;
}

.suppswipr {
  padding-top: 0.66rem;
  padding-bottom: 0.66rem;
}
.suppswipr .swiper-slide {
  width: auto;
  display: inline-block;
}

.suppswiper-bottom-left {
  width: 43.9024390244%;
  margin-bottom: 0.1rem;
}

.suppswiper-bottom-right {
  width: 49.2073170732%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.suppswiper-bottom-right:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.supp-bottom-biaoti {
  font-size: var(--font-size-24);
  color: var(--color-text);
}

.supp-bottom-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-weight: bold;
}

.supp-bottom-neirong {
  margin-top: var(--font-size-30);
  font-size: var(--font-size-16);
  color: var(--color-666);
}

.suppswiper-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.supp-bottom-neirong {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus-s1-mid .supp-s1-kuangswiper {
  z-index: 2;
}
.aboutus-s1-mid .supp-s1-kuangswiper .swiper-wrapper {
  background: #fff;
}

.supp-s1-kuangswiper {
  position: relative;
  overflow: hidden;
}
.supp-s1-kuangswiper .swiper-button-next,
.supp-s1-kuangswiper .swiper-button-prev {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  opacity: 1;
}
.supp-s1-kuangswiper .swiper-button-disabled {
  opacity: 0;
}
.supp-s1-kuangswiper .swiper-button-prev {
  margin-left: 0rem;
  left: -0.58rem;
}
.supp-s1-kuangswiper .swiper-button-next {
  margin-right: 0rem;
  right: -0.58rem;
}

@media screen and (max-width: 991px) {
  .suppswiper-bottom-left,
  .suppswiper-bottom-right {
    width: 100%;
  }
  .supp-s1-kuangswiper .supp-s1-kuangswiper {
    top: 20px;
  }
  .supp-s1-kuangswiper .swiper-button-prev {
    margin-left: 0rem;
    left: 0rem;
  }
  .supp-s1-kuangswiper .swiper-button-next {
    margin-right: 0rem;
    right: 0rem;
  }
  .aboutus-s1-mid {
    padding-top: 20px;
  }
  .aboutus-s1-mid .supp-s1-kuangswiper {
    display: none;
  }
}
.imgzero {
  font-size: 0px;
  display: block;
}

.sup-s2-mid {
  overflow: hidden;
}

.supcertifiswiper {
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.supcertifiswiper .swiper-slide {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 4px 19px 0px rgba(188, 188, 188, 0.47);
  top: 0px;
  height: 4.3rem;
}
.supcertifiswiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  width: 0%;
  height: 2px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background: var(--color-vi);
  z-index: 2;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.supcertifiswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.supcertifiswiper .swiper-slide:hover {
  top: -0.48rem;
}
.supcertifiswiper .swiper-slide:hover::before {
  width: 80%;
  opacity: 1;
}
.supcertifiswiper .tifiimg {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

@media screen and (max-width: 991px) {
  .supcertifiswiper {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .supcertifiswiper .tifiimg {
    height: 6rem;
  }
}
.sup-s3-mid {
  background: #FEFBF9;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sup-s3-kuang-left {
  width: 48.7804878049%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sup-s3-kuang-right {
  width: 47.0731707317%;
  padding-right: 2.43rem;
  padding-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
}
.sup-s3-kuang-right img:hover {
  -moz-transform: scale(1.04);
   -ms-transform: scale(1.04);
       transform: scale(1.04);
}

.sup-s3-kuang-big,
.sup-s3-kuang-small {
  border-radius: 20px;
}
.sup-s3-kuang-big img,
.sup-s3-kuang-small img {
  border-radius: 20px;
}

.sup-s3-kuang-small {
  background: #fff;
  padding: 0.11rem 0rem 0.11rem 0.17rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 3.27rem;
}

.sup-s3-div {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.sup-s3-div:nth-child(2n) {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}
.sup-s3-div:nth-child(2n) .sup-s3-kuang-small {
  top: 0px;
  bottom: auto;
  left: 0px;
  padding: 0.11rem 0.17rem 0.11rem 0rem;
}
.sup-s3-div:nth-child(2n) .sup-s3-kuang-right {
  padding: 0px;
  padding-left: 2.43rem;
  padding-top: 0.7rem;
}

.sup-s3-kuang-title {
  font-size: var(--font-size-24);
  margin-bottom: var(--font-size-24);
  color: #222;
  font-family: "wxb", Arial, Helvetica, sans-serif;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sup-s3-kuang-neirong {
  font-size: var(--font-size-16);
  color: var(--color-666);
  margin-bottom: 10px;
}

.sup-s3-div:hover .sup-s3-kuang-title {
  color: var(--color-vi);
}

@media screen and (max-width: 991px) {
  .sup-s3-kuang-left {
    width: 100%;
  }
  .sup-s3-kuang-right {
    max-width: 650px;
    margin: auto;
    width: 100%;
  }
  .sup-s3-div {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
  .sup-s3-div:nth-child(2n) {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
  .sup-s3-div {
    margin-top: 0.2rem;
  }
  .sup-s3-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.solagg-s1-big {
  border: 0.12rem solid #FFFFFF;
  border-radius: 0.15rem;
  aspect-ratio: 16/9.47;
  overflow: hidden;
}

.solagg-s1-right {
  width: 53.0487804878%;
  position: relative;
  padding-left: 0.63rem;
  padding-bottom: 0.4rem;
  margin-top: -0.8rem;
  z-index: 2;
}
.solagg-s1-right img:hover {
  -moz-transform: scale(1.04);
   -ms-transform: scale(1.04);
       transform: scale(1.04);
}

.solagg-s1-small {
  border: 0.05rem solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  width: 2rem;
  left: 0px;
  height: 2rem;
  bottom: 0rem;
  overflow: hidden;
}

.solagg-s1-left {
  width: 43.9024390244%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.solagg-s1-left .banner-nanu {
  margin-top: 0.2rem;
}

.solagg-s1-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .solagg-s1-kuang {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .solagg-s1-right {
    margin-top: 0.3rem;
    max-width: 800px;
    width: 100%;
  }
  .solagg-s1-left {
    width: 100%;
  }
}
.solagg-s3-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.86rem, 1fr));
  gap: 0.27rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

.solagg-img {
  position: relative;
  top: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0.2rem;
  aspect-ratio: 16/17.1;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .solagg-img:hover, .solagg-img.active {
    top: -0.48rem;
  }
}

@media screen and (max-width: 991px) {
  .solagg-s3-list {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 580px) {
  .solagg-s3-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(2rem, 1fr));
    gap: 0.27rem;
  }
}
.solagg-s4-left {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: #fff;
  width: 11rem;
  margin-right: 0.8rem;
}

.solagg-s4-kuang {
  background: url(../images/solutionbj.png) no-repeat;
  background-size: cover;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.4rem 0.6rem;
}

.solagg-products,
.solagg-con {
  display: inline-block;
  border-radius: 100px;
  padding: 0.16rem 0.34rem;
  min-width: 2.77rem;
  font-size: 0.22rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(217, 99, 45, 0.38);
  color: #fff;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.solagg-products::before,
.solagg-con::before {
  content: "";
  position: absolute;
  width: -moz-calc(100% + 0.24rem);
  width: calc(100% + 0.24rem);
  height: -moz-calc(100% + 0.16rem);
  height: calc(100% + 0.16rem);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  top: -0.08rem;
  left: -0.12rem;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  -moz-animation: ripple 1.4s ease-in-out infinite;
       animation: ripple 1.4s ease-in-out infinite;
}
.solagg-products:hover,
.solagg-con:hover {
  color: #000;
}

.solagg-con {
  background: transparent;
  border: 0px;
}
.solagg-con::before {
  opacity: 0 !important;
}

@-moz-keyframes breathe {
  0%, 100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    -moz-transform: scale(1.08);
         transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes breathe {
  0%, 100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    -moz-transform: scale(1.08);
         transform: scale(1.08);
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .solagg-s4-kuang {
    flex-wrap: wrap;
  }
  .solagg-s4-kuang .solagg-s4-left,
  .solagg-s4-kuang .solagg-s4-right {
    width: 100%;
    text-align: center;
  }
  .solagg-products,
  .solagg-con {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .solagg-s4-left {
    margin-right: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .solagg-s4-kuang {
    padding: 0.4rem;
  }
}
.solagg-contact {
  font-size: var(--font-size-18);
  color: #666;
  margin-top: 0.5rem;
}

/* 这是隐藏但仍对屏幕阅读器可见的样式，通常用于无障碍辅助阅读 */
.cpjh-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.solagg-s5-mid {
  padding-top: 1rem;
}

.soalagg-mid {
  padding: 0.5rem 0px;
  background: url(../images/startyoubj.png) no-repeat;
  background-size: cover;
}

.solagg-s6-kuang {
  display: block;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.solagg-s6-kuang:hover {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}

.solagg-s6-title {
  font-size: var(--font-size-48);
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.solagg-s6-text {
  font-size: var(--font-size-22);
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 991px) {
  .solagg-s5-mid {
    padding-top: 0.5rem;
  }
  .solagg-contact {
    margin-top: 0.3rem;
  }
}
.resource-s1-mid {
  padding-top: 0.74rem;
  padding-bottom: 1.2rem;
}

.resource-s1-div-right {
  display: block;
  border-radius: 0.2rem;
  width: 31.9512195122%;
  overflow: hidden;
  font-size: 0px;
}

.resource-s1-div-left {
  width: 64.6341463415%;
}

.resource-s1-div {
  padding: 0.56rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(172, 172, 172, 0.3);
  border: 1px solid transparent;
  color: var(--color-text);
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.resource-s1-div .banner-nanu {
  margin-top: 0.28rem;
  background: transparent;
  color: var(--color-vi);
}
.resource-s1-div .banner-nanu:hover {
  background: var(--color-vi);
  color: #fff;
}
.resource-s1-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.resource-s1-div:hover .resource-s1-div-title {
  color: var(--color-vi);
}
.resource-s1-div:hover .resource-s1-div-right img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.resource-s1-div:hover {
  border-color: var(--color-vi);
}

.resource-s1-div-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  margin-top: 0.28rem;
  margin-bottom: 0.28rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.resource-s1-div-neirong {
  font-size: var(--font-size-18);
}
.resource-s1-div-neirong a {
  color: #0038EE;
  text-decoration: underline;
}

.resource-icon {
  box-shadow: 0px 4px 19px 0px rgba(188, 188, 188, 0.47);
  background: #FFFFFF;
  border: 1px solid #FF5F15;
  padding: 0.2rem;
  border-radius: 50%;
  width: 0.82rem;
  height: 0.82rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 0px;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .resource-s1-div {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .resource-s1-div-right {
    text-align: center;
  }
  .resource-s1-div-left, .resource-s1-div-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .resource-s1-div {
    padding: 0.3rem;
  }
  .resource-s1-div-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .resource-s1-mid {
    padding-bottom: 0.5rem;
  }
}
.suppswipr-list .solagg-s3-list {
  margin-top: 0px;
}

.index-s1-top-right-a {
  font-size: var(--font-size-18);
  color: var(--color-text);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.index-s1-top-right-a span {
  display: inline-block;
}
.index-s1-top-right-a i {
  margin-left: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  min-width: 24px;
  min-height: 24px;
  background: var(--color-vi);
  color: #fff;
  border: 1px solid var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s1-top-right-a:hover {
  color: var(--color-vi);
}
.index-s1-top-right-a:hover i {
  background: #fff;
  color: var(--color-vi);
}

.ad-s2-mid {
  padding-top: 0.8rem;
}

@media screen and (max-width: 991px) {
  .ad-s1 .solagg-s1-right {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
.ad-s3-mid .solagg-s4-left {
  font-weight: 100;
}
.ad-s3-mid .solagg-s4-kuang > .w1640 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .ad-s3-mid .solagg-s4-kuang > .w1640 {
    flex-wrap: wrap;
  }
}
.ad-s4-div-left {
  width: 52.0731707317%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.ad-s4-div-right {
  width: 40.4268292683%;
  border-radius: 0.2rem;
  font-size: 0px;
  aspect-ratio: 16/6.9;
  position: relative;
  top: 0.4rem;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.ad-s4-div-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  margin-bottom: var(--font-size-12);
}

.ad-s4-div-text {
  font-size: var(--font-size-22);
}

.ad-s4-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}

.ad-s5-bottom {
  background: transparent;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ad-s5-bottom:last-child .ad-s4-div {
  border-color: transparent;
}

.ad-s5-bottom:hover:hover {
  background: #FFF4EF;
}
.ad-s5-bottom:hover:hover .ad-s4-div-title {
  color: var(--color-vi);
}
.ad-s5-bottom:hover:hover .ad-s4-div-right {
  opacity: 1;
}
.ad-s5-bottom:hover:hover .ad-s4-div {
  border-color: transparent;
}

.ad-s4-mid {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  box-shadow: 0px 4px 63px 0px rgba(111, 111, 111, 0.11);
}

@media screen and (max-width: 991px) {
  .ad-s4-div-right {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .ad-s4-div {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .ad-s4-div-left {
    width: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .ad-s4-div-right {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 10px;
  }
}
.ad-s5-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0.92rem;
}
.ad-s5-kuang::before {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 76%;
  top: 0.6rem;
}

.ad-s5-kuang-div {
  text-align: center;
  width: 25%;
  margin-bottom: 0.66rem;
}
.ad-s5-kuang-div:hover .ad-s5-title {
  color: var(--color-vi);
}
.ad-s5-kuang-div:hover .ad-s5-icon {
  background: var(--color-vi);
}
.ad-s5-kuang-div:hover .ad-s5-icon img:nth-of-type(1) {
  display: none;
}
.ad-s5-kuang-div:hover .ad-s5-icon img:nth-of-type(2) {
  display: block;
}

.ad-s5-icon {
  font-size: 0px;
  margin: auto;
  width: 1.22rem;
  height: 1.22rem;
  border-radius: 50%;
  border: 1px solid var(--color-vi);
  padding: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ad-s5-icon img:nth-of-type(1) {
  display: block;
}
.ad-s5-icon img:nth-of-type(2) {
  display: none;
}

.ad-s5-title {
  margin-top: 0.6rem;
  font-family: "wxb", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-24);
  margin-bottom: 0.2rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.ad-s5-text {
  font-size: var(--font-size-22);
  color: var(--color-666);
}

.ad-s5-mid {
  background: url(../images/liuchengbj1.png) no-repeat left top;
  background-size: auto 100%;
  background-position: -50%;
}

.ad-s5-icon {
  position: relative;
  background: #fff;
}
.ad-s5-icon span {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  right: -0.2rem;
  top: -0.05rem;
  border-radius: 50%;
  border: 1.8px solid var(--color-vi);
  position: absolute;
  font-size: 0.22rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--color-vi);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  background: #fff;
}

.liuchengjiantou {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--color-vi);
  border: 1px solid rgba(255, 95, 21, 0.27);
  background: #fff;
  font-size: 0.24rem;
  top: 0.4rem;
  position: relative;
  overflow: visible;
  -moz-animation: lineGrow 1.5s infinite alternate linear;
       animation: lineGrow 1.5s infinite alternate linear;
}

@-moz-keyframes lineGrow {
  from {
    -moz-transform: translateX(-0.3rem);
         transform: translateX(-0.3rem); /* 起点：往左一点 */
  }
  to {
    -moz-transform: translateX(0.3rem);
         transform: translateX(0.3rem); /* 终点：回到原位 */
  }
}

@keyframes lineGrow {
  from {
    -moz-transform: translateX(-0.3rem);
         transform: translateX(-0.3rem); /* 起点：往左一点 */
  }
  to {
    -moz-transform: translateX(0.3rem);
         transform: translateX(0.3rem); /* 终点：回到原位 */
  }
}
.ad-s5-mid {
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .liuchengjiantou {
    display: none;
  }
  .ad-s5-kuang-div {
    width: 49%;
  }
  .ad-s5-mid {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 580px) {
  .ad-s5-kuang-div {
    width: 100%;
  }
  .ad-s5-title {
    margin-top: var(--font-size-20);
  }
}
.ad-s6-mid {
  background: url(../images/startyoubj.png) no-repeat;
  background-size: cover;
  /* padding-top: 0.48rem; */
  /* padding-bottom: 0.48rem; */
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-top: 1.8rem;
  margin-bottom: 2.2rem;
}

.ad-s6-kuang-left {
  width: 42.0731707317%;
}

.m-muban-form-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  margin-bottom: 0.2rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-muban-form {
  padding: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(128, 128, 128, 0.3);
  border-radius: 0.2rem;
  width: 53.6585365854%;
  position: absolute;
  right: 0px;
  z-index: 1;
}
.m-muban-form input, .m-muban-form textarea {
  background: #ededed;
}
.m-muban-form input::-webkit-input-placeholder, .m-muban-form textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 0.18rem;
  font-family: "wxr", Arial, Helvetica, sans-serif;
}
.m-muban-form input:-moz-placeholder, .m-muban-form textarea:-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 0.18rem;
  font-family: "wxr", Arial, Helvetica, sans-serif;
}
.m-muban-form input::-moz-placeholder, .m-muban-form textarea::-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 0.18rem;
  font-family: "wxr", Arial, Helvetica, sans-serif;
}
.m-muban-form input:-ms-input-placeholder, .m-muban-form textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 0.18rem;
  font-family: "wxr", Arial, Helvetica, sans-serif;
}
.m-muban-form input, .m-muban-form textarea {
  padding: 0.18rem;
  width: 100%;
  height: 100%;
  border: 0px;
  outline: none;
  border-radius: 0.05rem;
}
.m-muban-form form {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}
.m-muban-form .m-muban-form-btn {
  background: var(--color-vi);
  cursor: pointer;
  min-width: 1.8rem;
  color: #fff;
  font-family: "wxb", Arial, Helvetica, sans-serif;
  font-size: 0.2rem;
  padding: 0.14rem;
  width: auto;
  border: 1px solid var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-muban-form .m-muban-form-btn:hover {
  background: transparent;
  color: var(--color-vi);
}
.m-muban-form:hover .m-muban-form-title {
  color: var(--color-vi);
}

.m-muban-form-div {
  width: 49%;
}

.m-muban-form-div.tea {
  width: 100%;
}
.m-muban-form-div.tea textarea {
  height: 1.5rem;
}
.m-muban-form-div.tea input {
  width: 0.14rem;
  min-width: 14px;
  min-height: 14px;
  height: 0.14rem;
  position: relative;
  top: 0.02rem;
}
.m-muban-form-div.tea .m-muban-form-div-input {
  width: 100%;
}
.m-muban-form-div.tea .m-muban-form-div-input span {
  font-size: var(--font-size-14);
  color: #C4C4C4;
}

@media screen and (max-width: 991px) {
  .ad-s6-kuang {
    flex-wrap: wrap;
  }
  .ad-s6-kuang-left {
    margin-bottom: 20px;
  }
  .m-muban-form, .ad-s6-kuang-left {
    position: unset;
    width: 100%;
  }
  .ad-s6-mid {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .m-muban-form-div {
    width: 100%;
  }
}
.ad-s6-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
}

.ad-s7-kuang {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.ad-s7-kuang .index-s1-top {
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 991px) {
  .ad-s7-kuang {
    padding-bottom: 0.4rem;
  }
}
.ad-s7-faq-div {
  background: #FFFFFF;
  box-shadow: 0px 4px 35px 0px rgba(209, 209, 209, 0.3);
  border: 1px solid #fff;
  border-radius: 0.2rem;
  padding: 0.24rem 0.3rem;
  margin-bottom: var(--font-size-18);
}

.ad-s7-faq-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  font-size: var(--font-size-22);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  color: #222;
  cursor: pointer;
}
.ad-s7-faq-top > span {
  position: relative;
  padding-left: 0.5rem;
}
.ad-s7-faq-top > span::before {
  content: "Q";
  left: 0px;
  top: 1px;
  position: absolute;
  font-size: var(--font-size-18);
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
  background: var(--color-vi);
  display: -moz-box;
  display: flex;
  color: #fff;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.ad-s7-faq-top i {
  color: var(--color-vi);
  font-size: var(--font-size-20);
  font-weight: bold;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.ad-s7-faq-text {
  padding-left: 0.5rem;
  position: relative;
  padding-top: 0.01rem;
  font-variant: var(--font-size-18);
}
.ad-s7-faq-text::before {
  content: "A";
  font-size: var(--font-size-18);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  top: 0;
  position: absolute;
  left: 0px;
  width: 0.3rem;
  min-width: 20px;
  min-height: 20px;
  height: 0.3rem;
  background: rgba(255, 95, 21, 0.0784);
  color: var(--color-vi);
}

.ad-s7-faq-text {
  height: 0px;
  overflow: hidden;
  margin-top: 0rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.ad-s7-faq-div.active {
  border: 1px solid #FF5F15;
}
.ad-s7-faq-div.active .ad-s7-faq-text {
  margin-top: 0.2rem;
}
.ad-s7-faq-div.active .ad-s7-faq-top i {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}

.kongbanner-div {
  margin-top: 0.8rem;
}

.adtwo-s1-text {
  /* font-size: var(--font-size-16); */
  font-size: var(--font-size-20);
  color: var(--color-666);
}
.adtwo-s1-text strong{
    color: var(--color-link);
}

.adtwo-s1-mid {
  margin-bottom: 1.3rem;
}

.adtwo-s4-mid {
  padding-bottom: 1rem;
}

.adtwo-s4-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.adtwo-s4-kuang:hover .adtwo-s4-kuang-left img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.adtwo-s4-kuang:hover .adtwo-s4-kuang-right .adtwo-s4-title {
  color: var(--color-vi);
}
.adtwo-s4-kuang:nth-child(2n) {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}
.adtwo-s4-kuang:nth-child(2n) .adtwo-s4-kuang-right {
  padding-right: 1rem;
  padding-left: 1.5rem;
}

.adtwo-s4-kuang-left {
  font-size: 0px;
  width: 50%;
  overflow: hidden;
}

.adtwo-s4-kuang-right {
  width: 50%;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.62rem;
  padding-right: 1.88rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.adtwo-s4-kuang-right .adtwo-s4-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  margin-bottom: var(--font-size-16);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.adtwo-s4-kuang-right .adtwo-s4-div {
  font-size: var(--font-size-18);
  color: var(--color-666);
}

.contact-s1-mid {
  padding-top: 1.1rem;
  padding-bottom: 2.8rem;
}

.contact-s1-left {
  width: 50.1829268293%;
  background: #F9F9F9;
  border-radius: 0.2rem;
  padding: 0.3rem 1.44rem 0.5rem 0.5rem;
  color: var(--color-text);
}
.contact-s1-left h2 {
  font-size: var(--font-size-24);
  margin-bottom: 0.2rem;
}
.contact-s1-left .contact-s1-text {
  font-size: var(--font-size-18);
}

.contact-s1 {
  position: relative;
}
.contact-s1 .m-muban-form {
  top: 0.34rem;
}

@media screen and (max-width: 991px) {
  .contact-s1-left {
    width: 100%;
    padding-right: 0.5rem;
  }
  .contact-s1-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .adtwo-s4-kuang {
    padding-left: 2%;
    padding-right: 2%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .adtwo-s4-kuang:nth-child(2n) {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-flow: column;
  }
  .adtwo-s4-kuang-left {
    width: 100%;
    text-align: center;
  }
  .adtwo-s4-kuang-right {
    width: 100%;
  }
  .adtwo-s4-kuang:nth-child(2n) .adtwo-s4-kuang-right,
  .adtwo-s4-kuang .adtwo-s4-kuang-right {
    padding-left: 2%;
    padding-right: 2%;
  }
  .solagg-s3-list {
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  }
  .adtwo-s4-mid {
    padding-bottom: 0px;
  }
}
.case-list-mid {
  padding-top: 0.4rem;
}
.case-list-mid .index-s5-div:hover {
  border-radius: 0.2rem;
}
.case-list-mid .index-s5-div:hover::before {
  display: none;
}

.m-muban-pagebox {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.m-muban-pagebox .m-muban-next,
.m-muban-pagebox .m-muban-prev {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  min-width: 40px;
  width: 0.4rem;
  min-height: 40px;
  height: 0.4rem;
  background: rgba(217, 99, 45, 0.149);
  display: block;
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--color-vi);
  font-weight: bold;
  margin: 0.04rem;
  border-radius: 0.05rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.m-muban-pagebox a:hover,
.m-muban-pagebox a.active {
  background: var(--color-link);
  color: #fff;
  border-color: var(--color-link);
}

.m-muban-pagebox a.no:hover {
  background: unset;
  color: unset;
  cursor: auto;
}

.m-muban-pagenum {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.m-muban-pagenum a {
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 28px;
  }
  .m-muban-pagebox {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    -moz-box-pack: center;
    justify-content: center;
  }
}
.zanting {
  position: absolute;
  background: -moz-linear-gradient(bottom, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5));
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5));
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  top: 0%;
  left: 0%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.zanting img {
  width: 1rem;
  height: auto;
}

.index-s5-div:hover .zanting {
  background: transparent;
}

.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  z-index: 9999;
}

.video-popup.active {
  display: -moz-box;
  display: flex;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 8rem;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-popup iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.24rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
}

.pro-s1-div {
  display: block;
  font-size: 0px;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 22.5609756098%;
  margin-bottom: 0.3rem;
  margin-right: 3.2317073171%;
  aspect-ratio: 16/16.9;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.pro-s1-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-s1-div:nth-child(4n) {
  margin-right: 0px;
}
.pro-s1-div:hover .dive-title {
  bottom: 0.2rem;
}

.dive-title {
  width: -moz-calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  background: #fff;
  position: absolute;
  bottom: -100%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  font-size: var(--font-size-22);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  color: var(--color-vi);
  border-radius: 100px;
  padding: 0.16rem 0.3rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dive-title i {
  font-weight: bold;
}
.dive-title span {
  display: block;
}
.dive-title:hover {
  background: var(--color-vi);
  color: #fff;
}

.pro-s1-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

.pro-s1-mid {
  padding-top: 0.9rem;
}

@media screen and (max-width: 991px) {
  .dive-title {
    bottom: 0.2rem;
  }
  .pro-s1-div {
    width: 31%;
    margin-right: 3.4146341463%;
  }
  .pro-s1-div:nth-child(3n) {
    margin-right: 0px;
  }
  .pro-s1-div:nth-child(4n) {
    margin-right: 3.4146341463%;
  }
}
@media screen and (max-width: 768px) {
  .pro-s1-kuang {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .pro-s1-div {
    width: 49%;
    margin-right: 0px !important;
  }
  .pro-s1-mid {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 375px) {
  .pro-s1-div {
    width: 100%;
  }
}
.aboutus-s1-text-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  color: var(--color-text);
  margin-bottom: var(--font-size-30);
}

.aboutus-s1-text {
  font-size: var(--font-size-22);
  color: var(--color-666);
}
.aboutus-s1-text b {
  color: var(--color-vi);
}

.index-s4-about-right .banner-nanu {
  margin-top: 0.6rem;
}

.aboutus-s1 .index-s4-about-top {
  padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .aboutus-s1 .index-s4-about-top {
    padding-bottom: 0.5rem;
  }
  .index-s4-about-right .banner-nanu {
    margin-top: 0.2rem;
  }
}
.aboutus-s2-mid {
  padding-bottom: 0.8rem;
}

.aboutus-leader-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  color: var(--color-text);
  margin-bottom: 10px;
}

.aboutus-leader-text {
  font-size: var(--font-size-22);
  color: var(--color-666);
}

.aboutus-leader-jieshao {
  border-radius: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 43px 0px rgba(167, 167, 167, 0.3);
  position: absolute;
  bottom: -0.5rem;
  right: 0px;
  width: 63.4146341463%;
  padding: 0.5rem 0.7rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutus-leader-jieshao:hover {
  bottom: 0px;
}

.aboutus-s2-content-img {
  font-size: 0px;
  position: relative;
}
.aboutus-s2-content-img img {
  border-radius: 0.2rem;
  box-shadow: 0px 4px 41px 0px rgba(173, 173, 173, 0.3);
}

.aboutus-leader-img {
  font-size: 0px;
  position: relative;
  border-radius: 0.2rem;
}
.aboutus-leader-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 16, 21, 0) 57%, rgba(0, 0, 0, 0.97) 141%);
  background: linear-gradient(180deg, rgba(0, 16, 21, 0) 57%, rgba(0, 0, 0, 0.97) 141%);
  border-radius: 0.2rem;
}

.aboutus-s2-content {
  margin-top: 0.7rem;
}

.aboutus-s2-jianjie {
  margin-top: 0.8rem;
  padding-top: 0.2rem;
  background: url(../images/douhao.png) no-repeat left top;
  font-size: var(--font-size-22);
  color: #666;
}
.aboutus-s2-jianjie .jianjie-ceo {
  display: block;
  font-size: var(--font-size-24);
  color: var(--color-text);
  margin-top: var(--font-size-20);
}

@media screen and (max-width: 991px) {
  .aboutus-leader-jieshao {
    position: unset;
    width: 100%;
    padding: 0.3rem;
  }
  .aboutus-s2-jianjie {
    margin-top: 0.5rem;
  }
  .aboutus-s2-content {
    margin-top: 0.4rem;
  }
}
.about-s3-bigimg, .about-s3-smallimg {
  font-size: 0px;
}

.about-s3-left {
  width: 46.7073170732%;
  position: relative;
}
.about-s3-left img {
  border-radius: 0.2rem;
}

.about-s3-right {
  width: 48.7804878049%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.about-s3-title {
  font-size: var(--font-size-24);
  font-family: "wxb", Arial, Helvetica, sans-serif;
  color: var(--color-text);
  margin-bottom: 0.3rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about-s3-text {
  font-size: var(--font-size-18);
  color: var(--color-666);
}
.about-s3-text b {
  color: var(--color-vi);
}

.aboutus-s3-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.aboutus-s3-bottom:hover .about-s3-title {
  color: var(--color-vi);
}
.aboutus-s3-bottom:hover .about-s3-smallimg::before {
  -moz-animation: spin 3s linear infinite;
       animation: spin 3s linear infinite; /* 🔑 添加旋转动画 */
}

.aboutus-s3-mid {
  padding-top: 0.8rem;
  box-shadow: 0px 4px 63px 0px rgba(111, 111, 111, 0.11);
  padding-bottom: 1rem;
}

.aboutus-s3-bottom {
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}

.about-s3-smallimg {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.2rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-animation: spin 4s linear infinite;
       animation: spin 4s linear infinite; /* 🔑 添加旋转动画 */
}
.about-s3-smallimg::before {
  content: "";
  position: absolute;
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 50%;
  background: url(../images/xunhuanbj.png) no-repeat;
  background-size: cover;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .aboutus-s3-bottom {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .about-s3-right {
    width: 100%;
  }
  .about-s3-left {
    width: 100%;
  }
  .aboutus-s3-mid {
    padding-bottom: 0.4rem;
  }
  .about-s3-smallimg {
    right: -0.2rem;
  }
}
.aboutus-s4-mid {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background: url(../images/liuchengbj.png) no-repeat;
  background-position: 2000% 0; /* 初始藏在左边 */
  -moz-transition: background-position 2s ease;
  transition: background-position 2s ease; /* 平滑过渡 */
}

.aboutus-s4-mid.active {
  background-position: 0 0; /* 滑入到正常位置 */
}

.aboutus-s4-div {
  margin-bottom: 0.28rem;
}
.aboutus-s4-div:hover .aboutus-s4-title {
  color: var(--color-vi);
}

.aboutus-s4-title {
  font-size: 0.72rem;
  color: var(--color-text);
  margin-bottom: 0.08rem;
  font-weight: bold;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus-s4-text {
  color: var(--color-666);
  /* font-size: 0.16rem; */
  font-size: var(--font-size-16);
}

.aboutus-s4-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: inherit;
       align-items: inherit;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.aboutus-s4-kuang .index-s1-top {
  width: 48.7804878049%;
}
.aboutus-s4-kuang .index-s1-neirong {
  font-size: var(--font-size-18);
  margin-top: 0.3rem;
}
.aboutus-s4-kuang .index-s1-neirong b {
  color: var(--color-vi);
}

.aboutus-s4-bottom {
  width: 48.7804878049%;
  border-left: 1px solid #d8d8d8;
  padding-left: 1.4rem;
  position: relative;
}

.aboutus-s4-bottom {
  height: 6.4rem;
  overflow-y: auto;
}

.aboutus-s4-bottom.scroll-y::-webkit-scrollbar {
  width: 2px;
}

.aboutus-s4-mid .index-s1-top {
  position: relative;
  padding-right: 0.8rem;
}
.aboutus-s4-mid .index-s1-top .aboutus-s4-jiantou {
  position: absolute;
  z-index: 2;
  right: -0.15rem;
  display: -moz-box;
  display: flex;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column; /* 垂直排列 */
  -moz-box-pack: justify;
       justify-content: space-between; /* 平分高度 */
  -moz-box-align: center;
       align-items: center; /* 水平居中箭头 */
  height: 70%; /* 或者父容器固定高度 */
}
.aboutus-s4-mid .index-s1-top i {
  font-weight: bold;
  color: var(--color-vi);
  font-size: 0.3rem;
  display: inline-block;
  -moz-animation: moveDown 1s infinite;
       animation: moveDown 1s infinite;
}

.aboutus-s4-bottom::-webkit-scrollbar {
  width: 0px;
}

@-moz-keyframes moveDown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    -moz-transform: translateY(10px);
         transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 0.7;
  }
}

@keyframes moveDown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    -moz-transform: translateY(10px);
         transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .aboutus-s4-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .aboutus-s4-kuang {
    flex-wrap: wrap;
  }
  .aboutus-s4-kuang .index-s1-top {
    width: 100%;
  }
  .aboutus-s4-mid .index-s1-top .aboutus-s4-jiantou {
    display: none;
  }
  .aboutus-s4-mid .index-s1-top {
    padding-right: 0px;
  }
  .aboutus-s4-bottom {
    width: 100%;
    padding-left: 0px;
    border-left: 0px;
    margin-top: 0.2rem;
  }
}
.aboutus-s5-mid {
  padding-top: 0.62rem;
  padding-bottom: 1.3rem;
}

.client-div {
  padding-top: 0.2rem;
  margin-top: 0.4rem;
  padding-bottom: 0.8rem;
  font-size: 0.22rem;
  color: var(--color-666);
  background: url(../images/douhao.png) no-repeat left top;
}

.client-name {
  font-size: 0.24rem;
  color: var(--color-text);
  font-weight: bold;
}

.aboutus-s5-mid {
  box-shadow: 0px 4px 63px 0px rgba(111, 111, 111, 0.11);
}

.client-annu {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.client-annu .swiper-button-prev, .client-annu .swiper-button-next {
  position: unset;
}
.client-annu .swiper-button-prev::after, .client-annu .swiper-button-next::after {
  display: none;
}
.client-annu .swiper-button-prev, .client-annu .swiper-button-next {
  background: var(--color-vi);
  border-radius: 0.05rem;
  width: 0.38rem;
  height: 0.38rem;
}
.client-annu .swiper-button-prev:hover, .client-annu .swiper-button-next:hover {
  -moz-transform: scale(1.04);
   -ms-transform: scale(1.04);
       transform: scale(1.04);
}

.aboutus-s5-bottom {
  position: relative;
}

@media screen and (max-width: 768px) {
  .client-annu {
    position: unset;
    margin-top: 10px;
  }
  .aboutus-s5-mid {
    padding-bottom: 0.5rem;
  }
}
.home-our-mid {
  padding-top: var(--font-size-40);
}

.m-muban-newxq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.m-muban-newxq-left {
  width: 70%;
  background: saddlebrown;
}

.m-muban-newxq-right {
  width: 28%;
  background: #666666;
}

.toc a {
  display: block;
  color: #fff;
}

.newxq-s1 .news-xq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.7rem;
}
.newxq-s1 .news-xq-mid-left {
  width: 68%;
  color: #666666;
}
.newxq-s1 .news-xq-mid-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  width: 24%;
}
.newxq-s1 .author-mid {
  padding: 0.2rem 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .newxq-s1 .author-mid {
    width: 100%;
  }
}
.newxq-s1 .author-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
}
.newxq-s1 .author-name {
  width: 100%;
  font-size: var(--font-size-24);
  margin-top: 4px;
  margin-bottom: 4px;
}
.newxq-s1 .author-js {
  font-size: var(--font-size-16);
  line-height: 24px;
}
.newxq-s1 .author-js a {
  color: var(--color-primary);
}
.newxq-s1 .author-img {
  min-width: 97px;
  width: 97px;
  min-height: 97px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #e8ecef;
  border-radius: 10%;
}
.newxq-s1 .new-maodian-title {
  font-size: var(--font-size-24);
  line-height: 0.36rem;
  color: var(--color-text);
  margin-bottom: 0.26rem;
  position: relative;
}
.newxq-s1 .new-maodian-div {
  border-radius: 5px;
  z-index: 2;
  background: #fff;
  padding: var(--font-size-20);
  margin-bottom: 32px;
  box-shadow: 0px 4px 32px 0px rgba(167, 167, 167, 0.3);
}
.newxq-s1 #toc > a {
  display: block;
  font-size: var(--font-size-18);
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}
.newxq-s1 #toc > a:hover {
  color: var(--color-link);
}
.newxq-s1 .newsxq-contact {
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  padding-top: var(--font-size-20);
}
.newxq-s1 .newsxq-contact h1 {
  font-size: var(--font-size-36);
  font-size: var(--font-size-48);
  color: var(--color-vi);
}
.newxq-s1 .newsxq-contact h2,
.newxq-s1 .newsxq-contact h3 {
  font-size: var(--font-size-24);
  font-size: var(--font-size-30);
  color: #666;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.newxq-s1 .newsxq-contact .newxq-data {
  line-height: 30px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 0.12rem;
  margin-bottom: 0.2rem;
}
.newxq-s1 .newsxq-contact .newxq-data p {
  margin-right: 10%;
}
.newxq-s1 .newsxq-contact-div {
  border-top: solid 2px #dedede;
  border-bottom: solid 2px #dedede;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: var(--font-size-18);
  line-height: 1.75;
}
.newxq-s1 .newsxq-contact-div p,
.newxq-s1 .newsxq-contact-div span,
.newxq-s1 .newsxq-contact-div a {
  line-height: 1.75;
}
.newxq-s1 .newsxq-contact-div img {
  display: inline-block;
  border-radius: 10px;
}
.newxq-s1 .newsxq-contact-bottom {
  padding-top: 4%;
  padding-bottom: 2%;
}
.newxq-s1 .newsxq-contact-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.newxq-s1 .newsxq-contact-bottom a:hover {
  color: var(--color-link);
}
.newxq-s1 .newsxq-contact-bottom .prev {
  color: var(--color-primary);
}
.newxq-s1 .newsxq-contact-bottom .prev i {
  font-size: var(--font-size-30);
}
.newxq-s1 .newsxq-contact-bottom .next {
  color: var(--color-primary);
}
.newxq-s1 .newsxq-contact-bottom .next i {
  font-size: var(--font-size-30);
}
.newxq-s1 .newsxq-contact-bottom .news-list {
  min-width: 2.2rem;
  height: 40px;
  background: var(--color-vi);
  border-radius: 25px;
  text-align: center;
  font-size: var(--font-size-18);
  line-height: 40px;
  color: #ffffff;
  border: 1px solid var(--color-vi);
}
.newxq-s1 .newsxq-contact-bottom .news-list:hover {
  color: var(--color-vi);
  background: transparent;
}
.newxq-s1 .news-xq-data {
  font-size: var(--font-size-16);
  line-height: 36px;
  color: #999999;
}
.newxq-s1 .news-xq-title {
  font-size: var(--font-size-18);
  line-height: 28px;
  color: #222222;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newxq-s1 .news-xq-hot-div {
  padding: var(--font-size-20);
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 32px 0px rgba(167, 167, 167, 0.3);
}
.newxq-s1 .news-xq-hot-div a:hover {
  color: var(--color-link);
}
.newxq-s1 .news-xq-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 10px;
}
.newxq-s1 .news-xq-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.newxq-s1 .new-xqview {
  font-size: var(--font-size-14);
  line-height: 36px;
  color: var(--color-qianse);
}
@media screen and (max-width: 1280px) {
  .newxq-s1 .author-img {
    min-height: 74px;
    min-width: 74px;
    width: 74px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .newxq-s1 .new-maodian-div {
    display: none;
  }
  .newxq-s1 .news-xq-mid {
    flex-wrap: wrap;
  }
  .newxq-s1 .news-xq-mid-left,
  .newxq-s1 .newsxq-contact,
  .newxq-s1 .news-xq-mid-right {
    width: 100%;
  }
  .newxq-s1 .news-xq-mid-right {
    display: none;
  }
}
.newxq-s1 .author-top-author a {
  color: var(--color-vi);
}
.newxq-s1 .author-top-author {
  line-height: 1.75;
  width: 68%;
}
.newxq-s1 .author-top-author .author-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: nowrap;
}
.newxq-s1 .author-top-author .author-mid .author-left {
  width: auto;
}
.newxq-s1 .author-top-author .author-mid .author-left .author-img-nr {
  margin-left: 10px;
}
.newxq-s1 .author-top-author .author-mid .author-left .author-img-nr p {
  font-size: var(--font-size-18);
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .newxq-s1 .author-top-author {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newxq-s1 .author-top-author .author-mid {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .newxq-s1 .author-top-author .author-mid .author-left {
    width: 100%;
  }
  .newxq-s1 .author-top-author .author-mid .author-left .author-img-nr {
    width: 100%;
    margin-left: 0px;
  }
  .newxq-s1 .author-top-author .author-left,
  .newxq-s1 .author-top-author .author-right {
    width: 100%;
    margin: 0px;
    text-align: left;
  }
  .newxq-s1 .author-top-author .author-left .author-img,
  .newxq-s1 .author-top-author .author-right .author-img {
    margin-left: a;
    margin-right: auto;
  }
  .newxq-s1 .author-top-author .author-left,
  .newxq-s1 .author-top-author .author-right {
    width: 100%;
    flex-wrap: wrap;
  }
}

.solutionlist-mid {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}


.banner-img.nobefore::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-neirong {
    width: 100%;
  }
  .banner-img {
    aspect-ratio: unset;
    /* // aspect-ratio: 1/1; */
    height: 500px;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-mid.fenye .banner-img {
    height: auto;
  }
}

@media screen and (max-width:580px) {
  .banner-mid.fenye .banner-neirong{
    max-width: 100%;
    width: 100%;
  }
  .banner-mid.fenye .banner-img{
    height: 450px;
  }
}