@charset "utf-8";

/* CSS Document */

* {
  outline: none;
}

/*主题*/

:root {
  --head_height: 5rem;
  --colour1: #203e8d;
  --colour2: #2b73d4;
  --colour3: #4a6bb3;
  --colour4: #87a3e0;
  --dark: #262626;
  --title: #1a1a1a;
  --text: #4c4c4c;
  --small_text: #808080;
  --tips_text: #ccc;
  --btn_bg: #a0aec0;
  --grey_bg: #f8f9fa;
  --grey_bg2: #f7f8fa;
  --grey_bg3: #f8f9fb;
  --text-bg: #203e8d;
  --border_colour: #dce2e8;
  --shadow: rgb(220, 226, 232, 0.35);
}

body {
  margin: 0px;
  padding: var(--head_height) 0px 0px;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

body.modal-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}

body.menu-open {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden !important;
}

body,
html {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.02em;
  color: var(--text);
}

.font-weight-Light {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 300 !important;
}
.font-weight-normal {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 400 !important;
}
.font-weight-medium {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 600 !important;
}
.font-weight-bold {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 700 !important;
}

@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Th.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Lt.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Roman.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Md.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Bd.otf);
  font-weight: 700;
  font-style: normal;
}
a:link {
  color: inherit;
}

/*未访问样式*/

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:focus,
button:hover {
  outline: none;
}
a,
button {
  cursor: pointer;
}

a.text-link:hover {
  text-decoration: underline;
  color: var(--colour1);
}

dd,
dl,
dt,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  margin: 0;
  outline: none;
}

h1,
.h1 {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.25rem;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.375rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

i {
  font-weight: normal;
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 1.5rem 0px;
}
p {
  margin-bottom: 1.25em;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--text);
}

p:last-child {
  margin-bottom: 0em;
}

pre {
  display: block;
  border: none;
  background: none;
  font-size: 1rem;
  line-height: 1.75em;
  color: var(--text);
  padding: 0px;
  white-space: pre-wrap;
  font-family: inherit !important;
}

.title {
  color: var(--title);
}
.subtitle {
  font-weight: 500;
  color: var(--title);
}

.white {
  color: #fff;
}
.red {
  color: red;
}
.colour1 {
  color: var(--colour1);
}

.colour2 {
  color: var(--colour2);
}
.colour2 {
  color: var(--colour3);
}
.btn-bg {
  background: var(--btn_bg);
}
.colour-bg1 {
  background-color: var(--colour1);
}

.colour-bg2 {
  background-color: var(--colour2);
}

.colour1-btn {
  color: #fff !important;
  background-color: var(--colour1);
}

.colour1-btn:hover {
  background-color: var(--colour1);
}

.colour-grey-btn {
  color: var(--text) !important;
  background-color: var(--grey_bg);
}

.colour-grey-btn:hover {
  background-color: var(--colour1);
}

.colour-white-btn {
  color: var(--text) !important;
  background-color: #fff;
}

.colour-white-btn:hover {
  background-color: var(--colour1);
}

img {
  max-width: 100%;
}

/*页面滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #ebebeb;
}
::-webkit-scrollbar-thumb {
  background-color: var(--colour1);
}
/*滚动条背景*/

/*滚动容器滚动条定制*/
/*lenis 不滚动容器*/
[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/*滚动容器滚动条定制*/

.scroll-box {
  padding-right: 2vw;
  overflow-y: auto;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}

.scroll-box::-webkit-scrollbar {
  /*背景*/
  width: 10px;
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar-thumb {
  /*滚动条*/
  border: solid 2px #eaeaea;
  width: 6px;
  border-radius: 10px;
  background-color: var(--colour1);
}

.scroll-box::-webkit-scrollbar-corner {
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar {
  height: 10px;
}
/*滚动条设置*/
/*滚动元素设置*/
.scroll-roller {
  overscroll-behavior: contain;
  overflow: auto;
} /*滚动元素设置*/

/*页面选中*/
::selection {
  background: var(--text-bg);
  color: #fff;
}

::-moz-selection {
  background: var(--text-bg);
  color: #fff;
}

::-webkit-selection {
  background: var(--text-bg);
  color: #fff;
}

/*表单*/

form > div {
  margin-bottom: 1rem;
}

form > div:last-child {
  margin-bottom: 0;
}

form div.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

form div.row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

form p {
  margin-bottom: 0.375rem;
  font-size: 85%;
  opacity: 0.8;
}

form input,
form select {
  padding: 0 1rem;
  width: 100%;
  line-height: 3.5em;
  height: 3.5em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #e0e0e0;
}

form select {
  color: var(--text);
  padding-right: 2.5rem;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 1rem 1rem;
}

form select option {
  font-weight: normal;
  display: block;
  min-height: 2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
}

form textarea {
  padding: 1rem;
  width: 100%;
  line-height: 1.5em;
  height: 12em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #e0e0e0;
}

form button.btn {
  padding: 0 3rem;
  font-size: 1rem;
  line-height: 2.75rem;
  border: none;
  color: #fff;
  background: var(--colour1);
  cursor: pointer;
  transition: all 0.4s;
}

form button.btn:hover {
  color: #fff;
  background: var(--colour1);
}

/*input特殊展示效果*/
.input-box {
  position: relative;
}
.input-box label {
  position: absolute;
  z-index: 1;
  left: 0.75rem;
  top: 1.25em;
  font-size: 1rem;
  line-height: 1em;
  margin: 0;
  padding: 0 0.5rem;
  color: #999;
  background: #fff;
  transition: all 0.4s;
  transform-origin: left top;
}
.input-box :focus-within ~ label,
.input-box .not-empty ~ label {
  transform: scale(0.733) translateY(calc(-2.125em)) translateX(calc(0.25rem));
  user-select: none;
}
/*表格边框样式*/

table,
tbody,
tr,
td {
  border: none;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
  background: var(--border_colour);
  border-radius: 0.75rem;
}

table td {
  line-height: 1.5em;
  padding: 0.75rem 1.125rem;
  background: #fff;
}

table td p {
  margin: 0px;
}

table tr:first-of-type td:first-of-type {
  border-top-left-radius: 0.75rem;
}
table tr:first-of-type td:last-of-type {
  border-top-right-radius: 0.75rem;
}
table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 0.75rem;
}
table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 0.75rem;
}
/*boostrap遮罩层导致页面抖动*/

.modal-open {
  overflow: scroll !important;
}

/*页面内容宽度*/

.container {
  max-width: 1430px;
  width: 90%;
}
.small-content {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

/*图片包含*/

.obj-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

/*图片裁切*/

.obj-cover,
.obj-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.obj-cover img {
  width: 100%;
  height: 100%;
}

/*图片放大*/

.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.6s;
}

.zoom-img:hover img {
  transform: scale(1.075);
}

/*响应式图片等比居中*/

.img-center {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.img-center img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.zoom-img:hover .img-center img,
.zoom-img.img-center:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.075);
  transform: translate(-50%, -50%) scale(1.075);
}

/*背景裁切*/

.bg-cover {
  background-position: center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

/*视频相关*/

.video-box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background: #000;
}

.video-box:before {
  content: "\b20";
  font-family: "iconfont" !important;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: var(--colour1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
}

.video-box:hover:before {
  content: "\b20";
  background-color: var(--colour1);
}

.video-box.play:before {
  content: "\b20";
  opacity: 0;
}

.video-box video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  /*尺寸不匹配加黑边*/
  object-fit: cover;
  /*内容自适应裁切*/
  overflow-clip-margin: content-box;
  overflow: clip;
  /*元素溢出容器的时候隐藏，同时不会有滚动定位等行为。*/
  opacity: 0.8;
  transition: all 0.4s;
}

.video-box.play video {
  opacity: 1;
}

/*视频列表*/

.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.video-list li {
  padding: 1.25rem 0.75rem;
  width: 33.33%;
}

.video-list li a .img {
  position: relative;
  display: block;
  padding-bottom: 65%;
  overflow: hidden;
}

.video-list li a .img:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    var(--colour1) 100%
  );
  transition: all 0.6s;
}

.video-list li a:hover .img:before {
  transform: translate(0%, 100%);
}

.video-list li a .img:after {
  content: "\b88";
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 1.125em;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}

.video-list li a:hover .img:after {
  content: "\b88";
  opacity: 0;
}

.video-list li a .img img {
  width: 100%;
  height: 100%;
}

.video-list li a .info {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.125em;
  font-weight: 500;
  color: var(--title);
  transition: all 0.4s;
}

.video-list li a:hover .info {
  color: var(--colour1);
}

.video-list li a:hover .info:hover {
  color: var(--colour1);
}

/*视频弹出*/

#video-modal .close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}

#video-modal .close span {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  font-weight: normal;
  color: var(--title);
  background: #fff;
  transition: all 0.4s;
}

#video-modal .close:hover span {
  color: #fff;
  background: var(--colour2);
}

#video-modal .modal-dialog {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 96%;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video-modal .modal-content {
  border: none;
  border-radius: 0;
}
#video-modal .modal-body {
  padding: 0;
  font-size: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
  display: flex;
}

#video-modal .modal-body video {
  width: 100%;
  height: 100%;
}

/*边距盒子*/

.padding-box {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-top {
  padding-top: 8rem;
}

.padding-bottom {
  padding-bottom: 8rem;
}

.small-padding-box {
 padding-top: 5rem;
  padding-bottom: 5rem;
}

.small-padding-top {
  padding-top: 5rem;
}

.small-padding-bottom {
  padding-bottom: 5rem;
}

.main {
  position: relative;
  z-index: 2;
  background: var(--grey_bg);
}

.grey-box {
  background: var(--grey_bg);
}

.grey-box2 {
  background: var(--grey_bg2);
}

.white-box {
  background: #fff;
}

.clear-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
/*设置swiper wow*/
.swiper .swiper-wrapper .swiper-slide.wow:nth-of-type(2) {
  animation-delay: 0.3s;
}
.swiper .swiper-wrapper .swiper-slide.wow:nth-of-type(3) {
  animation-delay: 0.5s;
}
/*设置swiper按钮*/
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "iconfont" !important;
  font-size: 1.5rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  color: var(--colour1);
  background: #fff;
  transition: all 0.4s;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #fff;
  background: var(--colour1);
}
.swiper-button-next:after {
  content: "\b15";
}
.swiper-button-prev:after {
  content: "\b68";
}

/*内页翻页*/

.page-box {
  padding-top: 1.5rem;
}

.page {
  font-size: 0;
  color: #666;
}

.page span {
  display: inline-block;
  padding: 0 14px;
  margin: 0 4px;
  font-size: 14px;
  line-height: 3em;
  color: var(--text);
}

.page a {
  display: inline-block;
  margin: 0 1px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  background: #f7f7f7;
  transition: all 0.4s;
}

.page a:first-of-type {
  border-radius: 4px 0 0 4px;
}

.page a:last-of-type {
  border-radius: 0 4px 4px 0;
}

.page a.active {
  font-weight: bold;
  color: #fff;
  background: var(--colour1);
}

.page input {
  display: inline-block;
  width: 4rem;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 3em;
  height: 3em;
  color: #666;
  border-radius: 4px;
  border: 1px solid var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}

.page button {
  padding: 0 18px;
  margin: 0px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg2);
  cursor: pointer;
  transition: all 0.4s;
}

.page form {
  display: inline-block;
}

.grey-box .page a {
  background: #fff;
}

.grey-box .page a.active {
  color: #fff;
  background: var(--colour1);
}

.page a:hover,
.page button:hover {
  color: #fff;
  background: var(--colour1);
}

@media (max-width: 767.8px) {
  .page {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page a,
  .page span {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page button {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
    height: 2.5em;
  }
}

/*下拉选项*/
.select {
  position: relative;
  z-index: 2;
}

.select > div {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
  background: var(--grey_bg);
  margin: 0;
  padding: 0.5rem 0;
}

.select > a {
  display: block;
  outline: none;
  width: 100%;
  padding: 0px 1rem;
  font-size: 1rem;
  line-height: 3rem;
  height: 3rem;
  color: #666;
  border: none;
  background: #fff;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
  transition: all 0.4s;
}

.select > div a {
  padding: 0.5rem 1rem;
  color: var(--text);
  line-height: 1.5em;
  white-space: pre-wrap;
}

.select > div a.disabled {
  opacity: 0.5;
}

.select > div a:hover {
  color: var(--colour1);
  background: #fff;
}

/* 按钮 */
.layout-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  height: 3.25em;
  line-height: 1.625em;
  background: var(--colour1);
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  border-radius: 2em;
  transition: all 0.4s;
  overflow: hidden;
  /*box-shadow: 0 1.375rem 2em -0.5rem rgba(0, 0, 0, 0.1);*/
}

.layout-btn:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--grey_bg);
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.grey-box .layout-btn:before {
  background: #fff;
}

