@charset "utf-8";
/*初始化样式*/
*,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*设置平滑*/
html {
  scroll-behavior: smooth;
  font-size: calc(100 * 100vw / 1920);
}
body {
  font: 14px HONORSans-Regular, '微软雅黑', "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color: var(--dominant-color);
  overflow-x: hidden;
  line-height: 1.8;
}
/*字体引入*/
@font-face {
  font-family: BebasNeue;
  src: url("../webfonts/BebasNeue.otf") format('truetype');
}
@font-face {
  font-family: HONORSans-Regular;
  src: url("../webfonts/HONORSans-Regular.ttf") format('truetype');
}
strong {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: inherit;
}
ol,
ul {
  padding-left: 20px;
}
li::marker {
  color: var(--dominant-color);
}
img {
  vertical-align: top;
  border: 0;
  transition: all 0.5s;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-family: '微软雅黑';
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有20像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
  border: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
li {
  max-width: 100%;
}
p {
  white-space: normal;
  max-width: 100%;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
/*默认input样式*/
.input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  color: #666;
}
input[type=checkbox] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  position: relative;
  text-indent: 0;
}
input[type=checkbox]:checked {
  background: var(--dominant-color) !important;
  border-color: var(--dominant-color) !important;
}
input[type=checkbox]:checked ~ span {
  color: var(--dominant-color);
}
input[type=checkbox]:checked::after {
  content: '✔';
  color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}