.layout-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colour1);
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}

.layout-btn > div {
  position: relative;
  z-index: 8;
  padding: 0 2em;
  overflow: hidden;
}

.layout-btn > div > span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  line-height: inherit;
  top: 0;
  font-size: inherit;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}

.layout-btn > div > span:first-of-type {
  color: #fff;
  opacity: 1;
  transform: translateY(50%);
}

.layout-btn > div > span:last-of-type {
  color: #333;
  opacity: 0;
  transform: translateY(50%);
}

.layout-btn:hover {
  background: var(--grey_bg);
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}

.layout-btn:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}

.layout-btn:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}

.layout-btn:hover > div > span:first-of-type {
  opacity: 0;
  transform: translateY(-50%);
}

.layout-btn:hover > div > span:last-of-type {
  opacity: 1;
  transform: translateY(-50%);
}
.layout-btn > div font {
  font-weight: normal !important;
  font-size: 1.25rem;
  line-height: 1em;
}
.layout-btn.layout-btn2 {
  background: #fff;
}

.layout-btn.layout-btn2:after {
  background: var(--colour2);
}
.layout-btn.layout-btn2:before {
  background: var(--grey_bg);
}
.layout-btn.layout-btn2 > div > span:first-of-type {
  color: #fff;
}
.layout-btn.layout-btn2 > div > span:last-of-type {
  color: #333;
}
.layout-btn.layout-btn3 {
  background: #fff;
}
.layout-btn.layout-btn3:after {
  background: var(--btn_bg);
}
.layout-btn.layout-btn3:before {
  background: var(--grey_bg);
}
.grey-box .layout-btn.layout-btn3 {
  background: var(--grey_bg);
}
.grey-box .layout-btn.layout-btn3:before {
  background: #fff;
}

.layout-btn.layout-dark {
  background: var(--grey_bg);
}
.layout-btn.layout-dark:after {
  background: #fff;
}
.layout-btn.layout-dark:before {
  background: var(--colour2);
}
.layout-btn.layout-dark > div > span:first-of-type {
  color: var(--colour1);
}
.layout-btn.layout-dark > div > span:last-of-type {
  color: #fff;
}
/*头部*/

#head {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: hidden;
  transform: translate(0%, 0%);
  background: var(--colour1);
  transition: all 0.6s;
}

/*头部标志*/
.head-conent {
  position: relative;
  display: flex;
  gap: 0 1.5rem;
  height: var(--head_height);
  transition: all 0.4s;
}

.navbar-brand {
  flex-shrink: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: normal;
  padding: 0px;
  margin: 0px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.navbar-brand img {
  width: auto;
  height: 45%;
}

.navbar-brand > div {
  padding-left: 1rem;
  border-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: normal;
  font-family: "BdCn";
  font-size: 1.5rem;
  color: #fff;
}
.navbar-brand > div span {
  display: inline-block;
  margin-right: 0.25em;
}

/*头部搜索*/
.head-btn-search {
  display: flex;
  align-items: center;
  height: 100%;
}
.head-btn-search .icon {
  margin-left: 1px;
  color: #fff;
  text-align: center;
  border-radius: 0;
  background: none;
  transition: all 0.4s;
}
/*头部按钮*/
.head-wap-btn {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.75rem;
  height: 100%;
}

.head-wap-btn .dropdown {
  display: flex;
  align-items: center;
  color: #fff;
}

.head-wap-btn .dropdown > a {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
}

.head-wap-btn .dropdown:hover > a {
  opacity: 0.7;
}

.head-btn-member > a {
  font-weight: bold;
}

.head-wap-btn .dropdown > a > div {
  display: flex;
  padding: 0 1.125em 0 0.875em;
  border-radius: 2em;
  transition: all 0.4s;
}

.head-wap-btn .dropdown > a span.icon {
  display: inline-block;
  font-size: 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  color: inherit;
  border-radius: 50%;
  transition: all 0.4s;
}

.head-wap-btn .head-btn-member > a span {
  font-weight: normal;
}
.head-wap-btn .dropdown > a svg {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
.head-wap-btn .dropdown-menu {
  left: 50%;
  padding: 0.5rem 0;
  margin-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
  box-shadow: 0 0 1rem var(--shadow);
  transform: translate(-50%, 0%);
}

.head-wap-btn .dropdown .dropdown-menu a {
  display: block;
  padding: 0 1em;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text);
  height: 3rem;
  line-height: 3rem;
  border-bottom: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.head-wap-btn .dropdown .dropdown-menu a:hover {
  color: #fff !important;
  background: var(--colour1);
}

.head-wap-btn .dropdown .dropdown-menu a:last-of-type {
  border-bottom: none;
}

.head-wap-btn .dropdown .dropdown-menu svg {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.375rem;
}

.head-wap-btn .dropdown-menu .title {
  padding: 0 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
  white-space: nowrap;
}

.head-wap-btn .head-btn-search .dropdown-menu {
  left: auto;
  right: -4rem;
}

.head-wap-btn .dropdown-menu form {
  display: flex;
  margin: 1rem 2rem;
  min-width: 20rem;
}

.head-wap-btn .dropdown-menu form input {
  padding: 0 1rem;
  border-radius: 2rem 0 0 2rem;
}

.head-wap-btn .dropdown-menu form button {
  padding: 0 1rem;
  border-radius: 0 2rem 2rem 0;
  border: none;
  background: var(--colour1);
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.head-wap-btn .dropdown-menu form button:hover {
  background: var(--colour1);
}

.head-wap-btn .dropdown-menu form button span {
  font-size: inherit;
  color: inherit;
}
.head-btn-phone {
  margin-right: 1rem;
  white-space: nowrap;
}
.head-btn-phone .icon {
  font-size: 1.375rem;
  color: var(--colour1);
}

.head-btn-phone .phone {
  font-size: 1.375rem;
  font-weight: 600;
}

.wap-menu-btn {
  padding: 0 1.125rem;
  height: var(--head_height);
  color: #fff;
  border-radius: 0;
  border: none;
}

.wap-menu-btn span {
  width: 1.375rem;
  height: 0.125rem;
  background-color: #fff;
  display: block;
  margin: 0.375rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wap-menu-btn:hover {
  cursor: pointer;
}

.wap-menu-btn span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}

.wap-menu-btn span:nth-child(2) {
  opacity: 0;
}

.wap-menu-btn span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

.wap-menu-btn.collapsed span {
  opacity: 1;
  transform: translateY(0) rotate(0);
}
/*头部导航*/
#head .navbar-collapse {
  flex-grow: 1;
  padding: 0 2rem;
  height: 100%;
}

#head .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: auto;
  gap: 0 2rem;
  height: 100%;
  padding: 0;
}
#head .navbar-nav > li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
#head .navbar-nav > li:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0.1875rem;
  opacity: 0.7;
  background-color: var(--colour1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: 100%;
}

#head .navbar-nav > li.active:after,
#head .navbar-nav > li:hover:after {
  transform: scaleX(1);
  transform-origin: 0%;
}
#head .navbar-nav > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25em;
  white-space: nowrap;
  color: inherit;
  text-align: center;
  color: #fff;
  text-transform: Capitalize;
  border-radius: 0.25rem;
}

#head .navbar-nav .dropdown-menu {
  left: 0%;
  margin: 0;
  padding: 0rem;
  width: auto;
  border: none;
  border-top: 1px solid var(--border_colour);
  box-shadow: 0 0.25rem 0.5rem var(--shadow);
  border-radius: 0 0 0.25rem 0.25rem;
}
#head .navbar-nav .dropdown-menu > div {
  padding: 0.5rem 0;
}
#head .navbar-nav .dropdown-menu a {
  display: block;
  padding: 0 1em;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text);
  height: 3em;
  line-height: 3em;
  white-space: nowrap;
  transition: all 0.4s;
}
#head .navbar-nav .dropdown-menu a:hover {
  color: #fff;
  background: var(--colour1);
}
/*web 产品导航*/
#head .navbar-nav .nav2 {
  position: static;
}
#head .navbar-nav .nav2 .dropdown-menu {
  position: fixed;
  z-index: 1020;
  left: 0;
  right: 0;
  top: var(--head_height);
}
#head .navbar-nav .nav2 .dropdown-menu > div {
  -webkit-column-gap: 2rem;
  -webkit-column-count: 4;
  padding: 2rem 1rem 1rem;
}
#head .navbar-nav .nav2 .item {
  display: block;
  margin-bottom: 1.5rem;
  -webkit-column-break-inside: avoid;
}
#head .navbar-nav .nav2 .item a {
  display: block;
  width: 100%;
  padding: 0;
  height: 2.25em;
  line-height: 2.25em;
  color: var(--text);
}

#head .navbar-nav .nav2 .item > a {
  font-size: 1rem;
  font-weight: bold;
  color: var(--colour1);
}
#head .navbar-nav .nav2 .item a:hover {
  color: var(--colour2);
  text-decoration: underline;
  background: none;
}
#head .navbar-nav .nav2 .item div {
  width: 100%;
  overflow: hidden;
}
/*head折叠菜单*/
#menu {
  position: fixed;
  z-index: 1019;
  top: var(--head_height);
  left: 0;
  right: 0;
  transition: all 0;
}
#menu.collapsing {
  transition-duration: 0s !important;
}
#menu .close {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0.5rem) saturate(50%);
  transition: all 0.4s;
}
#menu:not(.show) .close {
  opacity: 0;
}
#menu .menu-center {
  position: relative;
  z-index: 2;
  height: calc(100vh - var(--head_height));
  max-width: 25rem;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#menu.show .menu-center {
  -webkit-animation-name: menuleft;
  animation-name: menuleft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes menuleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes menuleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
#menu.show .menu-body {
  height: calc(100% - 3rem);
  overflow-y: auto;
  overflow-x: hidden;
}
#menu.show .menu-bottom {
  position: relative;
  display: flex;
  height: 3rem;
  border-top: 1px solid var(--border_colour);
  background: var(--grey_bg);
}
#menu.show .menu-bottom > div {
  position: static;
  flex-grow: 1;
  width: 100%;
  border-left: 1px solid var(--border_colour);
  border-radius: 0;
  background: none;
}
#menu.show .menu-bottom > div > a {
  display: block;
  padding: 0;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: var(--text);
  border: none;
  background: none;
}
#menu.show .menu-bottom > div > a .icon {
  font-size: 1.25rem;
}
#menu.show .menu-bottom .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--border_colour);
  border-bottom: 1px solid var(--border_colour);
}
#menu.show .menu-bottom .dropdown-menu a {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.5em;
  color: var(--text);
  text-align: center;
}
#menu.show .menu-bottom .dropdown-menu a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
#menu.show .menu-bottom .dropdown-menu a svg {
  width: 1.25rem;
  height: 1.25rem;
}
.menu-nav ul {
  padding: 1rem;
}
.menu-nav ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border_colour);
}
.modal.show .menu-nav ul li {
  -webkit-animation-duration: 1.125s;
  animation-duration: 1.125s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.modal.show .menu-nav ul li:nth-of-type(2) {
  animation-delay: 0.3s;
}
.modal.show .menu-nav ul li:nth-of-type(3) {
  animation-delay: 0.5s;
}
.modal.show .menu-nav ul li:nth-of-type(4) {
  animation-delay: 0.7s;
}
.modal.show .menu-nav ul li:nth-of-type(5) {
  animation-delay: 0.9s;
}
.modal.show .menu-nav ul li:nth-of-type(6) {
  animation-delay: 1.1s;
}
.modal.show .menu-nav ul li:nth-of-type(7) {
  animation-delay: 1.3s;
}
.menu-nav .header {
  display: flex;
  width: 100%;
}
.menu-nav .header a {
  flex-grow: 1;
  display: block;
  font-size: 1rem;
  height: 3em;
  line-height: 3em;
  color: var(--title);
}
.menu-nav .header a.menu-down {
  flex-grow: 0;
  width: 2.5em;
  font-size: 1rem;
  text-align: center;
}
.menu-nav .header a.menu-down .icon {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.menu-nav .header a.menu-down:not(.collapsed) .icon {
  transform: rotate(0deg);
  color: var(--colour2);
}
.menu-nav ul li .subnav {
  width: 100%;
}
.menu-nav ul li .subnav > div {
  padding: 0 1rem 1.5rem;
}
.menu-nav ul li .subnav > div a {
  display: block;
  font-size: 0.9375rem;
  height: 2.5em;
  line-height: 2.5em;
  color: var(--text);
}
/*head end*/
/*头部搜索*/
#search-modal .modal-dialog {
  margin: 0;
  width: 100vw;
  max-width: none;
  transition: all 0.4s;
  opacity: 0;
}
#search-modal.show .modal-dialog {
  opacity: 1;
}
#search-modal .modal-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: none;
  height: 100vh;
}
#search-modal .search-close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  z-index: 2;
  font-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border: none;
  background: var(--grey_bg);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