input[type=radio] {
  border: 1px solid #e5e5e5;
  width: 14px;
  height: 14px;
}
textarea {
  resize: none;
  border: 1px solid #e5e5e5;
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
}
select {
  height: 40px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #666;
  background-size: 11px;
}
.pc {
  display: block;
}
.phone {
  display: none;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: var(--dominant-color);
}
::-webkit-scrollbar-corner {
  background-color: #eaeaea;
  height: 10px;
}
::-webkit-scrollbar:horizontal {
  height: 5px;
}
::-webkit-selection {
  background: var(--dominant-color);
  color: #fff;
}
::-moz-selection {
  background: var(--dominant-color);
  color: #fff;
}
/*限制行数*/
.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp1 {
  -webkit-line-clamp: 1;
}
.clamp2 {
  -webkit-line-clamp: 2;
}
.clamp3 {
  -webkit-line-clamp: 3;
}
.clamp4 {
  -webkit-line-clamp: 4;
}
.clamp5 {
  -webkit-line-clamp: 5;
}
.clamp6 {
  -webkit-line-clamp: 6;
}
/*swiper样式设置*/
body .swiper-button-prev:focus,
body .swiper-button-next:focus,
body .swiper-pagination-bullet:focus {
  outline: none;
}
/*swiper默认样式*/
body .swiper-button-prev,
body .swiper-button-next {
  color: var(--dominant-color);
  width: clamp(30px, 0.5rem, 50px);
  height: clamp(30px, 0.5rem, 50px);
  flex-direction: row;
  transition: all 0.5s;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: clamp(14px, 0.2rem, 20px);
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
}
body .swiper-button-prev:hover::after,
body .swiper-button-next:hover::after {
  color: #fff;
}
body .swiper-button-prev {
  left: 0;
}
body .swiper-button-next {
  right: 0;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    font-size: 12px;
  }
}
/*默认弹窗样式*/
.pop-up {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.pop-up .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-up .pop-up-box {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.pop-up .pop-up-box .loading-box {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: auto;
  height: 100%;
}
.pop-up .pop-up-box video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pop-up .pop-up-box .pop-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
.pop-up .pop-up-box .pop-close i {
  font-size: 36px;
  color: #fff;
}
.form-susses {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  border-radius: 10px;
  height: fit-content;
  z-index: 999;
  background: #fff;
  width: fit-content;
  display: none;
  align-items: center;
}
.form-susses i {
  color: var(--dominant-color);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 12px !important;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
}
/*-----默认配置------*/
.section {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.imgBox {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.imgBox img {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.imgBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.imgBox-hover:hover img {
  transition: all 0.5s;
  transform: scale(1.02);
}
/*头部样式*/
header {
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  position: sticky;
  top: 0;
  height: clamp(60px, 0.8rem, 80px);
  background: #fff;
  border-bottom: 1px solid #eee;
  /*搜索*/
  /*搜索*/
  /*语言*/
  /*语言*/
}
header.z-active {
  z-index: 99;
}
header.active,
header.hover-active {
  background: #ffffff;
}
header.active .header-box .header-menu nav .first-item .first-item-title,
header.hover-active .header-box .header-menu nav .first-item .first-item-title,
header.active .language .language-title,
header.hover-active .language .language-title {
  color: #000;
}
header.active .language .language-title img,
header.hover-active .language .language-title img {
  filter: brightness(0);
}
header.active .logo,
header.hover-active .logo {
  filter: none !Important;
}
header.active .header-box .header-menu nav .first-item .first-item-title::after,
header.hover-active .header-box .header-menu nav .first-item .first-item-title::after {
  background: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  header {
    position: sticky;
    background: #fff;
  }
}
header .header-phone-click {
  cursor: pointer;
  width: 22px;
  height: 16px;
  align-items: center;
  position: relative;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  header .header-phone-click {
    display: flex;
    order: 3;
    margin-left: 0;
  }
}
header .header-phone-click .phone-click-line {
  height: 2px;
  background: #000;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
header .header-phone-click .phone-click-line::before,
header .header-phone-click .phone-click-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::before {
  top: 0;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::after {
  bottom: 0;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line {
  background: transparent;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line::before {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(7px) rotate(45deg);
}
header .header-phone-click.active .phone-click-line::after {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(-7px) rotate(-45deg);
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  /*logo*/
  /*logo*/
}
header .header-box .logo {
  width: clamp(100px, 1.39rem, 139px);
}
header .header-box .logo img {
  max-width: inherit;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
header .header-box .header-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  /*导航*/
  /*导航*/
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    padding: 30px 5% 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }
}
header .header-box .header-menu nav {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  gap: clamp(20px, 0.5rem, 50px);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 0;
  }
}
header .header-box .header-menu nav .first-item {
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item {
    height: auto;
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
}
header .header-box .header-menu nav .first-item .first-box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-box {
    border-bottom: 1px solid #eee;
  }
}
header .header-box .header-menu nav .first-item.active .first-box::after,
header .header-box .header-menu nav .first-item:hover .first-box::after {
  opacity: 1;
}
header .header-box .header-menu nav .first-item.active .first-item-title,
header .header-box .header-menu nav .first-item:hover .first-item-title {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item.active .first-item-title::after,
header .header-box .header-menu nav .first-item:hover .first-item-title::after {
  opacity: 1;
}
header .header-box .header-menu nav .first-item .first-item-title {
  font-size: clamp(14px, 0.18rem, 18px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333;
  transition: all 0.5s;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    height: 50px;
    width: 100%;
    justify-content: flex-start;
    color: #333;
  }
}
header .header-box .header-menu nav .first-item .first-item-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  margin: auto;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: all 0.5s;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-item-title::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item i {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item i {
    display: block;
  }
}
header .header-box .header-menu nav .first-item i::before,
header .header-box .header-menu nav .first-item i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
}
header .header-box .header-menu nav .first-item i::before {
  width: 14px;
  height: 2px;
}
header .header-box .header-menu nav .first-item i::after {
  height: 14px;
  width: 2px;
}
header .header-box .header-menu nav .first-item i.active {
  transform: rotate(45deg);
}
header .header-box .header-menu nav .first-item .second-box {
  position: absolute;
  top: clamp(60px, 0.8rem, 80px);
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  width: clamp(500px, 7rem, 700px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: #ffffff;
  justify-content: center;
  pointer-events: none;
  background: #fff;
  display: flex;
  /*特殊*/
}
header .header-box .header-menu nav .first-item .second-box .left {
  flex: 1;
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 0.4rem, 40px) clamp(10px, 0.2rem, 20px) clamp(20px, 0.4rem, 40px);
  color: var(--dominant-color);
  line-height: 1.8;
}
header .header-box .header-menu nav .first-item .second-box .left .b_title {
  font-size: clamp(16px, 0.24rem, 24px);
  font-weight: 600;
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .right {
  flex-basis: clamp(250px, 3.1rem, 310px);
}
header .header-box .header-menu nav .first-item .second-box .right .imgBox {
  padding-bottom: 83%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box {
    width: 100%;
    position: relative;
    top: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    padding: 0;
    box-shadow: none;
    border: none;
    display: none;
    transition: all 0s;
    pointer-events: auto;
    left: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box::before {
  position: absolute;
  height: 10px;
  left: 0;
  top: -10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box::before {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #eee transparent transparent;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .section {
  display: grid;
  gap: clamp(20px, 0.4rem, 40px) clamp(20px, 0.7rem, 70px);
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .section {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .brand-section {
  width: clamp(12.9rem, 12.9rem, 1290px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .brand-section {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .brand-section .second-item {
  width: clamp(3.5rem, 3.5rem, 350px);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .brand-section .second-item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .brand-section .second-item .second-item-title {
    position: relative;
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item {
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-item {
    position: relative;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item i {
  bottom: auto;
  height: 40px;
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
  font-size: clamp(12px, 0.16rem, 16px);
  transition: all 0.2s;
  text-align: left;
  display: block;
  font-weight: 400;
  width: fit-content;
  text-underline-offset: 6px;
}
@media screen and (min-width: 769px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
    text-decoration: underline;
    color: var(--dominant-color);
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
  color: var(--dominant-color);
  border-color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover span {
  opacity: 1;
}
header .header-box .header-menu nav .first-item .second-box .second-item:hover .three-box {
  opacity: 1;
  pointer-events: auto;
}
header .header-box .header-menu nav .first-item .second-box .second-item:hover .three-box2 {
  opacity: 1;
  pointer-events: auto;
}
header .header-box .header-menu nav .first-item .second-box .three-box {
  margin-top: clamp(10px, 0.5rem, 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.5rem, 50px);
  padding-left: 20px;
}
header .header-box .header-menu nav .first-item .second-box .three-box .title {
  font-size: clamp(14px, 0.2rem, 20px);
  color: #000;
}
header .header-box .header-menu nav .first-item .second-box .three-box .list {
  font-size: clamp(12px, 0.18rem, 18px);
  color: #666;
  display: block;
  margin-top: clamp(6px, 0.1rem, 10px);
  transition: all 0.5s;
}
header .header-box .header-menu nav .first-item .second-box .three-box .list:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .three-box2 {
  opacity: 0;
  width: clamp(4.7rem, 4.7rem, 470px);
  padding-left: clamp(1.2rem, 1.2rem, 120px);
  position: absolute;
  left: clamp(3.5rem, 3.5rem, 350px);
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .three-box2 {
    position: relative;
    width: 100%;
    padding-left: 20px;
    left: 0;
    opacity: 1;
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box2::after {
  content: '';
  top: 0;
  left: clamp(0.6rem, 0.6rem, 60px);
  background: #d1d1d1;
  width: 1px;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .three-box2::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item {
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 0.24rem, 24px);
  transition: all 0.2s;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item {
    display: block;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a {
    color: #000;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a:hover {
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a span {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item:hover .four-item {
  opacity: 1;
}
header .header-box .header-menu nav .first-item .second-box .four-item {
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: clamp(4.7rem, 4.7rem, 470px);
  padding-left: clamp(1.2rem, 1.2rem, 120px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .four-item {
    position: relative;
    left: 10px;
    width: 100%;
    padding-left: 0;
    opacity: 1;
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .four-item::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: clamp(0.6rem, 0.6rem, 60px);
  background: #d1d1d1;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .four-item::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .four-item a {
  padding: 12px 0;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: clamp(14px, 0.2rem, 20px);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .four-item a {
    padding: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box {
  width: 100vw;
  min-height: 338px;
  padding: 0;
  position: fixed;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box {
    position: relative;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .product-box {
  align-items: flex-start;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .product-box {
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left {
  flex-basis: 300px;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .left {
    flex-basis: 100px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-title {
  margin-bottom: 20px;
  color: #888;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item {
  color: #333;
  margin-bottom: 10px;
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item {
    font-size: 12px;
    padding: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item:hover,
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item.active {
  background: #e7e7e7;
  color: #2f2f2f;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right {
  margin-left: 60px;
  flex: 1;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .right {
    margin-left: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items {
  display: none;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-title {
  color: #333;
  margin-bottom: 20px;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items.active {
  display: block;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item {
    display: flex;
    overflow: auto;
    grid-gap: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .item {
  background: #f1f2f4;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .item {
    flex-shrink: 0;
    width: 130px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .item .imgBox {
  padding-bottom: 75%;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .title {
  color: #333;
  text-align: center;
  margin-top: 10px;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item {
  flex-basis: 20%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item {
    flex-basis: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item:nth-child(n + 6) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item:nth-child(n + 6) {
    margin-top: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .img {
  height: 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .img {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .img img {
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .second-item-title {
  color: #222;
  text-align: left;
  padding: 0;
  transition: all 0.5s;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .second-item-title {
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .second-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box {
    margin-top: 0;
    display: none;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box .three-item-title {
  display: block;
  transition: all 0.5s;
  font-size: 12px;
  color: #999;
  width: fit-content;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box .three-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box .three-item-title.news {
  color: var(--dominant-color);
  font-size: 12px;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item:hover .three-box {
  opacity: 1;
  visibility: visible;
}
header .header-box .header-menu nav .first-item .product-section {
  background: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section .pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section .phone {
    display: block;
  }
}
header .header-box .header-menu nav .first-item .product-section .product-first {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  height: clamp(50px, 0.7rem, 70px);
  border-bottom: 1px solid #eee;
  color: #000;
  gap: clamp(30px, 0.9rem, 90px);
  padding-left: 60px;
  padding-right: 60px;
}
header .header-box .header-menu nav .first-item .product-section .product-first .product-first-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(12px, 0.18rem, 18px);
  cursor: pointer;
}
header .header-box .header-menu nav .first-item .product-section .product-first .product-first-item.active {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .product-section .section {
  display: block;
  max-width: 100%;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section .section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box {
  display: none;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box.active {
  display: flex;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left {
  padding-top: clamp(30px, 0.5rem, 50px);
  padding-bottom: clamp(30px, 0.5rem, 50px);
  flex-basis: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.2rem, 20px);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left {
    flex-basis: 50%;
  }
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left .item {
  font-size: clamp(12px, 0.18rem, 18px);
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(40px, 0.5rem, 50px);
  padding: 0 clamp(10px, 0.3rem, 30px);
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  transition: all 0.5s;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left .item::after {
  content: '';
  background: url('../images/img75.png') no-repeat top left / contain;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left .item .fa {
  transition: all 0.5s;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left .item.active {
  background: #fff;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left .item.active::after {
  opacity: 1;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .left .item.active .fa {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right {
  padding-top: clamp(30px, 0.5rem, 50px);
  padding-bottom: clamp(30px, 0.5rem, 50px);
  padding-left: clamp(20px, 0.8rem, 80px);
  margin-left: clamp(20px, 0.8rem, 80px);
  flex: 1;
  background: #fff;
  position: relative;
  border-left: 1px solid #eee;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -100%;
  top: 0;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .r-box {
  width: 100%;
  display: none;
  justify-content: space-between;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .r-box.active {
  display: flex;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .l-item {
  flex-basis: 3rem;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.2rem, 20px);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .l-item {
    flex-basis: 100%;
  }
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .l-item .item {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(40px, 0.5rem, 50px);
  background: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 clamp(10px, 0.2rem, 20px);
  transition: all 0.5s;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .l-item .item:hover {
  background: var(--dominant-color);
  color: #fff;
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .r-item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .r-item {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .product-section .section .product-first-item-box .right .r-item img {
  flex-basis: 4.3rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu nav .first-item:hover .second-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
header .header-box .header-menu nav .first-item:hover a {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .logo {
  margin-left: auto;
  margin-right: auto;
}
header .header-box .header-menu nav .logo ~ .first-item {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 0;
  }
}
header .header-box .header-menu nav .shop {
  margin-left: 60px;
  background: #1e1e1e;
  border-radius: 25px;
  width: 120px;
  height: 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .shop {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .shop {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .shop {
    margin-left: 0;
    margin-top: 30px;
    height: 40px;
    font-size: 14px;
    width: 100%;
  }
}
header .header-box .header-menu nav .shop img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
header .header-right {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header-right {
    margin-right: 20px;
    margin-left: auto;
  }
}
header .search {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  justify-content: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}
header .search img {
  width: clamp(20px, 0.22rem, 22px);
}
header .search .search-click {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .search::after {
  content: '';
  height: clamp(12px, 0.16rem, 16px);
  width: 2px;
  background: #a9a7c5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
header .language {
  color: #fff;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .language .language-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: clamp(12px, 0.18rem, 18px);
}
header .language .language-title img {
  width: clamp(20px, 0.22rem, 22px);
}
header .language .language-title i {
  color: #a9a7c5;
}
header .language .language-show {
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  color: #333;
  left: 50%;
  margin: auto;
  width: 120px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) translateX(-50%);
  pointer-events: none;
}
header .language .language-show .language-show-box {
  background: var(--dominant-color);
}
header .language .language-show .language-show-item {
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  display: block;
  text-align: center;
  transition: all 0.5s;
  font-size: clamp(12px, 0.16rem, 16px);
}
header .language .language-show .language-show-item:hover {
  background: var(--dominant-color);
  color: #fff;
}
header .language:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
header .header-search-box {
  display: none;
  height: 100px;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: clamp(60px, 0.8rem, 80px);
  left: 0;
}
header .header-search-box .header-search {
  width: 100%;
  background: #fff;
  padding-top: clamp(20px, 0.3rem, 30px);
  padding-bottom: clamp(20px, 0.3rem, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-search-box .header-search input {
  border-color: #f6f6fa;
}
/*底部样式*/
.footer {
  z-index: 4;
  position: relative;
  background: #29246f;
  padding-top: clamp(30px, 0.5rem, 50px);
  padding-bottom: clamp(30px, 0.5rem, 50px);
}
.footer .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, 3.5rem, 350px);
}
.footer .img1 img {
  width: 100%;
}
.footer .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(200px, 4.4rem, 440px);
}
.footer .img2 img {
  width: 100%;
}
.footer .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-box .footer-logo {
  filter: brightness(100);
  width: clamp(120px, 1.61rem, 161px);
}
.footer .footer-box .footer-menu {
  display: flex;
  justify-content: space-between;
  grid-gap: clamp(10px, 0.4rem, 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-box .footer-menu {
    display: none;
  }
}
.footer .footer-box .footer-menu .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-box .footer-menu .item {
    padding-bottom: 0;
  }
}
.footer .footer-box .footer-menu .first-item {
  display: block;
  font-size: clamp(14px, 0.2rem, 20px);
  position: relative;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer .footer-box .footer-menu .first-item {
    pointer-events: auto;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-box .footer-menu .first-item i {
    width: 26px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    display: block;
  }
  .footer .footer-box .footer-menu .first-item i::before,
  .footer .footer-box .footer-menu .first-item i::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    transition: all 0.5s;
  }
  .footer .footer-box .footer-menu .first-item i::before {
    width: 12px;
    height: 2px;
  }
  .footer .footer-box .footer-menu .first-item i::after {
    height: 12px;
    width: 2px;
  }
  .footer .footer-box .footer-menu .first-item i.active::after {
    transform: rotate(90deg);
  }
}
.footer .footer-box .footer-menu .first-summary {
  border-bottom: 1px solid #eee;
  font-size: clamp(12px, 0.16rem, 16px);
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.footer .footer-box .footer-menu .bottom .b-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .footer-box .footer-menu .bottom .b-item .icon {
  margin-right: 20px;
}
.footer .footer-box .footer-menu .second-box {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-box .footer-menu .second-box {
    min-width: auto;
  }
}
.footer .footer-box .footer-menu .second-box img {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .footer .footer-box .footer-menu .second-box {
    margin-top: 20px;
    line-height: 1.6;
    border-top: none;
    padding-top: 0;
    display: none;
  }
}
.footer .footer-box .footer-menu .second-box a,
.footer .footer-box .footer-menu .second-box span {
  opacity: 0.7;
  display: block;
  font-size: clamp(12px, 0.16rem, 16px);
  transition: all 0.5s;
  position: relative;
  width: fit-content;
  margin-bottom: 6px;
  line-height: 2.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-box .footer-menu .second-box a,
  .footer .footer-box .footer-menu .second-box span {
    width: 100%;
  }
}
.footer .footer-box .footer-menu .second-box a::after {
  width: 0;
  background: var(--dominant-color);
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s;
}
.footer .footer-box .footer-menu .second-box a:hover {
  opacity: 1;
}
.footer .footer-box .footer-menu .second-box a:hover::after {
  width: 100%;
}
.footer .footer-bottom {
  margin-top: clamp(10px, 0.3rem, 30px);
  padding-top: clamp(10px, 0.3rem, 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom {
    flex-direction: column-reverse;
  }
}
.footer .footer-bottom .footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(12px, 0.16rem, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-copyright {
    padding: 20px 0;
    border-top: none;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-bottom .footer-copyright .support {
  opacity: 0.2;
}
.footer .footer-bottom .wechat {
  display: flex;
  gap: clamp(20px, 0.2rem, 20px);
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .wechat {
    width: 100%;
    margin-left: 0;
  }
}
.footer .footer-bottom .wechat .item {
  text-align: center;
  overflow: hidden;
}
.footer .footer-bottom .wechat .item img {
  border-radius: 10px;
  width: clamp(100px, 1.3rem, 130px);
  height: clamp(100px, 1.3rem, 130px);
}
.footer .footer-bottom .wechat .item p {
  margin-top: clamp(10px, 0.1rem, 10px);
  opacity: 0.3;
  color: #fff;
  font-size: clamp(12px, 0.18rem, 18px);
}
.footer .footer-link {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  flex-basis: 50%;
  margin-bottom: clamp(20px, 0.3rem, 30px);
}
.footer .footer-link .item {
  border-radius: 50%;
  width: clamp(40px, 0.55rem, 55px);
  height: clamp(40px, 0.55rem, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  background: #3f3a7e;
}
.footer .footer-link .item .show {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: none;
}
.footer .footer-link .item img {
  transition: all 0.5s;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer .footer-link .item img {
    width: 100%;
  }
}
.footer .footer-link .item:hover {
  background: var(--dominant-color);
}
.footer .footer-link .item:hover .show {
  display: block;
}
.go-top {
  position: fixed;
  bottom: 10%;
  right: 20px;
  width: clamp(40px, 0.5rem, 50px);
  height: clamp(40px, 0.5rem, 50px);
  z-index: 11;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.5s;
  color: #fff;
  cursor: pointer;
  background: var(--dominant-color);
  opacity: 0;
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.02);
}
.go-top.show {
  opacity: 1;
}
/*底部样式*/
/*根元素代码*/
:root {
  /*--dominant-color:#3a93bd;*/
  --dominant-color: #29246f;
  /*--linear-color:linear-gradient(to right ,#3a93bd 14%,#0079b2);*/
  --linear-color: linear-gradient(223deg, rgba(99, 229, 242, 0.2), rgba(58, 174, 239, 0.8));
}
/*--------------------------------------------------------*/
/*通用*/
.index-padding {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .index-padding {
    padding: 40px 0;
  }
}
.index-padding2 {
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .index-padding2 {
    padding: 40px 0;
  }
}
.index-title {
  color: var(--dominant-color);
  text-align: center;
}
.index-title .sup {
  color: var(--dominant-color);
  font-size: clamp(12px, 0.2rem, 20px);
  margin-bottom: clamp(6px, 0.1rem, 10px);
  font-weight: 600;
}
.index-title .title {
  font-size: clamp(16px, 0.4rem, 40px);
  line-height: 1.3;
  font-weight: 600;
}
.index-title .title span {
  color: #9b9b9b;
}
.index-title .tip {
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--dominant-color);
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .index-title .tip {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-title .tip {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.index-title .summary {
  font-size: clamp(12px, 0.2rem, 20px);
  line-height: 1.6;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.index-title .summary span {
  color: #333333;
}
.index-title .summary2 {
  font-size: 18px;
  color: #666666;
  margin: 30px 0 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .index-title .summary2 {
    font-size: 14px;
  }
}
.index-title .summary3 {
  font-size: 16px;
  color: #666666;
  margin: 30px 0 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .index-title .summary3 {
    font-size: 14px;
  }
}
.index-title .summary3 a {
  color: var(--dominant-color);
}
.f-more {
  transition: all 0.5s;
  min-width: clamp(12px, 1.4rem, 140px);
  height: clamp(40px, 0.5rem, 50px);
  font-size: clamp(12px, 0.18rem, 18px);
  border-radius: 6px;
  border: 1px solid var(--dominant-color);
  color: var(--dominant-color);
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
.f-more:hover {
  background: var(--dominant-color);
  color: #fff;
}
.f-more-show {
  font-size: 16px;
  color: var(--dominant-color);
  line-height: 1;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.zhan-wei {
  height: clamp(60px, 0.7rem, 70px);
}
@media screen and (max-width: 767px) {
  .zhan-wei {
    display: none;
  }
}
.zhan-wei2 {
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .zhan-wei2 {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .zhan-wei2 {
    display: none;
  }
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*首页*/
/*轮播*/
.banner {
  width: 100%;
}
.banner .img {
  height: 100%;
}
.banner .img img,
.banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .banner .img img,
  .banner .img video {
    height: 200px;
  }
}
.banner .swiper-banner {
  height: 100%;
}
.banner .swiper-banner .text {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 4;
}
.banner .swiper-banner .text .sup {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .sup {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-banner .text .sup {
    font-size: 14px;
  }
}
.banner .swiper-banner .text .title {
  font-size: clamp(18px, 0.5rem, 50px);
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
}
.banner .swiper-banner .text .summary {
  font-size: clamp(14px, 0.2rem, 20px);
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  font-family: 'Barlow';
}
.banner .swiper-banner .text .banner-more {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  text-align: left;
  margin-top: clamp(10px, 0.4rem, 40px);
}
.banner .swiper-banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto;
  height: fit-content;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .banner .swiper-banner .banner-img {
    top: 20%;
    bottom: auto;
    text-align: center;
  }
}
.banner .swiper-banner .banner-img img {
  width: 6.4rem;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .banner .swiper-banner .banner-img img {
    width: 80%;
  }
}
.banner .swiper-banner .swiper-slide-active .img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.banner .swiper-banner .swiper-slide-active .sup {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.banner .swiper-banner .swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.banner .swiper-banner .swiper-slide-active .summary {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-slide-active .numbers {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-slide-active .tip {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-slide-active .banner-more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: clamp(10px, 0.2rem, 20px);
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}
.banner .swiper-banner .swiper-pagination {
  text-align: center;
}
.banner .swiper-banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  opacity: 0.4;
  --swiper-pagination-bullet-width: clamp(30px, 0.4rem, 40px);
  --swiper-pagination-bullet-height: clamp(4px, 0.06rem, 6px);
  --swiper-pagination-bullet-horizontal-gap: 5px;
  position: relative;
  border-radius: 6px;
}
.banner .swiper-banner .swiper-pagination-bullet::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: #fff;
  opacity: 1;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color);
}
.banner .swiper-banner .swiper-pager {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  max-width: 1740px;
  margin: auto;
  align-items: center;
  color: #fff;
}
.banner .swiper-banner .swiper-pagination-progressbar {
  position: initial;
  max-width: 700px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .banner .swiper-banner .swiper-pagination-progressbar {
    max-width: 50%;
  }
}
.banner .swiper-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.banner .swiper-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
}
.index1 {
  overflow: hidden;
  position: relative;
  padding-top: clamp(40px, 0.7rem, 70px);
  padding-bottom: clamp(40px, 1rem, 100px);
}
.index1 .title {
  font-family: 'Barlow';
}
.index1 .index1-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(20px, 0.3rem, 30px);
  gap: clamp(20px, 0.2rem, 20px);
}
@media screen and (max-width: 767px) {
  .index1 .index1-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index1 .index1-box .item {
  box-shadow: 0 0 5px 5px rgba(41, 36, 111, 0.02);
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .index1 .index1-box .item {
    width: 100%;
  }
}
.index1 .index1-box .item .imgBox {
  padding-bottom: 70%;
}
.index1 .index1-box .item .text {
  width: 100%;
  color: #fff;
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 0.2rem, 20px);
  transition: all 0.5s;
}
.index1 .index1-box .item .text .title {
  font-size: clamp(16px, 0.2rem, 20px);
  font-weight: 600;
  transition: all 0.5s;
  text-align: center;
  color: var(--dominant-color);
}
@media screen and (min-width: 769px) {
  .index1 .index1-box .item:hover .text {
    background: var(--dominant-color);
  }
  .index1 .index1-box .item:hover .text .title {
    color: #fff;
  }
}
.index2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #f1f0f7;
}
@media screen and (max-width: 767px) {
  .index2 {
    flex-direction: column;
  }
}
.index2 .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .index2 .left {
    width: 100%;
  }
}
.index2 .left .imgBox {
  padding-bottom: 78%;
}
.index2 .left .swiper-pagination {
  width: 80%;
  text-align: left;
  bottom: clamp(30px, 0.5rem, 50px);
  right: 0;
  margin: auto;
}
.index2 .left .swiper-pagination .swiper-pagination-bullet {
  width: clamp(20px, 0.3rem, 30px);
  height: clamp(2px, 0.04rem, 4px);
  opacity: 0.2;
  background: #fff;
  border-radius: 0;
}
.index2 .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index2 .right {
  width: 50%;
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 1.3rem, 130px);
}
@media screen and (max-width: 767px) {
  .index2 .right {
    width: 100%;
  }
}
.index2 .right .item {
  display: none;
}
.index2 .right .item.active {
  display: block;
}
.index2 .right .index-title {
  text-align: left;
}
.index2 .right ul {
  line-height: 2;
  border-top: 1px solid #dddbe9;
  padding-top: clamp(10px, 0.3rem, 30px);
  margin-top: clamp(10px, 0.3rem, 30px);
}
.index2 .right li {
  font-size: clamp(12px, 0.2rem, 20px);
  color: var(--dominant-color);
}
.index2 .right .f-more {
  margin-top: clamp(30px, 0.7rem, 70px);
}
.index3 {
  overflow: hidden;
  position: relative;
  padding-top: clamp(40px, 0.7rem, 70px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.index3 .index3-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(20px, 0.3rem, 30px);
  gap: clamp(20px, 0.2rem, 20px);
}
@media screen and (max-width: 767px) {
  .index3 .index3-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index3 .index3-box .item {
  box-shadow: 0 0 5px 5px rgba(41, 36, 111, 0.02);
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .index3 .index3-box .item {
    width: 100%;
  }
}
.index3 .index3-box .item .imgBox {
  padding-bottom: 87%;
}
.index3 .index3-box .item .text {
  width: 100%;
  transition: all 0.5s;
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 0.2rem, 20px) clamp(30px, 0.4rem, 40px);
}
.index3 .index3-box .item .text .title {
  font-size: clamp(14px, 0.24rem, 24px);
  font-weight: 600;
  transition: all 0.5s;
  color: var(--dominant-color);
}
.index3 .index3-box .item .text .en {
  font-weight: 600;
  color: #29246f;
  font-size: clamp(12px, 0.16rem, 16px);
  opacity: 0.3;
  margin-top: 6px;
}
.index3 .index3-box .item .text .more {
  border: 1px solid var(--dominant-color);
  border-radius: 6px;
  width: clamp(30px, 0.36rem, 36px);
  height: clamp(30px, 0.36rem, 36px);
  margin-top: clamp(20px, 0.3rem, 30px);
  transition: all 0.5s;
}
.index3 .index3-box .item .text .more img {
  width: clamp(6px, 0.08rem, 8px);
}
.index3 .index3-box .item::after {
  content: '';
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--dominant-color);
  position: absolute;
  width: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .index3 .index3-box .item:hover::after {
    width: 100%;
  }
  .index3 .index3-box .item:hover .text .more {
    background: var(--dominant-color);
  }
  .index3 .index3-box .item:hover .text .more img {
    filter: brightness(100);
  }
}
.index4 {
  padding-bottom: clamp(40px, 1.1rem, 110px);
}
.index4 .top {
  position: relative;
  overflow: hidden;
  display: block;
}
.index4 .top .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 0.6rem, 60px);
  height: clamp(40px, 0.6rem, 60px);
  background: #fff;
  border-radius: 50%;
}
.index4 .top .play .fa-play {
  color: var(--dominant-color);
}
.index4 .bottom {
  margin-top: clamp(20px, 0.3rem, 30px);
  display: flex;
  gap: clamp(20px, 1.6rem, 160px);
}
@media screen and (max-width: 767px) {
  .index4 .bottom {
    flex-direction: column;
  }
}
.index4 .bottom .left {
  flex-basis: clamp(400px, 4.5rem, 450px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3rem, 30px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .index4 .bottom .left {
    flex-basis: auto;
  }
}
.index4 .bottom .left .index-title {
  text-align: left;
}
.index4 .bottom .left .number .item {
  border-bottom: 1px solid #e9e9f0;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-top: clamp(10px, 0.2rem, 20px);
}
.index4 .bottom .left .number .item .key {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #e31e87;
  font-size: clamp(12px, 0.16rem, 16px);
}
.index4 .bottom .left .number .item .key span {
  font-family: 'Barlow';
  font-size: clamp(18px, 0.4rem, 40px);
}
.index4 .bottom .left .number .item .key sup {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: auto;
}
.index4 .bottom .left .number .item .value {
  color: var(--dominant-color);
  font-size: clamp(12px, 0.16rem, 16px);
}
.index4 .bottom .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3rem, 30px);
  justify-content: space-between;
}
.index4 .bottom .right .text {
  font-size: clamp(12px, 0.18rem, 18px);
  color: var(--dominant-color);
  line-height: 2;
}
.index5 {
  background: #f6f6fa;
  padding-top: clamp(40px, 0.9rem, 90px);
  padding-bottom: clamp(40px, 1.1rem, 110px);
}
.index5 .index5-box {
  margin-top: clamp(30px, 0.6rem, 60px);
}
.index5 .index5-box .item {
  display: block;
  transition: all 0.5s;
}
.index5 .index5-box .item .section {
  font-size: clamp(14px, 0.2rem, 20px);
  display: flex;
  color: var(--dominant-color);
  border-top: 1px solid #eaeaf2;
  padding: clamp(20px, 0.5rem, 50px) clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 767px) {
  .index5 .index5-box .item .section {
    flex-direction: column;
    gap: 10px;
  }
}
.index5 .index5-box .item .section .num {
  flex-basis: clamp(100px, 2.3rem, 230px);
}
@media screen and (max-width: 767px) {
  .index5 .index5-box .item .section .num {
    flex-basis: auto;
  }
}
.index5 .index5-box .item .section .title {
  font-weight: 600;
  flex-basis: clamp(300px, 5.5rem, 550px);
}
@media screen and (max-width: 767px) {
  .index5 .index5-box .item .section .title {
    flex-basis: auto;
    width: 100%;
  }
}
.index5 .index5-box .item .section .time {
  margin-right: 0;
  margin-left: auto;
  flex-basis: clamp(200px, 3.5rem, 350px);
}
@media screen and (max-width: 767px) {
  .index5 .index5-box .item .section .time {
    flex-basis: auto;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}
.index5 .index5-box .item .section .icon {
  width: clamp(30px, 0.36rem, 36px);
  height: clamp(30px, 0.36rem, 36px);
  border: 1px solid var(--dominant-color);
  border-radius: 6px;
  margin-right: 0;
  transition: all 0.5s;
}
.index5 .index5-box .item .section .icon img {
  width: clamp(6px, 0.08rem, 8px);
}
.index5 .index5-box .item:last-child .section {
  border-bottom: 1px solid #eaeaf2;
}
.index5 .index5-box .item:hover {
  background: #eeeef5;
}
.index5 .index5-box .item:hover .icon {
  background: var(--dominant-color);
}
.index5 .index5-box .item:hover .icon img {
  filter: brightness(100);
}
.index5 .f-more {
  margin: clamp(30px, 0.5rem, 50px) auto 0;
}
.index6 {
  padding-top: clamp(40px, 1rem, 100px);
  padding-bottom: clamp(40px, 1.8rem, 180px);
  background: url('../images/img46.jpg') no-repeat center bottom / contain;
}
.index6 .index6-box {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 1rem, 100px);
}
.index6 .index6-box .swiper {
  margin-top: clamp(20px, 0.3rem, 30px);
  padding: 20px 10px;
}
.index6 .index6-box .swiper .swiper-slide {
  box-shadow: 0 0 14px 0 rgba(41, 36, 111, 0.1);
}
.index6 .index6-box .swiper .swiper-slide .imgBox {
  padding-bottom: 32.5%;
}
.index6 .index6-box .swiper .swiper-slide .imgBox img {
  object-fit: contain;
}
.index6 .index6-box .swiper-pagination {
  position: initial;
  margin-top: clamp(20px, 0.3rem, 30px);
}
.index6 .index6-box .swiper-pagination .swiper-pagination-bullet {
  width: clamp(12px, 0.16rem, 16px);
  height: clamp(12px, 0.16rem, 16px);
}
.index6 .index6-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--dominant-color);
}
.form {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .form {
    grid-gap: 10px;
  }
}
.form label {
  display: block;
  flex-basis: calc(50% - 15px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .form label {
    flex-basis: 100%;
  }
}
.form label.w100 {
  flex-basis: 100%;
}
.form label.w33 {
  flex-basis: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .form label.w33 {
    flex-basis: 100%;
  }
}
.form label span {
  font-size: clamp(12px, 0.14rem, 14px);
  color: #374151;
  display: block;
  margin-bottom: 10px;
}
.form label.checkbox {
  flex-basis: 16px;
  height: 16px;
  padding: 0;
  margin-right: 10px;
}
.form label.checkbox input {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 2px;
}
.form .form-box.w100 {
  flex-basis: 100%;
}
.form .form-box.w33 {
  flex-basis: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .form .form-box.w33 {
    flex-basis: 100%;
  }
}
.form select {
  height: 50px;
  padding-left: 20px;
  background: #fff;
  font-size: clamp(12px, 0.14rem, 14px);
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  color: #1F2937;
  -webkit-appearance: none;
  position: relative;
}
.form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  text-indent: 0;
  font-size: clamp(12px, 0.14rem, 14px);
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  color: #9CA3AF;
}
.form input::placeholder {
  font-size: clamp(12px, 0.14rem, 14px);
  color: #9CA3AF;
}
.form textarea {
  height: 98px;
  padding: 20px;
  text-indent: 0;
  font-size: clamp(12px, 0.14rem, 14px);
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  color: #9CA3AF;
}
.form textarea::placeholder {
  font-size: clamp(12px, 0.14rem, 14px);
  color: #9CA3AF;
}
.form button {
  display: flex;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #2559B5 0%, #183D85 100%);
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: clamp(14px, 0.14rem, 14px);
  gap: 10px;
  transition: all 0.5s;
}
.form button:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .form button {
    margin-top: 30px;
  }
}
.form .tip {
  flex-basis: 100%;
}
.form .tip span {
  font-size: clamp(12px, 0.14rem, 14px);
  color: #374151;
}
.form .tip a {
  color: var(--dominant-color);
}
.form .tip a:hover {
  text-decoration: underline;
}
.f-button {
  display: flex;
  width: 200px;
  height: 50px;
  background: #00abf1;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.goTop {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  z-index: 1000;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.goTop:hover .button span {
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .goTop {
    transform: scale(0.5);
  }
}
.goTop .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.goTop .button {
  width: 80px;
  height: 80px;
  color: var(--dominant-color);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goTop .button span {
  transition: all 0.5s;
}
.goTop svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 55px);
  height: calc(100% - 55px);
}
.goTop svg.cm {
  transition: none;
  opacity: 1;
}
.goTop svg .p1 {
  animation: circleRotate 4s linear infinite;
  transform-origin: 50% 50%;
}
.goTop svg circle {
  fill: #fff;
  stroke: transparent;
}
.goTop svg .p2 {
  animation: circleRotateReverse 4s linear infinite;
}
.goTop.button-div {
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  margin-left: 0;
  transform-origin: 0;
  transform: scale(1);
}
.goTop.button-div .button {
  width: 30px;
  height: 30px;
}
.goTop.button-div .button span {
  font-size: 14px;
  transform: translateY(0) !important;
}
/*--------------------------------------------------------*/
/*内页*/
/*内页通用*/
.page-title {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }
}
.page-title.textC {
  text-align: center;
}
.page-title.colorW {
  color: #fff;
}
.page-title .title {
  line-height: 1.25;
  font-size: clamp(16px, 0.48rem, 48px);
  color: #000;
  position: relative;
}
.page-title .title.colorW {
  color: #fff;
}
.page-title .title.colorB {
  color: #000;
}
.page-title .title img {
  max-width: 200px;
}
.page-title .tip {
  font-size: clamp(12px, 0.24rem, 24px);
  color: var(--dominant-color);
  margin-top: clamp(10px, 0.2rem, 20px);
}
.page-title .summary {
  margin-top: clamp(10px, 0.2rem, 20px);
  color: #333;
  font-size: clamp(12px, 0.24rem, 24px);
  line-height: 1.6;
}
.page-title .summary.colorW {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-title .summary {
    margin-top: 10px;
  }
}
.page-title .summary a:hover {
  text-decoration: underline;
}
.search-form {
  width: 100%;
  max-width: 550px;
  position: relative;
}
.search-form label {
  width: 100%;
}
.search-form label input {
  height: clamp(40px, 0.5rem, 50px);
  border-radius: 99px;
  border: 2px solid #bdceec;
  background: none;
  width: 100%;
  padding-left: 20px;
  font-size: clamp(12px, 0.16rem, 16px);
}
.search-form button {
  position: absolute;
  border-radius: 99px;
  background: var(--dominant-color);
  right: 0;
  top: 0;
  height: clamp(40px, 0.5rem, 50px);
  width: clamp(80px, 1rem, 100px);
}
.search-form button img {
  width: clamp(16px, 0.18rem, 18px);
  filter: brightness(100);
}
/*内页大图*/
.pageBanner {
  transition: all 0.5s;
  position: relative;
  color: #fff;
  height: 5rem;
  max-height: 500px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageBanner {
    height: 200px;
  }
}
.pageBanner .img {
  height: 100%;
  width: 100%;
}
.pageBanner .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pageBanner .banner-box {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(30px, 0.9rem, 90px);
  z-index: 2;
  height: fit-content;
  text-align: left;
}
.pageBanner .banner-box .banner-title {
  font-size: clamp(18px, 0.5rem, 50px);
  line-height: 1;
  font-weight: 600;
}
.pageBanner .banner-box .banner-summary {
  font-size: clamp(14px, 0.2rem, 20px);
  line-height: 1.6;
  font-weight: 600;
  margin-top: clamp(10px, 0.1rem, 10px);
}
.pageBanner .banner-box .banner-search {
  margin-top: clamp(20px, 0.3rem, 30px);
}
.pageBanner.productBanner .banner-box {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  text-align: center;
}
.pageBanner.searchBanner {
  color: var(--dominant-color);
}
/*内页侧边栏*/
/*内页导航*/
.page-menu {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.page-menu .page-phone-click {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-menu .page-phone-click {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: var(--dominant-color);
    color: #fff;
    font-size: 14px;
  }
}
.page-menu .menu-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
  height: clamp(50px, 0.8rem, 80px);
}
@media screen and (max-width: 767px) {
  .page-menu .menu-box {
    overflow: auto;
  }
  .page-menu .menu-box::-webkit-scrollbar {
    height: 0;
  }
}
.page-menu .menu-box a {
  color: var(--dominant-color);
  font-size: clamp(14px, 0.2rem, 20px);
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 clamp(20px, 0.5rem, 50px);
}
@media screen and (max-width: 767px) {
  .page-menu .menu-box a {
    flex-shrink: 0;
  }
}
.page-menu .menu-box a.active,
.page-menu .menu-box a:hover {
  font-weight: 600;
}
.page-menu .menu-box a.active::after,
.page-menu .menu-box a:hover::after {
  width: 100%;
}
.page-menu .menu-box a::before {
  content: '';
  width: 1px;
  height: 30%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #eee;
  position: absolute;
}
.page-menu .menu-box a:last-child::before {
  display: none;
}
.page-menu .menu-box a::after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--dominant-color);
  height: 2px;
  transition: all 0.5s;
}
.page-menu.product-menu a {
  flex-direction: column;
  text-align: center;
}
.page-menu.product-menu a .icon {
  width: 0.65rem;
  height: 0.65rem;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.page-menu.product-menu a .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/*面包屑*/
.location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  gap: 8px;
}
.location i {
  color: #000;
  font-size: clamp(12px, 0.14rem, 14px);
}
.location a {
  font-size: clamp(12px, 0.16rem, 16px);
  color: var(--dominant-color);
}
.location a.active {
  color: #666666;
}
.location a:hover {
  text-decoration: underline;
}
/*分页*/
.pagers {
  margin-top: clamp(30px, 0.9rem, 90px);
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pagers {
    flex-direction: column;
  }
}
.pagers .pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagers .pager a {
  width: clamp(30px, 0.36rem, 36px);
  height: clamp(30px, 0.36rem, 36px);
  margin: 0 10px;
  color: var(--dominant-color);
  border: 1px solid var(--dominant-color);
  border-radius: 6px;
  font-size: clamp(12px, 0.14rem, 14px);
  transition: al 0.5s;
}
@media screen and (max-width: 767px) {
  .pagers .pager a {
    margin: 0 4px;
  }
}
.pagers .pager a img {
  width: clamp(6px, 0.08rem, 8px);
}
.pagers .pager a:hover,
.pagers .pager a.active {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.pagers .pager a:hover img,
.pagers .pager a.active img {
  filter: brightness(100);
}
.pagers .pager a.prev img {
  transform: rotate(180deg);
}
.pagers .pager a.disable {
  color: #9CA3AF;
  pointer-events: none;
}
.pager2 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .pager2 {
    margin-top: 50px;
    flex-direction: column-reverse;
  }
}
.pager2 .left .prev,
.pager2 .left .next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000;
  transition: all 0.5s;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  cursor: pointer;
}
.pager2 .left .prev:hover,
.pager2 .left .next:hover {
  background: #000;
  color: #fff;
}
.pager2 .right {
  flex-basis: calc(100% - 220px);
  color: #d5d5d5;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pager2 .right {
    margin-bottom: 20px;
  }
}
.pager2 .right .line1 {
  height: 1px;
  flex: 1;
  background: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .pager2 .right .line1 {
    display: none;
  }
}
.pager2 .right .number {
  flex-basis: 145px;
}
.pager2 .right .number .num {
  color: #000;
  margin-right: 6px;
}
.pager2 .right .number .max {
  margin-left: 6px;
}
.pager2 .right .line2 {
  height: 1px;
  flex-basis: 270px;
  background: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .pager2 .right .line2 {
    display: none;
  }
}
/*内页左右结构*/
.page-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-box {
    flex-direction: column;
  }
}
.page-box .left {
  flex-basis: 340px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .page-box .left {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page-box .left {
    width: 100%;
    flex-basis: 100%;
  }
}
.page-box .right {
  flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .page-box .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-box .right .right-content {
    padding: 10px;
  }
}
.pages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.pages .prev,
.pages .next {
  flex-basis: 100%;
  transition: all 0.5s;
  font-size: 20px;
  color: var(--dominant-color);
  margin-bottom: 20px;
  display: inline-block;
}
.pages .prev:hover,
.pages .next:hover {
  text-decoration: underline;
}
/*新闻资讯*/
.news {
  padding-top: clamp(40px, 1rem, 100px);
  padding-bottom: clamp(40px, 1rem, 100px);
}
.news .news-box {
  margin-top: clamp(20px, 0.5rem, 50px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 767px) {
  .news .news-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news .news-box .item {
  transition: all 0.5s;
  position: relative;
  align-items: normal;
  color: var(--dominant-color);
  border-top: 2px solid #e9e9f0;
  padding-top: clamp(10px, 0.2rem, 20px);
}
@media screen and (max-width: 767px) {
  .news .news-box .item {
    flex-direction: column;
  }
}
.news .news-box .item .img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news .news-box .item .img {
    width: 100%;
  }
}
.news .news-box .item .img .imgBox {
  padding-bottom: 65%;
}
.news .news-box .item .time {
  font-size: clamp(12px, 0.18rem, 18px);
  transition: all 0.5s;
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.news .news-box .item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding-top: clamp(20px, 0.2rem, 20px);
  padding-bottom: clamp(20px, 0.6rem, 60px);
  transition: all 0.5s;
}
.news .news-box .item .text .title {
  font-weight: 600;
  transition: all 0.5s;
  font-size: clamp(14px, 0.2rem, 20px);
}
@media screen and (min-width: 767px) {
  .news .news-box .item:hover {
    border-color: var(--dominant-color);
    background: #f2f2f7;
  }
  .news .news-box .item:hover .time {
    padding-left: clamp(20px, 0.2rem, 20px);
  }
  .news .news-box .item:hover .text {
    padding-left: clamp(20px, 0.2rem, 20px);
    padding-right: clamp(20px, 0.2rem, 20px);
  }
}
.news-search {
  margin-bottom: 30px;
}
.news-search label {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 100%;
  position: relative;
}
.news-search label input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid #eee;
  background: none;
  color: #666;
  padding-left: 0;
  text-indent: 0;
}
.news-search label input::placeholder {
  color: #666;
}
.news-search label button {
  width: 50px;
  height: 50px;
  background: none;
  color: #666;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.news-search label button img {
  width: 16px;
  filter: brightness(0);
  opacity: 0.5;
}
.news-search label i {
  position: absolute;
  font-size: 20px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.related-title {
  font-size: clamp(16px, 0.24rem, 24px);
  background: var(--dominant-color);
  text-transform: uppercase;
  color: #fff;
  height: 0.76rem;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .related-title {
    height: 50px;
  }
}
.page-menu2 .items {
  margin-bottom: 15px;
  background: #f8f8f9;
}
@media screen and (max-width: 767px) {
  .page-menu2 .items {
    margin-bottom: 10px;
  }
}
.page-menu2 .items.active .icon {
  transform: rotate(90deg);
}
.page-menu2 .items .first-item {
  height: 55px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-menu2 .items .first-item {
    font-size: 14px;
    height: 40px;
  }
}
.page-menu2 .items .first-item.active,
.page-menu2 .items .first-item:hover {
  background: var(--dominant-color);
  color: #fff;
}
.page-menu2 .items .first-item.active .icon,
.page-menu2 .items .first-item:hover .icon {
  color: #fff;
}
.page-menu2 .items .first-item .icon {
  width: 34px;
  height: 34px;
  color: #666;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .page-menu2 .items .first-item .icon {
    width: 20px;
    height: 20px;
  }
}
.page-menu2 .items .second-box {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 10px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.page-menu2 .items .second-box label {
  display: block;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-menu2 .items .second-box label {
    font-size: 14px;
    margin: 10px 0;
  }
}
.page-menu2 .items .second-box label input {
  border: 1px solid #a7a7a7;
}
.page-menu2 .items .second-box label.active,
.page-menu2 .items .second-box label:hover {
  color: var(--dominant-color);
}
/*新闻详情*/
.news-detail {
  padding-bottom: clamp(60px, 1.2rem, 120px);
  max-width: 1000px;
  color: var(--dominant-color);
  padding-top: clamp(20px, 0.2rem, 20px);
}
.news-detail .title {
  font-weight: 600;
  font-size: clamp(16px, 0.4rem, 40px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: clamp(10px, 0.2rem, 20px);
  color: var(--dominant-color);
  margin-top: clamp(40px, 0.6rem, 60px);
}
.news-detail .mid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.4rem, 40px);
  font-size: clamp(12px, 0.16rem, 16px);
}
.news-detail .mid .item {
  display: flex;
  align-items: center;
}
.news-detail .details {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-detail .details {
    flex-direction: column;
  }
}
.news-detail .details .content .details-container {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: clamp(20px, 0.2rem, 20px);
  margin-top: clamp(20px, 0.3rem, 30px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: clamp(20px, 0.4rem, 40px);
  margin-bottom: clamp(20px, 0.5rem, 50px);
  font-size: clamp(12px, 0.16rem, 16px);
  line-height: 1.8;
  min-height: 300px;
}
.news-detail .details .content .details-container img {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .news-detail .details .content .details-container {
    font-size: 14px;
    margin-top: 20px;
  }
  .news-detail .details .content .details-container img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.news-detail .detail-pager {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 0.16rem, 16px);
  background: #f6f6fa;
  border-radius: 99px;
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 767px) {
  .news-detail .detail-pager {
    flex-direction: column;
    gap: 10px;
  }
}
.news-detail .detail-pager a {
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .news-detail .detail-pager a {
    flex-basis: 100%;
  }
}
.news-detail .detail-pager a .text {
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .news-detail .detail-pager a .text {
    padding-left: 20px;
  }
}
.news-detail .detail-pager a .text .t-summary {
  position: relative;
}
.news-detail .detail-pager a .text .t-summary .icon {
  position: absolute;
  left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .news-detail .detail-pager a .text .t-summary .icon {
    left: -20px;
  }
}
.news-detail .detail-pager a.next .text {
  padding-left: 0;
  padding-right: 0.5rem;
}
.news-detail .detail-pager a.next .text .t-summary .icon {
  position: absolute;
  left: auto;
  right: -0.5rem;
}
.news-detail .detail-pager a .t-title,
.news-detail .detail-pager a i {
  color: #000;
}
.news-detail .detail-pager a .t-title {
  font-size: clamp(14px, 0.3rem, 30px);
}
.news-detail .detail-pager a:hover {
  color: var(--dominant-color);
}
.news-detail .detail-pager a:hover .t-title,
.news-detail .detail-pager a:hover i {
  color: var(--dominant-color);
}
.news-detail .detail-pager .prev,
.news-detail .detail-pager .next {
  flex-basis: 30%;
}
.relate-news {
  background: #f6f6fa;
}
/*联系我们*/
.contact .contact1 {
  padding-top: clamp(40px, 0.7rem, 70px);
  padding-bottom: clamp(40px, 1.4rem, 140px);
}
.contact .contact1 .items {
  margin-top: clamp(20px, 0.3rem, 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact .contact1 .items .item {
  position: relative;
}
.contact .contact1 .items .item .text-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 5px;
  width: 100%;
  max-width: 500px;
  color: var(--dominant-color);
}
@media screen and (max-width: 767px) {
  .contact .contact1 .items .item .text-box {
    position: initial;
    max-width: 100%;
  }
}
.contact .contact1 .items .item .text-box .text {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: clamp(20px, 0.5rem, 50px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contact .contact1 .items .item .text-box .text {
    padding: 0;
  }
}
.contact .contact1 .items .item .text-box .text .title {
  font-size: clamp(16px, 0.3rem, 30px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
  padding-bottom: clamp(10px, 0.2rem, 20px);
  border-bottom: 2px solid #e9e9f0;
  font-weight: 600;
}
.contact .contact1 .items .item .text-box .text .summary {
  font-size: clamp(12px, 0.18rem, 18px);
  line-height: 1.8;
}
.contact .contact1 .items .item .text-box .text .summary a:hover {
  text-decoration: underline;
}
.contact .contact1 .items .item .text-box .text .wechat {
  display: flex;
  margin-top: clamp(20px, 0.4rem, 40px);
  gap: clamp(10px, 0.2rem, 20px);
}
.contact .contact1 .items .item .text-box .text .wechat .list {
  width: clamp(80px, 1.1rem, 110px);
  text-align: center;
}
.contact .contact1 .items .item .text-box .text .wechat .list p {
  margin-top: clamp(10px, 0.1rem, 10px);
  font-size: clamp(12px, 0.16rem, 16px);
}
.contact .contact2 {
  background: url('../images/img77.jpg') no-repeat center / cover;
  padding-top: clamp(40px, 0.8rem, 80px);
  padding-bottom: clamp(40px, 1.3rem, 130px);
}
.contact .contact2 .form {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: clamp(20px, 0.5rem, 50px);
  margin-top: clamp(20px, 0.3rem, 30px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.contact .contact2 .form form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 0.24rem, 24px);
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact .contact2 .form form label {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form label {
    flex-basis: 100% !important;
  }
}
.contact .contact2 .form form label.w75 {
  grid-column: 1 / 4;
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form label.w75 {
    grid-column: 1 / -1;
  }
}
.contact .contact2 .form form label.w100 {
  grid-column: 1 / -1;
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form label.w100 {
    grid-column: 1 / -1;
  }
}
.contact .contact2 .form form label span {
  color: #fff;
  font-size: clamp(14px, 0.18rem, 18px);
}
.contact .contact2 .form form label input,
.contact .contact2 .form form label select {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  text-indent: 0;
  font-size: clamp(12px, 0.16rem, 16px);
  border-radius: 6px;
  padding-left: 20px;
  height: clamp(50px, 0.6rem, 60px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form label input,
  .contact .contact2 .form form label select {
    padding-left: 10px;
  }
}
.contact .contact2 .form form label input::placeholder,
.contact .contact2 .form form label select::placeholder {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #fff;
}
.contact .contact2 .form form label textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  padding: 20px;
  font-size: clamp(12px, 0.16rem, 16px);
  height: clamp(100px, 1.2rem, 120px);
  border-radius: 6px;
  color: #fff;
}
.contact .contact2 .form form label textarea::placeholder {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form label textarea {
    height: 100px;
    padding: 10px;
  }
}
.contact .contact2 .form form label .code {
  position: absolute;
  right: clamp(16px, 0.16rem, 16px);
  bottom: 0;
  width: clamp(80px, 1.1rem, 110px);
  height: clamp(50px, 0.6rem, 60px);
  display: flex;
  align-items: center;
}
.contact .contact2 .form form label button {
  width: 100%;
  height: clamp(50px, 0.6rem, 60px);
  border-radius: 6px;
  transition: all 0.5s;
  background: var(--dominant-color);
  font-size: clamp(12px, 0.2rem, 20px);
}
@media screen and (max-width: 767px) {
  .contact .contact2 .form form label button {
    margin-top: 10px;
  }
}
.contact .contact2 .form form label button:hover {
  transform: translateY(0);
  opacity: 0.8;
}
.joins {
  padding-bottom: clamp(40px, 1.6rem, 160px);
}
.joins .joins1 {
  padding-top: clamp(40px, 0.8rem, 80px);
}
.joins .joins1 .items {
  margin-top: clamp(20px, 0.3rem, 30px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 0.1rem, 10px);
}
@media screen and (max-width: 767px) {
  .joins .joins1 .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.joins .joins1 .items .item {
  position: relative;
  cursor: pointer;
  background: var(--dominant-color);
  overflow: hidden;
}
.joins .joins1 .items .item .imgBox {
  padding-bottom: 89%;
  opacity: 0.6;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .joins .joins1 .items .item .imgBox {
    padding-bottom: 44.5%;
  }
}
.joins .joins1 .items .item:first-child {
  grid-column: 1 / 3;
}
@media screen and (max-width: 767px) {
  .joins .joins1 .items .item:first-child {
    grid-column: 1 / -1;
  }
}
.joins .joins1 .items .item:first-child .imgBox {
  padding-bottom: 44.5%;
}
.joins .joins1 .items .item:last-child {
  grid-column: 3 / 5;
}
@media screen and (max-width: 767px) {
  .joins .joins1 .items .item:last-child {
    grid-column: 1 / -1;
  }
}
.joins .joins1 .items .item:last-child .imgBox {
  padding-bottom: 44.5%;
}
.joins .joins1 .items .item .f-title {
  position: absolute;
  padding: clamp(20px, 0.2rem, 20px);
  bottom: 0;
  left: 0;
  font-size: clamp(14px, 0.24rem, 24px);
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
}
.joins .joins1 .items .item .text {
  bottom: -100%;
  left: 0;
  width: 100%;
  position: absolute;
  padding: clamp(20px, 0.2rem, 20px);
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.joins .joins1 .items .item .text .title {
  font-size: clamp(14px, 0.24rem, 24px);
  font-weight: 600;
}
.joins .joins1 .items .item .text .summary {
  margin-top: clamp(6px, 0.1rem, 10px);
  font-size: clamp(12px, 0.2rem, 20px);
}
.joins .joins1 .items .item .fade-img {
  position: absolute;
  top: clamp(20px, 0.3rem, 30px);
  right: clamp(20px, 0.3rem, 30px);
  width: clamp(20px, 0.38rem, 38px);
  opacity: 0;
  transition: all 0.5s;
}
.joins .joins1 .items .item:hover .f-title {
  opacity: 0;
  bottom: 20px;
}
.joins .joins1 .items .item:hover .text {
  opacity: 1;
  bottom: 0;
}
.joins .joins1 .items .item:hover .imgBox {
  opacity: 0.2;
}
.joins .joins1 .items .item:hover .fade-img {
  opacity: 1;
}
.joins .joins2 {
  padding-top: clamp(40px, 0.8rem, 80px);
}
.joins .joins2 .select-box {
  margin-top: clamp(20px, 0.3rem, 30px);
  font-size: clamp(14px, 0.2rem, 20px);
  color: #9996c2;
  border-top: 1px solid #e9e9f0;
  padding-top: clamp(20px, 0.4rem, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.2rem, 20px);
}
.joins .joins2 .select-box .active {
  color: var(--dominant-color);
}
.joins .joins2 .select-box .item {
  display: flex;
}
.joins .joins2 .select-box .item .key {
  flex-basis: 120px;
  flex-shrink: 0;
}
.joins .joins2 .select-box .item .value {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: clamp(10px, 0.2rem, 20px) clamp(20px, 0.4rem, 40px);
}
.joins .joins2 .select-box .item .value .v {
  cursor: pointer;
  transition: all 0.5s;
}
.joins .joins2 .select-box .item .value .v:hover {
  color: var(--dominant-color);
}
.joins .joins2 .items {
  margin-top: clamp(30px, 0.6rem, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.1rem, 10px);
}
.joins .joins2 .items .item {
  color: var(--dominant-color);
  background: #f6f6fa;
  padding: clamp(20px, 0.2rem, 20px) clamp(20px, 0.4rem, 40px);
  cursor: pointer;
}
.joins .joins2 .items .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joins .joins2 .items .item .top .title {
  font-weight: 600;
  font-size: clamp(14px, 0.24rem, 24px);
}
.joins .joins2 .items .item .top .time {
  font-size: clamp(12px, 0.18rem, 18px);
}
.joins .joins2 .items .item .bottom {
  display: none;
}
.joins .joins2 .items .item .bottom .bottom-box {
  border-top: 1px solid #e1e1ec;
  margin-top: clamp(20px, 0.2rem, 20px);
  padding-top: clamp(20px, 0.2rem, 20px);
  padding-bottom: clamp(30px, 0.4rem, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3rem, 30px);
}
.joins .joins2 .items .item .bottom .list .key {
  font-size: clamp(14px, 0.18rem, 18px);
}
.joins .joins2 .items .item .bottom .list .value {
  font-size: clamp(12px, 0.16rem, 16px);
  line-height: 2;
  margin-top: clamp(10px, 0.1rem, 10px);
}
/*产品中心*/
.product {
  padding-top: clamp(40px, 1rem, 100px);
  padding-bottom: clamp(40px, 1.7rem, 170px);
}
.product .product-box {
  margin-top: clamp(20px, 0.5rem, 50px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 0.15rem, 15px);
}
@media screen and (max-width: 767px) {
  .product .product-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .product-box .item {
  box-shadow: 0 0 5px 5px rgba(41, 36, 111, 0.02);
  transition: all 0.5s;
  position: relative;
  align-items: normal;
  color: var(--dominant-color);
  border: 2px solid #fff;
}

.product .p-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .product .product-box .item {
    flex-direction: column;
  }
}
.product .product-box .item .img {
  mix-blend-mode: multiply;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product .product-box .item .img {
    width: 100%;
  }
}
.product .product-box .item .img .imgBox {
  padding-bottom: 69%;
}
.product .product-box .item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding-left: clamp(20px, 0.3rem, 30px);
  padding-right: clamp(20px, 0.3rem, 30px);
  padding-bottom: clamp(20px, 0.6rem, 60px);
  transition: all 0.5s;
}
.product .product-box .item .text .title {
  font-weight: 600;
  transition: all 0.5s;
  font-size: clamp(14px, 0.2rem, 20px);
  border-bottom: 1px solid #e1e1ec;
  margin-bottom: clamp(10px, 0.2rem, 20px);
  padding-bottom: clamp(10px, 0.2rem, 20px);
}
.product .product-box .item .text ul {
  line-height: 2;
  font-size: clamp(12px, 0.16rem, 16px);
}
.product .product-box .item .text .f-more {
  min-width: clamp(100px, 1.2rem, 120px);
  height: clamp(40px, 0.4rem, 40px);
  margin-top: clamp(20px, 0.4rem, 40px);
}
@media screen and (min-width: 767px) {
  .product .product-box .item:hover {
    border-color: var(--dominant-color);
    background: #f2f2f7;
  }
  .product .product-box .item:hover .f-more {
    background: var(--dominant-color);
    color: #fff;
  }
}
.product-detail {
  background: #fff;
  padding-top: clamp(20px, 0.2rem, 20px);
  padding-bottom: clamp(40px, 1.6rem, 160px);
  overflow: hidden;
}
.product-detail .features .product-detail-top {
  margin-top: clamp(30px, 0.7rem, 70px);
  margin-bottom: clamp(30px, 0.9rem, 90px);
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 7px 5px rgba(41, 36, 111, 0.05);
}
@media screen and (max-width: 767px) {
  .product-detail .features .product-detail-top {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.product-detail .features .product-detail-top .p-left {
  width: 5.6rem;
  overflow: hidden;
  position: relative;
  background: #f6f6fa;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product-detail .features .product-detail-top .p-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-detail .features .product-detail-top .p-left .swiper-big {
  mix-blend-mode: multiply;
}
.product-detail .features .product-detail-top .p-left .swiper-big .imgBox {
  padding-bottom: 80%;
}
.product-detail .features .product-detail-top .p-left .swiper-big .swiper-button-prev,
.product-detail .features .product-detail-top .p-left .swiper-big .swiper-button-next {
  background: none;
  border: none;
}
.product-detail .features .product-detail-top .p-left .swiper-big .swiper-button-prev:hover::after,
.product-detail .features .product-detail-top .p-left .swiper-big .swiper-button-next:hover::after {
  color: var(--dominant-color);
}
.product-detail .features .product-detail-top .p-left .swiper-small-box {
  position: relative;
  margin-top: clamp(20px, 0.3rem, 30px);
  padding: 0 clamp(20px, 0.3rem, 30px);
  margin-bottom: clamp(20px, 0.6rem, 60px);
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-prev,
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-next {
  background: none;
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-prev {
  left: clamp(20px, 0.3rem, 30px);
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-next {
  right: clamp(20px, 0.3rem, 30px);
}
.product-detail .features .product-detail-top .p-left .swiper-small {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.product-detail .features .product-detail-top .p-left .swiper-small .swiper-slide {
  border: 2px solid var(--dominant-color);
  opacity: 0.2;
  cursor: pointer;
  text-align: left;
}
.product-detail .features .product-detail-top .p-left .swiper-small .swiper-slide .imgBox {
  padding-bottom: 70%;
  mix-blend-mode: multiply;
}
.product-detail .features .product-detail-top .p-left .swiper-small .swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail .features .product-detail-top .p-right {
  flex: 1;
  padding: clamp(20px, 0.8rem, 80px);
  color: var(--dominant-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 0.3rem, 30px);
}
.product-detail .features .product-detail-top .p-right .text .title {
  font-size: clamp(20px, 0.4rem, 40px);
  line-height: 1.5;
  font-weight: 600;
}
.product-detail .features .product-detail-top .p-right .summary {
  font-size: clamp(14px, 0.2rem, 20px);
  line-height: 1.8;
  margin-top: clamp(20px, 0.3rem, 30px);
  padding-top: clamp(20px, 0.3rem, 30px);
  border-top: 1px solid #eee;
}
.product-detail .features .product-detail-top .p-right .summary p {
  margin-bottom: 4px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-top .p-right .summary {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .features .product-detail-top .p-right .summary {
    font-size: 14px;
  }
}
.product-detail .features .product-detail-top .p-right .btn_p {
  width: 260px;
  border-radius: 10px;
  height: 60px;
  background: var(--dominant-color);
  color: #fff;
  margin-top: 60px;
  font-size: 16px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .product-detail .features .product-detail-top .p-right .btn_p {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
}
.product-detail .features .product-detail-top .p-right .btn_p:hover {
  opacity: 0.8;
}
.product-detail .features .detail-box {
  color: var(--dominant-color);
}
.product-detail .features .detail-box .d-title {
  font-size: clamp(16px, 0.4rem, 40px);
  border-bottom: 2px solid #e9e9f0;
  margin-bottom: clamp(20px, 0.3rem, 30px);
  padding-bottom: clamp(20px, 0.3rem, 30px);
  font-weight: 600;
}
.product-detail .features .detail-box .d-detail {
  font-size: clamp(14px, 0.2rem, 20px);
}
.product-detail .features .detail-box .d-detail ul {
  line-height: 2;
}
.product-detail .specification {
  scroll-margin-top: 100px;
}
.product-detail .specification .items .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.product-detail .specification .items .item:last-child {
  border-bottom: none;
}
.product-detail .specification .items .item .item-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  background: #222;
  font-size: 20px;
  color: #fff;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product-detail .specification .items .item .item-title {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.product-detail .specification .items .item .item-title i {
  margin-top: 2px;
  transition: all 0.5s;
}
.product-detail .specification .items .item.active i {
  transform: rotate(180deg);
}
.product-detail .specification .items .item:nth-of-type(1) .table {
  display: block;
}
.product-detail .specification .items .item .table {
  width: 100%;
}
.product-detail .specification .items .item .table table {
  width: 100%;
}
.product-detail .specification .items .item .table tbody {
  width: 100%;
}
.product-detail .specification .items .item .table tr {
  display: block;
  padding: 20px 10% 20px 40px;
  min-height: 62px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .product-detail .specification .items .item .table tr {
    padding: 10px 10px;
    font-size: 12px;
    min-height: 30px;
  }
}
.product-detail .specification .items .item .table tr:nth-child(even) {
  background: #f9fafb;
}
.product-detail .specification .items .item .table tr .key {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .product-detail .specification .items .item .table tr .key {
    width: 120px;
    padding-right: 10px;
  }
}
.product-detail .specification .items .item .table tr .value {
  width: calc(100% - 300px);
  color: #666;
}
@media screen and (max-width: 767px) {
  .product-detail .specification .items .item .table tr .value {
    width: calc(100% - 100px);
  }
}
/*关于我们*/
.about {
  overflow: hidden;
}
.about .about1 {
  background: url('../images/img89.jpg') no-repeat center top / contain;
  padding-top: clamp(50px, 1rem, 100px);
}
@media screen and (max-width: 767px) {
  .about .about1 {
    background-size: cover;
  }
}
.about .about1 .top {
  margin-top: clamp(30px, 0.9rem, 90px);
}
.about .about1 .index4 .bottom .left {
  justify-content: flex-start;
}
.about .about-history {
  padding-top: clamp(60px, 1rem, 100px);
  padding-bottom: clamp(60px, 1.6rem, 160px);
}
.about .about-history .index-title {
  text-align: left;
}
.about .about-history .bottom {
  margin-top: clamp(30px, 0.4rem, 40px);
  display: flex;
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom {
    flex-direction: column;
  }
}
.about .about-history .bottom .left {
  position: relative;
  padding-right: clamp(30px, 0.8rem, 80px);
  margin-right: clamp(30px, 0.8rem, 80px);
  border-right: 1px solid #e9e9f0;
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .left {
    width: 100%;
    display: none;
  }
}
.about .about-history .bottom .left .swiper {
  height: calc(clamp(100px, 2rem, 200px) * 4);
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .left .swiper {
    height: auto;
  }
}
.about .about-history .bottom .left .swiper .swiper-slide {
  font-size: clamp(90px, 1.8rem, 180px);
  font-family: BebasNeue;
  height: clamp(100px, 2rem, 200px);
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .left .swiper .swiper-slide {
    font-size: 16px;
    height: auto;
  }
}
.about .about-history .bottom .left .swiper .swiper-slide .num {
  color: #f1f0f7;
  transition: all 0.5s;
}
.about .about-history .bottom .left .swiper .swiper-slide .num span {
  opacity: 0;
  color: #f1f0f7;
  transition: all 0.5s;
}
.about .about-history .bottom .left .swiper .swiper-slide.swiper-slide-active .num {
  color: var(--dominant-color);
}
.about .about-history .bottom .left .swiper .swiper-slide.swiper-slide-active .num span {
  opacity: 1;
}
.about .about-history .bottom .left::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .left::after {
    display: none;
  }
}
.about .about-history .bottom .right {
  flex: 1;
  display: flex;
  gap: clamp(30px, 0.5rem, 50px);
  height: calc(clamp(100px, 2rem, 200px) * 4);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .right {
    height: auto;
  }
}
.about .about-history .bottom .right::-webkit-scrollbar {
  width: 0;
}
.about .about-history .bottom .right .items {
  position: relative;
  width: 100%;
  transition: all 1s;
}
.about .about-history .bottom .right .items .item {
  cursor: pointer;
  opacity: 0.4;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  pointer-events: none;
  gap: clamp(20px, 0.3rem, 30px);
  color: var(--dominant-color);
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(20px, 0.3rem, 30px);
  margin-bottom: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .right .items .item {
    flex-direction: column;
    opacity: 1;
  }
}
.about .about-history .bottom .right .items .item .i-left {
  flex: 1;
}
.about .about-history .bottom .right .items .item .i-left .time {
  font-family: BebasNeue;
  font-size: clamp(16px, 0.3rem, 30px);
}
.about .about-history .bottom .right .items .item .i-left .title {
  margin-top: clamp(10px, 0.2rem, 20px);
  font-size: clamp(14px, 0.24rem, 24px);
}
.about .about-history .bottom .right .items .item .i-left .summary {
  margin-top: 6px;
  line-height: 1.6;
  font-size: clamp(12px, 0.18rem, 18px);
}
.about .about-history .bottom .right .items .item .i-right {
  display: none;
  flex-basis: clamp(100px, 2rem, 200px);
}
@media screen and (max-width: 767px) {
  .about .about-history .bottom .right .items .item .i-right {
    display: block;
  }
}
.about .about-history .bottom .right .items .item .i-right .imgBox {
  padding-bottom: 60%;
}
.about .about-history .bottom .right .items .item.active {
  opacity: 1;
}
.about .about-history .bottom .right .items .item.active .i-right {
  display: block;
}
.about .about3 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .about3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about .about3 .bg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about .about3 .bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .about .about3 .bg img {
    height: 100%;
    object-fit: cover;
  }
}
.about .about3 .index-title {
  position: absolute;
  color: #fff;
  top: clamp(40px, 1rem, 100px);
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about .about3 .index-title {
    position: initial;
    margin-bottom: 30px;
  }
}
.about .about3 .about-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about .about3 .about-box {
    position: initial;
  }
}
.about .about3 .about-box .swiper {
  width: clamp(200px, 4rem, 400px);
  overflow: initial;
}
.about .about3 .about-box .swiper .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.5s;
}
.about .about3 .about-box .swiper .swiper-slide .imgBox {
  padding-bottom: 75%;
  transform: scale(0.8);
  transition: all 0.5s;
  transform-origin: right center;
}
.about .about3 .about-box .swiper .swiper-slide .imgBox img {
  object-fit: contain;
}
.about .about3 .about-box .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.about .about3 .about-box .swiper .swiper-slide.swiper-slide-active .imgBox {
  transform: scale(1);
}
.about .about3 .about-box .swiper .swiper-slide.swiper-slide-prev .imgBox {
  transform-origin: left center;
}
.about .about3 .about-box .swiper .swiper-slide.swiper-slide-next .imgBox {
  transform-origin: right center;
}
.about .about3 .about-box .swiper .swiper-slide.swiper-slide-next ~ .swiper-slide .imgBox {
  transform-origin: left center;
}
.about .about3 .about-box .swiper-button-prev {
  transform: rotate(180deg);
  left: -20%;
}
.about .about3 .about-box .swiper-button-next {
  right: -20%;
}
.about .about3 .about-box .swiper-button-prev,
.about .about3 .about-box .swiper-button-next {
  width: clamp(30px, 0.36rem, 36px);
  height: clamp(30px, 0.36rem, 36px);
  border-radius: 6px;
  border: 1px solid var(--dominant-color);
  transition: all 0.5s;
  background: none;
}
.about .about3 .about-box .swiper-button-prev::after,
.about .about3 .about-box .swiper-button-next::after {
  display: none;
}
.about .about3 .about-box .swiper-button-prev img,
.about .about3 .about-box .swiper-button-next img {
  width: clamp(6px, 0.08rem, 8px);
}
.about .about3 .about-box .swiper-button-prev:hover,
.about .about3 .about-box .swiper-button-next:hover {
  background: var(--dominant-color);
}
.about .about3 .about-box .swiper-button-prev:hover img,
.about .about3 .about-box .swiper-button-next:hover img {
  filter: brightness(100);
}
.about .about4 {
  padding-top: clamp(40px, 1rem, 100px);
  padding-bottom: clamp(40px, 1rem, 100px);
}
.about .about4 .index-title {
  text-align: left;
}
.about .about4 .top {
  margin-top: clamp(20px, 0.3rem, 30px);
  position: relative;
}
.about .about4 .top .swiper {
  padding: 5px;
}
.about .about4 .top .swiper .swiper-slide {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
  padding: clamp(20px, 0.4rem, 40px);
  font-size: clamp(12px, 0.18rem, 18px);
  color: var(--dominant-color);
  display: flex;
  flex-direction: column;
}
.about .about4 .top .swiper .swiper-slide .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: clamp(20px, 0.3rem, 30px);
}
.about .about4 .top .swiper .swiper-slide .icon img {
  max-height: 100%;
  object-fit: contain;
}
.about .about4 .top .swiper .swiper-slide .summary {
  margin-top: clamp(10px, 0.2rem, 20px);
  line-height: 1.6;
}
.about .about4 .top .swiper .swiper-slide .title {
  text-align: right;
  position: relative;
  width: fit-content;
  margin: clamp(20px, 0.3rem, 30px) 0 0 auto;
}
.about .about4 .top .swiper .swiper-slide .title::after {
  content: '';
  width: clamp(50px, 0.7rem, 70px);
  position: absolute;
  height: 1px;
  background: var(--dominant-color);
  top: 0;
  bottom: 0;
  right: 130%;
  margin: auto;
}
.about .about4 .bottom {
  margin-top: clamp(30px, 0.5rem, 50px);
}
.about .about4 .bottom .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear 2;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.about .about4 .bottom .swiper-wrapper .imgBox {
  padding-bottom: 50%;
}
.about .about4 .bottom .swiper-wrapper .imgBox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.about .about4 .bottom .swiper-mid {
  margin-top: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.about .about4 .swiper-button-prev {
  transform: rotate(180deg);
  left: -5%;
}
.about .about4 .swiper-button-next {
  right: -5%;
}
.about .about4 .swiper-button-prev,
.about .about4 .swiper-button-next {
  width: clamp(30px, 0.36rem, 36px);
  height: clamp(30px, 0.36rem, 36px);
  border-radius: 6px;
  border: 1px solid var(--dominant-color);
  transition: all 0.5s;
}
.about .about4 .swiper-button-prev::after,
.about .about4 .swiper-button-next::after {
  display: none;
}
.about .about4 .swiper-button-prev img,
.about .about4 .swiper-button-next img {
  width: clamp(6px, 0.08rem, 8px);
}
.about .about4 .swiper-button-prev:hover,
.about .about4 .swiper-button-next:hover {
  background: var(--dominant-color);
}
.about .about4 .swiper-button-prev:hover img,
.about .about4 .swiper-button-next:hover img {
  filter: brightness(100);
}
.about .about5 {
  position: relative;
}
.about .about5 img {
  width: 100%;
}
.about .about5 .index-title {
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  top: clamp(0px, 1rem, 100px);
}
.about .about5 .index-title .title2 {
  margin-top: clamp(10px, 0.2rem, 20px);
  font-size: clamp(14px, 0.24rem, 24px);
}
.about .about5 .index-title .title3 {
  margin-top: clamp(30px, 0.4rem, 40px);
  font-size: clamp(12px, 0.18rem, 18px);
  line-height: 1.6;
}
.about .about5 .points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .about5 .points .point {
  position: absolute;
  cursor: pointer;
  top: 30%;
  left: 30%;
}
.about .about5 .points .point .text {
  position: absolute;
  right: 300%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(200px, 4.7rem, 470px);
  color: var(--dominant-color);
  display: none;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point .text {
    display: none !important;
  }
}
.about .about5 .points .point .text.top {
  right: auto;
  top: auto;
  bottom: 300%;
  left: 50%;
  transform: translateX(-50%);
}
.about .about5 .points .point .text .img {
  border-radius: 10px;
  overflow: hidden;
}
.about .about5 .points .point .text .img .imgBox {
  padding-bottom: 75%;
}
.about .about5 .points .point .text .title {
  margin-top: clamp(10px, 0.2rem, 20px);
  font-size: clamp(14px, 0.2rem, 20px);
}
.about .about5 .points .point .text .add {
  margin-top: 4px;
  font-size: clamp(12px, 0.14rem, 14px);
}
.about .about5 .points .point .p {
  background: var(--dominant-color);
  width: clamp(4px, 0.14rem, 14px);
  height: clamp(4px, 0.14rem, 14px);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  animation: boxShadow 1s infinite;
}
.about .about5 .points .point.active {
  z-index: 2;
}
.about .about5 .points .point.active .text {
  display: block;
}
.about .about5 .points .point.point1 {
  top: 73%;
  left: 57%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point1 {
    left: 14%;
  }
}
.about .about5 .points .point.point2 {
  top: 24%;
  left: 76%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point2 {
    left: 52%;
  }
}
.about .about5 .points .point.point3 {
  top: 59%;
  left: 76%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point3 {
    left: 52%;
  }
}
.about .about5 .points .point.point4 {
  top: 40%;
  left: 79%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point4 {
    left: 58%;
  }
}
.about .about5 .points .point.point5 {
  top: 45%;
  left: 77%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point5 {
    left: 54%;
  }
}
.about .about5 .points .point.point6 {
  top: 46%;
  left: 80.5%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point6 {
    left: 61%;
  }
}
.about .about5 .points .point.point7 {
  top: 44%;
  left: 82.5%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point7 {
    left: 65%;
  }
}
.about .about5 .points .point.point8 {
  top: 44%;
  left: 86%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point8 {
    left: 72%;
  }
}
.about .about5 .points .point.point9 {
  top: 54%;
  left: 78.2%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point9 {
    left: 56.4%;
  }
}
.about .about5 .points .point.point10 {
  top: 51%;
  left: 79%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point10 {
    left: 58%;
  }
}
.about .about5 .points .point.point11 {
  top: 52%;
  left: 77.5%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point11 {
    left: 55%;
  }
}
.about .about5 .points .point.point12 {
  top: 53%;
  left: 82%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point12 {
    left: 64%;
  }
}
.about .about5 .points .point.point13 {
  top: 81%;
  left: 83%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point13 {
    left: 66%;
  }
}
.about .about5 .points .point.point14 {
  top: 53%;
  left: 79%;
}
@media screen and (max-width: 767px) {
  .about .about5 .points .point.point14 {
    left: 58%;
  }
}
.about .about5 .points .point.point14 .p {
  background: #fff;
  border: 1px solid var(--dominant-color);
  box-shadow: none;
}
@keyframes boxShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  }
}
.search-result {
  padding-top: clamp(40px, 0.9rem, 90px);
  padding-bottom: clamp(40px, 1.7rem, 170px);
}
.search-result .number {
  font-size: clamp(14px, 0.2rem, 20px);
  color: var(--dominant-color);
  font-weight: 600;
  margin-bottom: clamp(20px, 0.4rem, 40px);
}
.search-result .search-box .item {
  transition: all 0.5s;
  position: relative;
  color: var(--dominant-color);
  border-top: 1px solid #e9e9f0;
  padding-top: clamp(20px, 0.3rem, 30px);
  padding-bottom: clamp(20px, 0.3rem, 30px);
  display: flex;
  gap: clamp(20px, 0.5rem, 50px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .search-result .search-box .item {
    flex-direction: column;
  }
}
.search-result .search-box .item:last-child {
  border-bottom: 1px solid #e9e9f0;
}
.search-result .search-box .item .img {
  background: #f6f6fa;
  flex-basis: clamp(150px, 3rem, 300px);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .search-result .search-box .item .img {
    width: 100%;
  }
}
.search-result .search-box .item .img .imgBox {
  padding-bottom: 65%;
}
.search-result .search-box .item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding-top: clamp(20px, 0.2rem, 20px);
  padding-bottom: clamp(20px, 0.2rem, 20px);
  transition: all 0.5s;
  max-width: 800px;
}
.search-result .search-box .item .text .title {
  font-weight: 600;
  transition: all 0.5s;
  font-size: clamp(14px, 0.24rem, 24px);
}
.search-result .search-box .item .text .summary {
  font-size: clamp(12px, 0.18rem, 18px);
  margin-top: clamp(10px, 0.1rem, 10px);
  line-height: 1.8;
}
.search-result .search-box .item .icon {
  width: clamp(30px, 0.36rem, 36px);
  height: clamp(30px, 0.36rem, 36px);
  border-radius: 6px;
  border: 1px solid var(--dominant-color);
  margin-right: clamp(20px, 0.3rem, 30px);
  margin-left: auto;
  transition: all 0.5s;
  background: var(--dominant-color);
}
.search-result .search-box .item .icon img {
  filter: brightness(100);
  width: clamp(6px, 0.08rem, 8px);
}
/*网格布局*/
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid-gap-10 {
  grid-gap: 0.521vw;
}
.grid-gap-20 {
  grid-gap: 1.042vw;
}
.grid-gap-30 {
  grid-gap: 1.5625vw;
}
.grid-gap-40 {
  grid-gap: 2.083vw;
}
@media screen and (max-width: 1600px) {
  .grid-1600-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-1600-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-1600-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-1600-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-1600-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .grid-1280-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-1280-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-1280-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-1280-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-1280-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
/*弹性布局*/
.flex-center,
.flex-left,
.flex-right,
.flex-between {
  display: flex;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-left {
  align-items: center;
  justify-content: flex-start;
}
.flex-right {
  align-items: center;
  justify-content: flex-end;
}
.flex-between {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex-phone-direction-column {
    flex-direction: column;
  }
  .flex-phone-direction-column-r {
    flex-direction: column-reverse;
  }
  .flex-phone-direction-row {
    flex-direction: row;
  }
  .flex-phone-direction-row-r {
    flex-direction: row-reverse;
  }
}
/*# sourceMappingURL=style.css.map */