#search-modal .search-close:hover {
  background: var(--colour2);
  color: #fff;
}

#search-modal .search-close .icon {
  font-size: inherit;
  color: inherit;
}
#search-modal .modal-header {
  width: 800px;
  max-width: 90%;
  padding: 0rem;
  border-bottom: none;
}
#search-modal .modal-header form {
  display: flex;
  justify-content: center;
  width: 100%;
}
#search-modal .modal-header input,
#search-modal .modal-header button {
  border: none;
  border-radius: 0;
  background: none;
}

#search-modal .modal-header input {
  padding: 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  width: 0;
  background: var(--grey_bg);
  transition: all 0.8s;
}
#search-modal.show .modal-header input {
  width: 100%;
  border-radius: 0.25rem 0 0 0.25rem;
  transition-delay: 0.3s;
}

#search-modal .modal-header button {
  cursor: pointer;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.5rem;
  background: var(--colour1);
  border-radius: 0 0.25rem 0.25rem 0;

  transition: all 0.4s;
}
#search-modal .modal-header button:hover {
  color: #fff;
  background: var(--colour2);
}
#search-modal .modal-header button span {
  color: inherit;
  font-size: inherit;
}
#search-modal .modal-body {
  width: 800px;
  max-width: 90%;
  flex: 0 0 auto !important;
  padding: 2rem 1.5rem;
}
#search-modal.show .modal-body {
  animation-name: fadeInUp;
  animation-duration: 1.125s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#search-modal .hot-search {
  margin-top: 2rem;
}
#search-modal .hot-search strong {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
#search-modal .hot-search a {
  display: inline-block;
  padding: 0 1em;
  margin: 0.25rem;
  font-size: 0.875rem;
  line-height: 2.5em;
  color: var(--dark);
  border-radius: 2em;
  background: var(--grey_bg);
  transition: all 0.4s;
}

#search-modal .hot-search a:hover {
  color: #fff;
  background: var(--colour2);
}
/*头部搜索*/

/*公共*/
.nav-title {
  color: var(--title);
}
.hover-btn {
  display: inline-block;
  position: relative;
  padding: 0 2.25em;
  font-size: 0.875rem;
  line-height: 3.25em;
  color: #fff !important;
  border: 1px solid var(--colour1);
  border-radius: 1.725rem;
  overflow: hidden;
  transition: all 0.4s;
}

.hover-btn:hover {
  color: var(--colour1) !important;
}

.hover-btn span {
  position: relative;
  z-index: 3;
  color: inherit;
  vertical-align: middle;
}

.hover-btn:before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  content: "";
}

.hover-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--colour1);
  content: "";
}

.hover-btn:hover:before {
  transition: all 0.6s;
  transform: scale(13);
}

/**/
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 45%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: var(--colour1);
  opacity: 0;
}
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: var(--colour2);
}
.swiper:hover .swiper-button-prev.swiper-button-disabled,
.swiper:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.swiper .swiper-pagination {
  margin-top: 0.5rem;
  position: static;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 0.375rem;
  border-radius: 0.25rem;
  background: var(--border_colour);
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--colour1);
  border-radius: 0.25rem;
}

/*首页banner*/
#banner-container .swiper-slide {
  position: relative;
}
#banner-container .swiper-slide .info {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1430px;
  width: 90%;
  height: 100%;
  transform: translate(-50%, 0%);
}
#banner-container .swiper-slide .info > div {
  width: 30rem;
  padding: 3rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px) saturate(50%);
}
#banner-container .swiper-slide .info .layout-btn {
  margin-top: 3rem;
}
#banner-container .swiper-slide.swiper-slide-active .info > div,
#banner-container .swiper-slide.swiper-slide-active .h4,
#banner-container .swiper-slide.swiper-slide-active .summary,
#banner-container .swiper-slide.swiper-slide-active .layout-btn {
  -webkit-animation-duration: 1.125s;
  animation-duration: 1.125s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#banner-container .swiper-slide.swiper-slide-active .info > div {
  animation-delay: 0.5s;
}
#banner-container .swiper-slide.swiper-slide-active .h4 {
  animation-delay: 0.8s;
}
#banner-container .swiper-slide.swiper-slide-active .summary {
  animation-delay: 1s;
}
#banner-container .swiper-slide.swiper-slide-active .layout-btn {
  animation-delay: 1.2s;
}
#banner-container .swiper-slide picture,
#banner-container .swiper-slide img {
  min-height: 25rem;
}

#banner-container .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  display: flex;
}
#banner-container .swiper-pagination span {
  position: relative;
  display: block;
  margin: 0 0.5rem !important;
  width: 3rem;
  height: 0.1875rem;
  background: initial;
  background: rgba(233, 242, 245, 0.7);
  border-radius: 0;
  opacity: 1;
}
#banner-container .swiper-pagination span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0s ease;
}
@-webkit-keyframes spanWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes spanWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#banner-container
  .swiper-pagination
  span.swiper-pagination-bullet-active:before {
  -webkit-animation-name: spanWidth;
  animation-name: spanWidth;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

#banner-nav {
  border-bottom: 1px solid var(--border_colour);
  background: var(--grey_bg);
}
#banner-nav .swiper-slide {
  position: relative;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  color: var(--small_text);
  cursor: pointer;
}
#banner-nav .swiper-slide.swiper-slide-thumb-active {
  color: var(--colour1);
}
#banner-nav .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--colour1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: 100%;
}
#banner-nav .swiper-slide.swiper-slide-thumb-active:after {
  transform: scaleX(1);
  transform-origin: 0%;
}

/* 首页关于 */
.index-about-box > div {
  border-bottom: 1px solid var(--border_colour);
}
.index-about {
  display: flex;
  justify-content: space-between;
}
.index-about .info {
  width: 35%;
}
.index-about .info .title {
  margin-bottom: 0.75em;
}
.index-about .info .layout-btn {
  margin-top: 2rem;
}
.index-about .right {
  width: 50%;
}
.index-about .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
}
.index-about .right .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(50% - 0.5625rem);
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--border_colour);
  overflow: hidden;
  transition: all 0.4s;
}
.index-about .right .item:hover {
  border: 1px solid var(--colour1);
  background: var(--colour1);
}
.index-about .right .item span,
.index-about .right .item .summary {
  line-height: 1em;
  transition: all 0.4s;
}
.index-about .right .item:hover span,
.index-about .right .item:hover .summary {
  color: #fff;
}
.index-about .right .item .summary {
  margin-top: 1rem;
}
.index-about .right .item img {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  z-index: 1;
  margin-left: 1rem;
  flex-shrink: 0;
  width: 5rem;
  opacity: 0.5;
  transform: translate(0%, -50%);
  transition: all 0.4s;
}
.index-about .right .item:hover img {
  opacity: 1;
}
/*首页*/
.index-adv {
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 5%;
  border-bottom: 1px solid var(--border_colour);
}
.index-adv .img {
  flex-shrink: 0;
  width: 8rem;
}
.index-adv .info {
  flex-grow: 1;
}
.index-adv .info p {
  max-width: 35rem;
}
.index-adv .right {
  flex-shrink: 0;
  justify-self: flex-end;
  font-size: 0;
}
/* 首页解决方案 */

.index-solution-head .info {
  padding-right: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.index-solution-head .info a {
  font-weight: 600;
  color: var(--colour3);
}

.index-solution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.index-solution-list li {
  width: calc(50% - 0.625rem);
  border-radius: 1rem;
  border: 1px solid var(--border_colour);
  overflow: hidden;
}
.index-solution-list li .img {
  overflow: hidden;
}
.index-solution-list .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-top: 1px solid var(--border_colour);
}
.index-solution-list .h6 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.4s;
}
.index-solution-list li:hover .h6 {
  color: var(--colour2);
  text-decoration: underline;
}
.index-solution-list .layout-btn {
  font-size: 0.75rem;
}

.index-solution-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.index-solution-list2 li {
  width: calc(25% - 0.9375rem);
}
.index-solution-list2 li a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  min-height: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--border_colour);
  box-shadow: 0 0 1rem var(--shadow);
  transition: all 0.4s;
}
.index-solution-list2 li a:hover {
  border: 1px solid var(--colour2);
  background: var(--colour1);
}
.index-solution-list2 li a .img {
  flex-shrink: 0;
  width: 2.25rem;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  transition: all 0.4s;
}
.index-solution-list2 li a:hover .img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index-solution-list2 li a .title {
  flex-grow: 1;
  line-height: 1.25em;
  transition: all 0.4s;
}
.index-solution-list2 li a:hover .title {
  color: #fff;
}
.index-solution-list2 li a .icon {
    flex-shrink: 0;
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.375rem;
  color: #fff;
  border-radius: 50%;
  background: var(--btn_bg);
  text-align: center;
  transition: all 0.4s;
}
.index-solution-list2 li a:hover .icon {
  color: var(--colour1);
  background: #fff;
}
/*首页 广告*/
.index-assess {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: url(../images/img-assess-bg.jpg) bottom center;
  overflow: hidden;
}
.index-assess .info {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 42.5rem;
  max-width: 55%;
}
.index-assess p {
  color: #fff;
}
.index-assess .img {
  flex-shrink: 0;
}
.index-assess .img img {
  width: auto;
  max-width: none;
  height: 100%;
}
/*首页 服务*/
.index-service {
  display: flex;
  gap: 1.5rem;
}
.index-service li {
  width: calc(33.33% - 1rem);
}
.index-service li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--border_colour);
  background: #fff;
  transition: all 0.4s;
}
.index-service li a:hover {
  color: #fff;
  border: 1px solid var(--colour1);
  background: var(--colour1);
}
.index-service li a .img {
  flex-shrink: 0;
  width: 3rem;
  transition: all 0.4s;
}
.index-service li a .img svg{
  color: var(--colour1);
}
.index-service li a .info {
  flex-grow: 1;
  transition: all 0.4;
}
.index-service li a:hover .img,
.index-service li a:hover .info {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index-service li a span {
  font-size: 0.875rem;
  line-height: 1.25em;
  color: var(--small_text);
}
.index-service li a span.icon {
  flex-shrink: 0;
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.375rem;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background: var(--btn_bg);
  text-align: center;
  transition: 0.4s;
}
.index-service li a:hover span.icon {
  color: var(--colour1);
  background: #fff;
}
/*wow 图片遮罩*/
.wow-img {
  position: relative;
}
.wow-img:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: 100%;
}

.wow-img.animated:after {
  transform: scaleX(0);
  transform-origin: 0%;
}

/*首页新闻*/
.index-news {
  display: flex;
  justify-content: space-between;
}
.index-news .left {
  width: calc(100% - 5% - 22.5rem);
}
.index-news .right {
  width: 22.5rem;
}
.index-news .nav-tabs {
  gap: 3rem;
}
.index-news .nav-tabs .nav-item {
  margin: 0;
}
.index-news .nav-tabs .nav-link {
  position: relative;
  padding: 1rem 0;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
}
.index-news .nav-tabs .nav-item.show .nav-link,
.index-news .nav-tabs .nav-link.active {
  border: none;
  color: var(--colour1);
}
.index-news .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0%;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--colour1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: 100%;
}
.index-news .nav-tabs .nav-item.show .nav-link:after,
.index-news .nav-tabs .nav-link.active:after {
  transform: scaleX(1);
  transform-origin: 0%;
}

.index-news .item {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border_colour);
}
.index-news .item .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.index-news .item .img {
  flex-shrink: 0;
}
.index-news .item .img img {
  width: 15rem;
  border-radius: 0.5rem;
}
.index-news .item .title {
  width: 100%;
  display: inline-block;
  margin-bottom: 0rem;
  color: var(--colour1);
  max-height: 3em;
  line-height: 1.5em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.index-news .item .title:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.index-news .item .summary {
  width: 100%;
  font-size: 0.875rem;
  max-height: 3em;
  line-height: 1.5em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .item .bottom {
  display: flex;
  justify-content: space-between;
  align-self: flex-end !important;
  width: 100%;
  font-size: 0.75rem;
  color: var(--small_text);
}
.index-news .item .bottom .small-maging {
  margin: 0 0.25rem;
}
.index-news .item .bottom .calendar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  line-height: 1em;
}
.index-news .item .bottom .tag span {
  display: inline-block;
  padding: 0 0.75rem;
  line-height: 2em;
  white-space: nowrap;
  border: 1px solid var(--border_colour);
  border-radius: 2em;
  background: var(--grey_bg);
}
.index-news dl {
  margin-top: 0.75rem;
}
.index-news dd {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-bottom: 1px solid var(--border_colour);
}
.index-news dd:before {
  content: "●";
  color: var(--btn_bg);
}
.index-news dd a {
  display: block;
  padding: 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1em;
  color: var(--text);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.index-news dd a:hover {
  color: var(--colour2);
}
.index-news dt {
  margin-top: 1.5rem;
}
.index-news dt img {
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
}
/*页脚*/

#foot {
  position: relative;
  padding: 4rem 0 1rem;
  font-size: 1rem;
  color: #fff;
  background: var(--colour1);
}
#foot p {
  font-size: inherit;
  color: inherit;
  line-height: 1.5em;
}

#foot .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#foot .foot-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: Uppercase;
}
#foot .foot-logo {
  width: 12rem;
  margin-bottom: 3rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#foot .foot-contact {
  margin-bottom: 2rem;
  max-width: 25rem;
  font-size: 0.875rem;
  line-height: 1.75em;
}
#foot .foot-contact div .icon {
  font-weight: normal;
  font-size: inherit;
}
#foot .foot-contact p {
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
#foot .foot-code img {
  max-width: 7.5rem;
}

#foot .foot-follow {
  max-width: 30rem;
}
#foot .foot-share {
  font-size: 0;
}
#foot .foot-share font {
  font-size: 0.875rem;
  opacity: 0.7;
}
#foot .foot-share a {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  margin-left: -1px;
}
#foot .foot-share a span {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.25rem;
  color: #fff;
  transition: all 0.4s;
}
#foot .foot-share a:hover span {
  color: var(--text);
  background: #fff;
}

.foot-share a > div {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  z-index: 2;
  width: 9rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0%);
  transition: all 0.4s;
}
.foot-share a:hover > div {
  opacity: 1;
  visibility: visible;
}
.foot-share a > div img {
  width: 9rem;
}
#foot .foot-right {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 4%;
  max-width: 60rem;
}
#foot .foot-nav button {
  background: none;
  border: none;
}
#foot .foot-nav a {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em;
  color: #fff;
  opacity: 0.7;
  transition: all 0.4s;
}
#foot .foot-nav a:hover {
  text-decoration: underline;
  opacity: 1;
}
#foot .foot-nav > a {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  opacity: 1;
}
#foot .foot-nav:first-of-type > div {
  -webkit-column-gap: 2rem;
  -webkit-column-count: 2;
}

#foot .foot-bottom {
  width: 1000%;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  line-height: 2em;
  color: #fff;
  opacity: 0.7;
}
#foot .foot-bottom a {
  color: inherit;
}

#foot .foot-bottom a:hover {
  text-decoration: underline;
  opacity: 1;
}
#foot .foot-clause a {
  margin-left: 1rem;
}
/*内页公共*/
.breadcrumb {
  width: 100%;
  padding: 1.25rem 0px;
  margin: 0;
  background: none;
}

.breadcrumb > div {
  display: flex;
  align-items: center;
  font-size: 0px;
}

.breadcrumb a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: var(--small_text);
  transition: all 0.4s;
}
.breadcrumb a.icon {
  font-size: 1.25rem;
  font-weight: normal;
}
.breadcrumb a:hover {
  color: var(--colour1);
}

.breadcrumb a:not([href]):not([tabindex]) {
  color: var(--tips_text);
}

.breadcrumb a:after {
  content: "\b20";
  font-family: "iconfont" !important;
  font-style: normal;
  font-size: 0.875rem !important;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.5rem;
  color: var(--small_text);
}

.breadcrumb a:not([href]):not([tabindex]):after {
  content: "";
  display: none;
}

.breadcrumb a img {
  width: 1rem;
  filter: brightness(0);
  opacity: 0.5;
}

/*页面顶部*/
.page-title {
  line-height: 1em;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.page-title .title {
  font-size: 2rem;
  line-height: 1em;
}

.page-content .container {
  display: flex;
}
.page-content .content-left {
  width: 20rem;
  flex-shrink: 0;
  border-top: 1px solid var(--border_colour);
  border-right: 1px solid var(--border_colour);
  transition: all 0.4s;
}
.page-content.hide-subnav .content-left {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
}
.page-content .content-left > div {
  padding: 1rem 2.5rem 1rem 1rem;
  width: 20rem;
}
.content-left .tips {
  color: var(--tips_text);
}
.left-subnav a {
  display: block;
  margin: 0.25rem 0;
  color: var(--title);
}
.left-subnav a:hover {
  color: var(--colour2);
}
.left-subnav a.active {
  font-weight: bold;
}
.left-subnav .subnav-btn a {
  display: inline-block !important;
  font-size: 1rem;
  white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
  transition: all 0.4s;
}
.left-subnav .subnav-btn{
  display: flex;
  gap: 0.5rem;
}
.left-subnav .subnav-btn a.icon {
  flex-shrink: 1;
}
.left-subnav .subnav-menu > div {
  padding: 0rem 0rem 0rem 1rem;
}

.page-content .content-right {
  position: relative;
  width: calc(100% - 20rem);
  border-top: 1px solid var(--border_colour);
  transition: all 0.4s;
}
.page-content.hide-subnav .content-right {
  width: 100%;
}
.content-right .nav-menu-btn {
  position: absolute;
  top: 0;
  right: calc(100% + 1px);
  color: var(--text);
  background: var(--grey_bg2);
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125em;
  border-radius: 0.25rem 0 0 0.25rem;
  cursor: pointer;
  transition: all 0.4s;
}
.hide-subnav .content-right .nav-menu-btn {
  right: 100%;
  color: #fff;
  background: var(--colour1);
}
.content-right .nav-menu-btn:hover {
  color: #fff;
  background: var(--colour2);
}
.content-right .nav-menu-btn .icon {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  transform: rotate(-90deg);
}
.hide-subnav .content-right .nav-menu-btn .icon {
  transform: rotate(90deg);
}
/*内页banner*/
.inside-banner {
  position: relative;
  background: var(--grey_bg);
}
.inside-banner .info {
  position: absolute;
  left: 5%;
  top: 0%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 28rem;
}
.inside-banner .info > div {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
}
.inside-banner .info .title {
  animation-delay: 0.5s;
}
.inside-banner .info p {
  animation-delay: 0.9s;
}
.inside-banner .info .title {
  color: var(--colour1);
}
.inside-banner .info p {
  color: var(--text);
}
.inside-banner .info .layout-btn {
  margin-top: 1.5rem;
  animation-delay: 1.1s;
}
.inside-banner .img img {
  width: 100%;
  min-height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.inside-banner .swiper-slide.swiper-slide-active .info > div,
.inside-banner .swiper-slide.swiper-slide-active .title,
.inside-banner .swiper-slide.swiper-slide-active p,
.inside-banner .swiper-slide.swiper-slide-active .layout-btn {
  -webkit-animation-duration: 1.125s;
  animation-duration: 1.125s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.inside-banner .swiper-slide.swiper-slide-active .info > div {
  animation-delay: 0.5s;
}
.inside-banner .swiper-slide.swiper-slide-active .title {
  animation-delay: 0.8s;
}
.inside-banner .swiper-slide.swiper-slide-active p {
  animation-delay: 1s;
}
.inside-banner .swiper-slide.swiper-slide-active .layout-btn {
  animation-delay: 1.2s;
}

/*内页搜索*/

.anchor-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.anchor-nav {
  flex-shrink: 0;
  width: 22%;
  max-width: 20rem;
  min-width: 15rem;
}
.anchor-link {
  position: sticky;
  top: calc(1rem + var(--head_height));
  width: 100%;
  padding: 2rem 2rem 0.5rem;
  background: var(--grey_bg);
}
.anchor-btn {
  position: relative;
}

.anchor-link a.btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  font-weight: bold;
  text-align: left;
}
.anchor-link ul {
  padding: 0;
}
.anchor-link ul a {
  position: relative;
  margin: 0.0625rem 0;
  font-size: 0.9375rem;
  color: var(--title);
  transition: all 0.4s;
}

.anchor-link ul a:hover,
.anchor-link ul a.active {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  background: var(--colour2);
}

.anchor-link ul a small {
  color: var(--small_text);
}
.anchor-link ul a:hover small,
.anchor-link ul a.active small {
  color: var(--tips_text);
}
.anchor-content {
  flex-grow: 1;
  margin-left: 1rem;
  padding: 0 3rem;
  background: var(--grey_bg);
}
.anchor-content .anchor-item {
  padding: 3rem 0;
  border-bottom: 1px solid var(--border_colour);
}
.anchor-content .anchor-item:last-of-type {
  border-bottom: none;
}

.anchor-content .anchor-item .anchor-search{
    display: flex
}
.anchor-content .anchor-item .anchor-search input{
    border-radius: 0.25rem 0 0 0.25rem;
}
.anchor-content .anchor-item .anchor-search button {
    cursor: pointer;
    color: #fff;
    padding:0 0.75rem;
    font-size: 1.5rem;
    background: var(--colour2);
    border: none;
    border-radius: 0 0.25rem 0.25rem 0;
    transition: all 0.4s;
}
.anchor-content .anchor-item .anchor-search button:hover {
    color: #fff;
    background: var(--colour3);
}
.anchor-content .anchor-item .anchor-search button span{
    font-size: inherit;
    color: inherit;
}
.compatible-list {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}
.compatible-list li {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border_colour);
}
.compatible-list li:last-child {
  border-bottom: none;
}
.compatible-list li .img {
  flex-shrink: 0;
  width: 6rem;
  mix-blend-mode: multiply;
}

.compatible-list li .info {
  flex-grow: 1;
  width: 100%;
  padding: 0 2.5rem 0 1.5rem;
}
.compatible-list li .title {
  transition: all 0.4s;
}
.compatible-list li .title:hover {
  color: var(--colour2);
}
.compatible-list .compatible {
  font-size: 0.875rem;
}

.compatible-list .compatible span {
  display: inline-block;
  margin: 0.25rem;
  padding: 0 1em;
  font-size: 0.75rem;
  background: var(--grey_bg);
  border-radius: 2em;
}
.compatible-list .text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  max-height: 4.5em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compatible-list .btn {
  display: flex;
  align-items: center;
  padding: 0;
  width: 7.5rem;
  font-size: 0.875rem;
  line-height: 1.375em;
}

.compatible-list .btn a {
  display: inline-block;
  width: 100%;
  margin: 0.25rem 0;
  padding: 0 1.25em;
  line-height: 2.5em;
  color: var(--title);
  white-space: nowrap;
  text-align: center;
  border-radius: 0.25em;
  background: var(--grey_bg);
  transition: all 0.4s;
}

.compatible-list .btn a:hover {
  color: #fff;
  background: var(--colour2);
}

.search-p-list {
  margin-top: 1.5rem;
}

.buy-form {
  display: flex;
}
.buy-form input {
  width: 3rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 2rem;
  border-left: none;
  border-right: none;
  border-top: 1px solid var(--border_colour);
  border-bottom: 1px solid var(--border_colour);
  border-radius: 0;
}
.buy-form button {
  width: 2rem;
  padding: 0;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: var(--grey_bg);
  border: 1px solid var(--border_colour);
  transition: all 0.4s;
}
.buy-form button:first-of-type {
  border-radius: 0.25rem 0 0 0.25rem;
}
.buy-form button:last-of-type {
  border-radius: 0 0.25rem 0.25rem 0;
}
.buy-form button:hover {
  color: #fff;
  background: var(--colour2);
  border: 1px solid var(--colour2);
  transition: all 0.4s;
}
.buy-form button span {
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  color: inherit;
}

.search-p-list table a.buy-btn {
  display: block;
  max-width: 7rem;
  margin-top: 0.375rem;
  width: 100%;
  line-height: 2.25em;
  color: #fff;
  background: var(--colour2);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.4s;
}
.search-p-list table a.buy-btn:hover {
  background: var(--colour3);
}

.search-p-list-wap {
  display: none;
  margin-top: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
}
.search-p-list-wap .item {
  border-bottom: 1px solid var(--border_colour);
}
.search-p-list-wap .item:last-of-type {
  border-bottom: none;
}
.search-p-list-wap .item .header {
  padding: 0 1rem;
  display: flex;
}
.search-p-list-wap .item a.title {
  position: relative;
  display: block;
  flex-grow: 1;
  font-size: 0.9375rem;
  line-height: 3.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}
.search-p-list-wap .item a.title:not(.collapsed) {
  color: var(--colour2);
}
.search-p-list-wap .item a.title .icon {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  transition: all 0.4s;
}
.search-p-list-wap .item a.title:not(.collapsed) .icon {
  transform: rotate(-180deg);
  color: var(--colour2);
}
.search-p-list-wap .item .btn {
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.search-p-list-wap .item .btn a {
  display: inline-block;
  line-height: 2.25em;
  color: var(--text);
  padding: 0 0.75em;
  border-radius: 0.25rem;
}
.search-p-list-wap .item .btn a .icon {
  padding: 0;
  margin-right: 0.25rem;
  font-size: 1.125rem;
  line-height: 1em;
  vertical-align: middle;
}
.search-p-list-wap .item .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 2rem;
}
.search-p-list-wap .item .img {
  width: 5rem;
}
.search-p-list-wap .item .info {
  width: calc(100% - 7rem);
  padding: 0.5rem;
  font-size: 0.875rem;
}
.search-p-list-wap .item ul {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.search-p-list-wap .item ul li {
  font-size: 0.875rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border_colour);
}

.search-s-list {
  margin-top: 1.5rem;
}
.search-s-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.search-s-list li:last-of-type {
  margin-bottom: 0;
}
.search-s-list .img {
  width: 16rem;
  overflow: hidden;
}
.search-s-list .info {
  width: calc(100% - 18rem);
}
.search-s-list .navtitle {
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 2em;
  color: var(--small_text);
  background: var(--grey_bg);
  border-radius: 1em;
}
.search-s-list .title {
  display: block;
  margin-top: 0.5rem;
  transition: all 0.4s;
}

.search-s-list li .title:hover {
  color: var(--colour2);
}
.search-s-list .text {
  margin-top: 1rem;
}
.search-s-list .text,
.search-s-list .text p {
  font-size: 0.875rem;
  color: var(--text);
}
.search-n-list {
  margin-top: 1.5rem;
}
.search-n-list li {
  margin-bottom: 2.25rem;
}
.search-n-list li:last-of-type {
  margin-bottom: 0;
}
.search-n-list .title {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  transition: all 0.4s;
}
.search-n-list .title:hover {
  color: var(--colour2);
}
.search-n-list .text,
.search-n-list .text p {
  font-size: 0.875rem;
  color: var(--text);
}
.search-n-list .bottom {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 2em;
  color: var(--small_text);
}
.search-n-list .bottom .tag {
  margin-left: 0.25rem;
  display: inline-block;
  padding: 0 1em;
  background: var(--grey_bg);
  border-radius: 1em;
}
.search-d-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.search-d-list li {
  width: calc(50% - 0.5rem);
  display: flex;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border_colour);
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.search-d-list li:hover {
  border: 1px solid var(--colour2);
}
.search-d-list li > .icon {
  display: inline-block;
  margin-top: 0.25rem;
  margin-right: 1rem;
  flex-shrink: 0;
  font-size: 2.25rem;
  color: var(--colour2);
}

.search-d-list li .info {
  flex-grow: 1;
  line-height: 1.375em;
}
.search-d-list li .info .title {
  display: block;
  font-size: 1rem;
  line-height: 1.5em;
}
.search-d-list li .info .title:hover {
  color: var(--colour2);
}
.search-d-list li .info span {
  display: inline-block;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1em;
  color: var(--small_text);
  border-left: 1px solid var(--border_colour);
}
.search-d-list li .info span:first-of-type {
  padding-left: 0;
  border-left: none;
}
.search-d-list li .btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
}
.search-d-list li .btn a {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.875rem;
  line-height: 2rem;
  border-radius: 0.25rem;
  color: var(--title);
  background: var(--grey_bg);
  transition: all 0.4s;
}
.search-d-list li:hover .btn a {
  color: #fff;
  background: var(--colour2);
}
.search-d-list li:hover .btn a:hover {
  color: #fff;
  background: var(--colour3);
}
.search-d-list li .btn a .icon {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}

/*关于*/
.about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.about-nav li {
    position: relative;
 padding: 1.5rem 1.5rem 5.5rem;
  width: calc(50% - 1rem);
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
}
.about-nav li .top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.about-nav li .top img {
  width: 3rem;
}
.about-nav li .top .title {
  margin-bottom: 0;
}
.about-nav li .summary {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
}

.about-nav li .layout-btn {
    position: absolute;
    z-index: 1;
    left: 1.5rem;
    bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 0.875rem;
  height: 3em;
  line-height: 1.5em;
}
.history {
  margin-top: 2rem;
}
.history .swiper-slide {
  width: 22rem;
  padding: 1.5rem 2rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
}
.history .swiper-slide p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.history .swiper-pagination {
  width: 90%;
  margin: 1.5rem auto 0;
}

.honor {
  margin-top: 2rem;
}
.honor .swiper-slide {
  border-radius: 1rem;
  border: 1px solid #fff;
  background: #fff;
  transition: all 0.4s;
}
.honor .swiper-slide:hover {
  border: 1px solid var(--colour1);
}
.honor .swiper-slide .img {
  padding: 1.5rem 0;
  text-align: center;
}
.honor .swiper-slide img {
  height: 15rem;
}
.honor .swiper-slide .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.honor .swiper-slide:hover .title {
  color: var(--colour1);
}
.honor .swiper-pagination {
  width: 90%;
  margin: 1.5rem auto 0;
}
.about-join {
  background: url(../images/about-join-bg.jpg) right center no-repeat;
  background-size: auto 100%;
}

.about-top {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.about-top .info {
  display: flex;
  align-items: center;
  width: 36%;
}
.about-top .info .title {
  margin-bottom: 0.25rem;
}
.about-top .info img {
  height: 2rem;
}
.about-top .info .summary {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.about-top .about-video {
  width: 55%;
}
.about-top .about-video .video-box {
  border-radius: 1rem;
  overflow: hidden;
}

.about-data {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3rem;
}
.about-data > div {
  display: flex;
  gap: 1.5rem;
  width: calc(33.33% - 0.875rem);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--border_colour);
}
.about-data > div .data {
  margin-right: 0.25rem;
  line-height: 1em;
}
.about-data > div .icon {
  display: flex;
  align-items: center;
  width: 3.5rem;
  flex-shrink: 0;
}
.about-data > div .icon img {
  width: 100%;
}
/*合作伙伴*/

.index-cooperation {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.index-cooperation .content {
  float: left;
  display: flex;
  gap: 0 1rem;
  animation: scroll2 30s linear infinite;
}
.index-cooperation .content:hover {
  animation-play-state: paused;
}
.index-cooperation .content a {
  display: block;
  flex-shrink: 0;
  width: 14rem;
  padding-bottom: 9rem;
  background: var(--grey_bg);
  border-radius: 0.5rem;
}
.index-cooperation img {
  max-width: 90%;
  max-height: 90%;
  mix-blend-mode: multiply;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%));
  }
}

/**/
.inside-head {
  padding: 4rem 0;
}
/*产品*/
.inside-product-head .small-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  gap: 5%;
}
.inside-product-head .img {
  width: 8rem;
  flex-shrink: 0;
}
.inside-product-head .info {
  flex-grow: 1;
}
.inside-product-head .btn-box {
  margin-top: 2rem;
}
.inside-product-head .layout-btn {
  height: 3em;
  line-height: 1.5em;
}
.inside-product-head .head-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.125rem;
  width: 100%;
  margin-top: 2rem;
}
.inside-product-head .head-list li {
  width: calc(33.33% - 0.625rem);
}
.inside-product-head .head-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  background: #fff;
  transition: all 0.4s;
}
.inside-product-head .head-list li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.inside-product-head .head-list li img {
  width: 3rem;
}
.inside-product-head .head-list li .h6 {
  margin-bottom: 0;
}

.product-hot {
  margin-top: 2rem;
}
.product-hot .swiper-slide {
  width: 20rem;
  padding: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.product-hot .swiper-slide:hover {
  border: 1px solid var(--colour1);
}
.product-hot .title {
  font-weight: bold;
  color: var(--colour1);
  transition: all 0.4s;
}
.product-hot p {
  font-weight: bold;
}
.product-hot .title:hover {
  color: var(--colour2);
}
.product-hot .btn {
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 2.5em;
  font-weight: bold;
  border-radius: 2em;
  color: #fff !important;
  background: var(--btn_bg);
  transition: all 0.4s;
}
.product-hot .btn:hover {
  background: var(--colour2);
}
.swiper.product-hot .swiper-pagination {
  width: 80%;
  margin-top: 1.5rem;
  margin-left: 10%;
  margin-right: 10%;
}

.p-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 2rem;
}
.p-nav-list li {
  width: calc(33.33% - 1.375rem);
}
.p-nav-list li a {
  position: relative;
  display: block;
  min-height: 100%;
  background: var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}
.p-nav-list li a:hover {
  background: #fff;
  box-shadow: 0 0 1.5rem var(--shadow);
}
.p-nav-list li .img {
  padding-bottom: 75%;
  mix-blend-mode: multiply;
}
.p-nav-list li .img img {
  width: 90%;
  height: 90%;
}
.p-nav-list li .info {
  padding: 1.5rem;
}
.p-nav-list li .title {
  text-align: center;
  transition: all 0.4s;
}

.p-nav-list li a:hover .title {
  color: var(--colour1);
}

/*产品筛选*/
.product-filter {
  padding: 2rem 0;
}
.show-subnav .product-filter {
  margin-left: 1.5rem;
}

.filter-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.filter-top .title {
  margin-bottom: 0;
}
.hide-subnav .filter-top .title {
  padding-left: 1rem;
}
.filter-top .right a {
  display: inline-block;
  padding: 0 1.25em;
  font-size: 0.875rem;
  line-height: 2.5em;
  font-weight: bold;
  border: 1px solid var(--border_colour);
  border-radius: 2em;
  background: var(--grey_bg);
  transition: all 0.4s;
}
.filter-top .right a.filter-reset-all {
  color: #fff;
  border: 1px solid var(--colour1);
  background: var(--colour1);
}
.filter-top .right a:hover {
  color: #fff;
  border: 1px solid var(--border_colour);
  background: var(--colour2);
}
.filter-box {
  margin-top: 1.125rem;
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */
  cursor: default;
  background: #fff;
}
.filter-box .scroll-content {
  position: relative;
  padding-bottom: 1rem;
  overflow-x: auto;
  overflow-y: visible;
  cursor: grab;
}
.filter-box .scroll-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s;
}
.filter-box .scroll-content:active {
  cursor: grabbing; /* 抓取中图标 */
}

.scroll-content,
.filter-box .filter-content {
  scrollbar-width: thin;
  scrollbar-color: var(--colour1) var(--grey_bg2);
}
.scroll-content::-webkit-scrollbar,
.filter-box .filter-content::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--grey_bg2);
  box-shadow: inset 0 0 0.3125rem rgba(0, 0, 0, 0.15);
}
.scroll-content::-webkit-scrollbar-thumb,
.filter-box .filter-content::-webkit-scrollbar {
  background: var(--colour1);
  border-radius: 0.5rem;
}

.filter-box .content {
  display: flex;
  width: auto;
  border-left: 1px solid var(--border_colour);
}
.filter-box .item {
  padding: 1rem 0.5rem 0.5rem;
  margin-left: -1px;
  border: 1px solid var(--border_colour);
}

.filter-box .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-box .filter-header .filter-name {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.25em;
  color: var(--title);
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}

.filter-box .filter-header .filter-reset {
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
.filter-box .filter-header .filter-reset:hover span {
  color: var(--colour2);
}
.filter-box .filter-content {
  padding-right: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 1rem;
  max-height: 14.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-box .scrollbar-box::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.25rem;
}
.filter-box .scrollbar-box::-webkit-scrollbar-track {
  background: var(--border_colour);
}
.filter-box .scrollbar-box::-webkit-scrollbar-thumb {
  background-color: var(--colour1);
}
.filter-box .filter-content .form-check-label {
  display: block;
  margin: 0.375rem 0;
  margin-left: 0.75rem;
  padding-left: 1.25rem;
  position: relative;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.625em;
  cursor: pointer;
}
.filter-box .form-check-label input.form-check-input {
  margin-top: 0.3em;
}
.filter-box .form-check-label input.form-check-input:checked {
  background-color: red;
}
.filter-box .form-check-label input.form-check-input:checked ~ span {
  color: var(--colour2);
}
/*筛选拟态框*/
#filter-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  padding-top: var(--head_height);
  margin: 0;
}
#filter-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: none;
  background: var(--grey_bg);
  border-bottom: 1px solid var(--border_colour);
}
#filter-modal .modal-header .title {
  margin-bottom: 0;
}
#filter-modal .modal-header .right {
  display: flex;
  align-items: center;
}
#filter-modal a.filter-reset-all {
  display: inline-block;
  padding: 0 1.25em;
  font-size: 0.875rem;
  line-height: 2.5em;
  font-weight: bold;
  color: #fff;
  border: 1px solid var(--colour1);
  border-radius: 2em;
  background: var(--colour1);
  transition: all 0.4s;
}
#filter-modal a.filter-reset-all:hover {
  color: #fff;
  border: 1px solid var(--border_colour);
  background: var(--colour2);
}
.modal-header .close {
  margin: 0 0 0 1.25rem;
  padding: 0.25rem;
  padding-right: 0rem;
  font-size: 1.5rem;
}
.modal-header .close:hover {
  color: var(--colour2);
}
.modal-header .close .icon {
  font-size: inherit;
  font-weight: normal;
  color: inherit;
}
#filter-modal .modal-content {
  width: 94%;
  max-width: 1140px;
  padding-bottom: 0.25rem;
  border: none;
  border-radius: 1rem;
  border-bottom: 0.25rem solid var(--colour1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#filter-modal .modal-body {
  padding: 0;
  max-height: 65vh;
  overflow-y: auto;
}
#filter-modal .modal-body ul {
  padding: 0 1.5rem;
}
.filter-modal-list .filter-btn {
  display: flex;
  justify-content: space-between;
  padding: 1.125rem 0;
  border-top: 1px solid var(--border_colour);
  transition: all 0.4s;
}
#filter-modal .modal-body ul li:first-of-type .filter-btn {
  border-top: none;
}
.filter-modal-list .filter-btn:before {
  order: 1;
  flex-shrink: 0;
  content: "\b22";
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--title);
  display: inline-block;
  margin-right: 0.5rem;
  transition: all 0.4s;
}
.filter-modal-list .filter-btn:not(.collapsed):before {
  color: var(--colour2);
  transform: rotate(180deg);
}
.filter-modal-list .filter-btn > div {
  order: 0;
  display: flex;
  align-items: center;
}
.filter-modal-list .filter-btn .filter-name {
  font-weight: bold;
  font-size: 0.9375rem;
  color: var(--title);
  transition: all 0.4s;
}
.filter-modal-list .filter-btn:not(.collapsed) .filter-name {
  color: var(--colour2);
}
.filter-modal-list .filter-btn .filter-reset {
  flex-shrink: 0;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  color: var(--small_text);
}
.filter-modal-list .filter-btn .filter-reset:hover {
  color: var(--colour2);
}
.filter-modal-list .filter-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  padding: 2rem 1.5rem;
  border-top: 1px solid var(--border_colour);
}
.filter-modal-list .form-check-label {
  width: calc(25% - 1.5rem);
  display: block;
  padding-left: 1.25rem;
  position: relative;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.625em;
  cursor: pointer;
}
.filter-modal-list .form-check-label input:checked ~ span {
  color: var(--colour2);
}
/*产品型号*/
.dataTable {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  font-size: 0.9375rem;
  line-height: 1.25em;
  border: 1px solid var(--border_colour);
  border-bottom: none;
  box-shadow: 0 0 1rem var(--shadow);
  background: #fff;
}
.show-subnav .dataTable {
  margin-left: 1.5rem;
}

.dataTable>.item-body:first-of-type {
  position: sticky;
  top: var(--head_height);
}
.dataTable>.item-body:first-of-type .item {
  border-top: 1px solid var(--border_colour);
}
.dataTable .item-body {
  transition: all 0.4s;
}
.dataTable .item-body.collapse,
.dataTable .item-body.collapsing {
  background: var(--grey_bg2);
}
.dataTable .item {
  display: flex;
  border-bottom: 1px solid var(--border_colour);
}
.sticky-title {
  flex-shrink: 0;
  min-width: 10rem;
  border-right: 1px solid var(--border_colour);
}
.dataTable .sticky-title {
  display: flex;
  align-items: center;
  width: 15rem;
  padding: 1rem;
  background: #fff;
}
.dataTable .sticky-title .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.dataTable .sticky-title .info a {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
  width: 100%;
  font-weight: bold;
  color: var(--colour1);
  transition: all 0.4s;
}
.dataTable .sticky-title .info a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.dataTable .sticky-title .info a img {
  width: 1.25rem;
}
.dataTable .sticky-title .info a span {
  font-size: 0.875rem;
  color: var(--text);
  font-weight: normal;
}
.dataTable .sticky-title .info a:hover span {
  color: var(--colour2);
}
.dataTable .sticky-title .info .subtitle {
  display: none;
  width: 100%;
}

.dataTable .sticky-title .btn-sub {
  display: block;
  margin-right: 0.75rem;
  width: 1.25rem;
  flex-shrink: 0;
}
.dataTable .sticky-title .btn-sub span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 50%;
  background: var(--btn_bg);
  text-align: center;
  transition: all 0.4s;
}
.dataTable .sticky-title .btn-sub:not(.collapsed) span {
  background: var(--colour1);
  transform: rotate(180deg);
}
.dataTable .sticky-title .btn-tag {
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.dataTable .wap-content-btn {
  display: none;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--border_colour);
  background: #fff;
  padding: 1rem;
  transition: all 0.4s;
}
.dataTable .wap-content-btn:not(.hide-content) {
  background: var(--grey_bg);
  color: var(--colour2);
}
.dataTable .wap-content-btn span {
  font-size: 0.875rem;
  line-height: 1em;
}
.dataTable .wap-content-btn span.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  color: inherit;
  transition: all 0.4s;
}
.dataTable .wap-content-btn:not(.hide-content) span.icon {
  transform: rotate(180deg);
}

.dataTable .item-body .scroll-content {
  cursor: grab;
  overflow: hidden;
  background: #fff;
}
.dataTable .item-body .scroll-content:active {
  cursor: grabbing; /* 抓取中图标 */
}
.dataTable .item-body .scroll-content::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.25rem;
}
.dataTable .item-body .scroll-content::-webkit-scrollbar-track {
  background: var(--border_colour);
}
.dataTable .item-body .scroll-content::-webkit-scrollbar-thumb {
  background-color: var(--colour1);
}
.dataTable>.item-body:first-of-type .scroll-content {
  flex-grow: 1;
  overflow-x: auto;
}
.dataTable .scroll-content .content {
  display: flex;
  min-height: 100%;
}
.dataTable .scroll-content .content > div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  padding: 0.75rem 1.25rem;
  border-right: 1px solid var(--border_colour);
}
.dataTable .scroll-content .content > div:last-of-type {
  border-right: none;
}

.dataTable>.item-body:first-of-type .scroll-content .content > div {
  min-width: 8rem;
  font-weight: bold;
  color: var(--title);
}
.dataTable>.item-body:first-of-type .scroll-content .content > div span {
  white-space: nowrap;
}
.dataTable .scroll-content .wap-text {
  display: none;
  margin-right: 0.5rem;
}
.dataTable .scroll-content .wap-text small {
  margin-left: 0.25rem;
  color: var(--small_text);
}
.dataTable .icon {
  display: inline-block;
  border-radius: 50%;
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  font-size: 1.25rem;
  font-weight: normal !important;
  text-align: center;
  color: var(--btn_bg);
}
.icon-chenggong {
  color: limegreen !important;
}
.icon-tanhao {
  color: red !important;
}
.icon-shuju {
  color: orange !important;
}

.table-pag {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1rem;
  font-size: 0.9375rem;
}
.table-pag span {
  color: var(--small_text);
}
.table-pag b {
  font-size: 1rem;
  color: var(--title);
}
.table-pag select {
  font-size: 0.875rem;
  line-height: 2.5em;
  height: 2.5em;
  font-weight: normal;
  padding: 0 1em;
  padding-right: 2.5rem;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/arrow-down.svg);
  background-color: var(--grey_bg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 1rem 1rem;
  border-radius: 2em;
  border: 1px solid var(--border_colour);
}
.table-pag a {
  font-size: inherit;
  color: var(--small_text);
  transition: all 0.4s;
}
.table-pag a:hover {
  color: var(--colour2);
}
/**/
.inside-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.inside-nav li a {
  position: relative;
  display: block;
  height: 4em;
  padding: 0 2em;
  line-height: 4em;
  font-size: 1.125rem;
  white-space: nowrap;
  color: var(--text);
  cursor: pointer;
  border-top: 2px solid #fff;
  transition: 0.3s;
}
.inside-nav li a:hover {
  color: var(--colour1);
}
.inside-nav li.active a {
  color: var(--colour1);
  border-top: 2px solid var(--colour1);
  background: var(--grey_bg);
  transition: 0.3s;
}

.inside-nav li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e5e5e5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.inside-nav li:first-child a:after {
  display: none;
}
.inside-nav li.active + li a:after {
  opacity: 0;
}

/*产品列表*/

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 2rem;
}
.product-list li {
  width: calc(33.33% - 0.75rem);
}

.product-list li a {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 1.5rem 1.5rem 4rem;
  background: #fff;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s;
}
.product-list li a:hover {
  background: #fff;
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}

.product-list li a .icon {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 40%;
  max-width: 8rem;
  opacity: 0.2;
}
.product-list li .title {
  color: var(--colour1);
  transition: all 0.4s;
}
.product-list li a:hover .title {
  color: var(--colour2);
  text-decoration: underline;
}
.product-list li .btn {
    position: absolute;
    z-index: 1;
    left: 1.5rem;
    bottom: 1.5rem;
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 2.5em;
  font-weight: bold;
  border-radius: 2em;
  color: #fff;
  background: var(--btn_bg);
  transition: all 0.4s;
}
.product-list li .btn:hover {
  background: var(--colour2);
}
.inside-solution {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.inside-solution li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inside-solution li .img,
.inside-solution li .info {
  width: 48%;
}
.inside-solution li .img img {
  border-radius: 1rem;
  border: 1px solid var(--border_colour);
}
.inside-solution li .info {
  display: flex;
  align-items: center;
}
.inside-solution li .info .subtitle {
  display: block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--small_text);
  transition: all 0.4s;
}
.inside-solution li .info .title {
  display: block;
  margin-bottom: 1rem;
  color: var(--colour1);
  transition: all 0.4s;
}
.inside-solution li .info .layout-btn {
  margin-top: 0.5rem;
  height: 3em;
  line-height: 1.5em;
}
.inside-solution li:nth-of-type(Odd) .img {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.inside-solution li:nth-of-type(Odd) .info {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.inside-solution li:nth-of-type(even) .img {
  order: 1;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.inside-solution li:nth-of-type(even) .info {
  order: 0;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.inside-file {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 2rem;
}
.inside-file li {
  width: calc(33.33% - 0.75rem);
}
.inside-file li a {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.inside-file li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
  background: var(--grey_bg);
}
.inside-file li a .icon {
  width: 3rem;
  flex-shrink: 0;
}
.inside-file li .title {
  line-height: 1.25em;
}
.inside-file li span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: var(--text);
}
.inside-swiper .swiper-slide {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 5rem;
  height: auto;
  background: var(--grey_bg3);
  overflow: hidden;
}
.inside-swiper .swiper-slide .info {
  width: 45%;
}
.inside-swiper .swiper-slide .icon {
  width: 4rem;
  margin-bottom: 1rem;
}
.inside-swiper .swiper-slide .info .layout-btn {
  margin-top: 2.5rem;
}
.inside-swiper .swiper-slide .img {
  width: 50%;
  border-radius: 1rem;
}
.inside-swiper .swiper-slide .bg {
  position: absolute;
  z-index: -1;
  top: -1em;
  left: -1em;
  width: calc(100% + 4em);
  max-width: calc(100% + 4em);
  height: calc(100% + 4em);
  min-height: calc(100% + 4em);
  opacity: 0.05;
  filter: blur(0.1em);
}
.inside-swiper-nav {
  text-align: center;
  color: #fff;
  background: var(--grey_bg2);
  border-top: 1px solid var(--border_colour);
  border-bottom: 1px solid var(--border_colour);
}
.inside-swiper-nav .swiper-slide {
  position: relative;
  padding: 1rem;
  width: auto;
  min-width: 8rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--small_text);
  cursor: pointer;
}
.inside-swiper-nav .swiper-slide.swiper-slide-thumb-active {
  color: var(--colour1);
}
.inside-swiper-nav .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--colour1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: 100%;
}
.inside-swiper-nav .swiper-slide.swiper-slide-thumb-active:after {
  transform: scaleX(1);
  transform-origin: 0%;
}

.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 2rem;
}
.support-list li {
  width: calc(33.33% - 0.75rem);
}
.support-list li a {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 1.5rem 1.5rem 4rem;
  background: #fff;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.support-list li a:hover {
  background: #fff;
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.support-list li img {
  width: 3rem;
  margin-bottom: 1rem;
}
.support-list li .title {
  transition: all 0.4s;
}
.support-list li a:hover .title {
  color: var(--colour1);
}
.support-list li a .title:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.support-list li .btn {
    position: absolute;
    z-index: 1;
    left: 1.5rem;
    bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 2.5em;
  font-weight: bold;
  border-radius: 2em;
  color: #fff;
  background: var(--btn_bg);
  transition: all 0.4s;
}
.support-list li .btn:hover {
  background: var(--colour2);
}
/*产品详情*/
.table-box {
  overflow-x: auto;
  border-radius: 0.75rem;
  box-shadow: 0 0 1rem var(--shadow);
}
.table-box table {
  min-width: 100%;
}
.product-parameter {
}
/*解决方案*/
.solution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 2rem;
}
.solution-list li {
  width: calc(50% - 0.5625rem);
}
.solution-list li a {
  display: flex;
  padding: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.solution-list li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.solution-list li a .info {
  margin-right: 2rem;
}
.solution-list li a .title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: bold;
  color: var(--colour1);
  transition: all 0.4s;
}
.solution-list li a .title:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.solution-list li a .summary {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: var(--text);
}
.solution-list li a .icon {
  flex-shrink: 0;
  width: 3.5rem;
}
/*解决方案*/
.solution-body {
  display: flex;
  margin-top: 2rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  overflow: hidden;
}
.solution-body .img {
  flex-grow: 1;
  padding: 1.75rem;
}
.solution-body .img .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.solution-body .img .top .title {
  margin-bottom: 0;
}
.solution-body .img .top .btn {
  display: flex;
  flex-shrink: 0;
}
.solution-body .img .top .btn .icon {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--dark);
}
.solution-body .info {
  flex-shrink: 0;
  width: 22rem;
  border-left: 1px solid var(--border_colour);
}
.solution-body .info .item-content {
  display: none;
}
.solution-body .info .item-content.active {
  display: block;
}
.solution-body-title {
  padding: 1rem 1.5rem;
}
.solution-nav {
  gap: 0 2rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid var(--border_colour);
}
.solution-nav .nav-link {
  padding: 0 0 0.75rem;
  line-height: 1.25em;
}
.solution-nav .nav-link:hover {
  border-color: transparent;
  color: var(--colour2);
}
.solution-nav .nav-link.active {
  font-weight: bold;
  color: var(--colour1);
  border: none;
  border-bottom: 0.1875rem solid var(--colour1);
}
.solution-p-list li > a {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5em;
  border-bottom: 1px solid var(--border_colour);
  transition: all 0.4s;
}
.solution-p-list li > a:not(.collapsed) {
  background: var(--grey_bg);
}
.solution-p-list li > a span {
  font-weight: inherit;
  color: inherit;
}
.solution-p-list li > a:not(.collapsed) span {
  font-weight: bold;
  color: var(--colour1);
}
.solution-p-list li > a .icon {
  display: inline-block;
  font-weight: normal !important;
  transition: all 0.4s;
}
.solution-p-list li > a:not(.collapsed) .icon {
  transform: rotate(-180deg);
}
.solution-p-list li .nav-content .item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid var(--border_colour);
}
.solution-p-list li .nav-content .item-left {
  flex-grow: 1;
}
.solution-p-list li .nav-content .item-left a {
  display: block;
  padding: 0.375em 0;
  font-size: 0.9375rem;
  line-height: 1.25em;
}
.solution-p-list li .nav-content .item-left .title {
  color: var(--colour1);
}
.solution-p-list li .nav-content .item-left .subtitle {
  color: var(--title);
}
.solution-p-list li .nav-content .item-left a:hover .title {
  color: var(--colour2);
  text-decoration: underline;
}
.solution-p-list li .nav-content .item-left small {
  display: block;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.25em;
  color: var(--small_text);
}
.solution-p-list li .nav-content .item-right {
  flex-shrink: 0;
}
.solution-p-list li .nav-content .item-right img {
  width: 1.75rem;
  transition: all 0.4s;
}
.solution-p-list li .nav-content .item-right a:hover img {
  opacity: 0.7;
}
.solution-a-list li {
  border-bottom: 1px solid var(--border_colour);
}
.solution-a-list li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  color: var(--text);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}
.solution-a-list li a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.solution-a-list li a:before {
  content: "●";
  display: inline-block;
  margin-right: 0.5rem;
  color: var(--btn_bg);
}
/*技术文献*/
.pdf-search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pdf-search form {
  display: flex;
}
.pdf-search form input {
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 2rem 0 0 2rem;
  border-right: none;
}
.pdf-search form button {
  padding: 0 1.25em 0 1rem;
  height: 3rem;
  line-height: 3rem;
  color: var(--text);
  border: 1px solid var(--border_colour);
  border-left: none;
  border-radius: 0 2rem 2rem 0;
  background: #fff;
  transition: all 0.4s;
}
.pdf-search form button:hover {
  color: #fff;
  background: var(--colour1);
}
.pdf-search form button span {
  font-size: 1.375rem;
  color: inherit !important;
}
.pdf-search .select {
  width: 15rem;
}
.pdf-search .select > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
}
.pdf-list {
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  overflow: hidden;
}
.pdf-list .top {
  display: flex;
  font-weight: bold;
  color: #fff;
  background: var(--colour1);
}
.pdf-list .top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdf-list .top .up-down span.icon {
  font-weight: normal !important;
}
.pdf-list .top .up-down span.icon:before {
  content: "\e69a";
}
.pdf-list .top .up span.icon:before {
  content: "\e699";
}
.pdf-list .top .down span.icon:before {
  content: "\e69e";
}
.pdf-list .content li {
  display: flex;
  font-size: 0.9375rem;
  color: var(--text);
  border-bottom: 1px solid var(--border_colour);
}
.pdf-list .top > div,
.pdf-list .content li > div {
  padding: 1rem;
}
.pdf-list .item {
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.pdf-list .item a {
  color: var(--text);
}
.pdf-list .item a:hover {
  color: var(--colour2);
}
.pdf-list .type,
.pdf-list .size,
.pdf-list .time {
  flex-shrink: 0;
  width: 9rem;
  border-left: 1px solid var(--border_colour);
}
.pdf-list .table-pag {
  margin: 1rem 1.5rem;
}
/*工具*/
.tool-head {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tool-head .search {
  display: flex;
  margin-top: 2rem;
}
.tool-head .search input {
  flex-grow: 1;
  border: 1px solid var(--border_colour);
  border-right: none;
  border-radius: 2em 0 0 2rem;
}
.tool-head .search button {
  flex-shrink: 0;
  padding: 0 1.5rem 0 1rem;
  color: var(--text);
  border: 1px solid var(--border_colour);
  border-left: none;
  border-radius: 0 2rem 2rem 0;
  background: #fff;
  transition: all 0.4s;
}
.tool-head .search button:hover {
  color: #fff;
  background: var(--colour1);
  transition: all 0.4s;
}
.tool-head .search button span {
  font-size: 1.375rem;
  color: inherit;
}
.tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.tool-list .item {
  width: calc(33.33% - 0.875rem);
  min-height: 100%;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.tool-list .item:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.tool-list .item .img {
  display: block;
  padding: 1rem 0;
  text-align: center;
}
.tool-list .item img {
  max-width: 100%;
  max-height: 10rem;
}
.tool-list .item .info {
  padding: 1rem 1.5rem 1.5rem;
}
.tool-list .item .info .title {
  display: block;
  margin-bottom: 0.5rem;
  transition: all 0.4s;
}
.tool-list .item .info .title:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.tool-list .item .summary {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.tool-list .item .button {
  text-align: right;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border_colour);
}
.tool-list .item .btn {
  display: inline-block;
  padding: 0 1.5em;
  font-size: 0.875rem;
  line-height: 2.5em;
  font-weight: bold;
  color: #fff;
  background: var(--btn_bg);
  border-radius: 2em;
  transition: all 0.4s;
}
.tool-list .item .btn:hover {
  background: var(--colour1);
}
/*质量*/
.certificate-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3rem;
}
.certificate-list2 li {
  width: calc(33.33% - 0.875rem);
}
.certificate-list2 li a {
  display: block;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s;
}
.certificate-list2 li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.certificate-list2 li a .img {
  padding: 1.5rem;
  text-align: center;
}
.certificate-list2 li a .img img {
  max-height: 18rem;
}
.certificate-list2 li a .title {
  padding: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid var(--border_colour);
  background: var(--grey_bg2);
  transition: all 0.4s;
}
.certificate-list2 li a:hover .title {
  color: #fff;
  background: var(--colour1);
}
.certificate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3rem;
}
.certificate-list li {
  width: calc(50% - 0.625rem);
}
.certificate-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.certificate-list li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.certificate-list li a .icon {
  width: 2.5rem;
}
.certificate-list li a span {
  color: var(--small_text);
  transition: all 0.4s;
}
.certificate-list li a span:hover {
  color: var(--colour2);
  text-decoration: underline;
}
/*服务*/
.service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.service-nav li {
  width: calc(50% - 1rem);
}
.service-nav li a {
  display: block;
  padding: 2rem 1.5rem;
  min-height: 100%;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.service-nav li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.service-nav li .top {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
.service-nav li .top img {
  width: 3rem;
  flex-shrink: 0;
}
.service-nav li .top .title {
  margin-bottom: 0;
  line-height: 1.5em;
  transition: all 0.4s;
}
.service-nav li .top .title:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.service-nav li .summary {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5em;
  color: var(--text);
}
.service-nav li .btn {
  padding: 0 1.5em;
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 2.75em;
  font-weight: bold;
  color: #fff;
  background: var(--colour1);
  border-radius: 2em;
}
.service-nav li .btn:hover {
  color: #fff;
  background: var(--colour2);
}

.service-idea {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.service-idea li {
  padding: 1.5rem;
  width: calc(33.33% - 0.875rem);
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
}
.service-idea li .top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.service-idea li .top img {
  width: 3rem;
  flex-shrink: 0;
}
.service-idea li .top .title {
  margin-bottom: 0;
}
.service-idea li .summary {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5em;
}

.faq {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}
.faq li {
  width: 100%;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  overflow: hidden;
}
.faq li > a {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-weight: bold;
  color: var(--title);
  transition: all 0.4s;
}
.faq li > a:after {
  content: "\b8";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.625em;
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 1.25em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.faq li > a:not(.collapsed):after {
  transform: rotate(0deg);
}
.faq li > a:not(.collapsed) {
  color: var(--colour1);
  background: var(--grey_bg2);
}
.faq li .info {
  padding: 1.5rem;
  border-top: 1px solid var(--border_colour);
}
.faq li .info p {
  margin-bottom: 0.5em;
}
/*新闻*/
.inside-news {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 2rem;
}
.inside-news li {
  width: calc(33.33% - 0.75rem);
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.4s;
}
.inside-news li:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.inside-news li a.title {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5em;
  height: 3em;
  font-weight: bold;
  color: var(--title);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.inside-news li:hover a.title {
  color: var(--colour1);
}
.inside-news li a.title:hover {
  text-decoration: underline;
  color: var(--colour2);
}
.inside-news li .info {
  padding: 1.5rem;
}
.inside-news li .time {
  padding: 0;
}
.inside-news li .time span {
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--small_text);
}
.inside-news li .time span.icon {
  font-weight: normal;
  font-size: 1.125rem;
  margin-right: 0.25rem;
}
.inside-news li .btn {
  display: inline-block;
  padding: 0 1rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 2.5em;
  color: #fff;
  background: var(--btn_bg);
  border: none;
  border-radius: 2em;
  transition: all 0.4s;
}
.inside-news li .btn:hover {
  background: var(--colour2);
}
/*产品详情*/
.product-head {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.product-head .layout-btn {
  margin-right: 0.5rem;
  height: 3em;
  line-height: 1.5em;
}
.product-head .layout-btn > div {
  padding: 0 2em;
}
.product-head .layout-btn:before,
.product-head .layout-btn.layout-btn2:before {
  background: #fff;
}
.inside-header {
  display: flex;
  gap: 1rem;
  line-height: 1.5em;
}
.inside-header div.icon {
  width: 4rem;
  margin-right: 1.5rem;
}
.inside-header .left {
  flex-grow: 1;
}
.inside-header .title {
  margin-bottom: 0;
  line-height: 1.125em;
}
.inside-header .right {
  flex-shrink: 0;
  width: auto;
}
.inside-header .right a {
  max-width: 8.75rem;
}
.product-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-summary .title {
  width: 100%;
  margin-bottom: 1rem;
}
.product-summary .info {
  width: 50%;
}
.product-summary .data-list-box {
  width: 45%;
}
.product-summary .data-list {
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  overflow: hidden;
}
.product-summary .data-list a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border_colour);
  padding: 0.75rem 1.5rem;
  transition: all 0.4s;
}
.product-summary .data-list a:not(.collapsed) {
  font-weight: bold;
  color: var(--colour1);
  background: var(--grey_bg);
}
.product-summary .data-list a .icon {
  display: inline-block;
  font-weight: normal;
  color: inherit !important;
  transition: all 0.4s;
}
.product-summary .data-list a:not(.collapsed) .icon {
  transform: rotate(-180deg);
}
.product-summary .data-list a:first-of-type {
  border-top: none;
}
.product-summary .data-list .data-body > div {
  border-top: 1px solid var(--border_colour);
  padding: 1rem 1.5rem;
}
.product-summary .data-list .data-body ul{
    width: 100%  !important;
}
.product-summary .data-list .data-body li {
  margin-left: 1rem;
  font-size: 0.9375rem;
  list-style: disc;
}
.product-solution {
  border-top: 1px solid var(--border_colour);
}
.product-s {
  margin-top: 2rem;
}
.product-s .swiper-slide {
  padding: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.product-s .swiper-slide:hover {
  border: 1px solid var(--colour1);
}
.product-s .swiper-slide .header {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.product-s .swiper-slide .header .icon {
  width: 3rem;
}
.product-s .swiper-slide .header a {
  display: block;
  line-height: 1.5em;
  transition: all 0.4s;
}
.product-s .swiper-slide .header a.subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--title);
}
.product-s .swiper-slide .header a.title {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--colour1);
}
.product-s .swiper-slide .header a:hover {
  color: var(--colour2) !important;
}
.product-s .btn {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background: var(--btn_bg);
  border-radius: 2em;
  transition: all 0.4s;
}
.product-s .btn:hover {
  background: var(--colour2);
}
.product-c {
  margin-top: 2rem;
}
.product-c .swiper-slide {
  position: relative;
  padding: 1.5rem 1.5rem 3.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.product-c .swiper-slide:hover {
  border: 1px solid var(--colour1);
}
.product-c .header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.product-c .header .icon {
  width: 3rem;
}
.product-c .subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375em;
  color: var(--small_text);
}
.product-c .title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.375em;
  color: var(--colour1);
}
.product-c .summary {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.5em;
  max-height: 4.5em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-c .btn {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 1;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background: var(--btn_bg);
  border-radius: 2em;
  transition: all 0.4s;
}
.product-c .btn:hover {
  background: var(--colour2);
}

/*支持*/
.solution-item {
  padding-bottom: 1.75rem;
}

.solution-item .img-center {
  padding-bottom: 55%;
  overflow: hidden;
}
.solution-item .img-center img {
  width: 100%;
  height: 100%;
}
.solution-item .info {
  padding: calc(3vw * 0.7);
  transition: all 0.4s;
}
.solution-item a:hover .info {
  background: var(--grey_bg);
}
.solution-item .info .title {
  transition: all 0.4s;
}
.solution-item a:hover .info .title {
  color: var(--colour1);
}
.solution-item .info p {
  font-size: 0.875rem;
  color: var(--small_text);
  transition: all 0.4s;
}
.solution-item a:hover .info p {
  color: var(--text);
}
/*服务*/

.service-list {
  padding: 0 1rem;
}
.service-list li {
  margin-top: 1rem;
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.service-list li:last-of-type {
  margin: 0;
}
.service-list li .img {
  width: 40%;
}
.service-list li .info {
  width: 35%;
  text-align: center;
}
/*文章*/
.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article .article-head {
  padding: 2rem 0 2.5rem;
  width: 66%;
}

.article .article-head .title {
  margin: 0 0 1rem;
}

.article .article-head .time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--small_text);
}
.article .article-head .time a {
  color: var(--small_text);
}
.article .article-head .time a:hover {
  color: var(--colour1);
}
.article-body {
  width: 65%;
  line-height: 1.75em;
}

.article-body p {
  line-height: 1.75em;
}

.article-body iframe {
  max-width: 100% !important;
}
.article-other {
  width: 28%;
}
.article-other ul {
  margin-top: 1.5rem;
}
.article-other li {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border_colour);
}
.article-other li:first-child {
  border-top: 1px solid var(--border_colour);
}
.article-other .sort {
  display: inline-block;
  padding: 0 1.125rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 2.25em;
  border-radius: 2em;
  color: var(--small_text);
  background: var(--grey_bg);
}
.article-other .title {
  font-weight: 500;
  transition: all 0.4s;
}
.article-other a:hover .title {
  color: var(--colour1);
}
.article-other .time {
  font-size: 0.875rem;
  color: var(--small_text);
}

.article-other .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.article-other .social a span {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50%;
  color: var(--title);
  background: var(--grey_bg);
  transition: all 0.4s;
}

.article-other .social a:hover span {
  color: #fff;
  background: var(--colour1);
}

.article-page {
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-page .back {
  width: 100%;
  margin: 0 0 0.5rem;
}

.article-page .back a {
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 1rem;
  transition: all 0.4s;
}

.article-page .back a:hover {
  color: var(--colour1);
}

.article-page .back a span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.article-page a.left,
.article-page a.right {
  flex-shrink: 1;
  display: inline-block;
  width: 49%;
  padding: 1.5rem;
  color: var(--text);
  background: #fff;
  transition: all 0.4s;
}

.article-page a.left p,
.article-page a.left span,
.article-page a.right p,
.article-page a.right span {
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}

.article-page a.left span,
.article-page a.right span {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: var(--colour1);
}

.article-page a.left:hover,
.article-page a.right:hover {
  box-shadow: 0 0 1rem var(--shadow);
  background: var(--colour1);
  transition: all 0.4s;
}

.article-page a.left:hover p,
.article-page a.left:hover span,
.article-page a.right:hover p,
.article-page a.right:hover span {
  color: #fff;
}

/*联系我们*/
.company {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
}
.company .item {
  width: calc(50% - 1rem);
}
.company .title {
  margin-bottom: 1.5rem;
}
.company p {
  margin-bottom: 0.75em;
}
.company .icon {
  position: relative;
  padding-left: 2rem;
}
.company .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.375em;
  line-height: 1.25em;
  color: var(--colour1);
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.contact-list li {
  width: calc(50% - 0.75rem);
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.contact-list li .title {
  padding: 1.5rem 1.5rem 0.5rem;
}
.contact-list li .info {
  padding: 0 1.5rem 1.5rem;
}
.contact-list li .info p {
  margin-bottom: 0.75em;
}
.contact-list li .info .icon {
  position: relative;
  padding-left: 2rem;
}
.contact-list li .info .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.375em;
  line-height: 1.25em;
  color: var(--colour1);
}
.contact-list li .info a {
  color: inherit;
}
.contact-list li .info a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
#feedback .row {
  gap: 1.5rem 0;
}
#feedback input,
#feedback select,
#feedback textarea {
  border-radius: 0.5rem;
}
/*加入*/
.join-app {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.join-app li {
  width: calc(33.33% - 1rem);
  padding: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
}
.join-app li img {
  display: block;
  margin: auto;
  height: 3rem;
}
.join-app li .title {
  margin-top: 1rem;
  text-align: center;
}
.join-app li .summary {
  line-height: 1.75em;
}
.join-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.join-nav-list li {
  width: calc(50% - 0.75rem);
}
.join-nav-list li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  transition: all 0.4s;
}
.join-nav-list li a:hover {
  border: 1px solid var(--colour1);
  box-shadow: 0 0 1rem var(--shadow);
}
.join-nav-list li .icon,
.join-nav-list li .icon img {
  flex-shrink: 0;
  width: 4rem;
}
.join-nav-list li .title {
  margin-bottom: 0.5rem;
}
.join-nav-list li span {
  font-size: 0.9375rem;
  line-height: 1.5em;
  color: var(--small_text);
}

.team-culture {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.team-culture li {
  width: calc(33.33% - 1rem);
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.team-culture .title {
  padding: 1.5rem 1.5rem 0;
  margin-bottom: 0.5rem;
}
.team-culture .summary {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
}

.join-nav {
  display: flex;
  gap: 1.5rem;
}
.join-nav a {
  font-weight: bold;
  color: var(--small_text);
  transition: all 0.4s;
}
.join-nav a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.join-nav a.active {
  color: var(--colour1);
  text-decoration: none;
}
.join-list {
  margin-top: 2rem;
  padding: 0 1.5rem;
  border: 1px solid var(--border_colour);
  border-radius: 1rem;
}

.join-list li a.join-btn {
  position: relative;
  display: block;
  padding: 1.5rem 3rem 1.5rem 0;
  border-bottom: 1px solid var(--border_colour);
}
.join-list li:last-of-type a.join-btn {
  border-bottom: none;
}
.join-list li a.join-btn:before {
  content: "\e711";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-family: "iconfont" !important;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0%, -50%) rotate(0deg);
  transition: all 0.4s;
}
.join-list li a.join-btn:not(.collapsed):before {
  color: var(--colour1);
  transform: translate(0%, -50%) rotate(45deg);
}
.join-list li a.join-btn .title {
  display: flex;
  line-height: 1.5rem;
  color: var(--colour1);
}
.join-list li a.join-btn .title .icon {
  display: inline-block;
  margin-right: 0.25rem;
  width: 1.375rem;
  font-size: 1.375rem;
}
.join-list li a.join-btn .title .h6 {
  margin-bottom: 0;
}
.join-list li a.join-btn .summary {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--small_text);
}
.join-content > div {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid var(--border_colour);
}
.join-content p {
  margin-bottom: 0.5em;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: var(--title);
}
/*新闻*/
.news-search {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news-search .search {
  display: flex;
}
.news-search .search input {
  border-radius: 2rem 0 0 2rem;
  border-right: none;
}
.news-search .search button {
  padding: 0 1em 0 0.75em;
  font-size: 1.5rem;
  color: var(--title);
  border-radius: 0 2rem 2rem 0;
  border: 1px solid var(--border_colour);
  border-left: none;
  background: #fff;
  transition: all 0.4s;
}
.news-search .search button:hover {
  color: #fff;
  border: 1px solid var(--colour1);
  border-left: none;
  background: var(--colour1);
}
.news-search .search button span {
  font-size: inherit;
  color: inherit;
}
.news-nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin: 2rem 0 1rem;
}
.news-nav .select {
  min-width: 10rem;
}
.news-nav .select > a {
  display: flex;
  justify-content: space-between;
  border-radius: 2em;
}

.news-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.news-top .bottom,
.news-top .bottom span {
  font-size: 0.875rem;
  color: var(--small_text);
}

.news-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border_colour);
}
.news-bottom > div {
  display: flex;
  gap: 0.25rem;
  width: 100%;
}
.news-bottom > div span {
  flex-shrink: 0;
  color: var(--small_text);
}
.news-bottom > div a {
  color: var(--text);
}
.news-bottom > div a:hover {
  color: var(--colour2);
  text-decoration: underline;
}
.news-bottom > div a:not([href]):not([tabindex]) {
  color: var(--text);
  text-decoration: none;
}

/*代理商*/
.agent-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.agent-list li {
  width: calc(33.33% - 0.875rem);
  padding: 1.5rem;
  border: 1px solid var(--grey_bg2);
  border-radius: 1rem;
  background: var(--grey_bg2);
  transition: all 0.4s;
}
.agent-list li:hover {
  border: 1px solid var(--colour1);
  background: #fff;
  box-shadow: 0 0 1rem var(--shadow);
}
.agent-list li .top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.agent-list li .top .title {
  margin-bottom: 0;
  line-height: 1.25em;
}
.agent-list li:hover .top .title {
  color: var(--colour1);
}
.agent-list li img {
  width: 6rem;
  mix-blend-mode: multiply;
}
.agent-list li p {
  font-size: 0.9375rem;
  margin-bottom: 0.5em;
}