@charset "utf-8";
/*初始化样式*/
@import url('https://cdn.bootcdn.net/ajax/libs/fontsource-noto-sans-sc/5.0.0/300.css');
@import url('https://cdn.bootcdn.net/ajax/libs/fontsource-noto-sans-sc/5.0.0/400.css');
@import url('https://cdn.bootcdn.net/ajax/libs/fontsource-noto-sans-sc/5.0.0/500.css');
@import url('https://cdn.bootcdn.net/ajax/libs/fontsource-noto-sans-sc/5.0.0/700.css');
*,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*设置平滑*/
html {
  scroll-behavior: smooth;
  font-size: calc(100 * 100vw / 1920);
}
body {
  font-size: 14px;
  font-family: 'Noto Sans SC', '微软雅黑', "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color: #000;
  overflow-x: hidden;
  line-height: 1.6;
  font-weight: 300;
}
/*字体引入*/
@font-face {
  font-family: 'Montserrat';
  src: url("../webfonts/Montserrat-Bold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
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: var(--font1);
}
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]:checked::after {
  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,
.clamp7,
.clamp8 {
  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;
}
.clamp7 {
  -webkit-line-clamp: 7;
}
.clamp8 {
  -webkit-line-clamp: 8;
}
/*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.6rem, 60px);
  height: clamp(30px, 0.6rem, 60px);
  flex-direction: row;
  transition: all 0.5s;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--dominant-color);
  z-index: 2;
  font-size: clamp(14px, 0.2rem, 20px);
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  display: none;
}
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:hover i,
body .swiper-button-next:hover i {
  color: #fff;
}
body .swiper-button-prev {
  left: 30px;
}
body .swiper-button-next {
  right: 30px;
}
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: 1536px;
  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;
  background: url('../images/header-bg.webp') no-repeat center / cover;
  /*搜索*/
  /*搜索*/
  /*语言*/
  /*语言*/
}
header.z-active {
  z-index: 99;
}
header.active {
  transform: translateY(calc(-100% + clamp(40px, 0.58rem, 58px)));
}
header.active .logo,
header.hover-active .logo {
  filter: none !important;
}
@media screen and (max-width: 768px) {
  header {
    position: sticky;
    display: flex;
    flex-direction: column-reverse;
  }
}
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: 768px) {
  header .header-phone-click {
    display: flex;
    order: 3;
    margin-left: 0;
  }
}
header .header-phone-click .phone-click-line {
  height: 2px;
  background: #fff;
  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: #fff;
  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-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(50px, 1rem, 100px);
  gap: clamp(10px, 0.6rem, 60px);
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  header .header-top {
    height: 60px;
  }
}
header .header-top.active {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-top .logo-box {
    display: none;
  }
}
header .header-top .logo-box .logo {
  width: clamp(110px, 2.2rem, 220px);
}
header .header-top .logo-box .logo img {
  width: 100%;
}
header .header-top .logo-box .top-tel {
  color: #fff;
  padding-left: clamp(10px, 0.24rem, 24px);
  margin-left: clamp(10px, 0.24rem, 24px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header .header-top .logo-box .top-tel .title1 {
  font-size: clamp(12px, 0.14rem, 14px);
}
header .header-top .logo-box .top-tel .title1 img {
  width: 16px;
  margin-right: 4px;
}
header .header-top .logo-box .top-tel .title2 {
  font-size: clamp(14px, 0.2rem, 20px);
  background: linear-gradient(to right, #ED6B1A 30%, #e30016);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat';
  line-height: 1;
}
header .header-top .search-box {
  flex: 1;
  position: relative;
  border-radius: 50% 50% 0 0;
}
header .header-top .search-box.active {
  background: #fff;
}
header .header-top .search-box.active .search-top {
  background: #f8f8f8;
}
header .header-top .search-box.active .search-top input {
  background: #f8f8f8;
}
header .header-top .search-box .search-top {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  height: clamp(34px, 0.42rem, 42px);
  width: 100%;
  justify-content: space-between;
}
header .header-top .search-box .search-top .select {
  border: none;
  height: 100%;
  position: relative;
  flex-basis: clamp(90px, 1.5rem, 150px);
  padding-right: clamp(10px, 0.2rem, 20px);
  margin-right: clamp(10px, 0.2rem, 20px);
  cursor: pointer;
}
header .header-top .search-box .search-top .select select {
  border: none;
  height: 100%;
  appearance: none;
  background: url('../images/default/angle-down.webp') no-repeat center right / contain;
  background-size: 10px;
  padding-left: clamp(10px, 0.2rem, 20px);
  padding-right: clamp(10px, 0.2rem, 20px);
}
header .header-top .search-box .search-top .select img {
  width: clamp(8px, 0.1rem, 10px);
}
header .header-top .search-box .search-top .select::after {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 40%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
header .header-top .search-box .search-top .input {
  flex: 1;
  border: none;
  height: 100%;
}
header .header-top .search-box .search-top input {
  border: none;
  width: 100%;
  height: 100%;
}
header .header-top .search-box .search-top button {
  margin-right: clamp(2px, 0.02rem, 2px);
  background: var(--dominant-color);
  border-radius: 999px;
  height: clamp(30px, 0.38rem, 38px);
  font-size: clamp(12px, 0.18rem, 18px);
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: clamp(60px, 1.15rem, 115px);
  padding-left: 10px;
  padding-right: 10px;
}
header .header-top .search-box .search-top button img {
  width: clamp(12px, 0.16rem, 16px);
}
header .header-top .search-box .search-bottom {
  position: absolute;
  top: 100%;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 10px clamp(100px, 1.15rem, 115px) clamp(20px, 0.3rem, 30px) clamp(80px, 1.5rem, 150px);
}
header .header-top .search-box .search-bottom .lists {
  padding-left: 10px;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  line-height: 3;
}
header .header-top .search-box .search-bottom .lists .list {
  border-bottom: 1px solid #eee;
  display: block;
}
header .header-top .search-box .search-bottom .lists .list span {
  color: #e30016;
}
header .header-top .search-box .search-bottom .lists2 {
  margin-top: clamp(30px, 0.5rem, 50px);
  padding-left: 10px;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  line-height: 2;
}
header .header-top .search-box .search-bottom .lists2 .title {
  border-bottom: 1px solid #eee;
  font-size: clamp(14px, 0.18rem, 18px);
  font-weight: 400;
  margin-bottom: clamp(10px, 0.1rem, 10px);
  padding-bottom: clamp(10px, 0.1rem, 10px);
  color: #000;
}
header .header-top .search-box .search-bottom .lists2 .list {
  display: block;
}
header .header-top .search-box .search-bottom .lists2 .list span {
  color: #e30016;
}
header .header-top .search-box .search-bottom a:hover {
  text-decoration: underline;
}
header .header-top .button-box {
  color: #fff;
  font-size: clamp(12px, 0.14rem, 14px);
}
@media screen and (max-width: 768px) {
  header .header-top .button-box {
    display: none;
    color: #333;
  }
}
header .header-top .button-box .item {
  gap: 3.5px;
  padding-left: clamp(10px, 0.2rem, 20px);
  position: relative;
}
@media screen and (max-width: 768px) {
  header .header-top .button-box .item {
    padding-left: 0;
    margin-right: 30px;
    font-size: 14px;
  }
}
header .header-top .button-box .item img {
  width: clamp(16px, 0.18rem, 18px);
  height: clamp(16px, 0.18rem, 18px);
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  header .header-top .button-box .item img {
    filter: invert(1);
  }
}
header .header-top .button-box .item .language-list {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  padding-top: clamp(10px, 0.1rem, 10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  color: #333;
}
header .header-top .button-box .item .language-list a {
  background: #fff;
  font-size: clamp(12px, 0.12rem, 12px);
  display: block;
  padding: 6px;
  text-align: center;
}
header .header-top .button-box .item .language-list a:hover {
  background: var(--dominant-color);
  color: #fff;
}
header .header-top .button-box .item:hover .language-list {
  display: block;
}
header .header-top .button-box .button-top .item:last-child,
header .header-top .button-box .button-bottom .item:last-child {
  margin-left: clamp(10px, 0.2rem, 20px);
}
header .header-top .button-box .button-top .item:last-child::after,
header .header-top .button-box .button-bottom .item:last-child::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  height: 80%;
  width: 1px;
  position: absolute;
}
header .header-top .button-box .button-bottom {
  margin-top: clamp(6px, 0.1rem, 10px);
}
header .header-box-bg {
  background: #181818;
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(40px, 0.58rem, 58px);
}
@media screen and (max-width: 768px) {
  header .header-box {
    margin: auto;
    height: 60px;
  }
}
header .header-box .logo {
  display: none;
  width: clamp(100px, 1.27rem, 127px);
}
@media screen and (max-width: 768px) {
  header .header-box .logo {
    justify-content: flex-start;
    display: block;
  }
}
header .header-box .logo img {
  max-width: inherit;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
header .header-box .header-menu {
  height: 100%;
  /*导航*/
  /*导航*/
}
@media screen and (max-width: 768px) {
  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 {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 0;
    margin-left: 0;
  }
}
header .header-box .header-menu nav .first-item {
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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 .first-item-title {
  font-size: clamp(14px, 0.2rem, 20px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  transition: all 0.5s;
  width: 100%;
  padding: 0 clamp(30px, 0.5rem, 50px);
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    height: 50px;
    width: 100%;
    justify-content: flex-start;
    color: #333;
    padding: 0;
  }
}
header .header-box .header-menu nav .first-item .first-item-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 30%;
  opacity: 0.5 !important;
  transition: all 0.5s;
  background: #eee;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-item-title::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .first-item-title span {
  margin-left: clamp(6px, 0.1rem, 10px);
}
header .header-box .header-menu nav .first-item .first-item-title span img {
  width: clamp(12px, 0.16rem, 16px);
  filter: brightness(4);
  opacity: 0.8;
}
header .header-box .header-menu nav .first-item:first-child .first-item-title {
  padding-left: 0;
}
header .header-box .header-menu nav .first-item:last-child .first-item-title {
  padding-right: 0;
}
header .header-box .header-menu nav .first-item:last-child .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: 768px) {
  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(40px, 0.58rem, 58px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: #ffffff;
  pointer-events: none;
  display: flex;
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 0.2rem, 20px);
  border-radius: 0 0 10px 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  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 .second-overflow {
  overflow: auto;
  padding-right: 20px;
  height: clamp(280px, 3.3rem, 330px);
  width: max-content;
}
header .header-box .header-menu nav .first-item .second-box .second-overflow::-webkit-scrollbar-thumb {
  background-color: #e40715;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-overflow {
    padding-right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item {
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
}
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 {
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: clamp(12px, 0.16rem, 16px);
  text-align: left;
  gap: clamp(6px, 0.16rem, 10px);
  transition: all 0.5s;
  padding-bottom: clamp(6px, 0.1rem, 10px);
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    color: #000;
    text-align: left;
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
    color: var(--dominant-color);
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title img {
  transform: rotate(-90deg);
  width: clamp(12px, 0.16rem, 16px);
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title img {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title .right-title {
  flex: 1;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
  padding-bottom: clamp(6px, 0.1rem, 10px);
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title .right-title {
    border-bottom: none;
    padding-bottom: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
  color: #e40715;
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover .right-title {
  border-color: #e40715;
}
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 .second-item-title:hover img {
  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-overflow {
  display: none;
  height: clamp(280px, 3.3rem, 330px);
  overflow: auto;
  padding-right: 20px;
  width: clamp(150px, 1.75rem, 175px);
  border-left: 1px solid #eee;
  padding-left: clamp(10px, 0.3rem, 30px);
  margin-left: clamp(10px, 0.1rem, 10px);
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .three-overflow {
    position: absolute;
    left: clamp(150px, 1.75rem, 175px);
    top: 0;
    width: 70%;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-overflow::-webkit-scrollbar-thumb {
  background-color: #e40715;
}
header .header-box .header-menu nav .first-item .second-box .three-box {
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .three-box {
    padding: 0;
    pointer-events: auto;
    position: initial;
    opacity: 1;
    display: none;
    border: none;
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box .three-box-box {
  height: fit-content;
  display: grid;
}
header .header-box .header-menu nav .first-item .second-box .three-box.active {
  display: block;
}
header .header-box .header-menu nav .first-item .second-box .three-box a {
  display: block;
  transition: all 0.5s;
  color: rgba(0, 0, 0, 0.6);
  font-size: clamp(12px, 0.16rem, 16px);
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(6px, 0.1rem, 10px);
  margin-bottom: clamp(6px, 0.1rem, 10px);
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .three-box a {
    margin-bottom: 0;
    padding: 10px 20px;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #eee;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box a:hover {
  color: #e40715;
  border-color: #e40715;
}
header .header-box .header-menu nav .first-item .second-box .three-box::after {
  width: 20px;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: -1;
}
@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 .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: 768px) {
  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: 768px) {
  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-box .header-contact {
  width: clamp(120px, 2.1rem, 210px);
  background: linear-gradient(to right, #ED6B1A 30%, #e30016);
  color: #fff;
  height: 100%;
  gap: clamp(10px, 0.2rem, 20px);
  font-size: clamp(14px, 0.16rem, 16px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  header .header-box .header-contact {
    display: none;
  }
}
header .header-box .header-contact img {
  width: clamp(14px, 0.2rem, 20px);
}
header .header-right {
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  background: var(--dominant-color);
  height: clamp(60px, 0.8rem, 80px);
  position: relative;
  transform: skewX(-25deg) translateX(100px);
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  header .header-right {
    display: none;
  }
}
header .phone-menu {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .phone-menu {
    display: block;
  }
}
header .phone-button {
  display: none;
}
@media screen and (max-width: 768px) {
  header .phone-button {
    display: block;
  }
}
header .search {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  justify-content: center;
  margin-left: 20px;
  margin-right: 10px;
  width: clamp(24px, 0.46rem, 46px);
  height: clamp(24px, 0.46rem, 46px);
  border-radius: 50%;
  transform: skewX(25deg);
}
@media screen and (max-width: 768px) {
  header .search {
    margin-left: 20px;
    display: none;
    margin-right: 16px;
  }
}
header .search.phone-search {
  display: none !important;
}
@media screen and (max-width: 768px) {
  header .search.phone-search {
    display: block !important;
  }
}
header .search .search-click {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .search .search-click {
    transform: skewX(-25deg);
    filter: brightness(0);
  }
}
header .search img {
  width: clamp(12px, 0.18rem, 18px);
}
header .language {
  color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(25deg);
}
@media screen and (max-width: 768px) {
  header .language {
    margin-top: 30px;
    display: none;
  }
}
header .language.phone-language {
  transform: skewX(0deg);
  display: none;
  margin-right: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  header .language.phone-language {
    display: flex;
  }
}
header .language.phone-language .language-title {
  filter: brightness(0);
}
header .language .language-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 0.17rem, 17px);
  cursor: pointer;
  grid-gap: 4px;
}
@media screen and (max-width: 768px) {
  header .language .language-title {
    color: #333;
  }
}
header .language .language-title img {
  width: clamp(12px, 0.18rem, 18px);
}
@media screen and (max-width: 768px) {
  header .language .language-title img {
    filter: none;
  }
}
header .language .language-show {
  position: absolute;
  top: 10px;
  padding-top: 40px;
  color: #333;
  left: 50%;
  margin: auto;
  width: 120px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  header .language .language-show {
    padding-top: 10px;
  }
}
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;
}
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%;
}
header .header-search {
  position: fixed;
  top: clamp(60px, 0.8rem, 80px);
  left: 0;
  width: 100%;
  background: var(--dominant-color);
  height: 100px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  header .header-search {
    top: 60px;
  }
}
header .header-search label {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 100%;
  position: relative;
}
header .header-search label input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #eee;
  background: none;
  color: #fff;
  font-family: Montserrat-Regular;
}
header .header-search label input::placeholder {
  color: #fff;
  font-family: Montserrat-Regular;
}
header .header-search label button {
  width: 50px;
  height: 50px;
  background: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
header .header-search label button img {
  width: 18px;
  filter: contrast(0) brightness(100);
}
header .header-search label i {
  position: absolute;
  font-size: 20px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (min-width: 1025px) {
  .index header .logo {
    filter: none;
  }
  .index header .header-box .header-menu nav .first-item .first-item-title {
    color: rgba(255, 255, 255, 0.6);
  }
  .index header .header-box .header-menu nav .first-item:hover .first-item-title,
  .index header .header-box .header-menu nav .first-item.active .first-item-title {
    color: #fff;
  }
}
/*底部样式*/
.footer-banner {
  height: clamp(200px, 4.4rem, 440px);
  position: relative;
}
.footer-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-banner .text {
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: clamp(16px, 0.24rem, 24px);
}
.footer-banner .text .title {
  font-weight: 700;
  font-size: clamp(24px, 0.52rem, 52px);
}
.footer-banner .text .button {
  margin: clamp(10px, 0.2rem, 20px) auto;
  font-size: clamp(12px, 0.16rem, 16px);
  border-radius: 99px;
  background: #e30016;
  gap: 4px;
  width: clamp(180px, 1.4rem, 140px);
  height: clamp(30px, 0.42rem, 42px);
}
.footer-banner .text .button img {
  width: clamp(12px, 0.14rem, 14px);
  filter: brightness(100);
  height: auto;
  transform: rotate(-90deg);
}
.footer {
  z-index: 4;
  position: relative;
  background: url('../images/img9.webp') no-repeat center bottom / cover;
}
.footer .footer-box {
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(20px, 0.6rem, 60px);
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 0.4rem, 40px);
}
@media screen and (max-width: 768px) {
  .footer .footer-box {
    flex-direction: column;
  }
}
.footer .footer-box .footer-menu {
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-box .footer-menu {
    flex-direction: column;
    grid-gap: 0;
  }
}
.footer .footer-box .footer-menu .item {
  position: relative;
  color: #fff;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .footer .footer-box .footer-menu .item {
    padding-bottom: 0;
  }
}
.footer .footer-box .footer-menu .item.item-last .first-item {
  margin-bottom: 20px;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-box .footer-menu .item.item-last .first-item {
    margin-bottom: 0;
  }
}
.footer .footer-box .footer-menu .first-item {
  display: block;
  font-size: clamp(14px, 0.18rem, 18px);
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .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: 20px;
}
@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: 768px) {
  .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 {
  display: block;
  font-size: clamp(12px, 0.16rem, 16px);
  transition: all 0.5s;
  position: relative;
  width: fit-content;
  margin-bottom: 6px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .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 {
  color: #fff;
}
.footer .footer-box .footer-menu .second-box a:hover::after {
  width: 100%;
}
.footer .footer-right {
  flex-basis: 36%;
}
.footer .footer-right .footer-right-top {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.2rem, 30px);
  font-size: clamp(14px, 0.22rem, 22px);
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.3rem, 30px);
}
.footer .footer-right .footer-right-top img {
  width: clamp(110px, 2.2rem, 220px);
}
.footer .footer-right .footer-right-bottom {
  display: flex;
  gap: clamp(10px, 0.4rem, 40px);
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer .footer-right .footer-right-bottom .b-left {
  flex-basis: clamp(100px, 1.2rem, 120px);
  color: #666;
  text-align: center;
}
.footer .footer-right .footer-right-bottom .b-left .img {
  margin-bottom: clamp(6px, 0.1rem, 10px);
}
.footer .footer-right .footer-right-bottom .b-right {
  flex: 1;
}
.footer .list {
  margin-bottom: clamp(20px, 0.3rem, 30px);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 0.14rem, 14px);
  gap: clamp(10px, 0.2rem, 20px);
}
.footer .list .key {
  width: clamp(16px, 0.2rem, 20px);
  height: clamp(16px, 0.2rem, 20px);
  filter: brightness(0.5);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer .list .key img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.footer .footer-link {
  display: flex;
  align-items: center;
  grid-gap: clamp(30px, 0.4rem, 40px);
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .footer .footer-link {
    margin-bottom: 20px;
  }
}
.footer .footer-link .item {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  opacity: 0.5;
}
.footer .footer-link .item .show {
  position: absolute;
  bottom: clamp(20px, 0.3rem, 30px);
  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: 768px) {
  .footer .footer-link .item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
}
.footer .footer-link .item:hover {
  opacity: 1;
}
.footer .footer-link .item:hover .show {
  display: block;
}
.footer .footer-link .item:hover img {
  filter: none;
}
.footer .footer-copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(12px, 0.16rem, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: clamp(10px, 0.2rem, 20px);
  padding-bottom: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright {
    padding: 20px 0;
    border-top: none;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer .footer-copyright .left {
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright .left {
    flex-direction: column;
    gap: 0;
  }
}
.footer .footer-copyright .left .footer-logo {
  width: clamp(120px, 1.97rem, 197px);
  filter: brightness(100);
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright .left .footer-logo {
    width: 120px;
    margin: 40px auto 20px 0;
  }
}
.footer .footer-copyright .left .text {
  line-height: 1.8;
}
.go-top {
  width: 140px;
  height: 50px;
  z-index: 1;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.5s;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.go-top img {
  width: 16px;
  margin-left: 20px;
}
.go-top i {
  transition: all 0.5s;
}
.go-top:hover {
  background: var(--dominant-color) !important;
}
.go-top:hover i {
  color: #fff;
}
/*底部样式*/
.firight {
  position: fixed;
  right: clamp(10px, 0.2rem, 20px);
  bottom: 30%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .firight {
    right: 0;
    bottom: 15%;
  }
}
.firight .firight-item {
  width: clamp(54px, 0.7rem, 70px);
  height: clamp(54px, 0.7rem, 70px);
  background-color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  transition: all 0.5s;
}
.firight .firight-item p {
  text-align: center;
  font-size: clamp(12px,0.12rem,12px);
  color: #666;
  line-height: 1;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .t {
    display: none;
  }
}
.frimg {
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
}
.wxfr {
  position: relative;
}
.frewm {
  position: absolute;
  right: 100px;
  top: 10%;
  display: none;
  max-width: fit-content;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .frewm {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
  }
}
.f-contact-box {
  opacity: 0;
  pointer-events: none;
  width: max-content;
  border-radius: 10px;
  position: absolute;
  right: 150%;
  top: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: clamp(10px, 0.2rem, 20px);
  color: #666;
  font-size: clamp(12px, 0.14rem, 14px);
}
.f-contact-box .f-list {
  margin-bottom: clamp(10px, 0.2rem, 20px);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 99;
  position: relative;
}
.f-contact-box .f-code {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 20px;
}
.f-contact-box .f-code .img {
  border: 1px solid #eee;
  padding: 10px;
  margin: 10px auto;
}
.f-contact-box .f-code .img img {
  width: clamp(100px, 1.2rem, 120px);
}
.f-contact-box::after {
  width: 100%;
  top: 0;
  right: -50%;
  position: absolute;
  content: '';
  height: 100%;
}
.f-contact:hover .f-contact-box {
  opacity: 1;
  pointer-events: auto;
}
.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.login .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.login .login-box {
  width: 90%;
  max-width: clamp(500px, 0.5rem, 500px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.login .login-box .member-top {
  background: #3d3d3d;
  height: clamp(60px, 0.8rem, 80px);
  font-size: clamp(16px, 0.24rem, 24px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .login-box .member-box {
  padding: clamp(20px, 0.3rem, 30px);
  background: #fff;
}
.login .login-box .member-box .member-login label {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .login-box .member-box .member-login label i {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.login .login-box .member-box .member-login label input {
  width: 100%;
  padding-left: 30px;
  outline: none;
  border: none;
  height: clamp(40px, 0.48rem, 48px);
}
.login .login-box .member-box .member-login label input::placeholder {
  color: #999;
}
.login .login-box .member-box .member-bottom {
  border-top: 1px solid #eee;
  padding-top: clamp(20px, 0.3rem, 30px);
  margin-top: clamp(20px, 0.3rem, 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 0.14rem, 14px);
}
.login .login-box .member-box .member-bottom .left label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
}
.login .login-box .member-box .member-bottom .left label span {
  height: fit-content;
}
.login .login-box .member-box .member-bottom .wechat-login-btn,
.login .login-box .member-box .member-bottom .member-login-btn {
  color: var(--dominant-color);
  cursor: pointer;
}
.login .login-box .member-box .member-bottom .member-login-btn {
  display: none;
}
.login .login-box .member-box .wechat-login {
  display: none;
  text-align: center;
  margin: 40px auto;
}
.login .login-box .member-box .wechat-login .img {
  width: clamp(150px, 1.5rem, 150px);
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px auto;
  border-radius: 10px;
}
.login .login-box .member-box .wechat-login a {
  color: var(--dominant-color);
}
.login .login-box button {
  background: var(--dominant-color);
  height: 48px;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.login .login-box button:hover {
  background: #024287;
}
.login .login-box .member-register {
  display: none;
}
.login .login-box .member-register label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.login .login-box .member-register label span {
  width: 80px;
  color: #999;
  font-size: 14px;
  text-align: right;
  margin-right: 30px;
}
.login .login-box .member-register label input {
  width: calc(100% - 110px);
  height: 48px;
  border: 1px solid #eee;
}
.login .login-box .member-register label .checkCode {
  margin-left: auto;
  text-align: right;
}
.login .login-box .member-register label .change {
  width: 100px;
  margin-left: 15px;
}
.login .login-box .member-register label.check {
  align-items: flex-start;
}
.login .login-box .member-register label.check .check-box {
  display: flex;
  align-items: center;
}
.login .login-box .member-register label.check .change {
  color: #999;
  font-size: 14px;
  margin-top: 4px;
}
.login .login-box .member-register label.check .change a {
  color: var(--dominant-color);
}
.login .login-box .member-register .tip {
  width: calc(100% - 110px);
  margin-right: 0;
  margin-left: auto;
}
.login .login-box .member-register .tip .read {
  display: flex;
  align-items: baseline;
}
.login .login-box .member-register .tip .read input {
  margin-right: 6px;
}
.login .login-box .member-register .tip button {
  height: 48px;
  background: var(--dominant-color);
  font-size: 18px;
  width: 100%;
  border: none;
  margin: 15px auto;
  color: #fff;
}
.login .login-box .member-register .tip button:hover {
  background: #024287;
}
.login .login-box .member-register .tip .login {
  color: #999;
  text-align: right;
}
.login .login-box .member-register .tip .login a {
  color: var(--dominant-color);
}
.login .login-box .member-register .tip .login a:hover {
  text-decoration: underline;
}
.login .login-box .logon-tip {
  color: #999;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.login .login-box .logon-tip span a {
  color: var(--dominant-color);
}
.login .login-box .logon-tip a:hover {
  text-decoration: underline;
}
/*根元素代码*/
:root {
  /*--dominant-color:#3a93bd;*/
  --dominant-color: #005c9e;
  /*--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: clamp(40px, 0.5rem, 50px) 0;
}
@media screen and (max-width: 768px) {
  .index-padding {
    padding: 40px 0;
  }
}
.index-padding2 {
  padding: clamp(40px, 1.2rem, 120px) 0;
}
@media screen and (max-width: 768px) {
  .index-padding2 {
    padding: 40px 0;
  }
}
.index-padding3 {
  padding: clamp(40px, 1rem, 100px) 0;
}
.index-title {
  color: #000;
}
.index-title .sup {
  font-size: clamp(12px, 0.18rem, 18px);
  font-weight: 400;
  color: #e30016;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.2rem, 20px);
}
.index-title .sup .point {
  background: #f07c00;
  border-radius: 50%;
  width: clamp(6px, 0.1rem, 10px);
  height: clamp(6px, 0.1rem, 10px);
}
.index-title .title {
  font-size: clamp(16px, 0.36rem, 36px);
  line-height: 1.6;
  font-weight: 700;
}
.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: 768px) {
  .index-title .tip {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.index-title .summary {
  font-size: clamp(14px, 0.18rem, 18px);
  line-height: 1.6;
  color: #333333;
  margin-top: clamp(10px, 0.2rem, 20px);
}
.index-title .summary span {
  color: #000;
}
.index-title.textC {
  text-align: center;
}
.index-title.colorW {
  color: #fff;
}
.f-more {
  width: fit-content;
  height: 0.58rem;
  min-height: 48px;
  background: #fff;
  color: #000;
  transition: all 0.5s;
  position: relative;
  border-radius: 999px;
  font-size: clamp(12px, 0.16rem, 16px);
  text-transform: uppercase;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .f-more {
    height: 35px;
    min-height: auto;
    border-radius: 29px;
  }
}
.f-more span {
  padding: 0 0.3rem;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .f-more span {
    padding: 0 10px;
  }
}
.f-more:hover {
  background: var(--dominant-color);
  color: #fff;
}
.f-more:hover .icon {
  background: #fff;
}
.f-more:hover .icon i {
  color: var(--dominant-color);
}
.f-more .icon {
  width: 0.48rem;
  height: 0.48rem;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background: var(--dominant-color);
  margin-right: 0.05rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .f-more .icon {
    min-width: auto;
    min-height: auto;
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
.f-more .icon i {
  color: #fff;
  transition: all 0.5s;
}
.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.8rem, 80px);
}
@media screen and (max-width: 768px) {
  .zhan-wei {
    display: none;
  }
}
.zhan-wei2 {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .zhan-wei2 {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .zhan-wei2 {
    display: none;
  }
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*首页*/
/*轮播*/
.banner {
  width: 100%;
}
.banner .video-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.banner .img {
  height: 100%;
}
.banner .img video {
  display: block;
}
.banner .img img,
.banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 10s;
}
@media screen and (max-width: 768px) {
  .banner .img img,
  .banner .img video {
    height: 50vh;
  }
}
.banner .swiper-banner {
  height: 100%;
  position: relative;
}
.banner .swiper-banner .text {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  text-align: left;
  height: fit-content;
  z-index: 4;
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text {
    bottom: 0;
  }
}
.banner .swiper-banner .text .img {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
.banner .swiper-banner .text .img img {
  max-width: 724px;
  width: 37.708vw;
}
.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: 768px) {
  .banner .swiper-banner .text .sup {
    font-size: 14px;
  }
}
.banner .swiper-banner .text .title {
  font-size: clamp(18px, 0.48rem, 48px);
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  line-height: 1.6;
  font-weight: 700;
}
.banner .swiper-banner .text .title span {
  display: block;
  font-size: clamp(14px, 0.36rem, 36px);
}
.banner .swiper-banner .text .summary {
  font-size: clamp(14px, 0.24rem, 24px);
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  margin-bottom: 40px;
}
.banner .swiper-banner .text .banner-more {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  text-align: left;
  margin-top: 40px;
  display: flex;
  gap: clamp(10px, 0.1rem, 10px);
  background: var(--dominant-color);
  border-radius: 999px;
  min-width: clamp(180px, 2.1rem, 210px);
  height: clamp(50px, 0.60rem, 60px);
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  max-width: fit-content;
}

.banner .swiper-banner .video-text {
  top: auto;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .video-text {
    bottom: 20%;
  }
}
.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: 768px) {
  .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: 768px) {
  .banner .swiper-banner .banner-img img {
    width: 80%;
  }
}
.banner .swiper-banner .swiper-slide-active img {
  transform: scale(1.05);
}
.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);
  transition-delay: 0.7s;
  opacity: 1;
}
.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: 30px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
  .banner .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }
}
.banner .swiper-banner .swiper-pagination-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination-box {
    width: 70%;
    right: 0;
    height: 30px;
  }
}
.banner .swiper-banner .swiper-pagination {
  position: initial;
}
.banner .swiper-banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  opacity: 0.4;
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 4px;
  }
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 60px;
  --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: 768px) {
  .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 {
  padding-top: clamp(50px, 1.2rem, 120px);
  padding-bottom: clamp(50px, 1.2rem, 120px);
  background: url('../images/img30.webp') no-repeat center / cover;
}
.index1 .index1-box {
  margin-top: clamp(20px, 0.5rem, 50px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 0.3rem, 30px);
}
.index1 .index-title .summary {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index1 .index1-box .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.index1 .index1-box .item:first-child {
  /*grid-column: 1 / 3;*/
}
.index1 .index1-box .item .imgBox {
  padding-bottom: 75%;
}
.index1 .index1-box .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: clamp(20px, 0.3rem, 30px);
  font-size: clamp(14px, 0.22rem, 22px);
  transition: all 0.5s;
}
.index1 .index1-box .item .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 158, 0.8);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 0.3rem, 30px);
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.index1 .index1-box .item .show .title {
  font-size: clamp(14px, 0.32rem, 32px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index1 .index1-box .item .show .title .img1 {
  position: absolute;
  left: -24px;
  bottom: -20%;
}
.index1 .index1-box .item .show .title .img2 {
  position: absolute;
  right: -24px;
  top: -20%;
}
.index1 .index1-box .item .show .summary {
  margin-top: clamp(20px, 0.3rem, 30px);
  font-size: clamp(12px, 0.16rem, 16px);
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.index1 .index1-box .item:hover .text {
  opacity: 0;
}
.index1 .index1-box .item:hover .show {
  opacity: 1;
}
.index2 {
  background: url('../images/img24.webp') no-repeat center top;
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.index2 .index2-box {
  position: relative;
  max-width: 1736px;
}
@media screen and (max-width: 768px) {
  .index2 .index2-box {
    width: 100%;
  }
}
.index2 .index2-box .swiper-button-prev,
.index2 .index2-box .swiper-button-next {
  background: none;
  border: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .swiper-button-prev,
  .index2 .index2-box .swiper-button-next {
    display: none;
  }
}
.index2 .index2-box .swiper-button-prev:hover i,
.index2 .index2-box .swiper-button-next:hover i {
  color: var(--dominant-color) !important;
}
.index2 .index2-box .bottom {
  margin-top: clamp(20px, 0.5rem, 50px);
}
.index2 .index2-box .bottom .swiper {
  padding-top: clamp(30px, 0.4rem, 40px);
}
.index2 .index2-box .bottom .swiper .swiper-slide {
  height: auto;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  background: url('../images/img48.webp') no-repeat center / cover;
  transition: transform 0.5s, background 0.5s;
}
.index2 .index2-box .bottom .swiper .swiper-slide .imgBox {
  padding-bottom: 75%;
}

.index2 .index2-box .bottom .swiper .swiper-slide .imgBox img {
  object-fit: contain;
  mix-blend-mode: darken;
}
.index2 .index2-box .bottom .swiper .swiper-slide .text {
  font-size: clamp(14px, 0.22rem, 22px);
  text-align: center;
  transition: all 0.5s;
  color: #666;
  position: relative;
  margin-bottom: clamp(20px, 0.5rem, 50px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.index2 .index2-box .bottom .swiper .swiper-slide .text .img1 {
  position: absolute;
  left: -10px;
  bottom: -14%;
  width: clamp(10px, 0.16rem, 16px);
  opacity: 0;
  transition: all 0.5s;
}
.index2 .index2-box .bottom .swiper .swiper-slide .text .img2 {
  position: absolute;
  right: -10px;
  top: -14%;
  width: clamp(10px, 0.16rem, 16px);
  opacity: 0;
  transition: all 0.5s;
}
.index2 .index2-box .bottom .swiper .swiper-slide:hover {
  color: var(--dominant-color);
  transform: translateY(-20px);
  background: url('../images/img49.webp') no-repeat center / cover;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.01);
}
.index2 .index2-box .bottom .swiper .swiper-slide:hover .text .img1,
.index2 .index2-box .bottom .swiper .swiper-slide:hover .text .img2 {
  opacity: 1;
}
.index3 {
  padding-top: clamp(50px, 1.2rem, 120px);
  background: url('../images/img42.webp') no-repeat center / cover;
  padding-bottom: clamp(50px, 0.8rem, 80px);
}
.index3 .index3-top {
  gap: clamp(20px, 0.8rem, 80px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index3 .index3-top {
    flex-direction: column-reverse;
  }
}
.index3 .index3-top .img {
  position: relative;
  flex-basis: 49%;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .index3 .index3-top .img {
    width: 100%;
  }
}
.index3 .index3-top .img .imgBox {
  padding-bottom: 72%;
}
.index3 .index3-top .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index3 .index3-top .text {
  flex: 1;
}
.index3 .index3-top .text .index-title .sup {
  justify-content: flex-start;
}
.index3 .index3-top .text .page-title {
  margin-top: clamp(30px, 0.4rem, 40px);
}
.index3 .index3-top .text .page-title .title {
  color: #333;
  font-size: clamp(14px, 0.24rem, 24px);
}
.index3 .index3-top .text .page-title .tip {
  margin-bottom: clamp(20px, 0.3rem, 30px);
}
.index3 .index3-top .text a {
  border: 1px solid var(--dominant-color);
  border-radius: 16px;
  color: var(--dominant-color);
  width: clamp(80px, 1rem, 100px);
  height: clamp(30px, 0.32rem, 32px);
  margin-top: clamp(20px, 0.4rem, 40px);
  gap: clamp(5px, 0.1rem, 10px);
  transition: all 0.5s;
}
.index3 .index3-top .text a:hover {
  background: var(--dominant-color);
  color: #fff;
}
.index3 .index3-top .text ul {
  font-size: clamp(12px, 0.16rem, 16px);
  line-height: 2;
}
.index3 .index3-top .text ul li::marker {
  color: #e30016;
}
.index3 .index3-bottom {
  display: flex;
  box-shadow: 0 -10px 10px 5px rgba(0, 0, 0, 0.02);
  margin-top: clamp(20px, 0.6rem, 60px);
  padding: clamp(20px, 0.6rem, 60px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index3 .index3-bottom {
    flex-wrap: wrap;
  }
}
.index3 .index3-bottom .item {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index3 .index3-bottom .item {
    flex-basis: 100%;
    border-left: none;
    border-bottom: 2px solid #f5f5f5;
    flex-direction: row;
    height: fit-content;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
}
.index3 .index3-bottom .item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .index3 .index3-bottom .item::after {
    display: none;
  }
}
.index3 .index3-bottom .item:first-child::after {
  display: none;
}
.index3 .index3-bottom .item .top {
  font-size: clamp(14px, 0.2rem, 20px);
  line-height: 1;
  color: var(--dominant-color);
}
.index3 .index3-bottom .item .top .top-div {
  display: inline-flex;
  gap: clamp(10px, 0.1rem, 10px);
  margin-right: clamp(10px, 0.1rem, 10px);
}
.index3 .index3-bottom .item .top span {
  color: var(--dominant-color);
  font-size: clamp(24px, 0.48rem, 48px);
  font-weight: 700;
}
.index3 .index3-bottom .item .bottom {
  font-size: clamp(12px, 0.18rem, 18px);
  color: #666;
  margin-top: 4px;
  padding-right: clamp(10px, 0.3rem, 30px);
}
.form {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form {
    grid-gap: 10px;
  }
}
.form label {
  display: block;
  flex-basis: calc(50% - 15px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: clamp(40px, 0.5rem, 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: 768px) {
  .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: 768px) {
  .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;
  z-index: 2;
}
.page-title.textC {
  text-align: center;
}
.page-title.colorW {
  color: #fff;
}
.page-title .img {
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.page-title .title {
  line-height: 1.25;
  font-size: clamp(16px, 0.32rem, 32px);
  color: var(--dominant-color);
  position: relative;
  font-weight: 400;
}
.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.18rem, 18px);
  color: #666666;
  margin-bottom: clamp(10px, 0.6rem, 60px);
}
.page-title .summary {
  margin-top: clamp(10px, 0.2rem, 20px);
  color: #000000;
  font-size: clamp(12px, 0.22rem, 22px);
  line-height: 1.6;
  color: #666;
}
.page-title .summary.colorW {
  color: #fff;
}
.page-title .summary span {
  color: var(--dominant-color);
}
.page-title .summary a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-title .page-form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-title .page-form form {
    width: 100%;
  }
}
.page-title .page-form label {
  position: relative;
  transform: skewX(-25deg);
  display: block;
  border: 2px solid #e7e7f9;
}
@media screen and (max-width: 768px) {
  .page-title .page-form label {
    width: 100%;
  }
}
.page-title .page-form label input {
  width: clamp(200px, 4.1rem, 410px);
  height: clamp(34px, 0.46rem, 46px);
  transform: skewX(25deg);
  border: none;
  background: none;
  padding-left: 20px;
  font-size: clamp(14px, 0.18rem, 18px);
  color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .page-title .page-form label input {
    width: 100%;
  }
}
.page-title .page-form label input::placeholder {
  color: rgba(20, 17, 192, 0.4);
}
.page-title .page-form button {
  width: clamp(50px, 1.1rem, 110px);
  height: clamp(38px, 0.5rem, 50px);
  background: var(--dominant-color);
  color: #fff;
  transform: skewX(-25deg);
}
.page-title .page-form button i {
  font-size: clamp(12px, 0.2rem, 20px);
  transform: skewX(25deg);
}
.page-title .page-select {
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-title .page-select {
    flex-direction: column;
    width: 100%;
  }
}
.page-title .page-select .select-item {
  display: flex;
  align-items: center;
  position: relative;
  height: clamp(38px, 0.55rem, 55px);
  cursor: pointer;
}
.page-title .page-select .select-item.select-item1 {
  width: clamp(2.36rem, 2.36rem, 236px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-title .page-select .select-item.select-item1 {
    width: 100%;
  }
}
.page-title .page-select .select-item.select-item2 {
  width: clamp(3.76rem, 3.76rem, 376px);
}
@media screen and (max-width: 768px) {
  .page-title .page-select .select-item.select-item2 {
    width: 100%;
  }
}
.page-title .page-select .select-item .select-text {
  font-size: clamp(12px, 0.18rem, 18px);
  color: var(--dominant-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 0.3rem, 30px);
  width: 100%;
  transform: skewX(-25deg);
  border: 2px solid #e7e7f9;
  height: 100%;
}
.page-title .page-select .select-item .select-text span,
.page-title .page-select .select-item .select-text i {
  transform: skewX(25deg);
}
.page-title .page-select .select-item .select {
  display: none;
  position: absolute;
  left: 0%;
  top: 110%;
  background: #fff;
  padding: clamp(20px, 0.3rem, 30px);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  z-index: 20;
  width: 100%;
  line-height: 2;
  max-height: 50vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .page-title .page-select .select-item .select {
    width: 100vw;
  }
}
.page-title .page-select .select-item .select .s-item {
  display: block;
  font-size: clamp(12px, 0.16rem, 16px);
  margin-bottom: 12px;
  line-height: 1.2;
}
.page-title .page-select .select-item .select .s-item:hover {
  color: var(--dominant-color);
}
/*内页大图*/
.pageBanner {
  transition: all 0.5s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: #fff;
  height: 3.2rem;
  max-height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageBanner {
    height: 200px;
    margin-top: 0;
  }
}
.pageBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageBanner .play {
  width: clamp(30px, 0.78rem, 78px);
  height: clamp(30px, 0.78rem, 78px);
  margin: clamp(20px, 0.2rem, 20px) auto 0;
}
.pageBanner .banner-button {
  gap: clamp(10px, 0.24rem, 24px);
  margin-top: clamp(20px, 0.5rem, 50px);
}
.pageBanner .banner-button a {
  width: clamp(150px, 2rem, 200px);
  height: clamp(50px, 0.7rem, 70px);
  display: flex;
  border-radius: 10px;
  border: 2px solid #fff;
  font-size: clamp(14px, 0.24rem, 24px);
  background: var(--dominant-color);
  transition: all 0.5s;
}
.pageBanner .banner-button a:hover {
  opacity: 0.6;
}
.pageBanner .video {
  width: 100%;
}
.pageBanner video {
  display: block;
  width: 100%;
}
.pageBanner .banner-box {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  height: fit-content;
  text-align: left;
}
.pageBanner .banner-box .banner-title {
  color: #fff;
  font-size: clamp(18px, 0.48rem, 48px);
  line-height: 1;
  font-weight: 700;
}
.pageBanner .banner-box .banner-summary {
  margin-top: clamp(10px, 0.2rem, 20px);
  font-size: clamp(14px, 0.32rem, 32px);
  line-height: 1.6;
}
.pageBanner .banner-box .index-title {
  color: #fff;
}
.pageBanner .banner-box .index-title .title {
  color: #fff;
}
.pageBanner .banner-box .index-title .summary {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .index-title .summary {
    display: none;
  }
}
.pageBanner .banner-box .about-play {
  display: inline-block;
  margin: 30px auto 0;
  font-size: 57px;
  cursor: pointer;
}
.pageBanner .pageBanner-mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pageBanner .pageBanner-mask img {
  width: 100%;
}
/*内页侧边栏*/
/*内页导航*/
.page-menu {
  box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: clamp(40px, 0.58rem, 58px);
  background: #fff;
  z-index: 3;
}
.page-menu .page-phone-click {
  display: none;
}
@media screen and (max-width: 768px) {
  .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;
  justify-content: center;
  height: clamp(40px, 0.7rem, 70px);
}
@media screen and (max-width: 768px) {
  .page-menu .menu-box {
    justify-content: flex-start;
    overflow: auto;
  }
  .page-menu .menu-box::-webkit-scrollbar {
    height: 0;
  }
}
.page-menu .menu-box a {
  color: #000;
  font-size: clamp(14px, 0.18rem, 18px);
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .page-menu .menu-box a {
    flex-shrink: 0;
  }
}
.page-menu .menu-box a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--dominant-color);
  transition: all 0.5s;
}
.page-menu .menu-box a.active,
.page-menu .menu-box a:hover {
  color: var(--dominant-color);
}
.page-menu .menu-box a.active::after,
.page-menu .menu-box a:hover::after {
  width: 100%;
}
.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;
}
.page-menu.page-menu2 {
  margin-top: clamp(20px, 1rem, 100px);
}
.page-menu.page-menu2 .menu-box a {
  background: #fff;
  color: var(--dominant-color);
  border: 2px solid #e7e7f9;
}
.page-menu.page-menu2 .menu-box a.active,
.page-menu.page-menu2 .menu-box a:hover {
  background: var(--dominant-color);
  color: #fff;
  border-color: var(--dominant-color);
}
.page-menu.bgW .menu-box a {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.page-menu.bgW .menu-box a.active,
.page-menu.bgW .menu-box a:hover {
  background: var(--dominant-color);
  color: #fff;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0);
}
/*面包屑*/
.location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  color: #b9b9b9;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.location a {
  font-size: clamp(12px, 0.16rem, 16px);
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  line-height: 1.6;
  gap: 8px;
}
.location a img {
  width: clamp(12px, 0.19rem, 19px);
  transform: translateY(-2px);
}
.location a i {
  color: #818181;
  font-size: 12px;
}
.location a.active {
  color: var(--dominant-color);
}
.location a:hover {
  text-decoration: underline;
}
.location span {
  margin: 0 12px;
}
/*分页*/
.pagers {
  margin-top: clamp(30px, 0.9rem, 90px);
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .pagers {
    flex-direction: column;
  }
}
.pagers .pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagers .pager a {
  width: clamp(30px, 0.45rem, 45px);
  height: clamp(30px, 0.45rem, 45px);
  margin: 0 4px;
  transition: all 0.5s;
  background: #f4f4f4;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(12px, 0.14rem, 14px);
}
@media screen and (max-width: 768px) {
  .pagers .pager a {
    margin: 0 4px;
  }
}
.pagers .pager a:hover,
.pagers .pager a.active {
  background: var(--dominant-color);
  color: #fff;
}
.pagers .pager a.more {
  font-size: 12px;
  background: none;
}
.pagers .pager a.more:hover {
  color: var(--dominant-color);
}
.pagers .pager a.disable {
  color: #9CA3AF;
  pointer-events: none;
}
.pagers .pager a.prev,
.pagers .pager a.next {
  width: clamp(80px, 1rem, 100px);
}
.pagers .pager a.prev i,
.pagers .pager a.next i {
  font-size: 12px;
}
.pagers .pager-to {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pagers .pager-to form {
  color: var(--dominant-color);
  display: flex;
  align-items: center;
  font-size: clamp(12px, 0.2rem, 20px);
}
.pagers .pager-to form select {
  border: 1px solid #eee;
  height: clamp(30px, 0.45rem, 45px);
}
.pagers .pager-to form button {
  width: clamp(30px, 0.45rem, 45px);
  height: clamp(30px, 0.45rem, 45px);
  background: #f4f4f4;
  color: #333;
  transition: all 0.5s;
  border-radius: 0;
  margin-left: clamp(10px, 0.2rem, 20px);
}
.pagers .pager-to form button span {
  display: block;
}
.pagers .pager-to form button:hover {
  color: #fff;
  background: var(--dominant-color);
}
/*内页左右结构*/
.page-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .page-box .left {
    width: 100%;
    flex-basis: 100%;
  }
}
.page-box .right {
  flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .page-box .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-box .right .right-content {
    padding: 10px;
  }
}
/*新闻资讯*/
.news {
  padding-top: clamp(30px, 0.6rem, 60px);
  padding-bottom: clamp(60px, 1.2rem, 120px);
}
.news .news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 0.3rem, 30px);
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news .news-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.news .news-box .item {
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  align-items: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .news-box .item .img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .news .news-box .item .img {
    width: 100%;
  }
}
.news .news-box .item .img .imgBox {
  padding-bottom: 55%;
}
.news .news-box .item .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text-box {
    gap: 20px;
  }
}
.news .news-box .item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  margin-top: clamp(10px, 0.2rem, 20px);
}
.news .news-box .item .text .time {
  font-size: clamp(12px, 0.16rem, 16px);
  transition: all 0.5s;
  margin-top: clamp(10px, 0.1rem, 10px);
  color: #999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news .news-box .item .text .time img {
  width: 13px;
}
.news .news-box .item .text .title {
  transition: all 0.5s;
  font-size: clamp(14px, 0.2rem, 20px);
}
.news .news-box .item .text .summary {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #999;
  margin-top: clamp(10px, 0.1rem, 10px);
}
.news .news-box .item .more {
  color: #999;
  gap: clamp(10px, 0.1rem, 10px);
  transition: all 0.5s;
  font-size: clamp(12px, 0.16rem, 16px);
  border-top: 2px dashed #eee;
  padding-top: clamp(10px, 0.16rem, 16px);
  margin-top: clamp(10px, 0.16rem, 16px);
  font-weight: 400;
}
.news .news-box .item .more i {
  font-size: 12px;
}
.news .news-box .item:hover {
  border-color: var(--dominant-color);
}
.news .news-box .item:hover .title,
.news .news-box .item:hover .more {
  color: var(--dominant-color);
}
.related-title {
  font-size: clamp(16px, 0.32rem, 32px);
  text-transform: uppercase;
  color: var(--dominant-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.16rem, 16px);
  font-weight: 400;
}
/*新闻详情*/
.news-detail .details {
  background: #fff;
  padding-top: clamp(40px, 0.8rem, 80px);
  padding-bottom: clamp(40px, 1rem, 100px);
}
.news-detail .details .content {
  display: flex;
  gap: clamp(20px, 1.4rem, 140px);
}
@media screen and (max-width: 768px) {
  .news-detail .details .content {
    max-width: 100%;
    flex-direction: column;
  }
}
.news-detail .details .content .detail-left {
  flex-basis: clamp(125px, 2.5rem, 250px);
  font-size: clamp(12px, 0.16rem, 16px);
}
@media screen and (max-width: 768px) {
  .news-detail .details .content .detail-left {
    display: none;
  }
}
.news-detail .details .content .detail-left .lists {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.3rem, 30px);
  margin-bottom: clamp(10px, 0.3rem, 30px);
  line-height: 2;
}
.news-detail .details .content .detail-left .lists:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-detail .details .content .detail-left .lists:last-child .list {
  position: relative;
  display: block;
}
.news-detail .details .content .detail-left .lists:last-child .list i {
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
  font-size: 12px;
  height: fit-content;
}
.news-detail .details .content .detail-left .lists:last-child .list.active,
.news-detail .details .content .detail-left .lists:last-child .list:hover {
  color: var(--dominant-color);
}
.news-detail .details .content .detail-left .lists:last-child .list.active i,
.news-detail .details .content .detail-left .lists:last-child .list:hover i {
  opacity: 1;
}
.news-detail .details .content .details-container {
  flex: 1;
}
.news-detail .details .content .details-container .title {
  font-size: clamp(16px, 0.32rem, 32px);
  line-height: 1.6;
  text-align: left;
  margin-bottom: clamp(10px, 0.5rem, 50px);
  font-weight: 400;
}
.news-detail .details .content .details-container .lists {
  display: none;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-detail .details .content .details-container .lists {
    display: block;
  }
}
.news-detail .details .content .details-container .summary {
  font-size: clamp(12px, 0.18rem, 18px);
  color: #666666;
  line-height: 1.8;
  min-height: 300px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news-detail .details .content .details-container .summary {
    font-size: 14px;
    width: 100%;
  }
  .news-detail .details .content .details-container .summary img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.news-detail .detail-pager {
  display: flex;
  flex-direction: column;
}
.news-detail .detail-pager a {
  display: flex;
  font-size: clamp(12px, 0.18rem, 18px);
  transition: all 0.5s;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .news-detail .detail-pager a {
    flex-basis: 100%;
  }
}
.news-detail .detail-pager a .text .t-summary {
  position: relative;
  color: #000;
}
.news-detail .detail-pager a .text .t-summary .icon {
  position: absolute;
  left: -0.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail .detail-pager a .text .t-summary .icon {
    left: -20px;
  }
}
.news-detail .detail-pager a:hover {
  background: var(--dominant-color);
  padding: clamp(20px, 0.2rem, 20px);
}
.news-detail .detail-pager a:hover .t-summary {
  color: #fff;
}
.news-detail .footer-link {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  flex-basis: 50%;
  margin-top: clamp(10px, 0.2rem, 20px);
}
.news-detail .footer-link .item {
  width: clamp(16px, 0.24rem, 24px);
  height: clamp(16px, 0.24rem, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  filter: brightness(0);
  opacity: 0.4;
}
.news-detail .footer-link .item .show {
  position: absolute;
  bottom: clamp(40px, 0.7rem, 70px);
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: none;
}
.news-detail .footer-link .item img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-detail .footer-link .item:hover {
  filter: none;
  opacity: 1;
}
.news-detail .footer-link .item:hover .show {
  display: block;
}
/*关于我们*/
.about {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.about .about1 {
  padding-top: clamp(50px, 1.1rem, 110px);
}
.about .about1 .about1-top {
  gap: clamp(20px, 1.2rem, 120px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about .about1 .about1-top {
    flex-direction: column-reverse;
  }
}
.about .about1 .about1-top .img {
  position: relative;
  flex-basis: 49%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about .about1 .about1-top .img {
    width: 100%;
  }
}
.about .about1 .about1-top .img .imgBox {
  padding-bottom: 93%;
}
.about .about1 .about1-top .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .about1 .about1-top .text {
  flex: 1;
}
.about .about1 .about1-top .text .title1 {
  font-size: clamp(14px, 0.36rem, 36px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: clamp(20px, 0.4rem, 40px);
}
.about .about1 .about1-bottom {
  display: flex;
  box-shadow: 0 -10px 10px 5px rgba(0, 0, 0, 0.02);
  margin-top: clamp(20px, 0.6rem, 60px);
  padding: clamp(20px, 0.6rem, 60px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about .about1 .about1-bottom {
    flex-wrap: wrap;
  }
}
.about .about1 .about1-bottom .item {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .about1 .about1-bottom .item {
    flex-basis: 100%;
    border-left: none;
    border-bottom: 2px solid #f5f5f5;
    flex-direction: row;
    height: fit-content;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
}
.about .about1 .about1-bottom .item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .about .about1 .about1-bottom .item::after {
    display: none;
  }
}
.about .about1 .about1-bottom .item:first-child::after {
  display: none;
}
.about .about1 .about1-bottom .item .top {
  font-size: clamp(14px, 0.2rem, 20px);
  line-height: 1;
  color: var(--dominant-color);
}
.about .about1 .about1-bottom .item .top .top-div {
  display: inline-flex;
  gap: clamp(10px, 0.1rem, 10px);
  margin-right: clamp(10px, 0.1rem, 10px);
}
.about .about1 .about1-bottom .item .top span {
  color: var(--dominant-color);
  font-size: clamp(24px, 0.48rem, 48px);
  font-weight: 700;
}
.about .about1 .about1-bottom .item .bottom {
  font-size: clamp(12px, 0.18rem, 18px);
  color: #666;
  margin-top: 4px;
  padding-right: clamp(10px, 0.3rem, 30px);
}
.about .about2 {
  background: url('../images/img19.webp') no-repeat center top / cover;
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
  position: relative;
  margin-top: clamp(20px, 0.5rem, 50px);
}
.about .about2 .img {
  margin-top: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .about .about2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about .about2 .text {
  width: 100%;
  height: 100%;
  display: flex;
  gap: clamp(20px, 0.3rem, 30px);
  margin-top: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 768px) {
  .about .about2 .text {
    flex-wrap: wrap;
    position: inherit;
    z-index: 2;
  }
}
.about .about2 .text .item {
  background: #f4f7f9;
  flex-basis: 20%;
  display: flex;
  align-items: center;
  color: #666;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.5s;
  cursor: pointer;
  padding: clamp(20px, 0.4rem, 40px) clamp(10px, 0.2rem, 20px);
}
@media screen and (max-width: 768px) {
  .about .about2 .text .item {
    flex-basis: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
  }
}
.about .about2 .text .item .icon {
  width: clamp(40px, 0.5rem, 50px);
  height: clamp(40px, 0.5rem, 50px);
}
.about .about2 .text .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .about2 .text .item .title {
  font-size: clamp(14px, 0.24rem, 24px);
  color: var(--dominant-color);
  font-weight: 400;
  margin-top: clamp(10px, 0.2rem, 20px);
}
.about .about2 .text .item .summary {
  text-align: center;
  font-size: clamp(12px, 0.16rem, 16px);
}
.about .about2 .text .item:hover {
  transform: translateY(-10px);
}
.about .about3 {
  background: url('../images/img24.webp') no-repeat center top / cover;
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.about .about3 .about3-box {
  position: relative;
  max-width: 1736px;
}
@media screen and (max-width: 768px) {
  .about .about3 .about3-box {
    width: 100%;
  }
}
.about .about3 .about3-box .swiper-button-prev,
.about .about3 .about3-box .swiper-button-next {
  background: none;
  border: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .about .about3 .about3-box .swiper-button-prev,
  .about .about3 .about3-box .swiper-button-next {
    display: none;
  }
}
.about .about3 .about3-box .swiper-button-prev:hover i,
.about .about3 .about3-box .swiper-button-next:hover i {
  color: var(--dominant-color) !important;
}
.about .about3 .bottom {
  margin-top: clamp(20px, 0.5rem, 50px);
}
.about .about3 .bottom .swiper .swiper-slide {
  height: auto;
  cursor: pointer;
  position: relative;
}
.about .about3 .bottom .swiper .swiper-slide .img {
  background: #f4f7f9;
  border-radius: 10px;
  padding: clamp(20px, 0.3rem, 30px);
}
.about .about3 .bottom .swiper .swiper-slide .imgBox {
  padding-bottom: 120%;
}
.about .about3 .bottom .swiper .swiper-slide .imgBox img {
  object-fit: contain;
}
.about .about3 .bottom .swiper .swiper-slide .text {
  font-size: clamp(12px, 0.16rem, 16px);
  text-align: center;
  margin-top: clamp(10px, 0.2rem, 20px);
  transition: all 0.5s;
  color: #666;
}
.about .about3 .bottom .swiper .swiper-slide:hover {
  color: #fff;
}
.about .about4 {
  padding-top: clamp(40px, 0.8rem, 80px);
  padding-bottom: clamp(140px, 2.8rem, 280px);
}
.about .about4 .about4-box {
  color: #fff;
}
.about .about4 .about4-box .swiper-time-box {
  position: relative;
  margin-top: clamp(30px, 0.7rem, 70px);
}
.about .about4 .about4-box .swiper-time-box img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .about4 .about4-box .swiper-time-box .swiper-time {
  width: calc(100% - 200px);
  margin: auto;
  padding-bottom: clamp(10px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .about .about4 .about4-box .swiper-time-box .swiper-time {
    width: 100%;
  }
}
.about .about4 .about4-box .swiper-time-box .swiper-time .swiper-wrapper {
  align-items: baseline;
}
.about .about4 .about4-box .swiper-time-box .swiper-time .swiper-slide {
  line-height: 2;
  font-size: clamp(12px, 0.24rem, 24px);
  color: #fff;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s;
}
.about .about4 .about4-box .swiper-time-box .swiper-time .swiper-slide.swiper-slide-active {
  font-weight: 700;
  transform: scale(1.4);
  transform-origin: center bottom;
}
.about .about4 .about4-box .swiper-time-box .swiper-button-prev,
.about .about4 .about4-box .swiper-time-box .swiper-button-next {
  background: none;
  border: none;
  transform: translateY(60%);
}
@media screen and (max-width: 768px) {
  .about .about4 .about4-box .swiper-time-box .swiper-button-prev,
  .about .about4 .about4-box .swiper-time-box .swiper-button-next {
    display: none;
  }
}
.about .about4 .about4-box .swiper-time-box .swiper-button-prev i,
.about .about4 .about4-box .swiper-time-box .swiper-button-next i {
  color: #fff;
}
.about .about4 .about4-box .swiper-time-box .swiper-button-prev i:hover,
.about .about4 .about4-box .swiper-time-box .swiper-button-next i:hover {
  color: var(--dominant-color) !important;
}
.about .about4 .about4-box .swiper-text {
  max-width: 800px;
  margin: clamp(30px, 0.7rem, 70px) auto 0;
}
.about .about4 .about4-box .swiper-text .swiper-slide {
  display: flex;
  gap: clamp(20px, 0.4rem, 40px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .about4 .about4-box .swiper-text .swiper-slide {
    flex-direction: column;
  }
}
.about .about4 .about4-box .swiper-text .swiper-slide .text {
  transform: rotateY(180deg);
  overflow: auto;
  height: clamp(100px, 1.5rem, 150px);
  padding-right: clamp(10px, 0.3rem, 30px);
}
.about .about4 .about4-box .swiper-text .swiper-slide .text::-webkit-scrollbar {
  width: 4px;
  background: rgba(255, 255, 255, 0.3);
}
.about .about4 .about4-box .swiper-text .swiper-slide .text::-webkit-scrollbar-thumb {
  background: #fff;
}
.about .about4 .about4-box .swiper-text .swiper-slide .text .title {
  transform: rotateY(180deg);
  font-size: clamp(14px, 0.18rem, 18px);
  font-weight: 400;
}
.about .about4 .about4-box .swiper-text .swiper-slide .text .summary {
  margin-top: clamp(6px, 0.1rem, 10px);
  line-height: 1.8;
  transform: rotateY(180deg);
  font-size: clamp(12px, 0.16rem, 16px);
  opacity: 0.6;
}
.about .about5 {
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.about .about5 .about5-box {
  margin-top: clamp(20px, 0.5rem, 50px);
}
@media screen and (max-width: 768px) {
  .about .about5 .about5-box {
    overflow: auto;
  }
}
.about .about5 .about5-box .item {
  border-bottom: 1px solid #eee;
  font-size: clamp(14px, 0.16rem, 16px);
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 768px) {
  .about .about5 .about5-box .item {
    width: 800px;
  }
}
.about .about5 .about5-box .item .top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.5s;
}
.about .about5 .about5-box .item .top.active {
  background: var(--dominant-color);
  color: #fff;
}
.about .about5 .about5-box .item .top .list {
  width: calc(100% / 6);
  height: clamp(50px, 0.8rem, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about .about5 .about5-box .item .top .list:first-child {
    width: 200px;
  }
}
.about .about5 .about5-box .item .bottom {
  display: none;
  background: url('../images/img29.webp') no-repeat center / cover;
  padding: clamp(20px, 0.4rem, 40px);
}
.about .about5 .about5-box .item .bottom .title1 {
  font-size: clamp(14px, 0.26rem, 26px);
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.about .about5 .about5-box .item .bottom .summary {
  color: #666;
  font-size: clamp(12px, 0.16rem, 16px);
  line-height: 2;
}
.about .about5 .about5-box .item .bottom .title2 {
  font-size: clamp(14px, 0.22rem, 22px);
  font-weight: 700;
  margin-top: clamp(20px, 0.5rem, 50px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.about .about5 .about5-box .item .bottom a {
  font-size: clamp(12px, 0.16rem, 16px);
  width: clamp(120px, 1.6rem, 160px);
  height: clamp(30px, 0.48rem, 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  transition: all 0.5s;
  background: var(--dominant-color);
  margin-top: clamp(20px, 0.5rem, 50px);
  color: #fff;
}
.about .about5 .about5-box .item .bottom a:hover {
  opacity: 0.6;
}
.about .about5 .about5-box .item:nth-child(n+2) .list:first-child {
  justify-content: flex-start;
  padding: 20px;
  gap: clamp(10px, 0.4rem, 40px);
}
.about .about5 .about5-box .item-top {
  border-top: 6px solid #e30016;
  border-bottom: 1px solid #e30016;
  font-size: clamp(16px, 0.22rem, 22px);
  font-weight: 700;
}
.about .about5 .about5-box .item-top .list {
  justify-content: center !important;
}
.about .about6 {
  background: url('../images/img28.webp') no-repeat center top / cover;
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.about .about6 .about6-box {
  position: relative;
  max-width: 1736px;
}
@media screen and (max-width: 768px) {
  .about .about6 .about6-box {
    width: 100%;
  }
}
.about .about6 .about6-box .swiper-button-prev,
.about .about6 .about6-box .swiper-button-next {
  background: none;
  border: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .about .about6 .about6-box .swiper-button-prev,
  .about .about6 .about6-box .swiper-button-next {
    display: none;
  }
}
.about .about6 .about6-box .swiper-button-prev:hover i,
.about .about6 .about6-box .swiper-button-next:hover i {
  color: var(--dominant-color) !important;
}
.about .about6 .bottom {
  margin-top: clamp(20px, 0.5rem, 50px);
}


.about .about6 .swiper-pagination {
  position: initial;
  margin-top: clamp(10px,0.2rem,20px);
}
.about .about6 .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #000;
  opacity: 0.4;
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .about .about6 .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 4px;
  }
}
.about .about6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 60px;
  --swiper-pagination-color: var(--dominant-color);
  opacity: 1;
}
.about .about6 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color);
}


.about .about6 .bottom .swiper .swiper-slide {
  height: auto;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about .about6 .bottom .swiper .swiper-slide .imgBox {
  padding-bottom: 58%;
}
/*联系我们*/
.contact {
  margin-top: clamp(30px, 0.7rem, 70px);
}
.contact .contact1 {
  padding-bottom: clamp(50px, 1.2rem, 120px);
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .contact .contact1 {
    flex-direction: column;
  }
}
.contact .contact1 .left {
  flex-basis: 39%;
  background: #f8f8f8;
  padding: clamp(20px, 0.3rem, 30px);
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
}
.contact .contact1 .left .tabs {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.18rem, 18px);
  color: #999;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.contact .contact1 .left .tabs .item {
  cursor: pointer;
  position: relative;
  padding: 0 clamp(10px, 0.3rem, 30px) clamp(10px, 0.3rem, 30px);
}
.contact .contact1 .left .tabs .item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  opacity: 0;
  left: 0;
  background: var(--dominant-color);
  transition: all 0.5s;
}
.contact .contact1 .left .tabs .item.active {
  color: var(--dominant-color);
}
.contact .contact1 .left .tabs .item.active::after {
  opacity: 1;
}
.contact .contact1 .left .tabs-change {
  margin-top: clamp(10px, 0.3rem, 30px);
}
.contact .contact1 .left .tabs-change .item {
  display: none;
}
.contact .contact1 .left .tabs-change .item.active {
  display: block;
}
.contact .contact1 .left .tabs-change .item .list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.16rem, 16px);
  font-size: clamp(12px, 0.16rem, 16px);
}
.contact .contact1 .left .tabs-change .item .list .icon {
  width: clamp(12px, 0.16rem, 16px);
}
.contact .contact1 .left .tabs-change .item .list .icon img {
  width: 100%;
  object-fit: contain;
}
.contact .contact1 .left .tabs-change .item .imgBox {
  padding-bottom: 46%;
  border-radius: 10px;
  margin-top: clamp(30px, 0.4rem, 40px);
}
.contact .contact1 .right {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.contact .contact1 .right .imgMap {
  height: 100%;
}
.contact .contact1 .right .imgMap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contact .contact2 {
  background: linear-gradient(to bottom, #f8f8f8, #fff);
  padding-top: clamp(40px, 1.2rem, 120px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.contact .contact2 .page-title {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.contact .contact2 .inquiry .inquiry-title {
  color: var(--dominant-color);
  font-size: clamp(12px, 0.16rem, 16px);
}
.contact .contact2 .inquiry .button {
  background: var(--dominant-color);
  font-size: clamp(12px, 0.16rem, 16px);
  color: #fff;
  border-radius: 999px;
  width: clamp(120px, 1.4rem, 140px);
  height: clamp(30px, 0.48rem, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(20px, 0.3rem, 30px);
}
.contact .contact2 .inquiry .inquiry-box {
  margin-top: clamp(20px, 0.3rem, 30px);
  background: #fff;
  padding-bottom: 20px;
  max-height: clamp(400px, 5rem, 500px);
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: auto;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items {
  width: max-content;
  display: flex;
  padding: clamp(10px, 0.16rem, 16px) 0;
  position: relative;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item {
  margin-right: clamp(30px, 0.5rem, 50px);
  min-width: clamp(100px, 1.2rem, 120px);
  border-right: 1px solid #e5e5e5;
  font-size: clamp(14px, 0.16rem, 16px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  flex-shrink: 0;
  padding-right: 10px;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item span {
  display: block;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  font-weight: 300;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item:first-child {
  color: var(--dominant-color);
  align-items: center;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item:last-child {
  position: sticky;
  right: 0;
  background: #fff;
  align-items: center;
  border: none;
  margin-right: 0;
  color: #666;
  cursor: pointer;
  gap: 30px;
  flex-direction: row;
  width: clamp(180px, 2rem, 200px);
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item:last-child .number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item:last-child .number input {
  width: 40px;
  height: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items .inquiry-item:nth-last-child(2) {
  margin-right: 0;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items:nth-child(even) {
  background: #f8f8f8;
}
.contact .contact2 .inquiry .inquiry-box .inquiry-overflow .inquiry-items:nth-child(even) .inquiry-item:last-child {
  background: #f8f8f8;
}
.contact .contact2 .form {
  gap: 30px;
  margin-top: clamp(30px, 0.5rem, 50px);
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form {
    gap: 20px;
  }
}
.contact .contact2 .form label {
  position: relative;
  flex-basis: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form label {
    flex-basis: 100% !important;
  }
}
.contact .contact2 .form label span {
  font-size: clamp(12px, 0.16rem, 16px);
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form label span {
    font-size: 14px;
  }
}
.contact .contact2 .form label span span {
  margin-bottom: 0;
}
.contact .contact2 .form label.w66 {
  flex-basis: calc(((100% - 40px) / 3 * 2) + 20px);
}
.contact .contact2 .form label.w100 {
  flex-basis: 100%;
}
.contact .contact2 .form label input,
.contact .contact2 .form label select {
  background: none;
  text-indent: 0;
  font-size: clamp(12px, 0.16rem, 16px);
  border-radius: 10px;
  padding-left: 20px;
  border: 1px solid #eee;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form label input,
  .contact .contact2 .form label select {
    padding-left: 10px;
    height: 40px;
  }
}
.contact .contact2 .form label textarea {
  color: #333;
  background: none;
  padding: 20px;
  border: 1px solid #eee;
  font-size: clamp(12px, 0.16rem, 16px);
  height: clamp(100px, 2rem, 200px);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form label textarea {
    height: 100px;
    padding: 10px;
  }
}
.contact .contact2 .form label img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.contact .contact2 .form label .check-box {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.contact .contact2 .form .labelCheckbox {
  flex-basis: 100%;
  font-size: clamp(12px, 0.16rem, 16px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
}
.contact .contact2 .form .labelCheckbox input {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 2px;
}
.contact .contact2 .form .labelCheckbox a {
  color: var(--dominant-color);
}
.contact .contact2 .form .labelCheckbox a:hover {
  text-decoration: underline;
}
.contact .contact2 .form button {
  width: clamp(120px, 1.4rem, 140px);
  height: clamp(30px, 0.48rem, 48px);
  border-radius: 999px;
  margin-top: 0.2rem;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.5s;
  font-size: clamp(12px, 0.16rem, 16px);
  background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form button {
    margin-top: 10px;
  }
}
.contact .contact2 .form button:hover {
  opacity: 0.8;
}
.contact .contact2 .form button.reset {
  background: none;
  color: var(--dominant-color);
  border: 1px solid var(--dominant-color);
}
/*产品中心*/
.product {
  margin-top: clamp(20px, 0.4rem, 40px);
  margin-bottom: clamp(40px, 1.2rem, 120px);
}
.product .page-title {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.product .lists {
  margin-top: clamp(20px, 0.3rem, 30px);
  display: grid;
  flex-wrap: wrap;
  gap: clamp(20px, 0.4rem, 40px) clamp(20px, 0.8rem, 80px);
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .product .lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product .lists .list {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.1rem, 10px);
  font-weight: 400;
  font-size: clamp(12px, 0.16rem, 16px);
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(6px, 0.1rem, 10px);
  transition: all 0.5s;
}
.product .lists .list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(18px, 0.22rem, 22px);
  height: clamp(18px, 0.22rem, 22px);
}
.product .lists .list .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product .lists .list i {
  font-size: 10px;
  opacity: 0.3;
}
.product .lists .list:hover {
  color: var(--dominant-color);
  border-color: var(--dominant-color);
}
.product .lists .list:hover i {
  opacity: 1;
}
.list-search {
  margin-bottom: clamp(20px, 0.35rem, 35px);
}
.list-search .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 680px;
  height: clamp(34px, 0.44rem, 44px);
  background: #fff;
  margin: auto;
  border-radius: 99px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.list-search .search-box .input {
  flex: 1;
  border: none;
  height: 100%;
}
.list-search .search-box input {
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.list-search .search-box button {
  background: var(--dominant-color);
  border-radius: 999px;
  height: clamp(30px, 0.4rem, 40px);
  font-size: clamp(12px, 0.18rem, 18px);
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: clamp(100px, 1.15rem, 115px);
}
.list-search .search-box button img {
  width: clamp(12px, 0.16rem, 16px);
}
.product-list .top {
  background: #f8f8f8;
  padding-top: clamp(20px, 0.35rem, 35px);
  padding-bottom: clamp(20px, 0.35rem, 35px);
}
.product-list .top .filters {
  overflow: auto;
  display: flex;
  gap: clamp(10px, 0.16rem, 16px);
  padding-bottom: clamp(10px, 0.2rem, 20px);
}
.product-list .top .filters .list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(10px, 0.16rem, 16px);
  flex-basis: 180px;
  flex-shrink: 0;
}
.product-list .top .filters .list:nth-child(1) {
  flex-basis: 400px;
}
@media screen and (max-width: 768px) {
  .product-list .top .filters .list:nth-child(1) {
    flex-basis: 200px;
  }
}
.product-list .top .filters .list .list-title {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #333;
}
.product-list .top .filters .list label {
  display: flex;
  margin-top: clamp(6px, 0.1rem, 10px);
  position: relative;
}
.product-list .top .filters .list label input {
  border-radius: 6px;
  border: 1px solid #eee;
  height: clamp(26px, 0.28rem, 28px);
  width: 100%;
  color: #999;
}
.product-list .top .filters .list label button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  height: clamp(24px, 0.26rem, 26px);
  width: clamp(24px, 0.26rem, 26px);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .top .filters .list label button img {
  width: 50%;
  filter: brightness(0);
  opacity: 0.5;
}
.product-list .top .filters .list .items {
  margin-top: clamp(10px, 0.16rem, 16px);
  height: clamp(150px, 2.1rem, 210px);
  overflow: auto;
  padding-right: 20px;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  line-height: 2;
}
.product-list .top .filters .list .items .item {
  cursor: pointer;
  line-height: 1.4;
  display: block;
}
.product-list .top .filters .list .items .item.active {
  color: var(--dominant-color);
  font-weight: bold;
}
.product-list .mid {
  padding-top: clamp(20px, 0.35rem, 35px);
  padding-bottom: clamp(20px, 0.35rem, 35px);
}
.product-list .mid .filters-text {
  justify-content: space-between;
  align-items: baseline;
  display: none;
  margin-bottom: clamp(20px, 0.35rem, 35px);
}
@media screen and (max-width: 768px) {
  .product-list .mid .filters-text {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}
.product-list .mid .filters-text .left {
  flex-basis: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-list .mid .filters-text .left .item {
  border: 1px solid #eee;
  font-size: clamp(12px, 0.14rem, 14px);
  padding: clamp(4px, 0.04rem, 4px) clamp(8px, 0.1rem, 10px);
  border-radius: 3px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.product-list .mid .filters-text .right {
  color: #666;
  font-size: clamp(12px, 0.14rem, 14px);
}
.product-list .mid .filters-text .right span {
  color: var(--dominant-color);
}
.product-list .mid .filters-table {
  overflow: auto;
  padding-bottom: clamp(8px, 0.1rem, 10px);
}
.product-list .mid .filters-table .filters-table-box {
  border: 1px solid #eee;
  overflow: auto;
}
.product-list .mid .filters-table table {
  width: max-content;
}
.product-list .mid .filters-table .items .item {
  align-items: center;
  color: #666;
  padding: clamp(10px, 0.16rem, 16px);
}
.product-list .mid .filters-table .items .item:nth-child(1) {
  justify-content: center;
}
.product-list .mid .filters-table .items .item:nth-child(2) .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 0.84rem, 84px);
  height: clamp(40px, 0.46rem, 46px);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
}
.product-list .mid .filters-table .items .item:nth-child(2) .img img {
  height: 100%;
  object-fit: contain;
}
.product-list .mid .filters-table .items .item .download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 4px 8px;
}
.product-list .mid .filters-table .items .item .download img {
  width: clamp(10px, 0.12rem, 12px);
  filter: brightness(0);
}
.product-list .mid .filters-table .items:nth-child(odd) {
  background: #f8f8f8;
}
.product-list .mid .filters-table .items.active {
  background: #e5eef5;
}
.product-list .mid .filters-table .items.active .item {
  color: var(--dominant-color);
}
.product-list .mid .filters-table .items.active .item .download {
  border-color: var(--dominant-color);
}
.product-list .mid .filters-table .items.active .item .download img {
  filter: none;
}
.product-list .mid .filters-table .item-top {
  background: #060501 !important;
  height: clamp(40px, 0.48rem, 48px);
  border-radius: 10px 10px 0 0;
}
.product-list .mid .filters-table .item-top .item {
  color: #fff;
}
.product-list .mid .filters-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(20px, 0.35rem, 35px);
}
@media screen and (max-width: 768px) {
  .product-list .mid .filters-button {
    flex-direction: column;
    gap: 30px;
  }
}
.product-list .mid .filters-button .left {
  display: flex;
  align-items: center;
  gap: clamp(20px, 0.3rem, 30px);
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
}
.product-list .mid .filters-button .left label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-list .mid .filters-button .left .button {
  border-radius: 999px;
  width: clamp(120px, 1.4rem, 140px);
  height: clamp(36px, 0.38rem, 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid var(--dominant-color);
}
.product-list .mid .filters-button .left .button.compare {
  color: var(--dominant-color);
}
.product-list .mid .filters-button .left .button.inquiry {
  color: #fff;
  background: var(--dominant-color);
}
.product-list .mid .filters-button .left .button:hover {
  opacity: 0.6;
}
.product-list .mid .filters-button .pagers {
  margin-top: 0;
}
.compare-box {
  box-shadow: 0 -5px 10px 10px rgba(0, 0, 0, 0.02);
  padding-top: clamp(20px, 0.35rem, 35px);
  padding-bottom: clamp(20px, 0.35rem, 35px);
  display: none;
}
.compare-box .compare-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.16rem, 16px);
  margin-bottom: clamp(10px, 0.16rem, 16px);
}
.compare-box .compare-top .left {
  font-weight: 400;
  font-size: clamp(14px, 0.22rem, 22px);
}
.compare-box .compare-top .right {
  display: flex;
  align-items: center;
  gap: clamp(20px, 0.3rem, 30px);
}
.compare-box .compare-top .right .clearAll {
  color: #666;
  font-size: clamp(12px, 0.14rem, 14px);
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.06rem, 6px);
  cursor: pointer;
}
.compare-box .compare-top .right .toCompare {
  transition: all 0.5s;
  background: #e30016;
  border-radius: 999px;
  padding: clamp(4px, 0.6rem, 6px) clamp(16px, 0.2rem, 20px);
  color: #fff;
  font-size: clamp(12px, 0.14rem, 14px);
  cursor: pointer;
}
.compare-box .compare-top .right .toCompare:hover {
  opacity: 0.6;
}
.compare-box .compare-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 0.2rem, 20px);
}
@media screen and (max-width: 1366px) {
  .compare-box .compare-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .compare-box .compare-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compare-box .compare-list .item {
  display: flex;
  gap: 10px;
  position: relative;
}
.compare-box .compare-list .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
}
.compare-box .compare-list .item .img {
  flex-basis: 40%;
  border: 1px solid #eee;
  border-radius: 6px;
  height: fit-content;
}
.compare-box .compare-list .item .img .imgBox {
  padding-bottom: 50%;
}
.compare-box .compare-list .item .img img {
  object-fit: contain;
}
.compare-box .compare-list .item .text {
  flex: 1;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  padding-right: clamp(10px, 0.2rem, 20px);
}
.compare-box .compare-list .item .text .title {
  padding-right: 30px;
}
.compare-box .compare-list .item .text .summary {
  opacity: 0.5;
  line-height: 1.4;
}
.compare-box .compare-list .item .close {
  position: absolute;
  right: clamp(10px, 0.2rem, 20px);
  top: 0;
  opacity: 0.5;
  cursor: pointer;
}
.compare-box .compare-list .item .close:hover {
  opacity: 1;
  color: var(--dominant-color);
}
.compare-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  display: none;
}
.compare-tip .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.compare-tip .content {
  width: clamp(300px, 3.5rem, 350px);
  padding: clamp(20px, 0.4rem, 40px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compare-tip .content .close {
  position: absolute;
  top: clamp(10px, 0.2rem, 20px);
  right: clamp(10px, 0.2rem, 20px);
  cursor: pointer;
  color: #000;
  font-size: clamp(12px, 0.14rem, 14px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.compare-tip .content .close:hover {
  color: var(--dominant-color);
}
.compare-tip .content .title {
  font-size: clamp(16px, 0.22rem, 22px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
  font-weight: 400;
}
.compare-tip .content .summary {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #666;
  margin-bottom: clamp(20px, 0.4rem, 40px);
}
.compare-tip .content .button {
  transition: all 0.5s;
  background: var(--dominant-color);
  border-radius: 999px;
  padding: clamp(4px, 0.6rem, 6px) clamp(16px, 0.3rem, 30px);
  color: #fff;
  font-size: clamp(12px, 0.14rem, 14px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.compare-tip .content .button:hover {
  opacity: 0.6;
}
.compare-show {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  display: none;
}
.compare-show .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.compare-show .content {
  width: 90%;
  max-width: clamp(1000px, 12rem, 120px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
}
.compare-show .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.1rem, 10px) clamp(10px, 0.2rem, 20px);
  background: #f8f8f8;
  font-size: clamp(14px, 0.16rem, 16px);
}
.compare-show .content .top .close {
  cursor: pointer;
}
.compare-show .content .bottom {
  padding: clamp(20px, 0.3rem, 30px) clamp(20px, 0.3rem, 30px);
}
.compare-show .content .bottom .items-box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  font-weight: 400;
}
.compare-show .content .bottom .items-box .items {
  display: flex;
}
.compare-show .content .bottom .items-box .items .item {
  height: clamp(44px, 0.52rem, 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.compare-show .content .bottom .items-box .items .item:first-child {
  flex-basis: 130px;
  justify-content: flex-start;
  padding-left: 20px;
}
.compare-show .content .bottom .items-box .items .item:not(:first-child) {
  flex: 1;
}
.compare-show .content .bottom .items-box .items.items-top {
  height: clamp(40px, 0.48rem, 48px);
  background: #f8f8f8;
}
.compare-show .content .bottom .items-box .items.items-top .item {
  color: var(--dominant-color);
}
.compare-show .content .bottom .items-box .items.items-top .item:first-child {
  color: #333;
}
.compare-show .content .bottom .items-box .items-list {
  overflow: auto;
  max-height: 60vh;
}
.compare-show .content .bottom .items-box .items-list .items:nth-child(even) {
  background: #f8f8f8;
}
.compare-show .content .bottom .items-box .items-list .items .item {
  border-right: 1px solid #e5e5e5;
}
.product-detail-top {
  padding-top: clamp(40px, 0.4rem, 40px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
  display: flex;
  gap: clamp(20px, 0.8rem, 80px);
}
@media screen and (max-width: 768px) {
  .product-detail-top {
    flex-direction: column;
  }
}
.product-detail-top .left {
  width: 60%;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(30px, 0.5rem, 50px);
}
@media screen and (max-width: 768px) {
  .product-detail-top .left {
    width: 100%;
  }
}
.product-detail-top .left .l-swiper {
  height: fit-content;
  width: clamp(80px, 1rem, 100px);
}
@media screen and (max-width: 768px) {
  .product-detail-top .left .l-swiper {
    display: none;
  }
}
.product-detail-top .left .l-swiper .swiper {
  height: clamp(360px, 3.6rem, 360px);
}
.product-detail-top .left .l-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  width: clamp(80px, 1rem, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
}
.product-detail-top .left .l-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail-top .left .l-swiper .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
.product-detail-top .left .l-swiper .swiper-button-prev,
.product-detail-top .left .l-swiper .swiper-button-next {
  position: initial;
  margin-top: auto;
  border: none;
  transform: rotate(90deg);
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
.product-detail-top .left .l-swiper .swiper-button-prev:hover,
.product-detail-top .left .l-swiper .swiper-button-next:hover {
  background: none;
}
.product-detail-top .left .l-swiper .swiper-button-prev:hover i,
.product-detail-top .left .l-swiper .swiper-button-next:hover i {
  color: var(--dominant-color);
}
.product-detail-top .left .r-swiper {
  width: calc(100% - clamp(80px, 1rem, 100px));
}
@media screen and (max-width: 768px) {
  .product-detail-top .left .r-swiper {
    width: 100%;
  }
}
.product-detail-top .left .r-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.product-detail-top .left .r-swiper .swiper-slide .imgBox {
  padding-bottom: 75%;
}
.product-detail-top .left .r-swiper .swiper-slide .imgBox img {
  object-fit: contain;
}
.product-detail-top .right {
  flex: 1;
}
.product-detail-top .right .title {
  font-size: clamp(16px, 0.32rem, 32px);
  font-weight: 400;
  color: var(--dominant-color);
}
.product-detail-top .right .tip {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #e30016;
  font-weight: 400;
}
.product-detail-top .right .summary {
  border-top: 1px solid #eee;
  margin-top: clamp(10px, 0.2rem, 20px);
  padding-top: clamp(10px, 0.2rem, 20px);
  font-size: clamp(12px, 0.18rem, 18px);
  font-weight: 400;
  color: #666;
}
.product-detail-top .right .buttons {
  margin-top: clamp(20px, 0.4rem, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3rem, 30px);
}
.product-detail-top .right .buttons .button {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #f8f8f8;
  padding: clamp(20px, 0.35rem, 35px) clamp(10px, 0.2rem, 20px);
  gap: clamp(20px, 0.6rem, 60px);
  transition: all 0.5s;
}
.product-detail-top .right .buttons .button .img {
  border-right: 1px solid #e2e2e2;
  flex-basis: 30%;
  text-align: center;
}
.product-detail-top .right .buttons .button .img img {
  max-width: 50%;
}
.product-detail-top .right .buttons .button .t-title {
  font-size: clamp(14px, 0.32rem, 32px);
  font-weight: 400;
  color: var(--dominant-color);
}
.product-detail-top .right .buttons .button .t-summary {
  font-size: clamp(12px, 0.16rem, 16px);
  font-weight: 400;
  color: #666;
}
.product-detail-top .right .buttons .button.inquiry {
  background: var(--dominant-color);
}
.product-detail-top .right .buttons .button.inquiry .t-title,
.product-detail-top .right .buttons .button.inquiry .t-summary {
  color: #fff;
}
.product-detail-top .right .buttons .button:hover {
  opacity: 0.6;
}
.product-detail-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(60px, 1.2rem, 120px);
}
@media screen and (max-width: 768px) {
  .product-detail-bottom {
    flex-direction: column;
    gap: 50px;
  }
}
.product-detail-bottom .list {
  flex-basis: 30%;
}
.product-detail-bottom .list:first-child {
  flex-basis: 60%;
}
.product-detail-bottom .list .page-title {
  border-bottom: 1px solid #e3e4e4;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.product-detail-bottom .list .summary {
  font-size: clamp(12px, 0.18rem, 18px);
  font-weight: 400;
  margin-top: clamp(30px, 0.8rem, 80px);
}
.product-detail-bottom .list .summary table {
  width: 100%;
  line-height: 3;
}
.product-detail-bottom .list .summary td:nth-child(1) {
  width: 55%;
  color: var(--dominant-color);
}
.product-detail-bottom .list .summary iframe {
  width: 100%;
  height: clamp(600px, 8rem, 800px);
}
/*制造商*/
.manufacturer {
  margin-top: clamp(20px, 0.4rem, 40px);
  margin-bottom: clamp(40px, 1.2rem, 120px);
}
.manufacturer .page-title {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
}
.manufacturer .lists {
  margin-top: clamp(20px, 0.3rem, 30px);
  display: grid;
  flex-wrap: wrap;
  gap: clamp(20px, 0.4rem, 40px) clamp(20px, 0.8rem, 80px);
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .manufacturer .lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.manufacturer .lists .list {
  gap: clamp(8px, 0.1rem, 10px);
  font-weight: 400;
  font-size: clamp(12px, 0.16rem, 16px);
  padding-bottom: clamp(6px, 0.1rem, 10px);
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.manufacturer .lists .list .top {
  display: flex;
  width: fit-content;
  position: relative;
}
.manufacturer .lists .list .top .left {
  width: 3px;
}
.manufacturer .lists .list .top .mid {
  width: clamp(50px,1rem,80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturer .lists .list .top .right {
  flex: 1;
  padding-left: clamp(10px, 0.1rem, 10px);
}
.manufacturer .lists .list .top .right .title {
  font-size: clamp(14px, 0.22rem, 22px);
}
.manufacturer .lists .list .top .right .number {
  font-size: clamp(12px, 0.16rem, 16px);
}
.manufacturer .lists .list .top .right .number span {
  color: var(--dominant-color);
}
.manufacturer .lists .list .top .icon {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .manufacturer .lists .list .top .icon {
    display: none !important;
  }
}
.manufacturer .lists .list.active .title {
  color: var(--dominant-color);
}
.manufacturer .lists .list.active .icon {
  display: block;
}
.manufacturer .list-text {
  margin-top: 16px;
  min-height: clamp(30px, 0.4rem, 40px);
}
.manufacturer .list-text .bottom {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(20px, 0.6rem, 60px);
  background: url('../images/img122.webp') no-repeat center top;
}
.manufacturer .list-text .bottom .page-title .summary {
  font-size: clamp(12px, 0.14rem, 14px);
}
.manufacturer .list-text .bottom .b-box {
  display: flex;
  gap: clamp(20px, 0.7rem, 70px);
  border-top: 1px solid #eee;
  margin-top: clamp(30px, 0.6rem, 60px);
  padding-top: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 768px) {
  .manufacturer .list-text .bottom .b-box {
    flex-direction: column;
  }
}
.manufacturer .list-text .bottom .b-box .left {
  flex-basis: clamp(100px, 2.2rem, 220px);
  font-size: clamp(14px, 0.22rem, 22px);
  border-right: 1px solid #eee;
}
.manufacturer .list-text .bottom .b-box .left span {
  color: var(--dominant-color);
}
.manufacturer .list-text .bottom .b-box .right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 0.7rem, 70px);
}
@media screen and (max-width: 768px) {
  .manufacturer .list-text .bottom .b-box .right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.manufacturer .list-text .bottom .b-box .right .r-list .r-title {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(10px, 0.2rem, 20px);
  font-size: clamp(14px, 0.22rem, 22px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.1rem, 10px);
  transition: all 0.5s;
}
.manufacturer .list-text .bottom .b-box .right .r-list .r-title i {
  transition: all 0.5s;
  font-size: clamp(12px, 0.14rem, 14px);
}
.manufacturer .list-text .bottom .b-box .right .r-list .r-title:hover {
  color: var(--dominant-color);
}
.manufacturer .list-text .bottom .b-box .right .r-list .r-items {
  line-height: 2;
}
.manufacturer .list-text .bottom .b-box .right .r-list .r-items .r-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  transition: all 0.5s;
}
.manufacturer .list-text .bottom .b-box .right .r-list .r-items .r-item:hover {
  color: var(--dominant-color);
}
/*会员中心*/
.member {
  background: #f2f2f2;
}
.member .member-box {
  background-size: cover !important;
  display: flow-root;
}
.member .member-box .member-content {
  max-width: 500px;
  margin: 110px auto 140px;
  background: #fff;
  width: 90%;
}
.member .member-box .section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  flex-wrap: wrap;
  gap: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .member .member-box .section {
    flex-direction: column;
  }
}
.member .member-box .section .member-menu {
  flex-basis: clamp(200px, 3.6rem, 360px);
}
@media screen and (max-width: 768px) {
  .member .member-box .section .member-menu {
    flex-basis: 100%;
  }
}
.member .member-box .section .member-menu .member-phone-click {
  display: none;
}
.member .member-box .section .member-menu .item-list {
  background: #fff;
  padding: 30px 0;
  display: block;
}
.member .member-box .section .member-menu .item-list .item a {
  font-size: clamp(12px, 0.16rem, 16px);
  padding-left: 50px;
  display: flex;
  align-items: center;
  height: clamp(40px, 0.5rem, 50px);
}
.member .member-box .section .member-menu .item-list .item a span {
  margin-left: 6px;
}
.member .member-box .section .member-menu .item-list .item a img {
  width: clamp(16px, 0.2rem, 20px);
  height: clamp(16px, 0.2rem, 20px);
  object-fit: contain;
}
.member .member-box .section .member-menu .item-list .item.active,
.member .member-box .section .member-menu .item-list .item:hover {
  background: #f5f5f5;
}
.member .member-box .section .member-container {
  width: calc(100% - clamp(220px, 3.9rem, 390px));
  background: #fff;
  padding: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .member .member-box .section .member-container {
    width: 100%;
  }
}
.member .member-box .section .member-container .item-box {
  margin-bottom: clamp(30px, 0.6rem, 60px);
}
.member .member-box .section .member-container .item-box:last-child {
  margin-bottom: 0;
}
.member .member-box .section .member-container .member-container-title {
  height: clamp(40px, 0.5rem, 50px);
  font-size: clamp(14px, 0.22rem, 22px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
}
.member .member-box .section .member-container .items {
  margin-top: clamp(20px, 0.4rem, 40px);
}
.member .member-box .section .member-container .items .item {
  display: flex;
  gap: clamp(20px, 0.4rem, 40px);
  align-items: baseline;
  margin-bottom: clamp(20px, 0.4rem, 40px);
}
.member .member-box .section .member-container .items .item .icon img {
  width: clamp(24px, 0.32rem, 32px);
  height: clamp(24px, 0.32rem, 32px);
  object-fit: contain;
}
.member .member-box .section .member-container .items .item .text {
  flex: 1;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(20px, 0.4rem, 40px);
}
.member .member-box .section .member-container .items .item .text .left .key {
  font-size: clamp(14px, 0.22rem, 22px);
  font-weight: 400;
}
.member .member-box .section .member-container .items .item .text .left .value {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #666;
}
.member .member-box .section .member-container .items .item .text .right {
  width: clamp(100px, 1.2rem, 120px);
  height: clamp(38px, 0.42rem, 42px);
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  font-size: clamp(12px, 0.14rem, 14px);
}
.member .member-box .section .member-container .items .item .text .right:hover {
  background: var(--dominant-color);
  color: #fff;
  border-color: var(--dominant-color);
}
/*行业应用*/
.application {
  padding-top: clamp(40px, 0.6rem, 60px);
}
.application .application1 {
  position: relative;
}
.application .application1 .imgBox {
  padding-bottom: 31%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .application .application1 .imgBox {
    padding-bottom: 50%;
  }
}
.application .application1 .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(20px, 1rem, 100px);
  right: clamp(20px, 1rem, 100px);
  /*padding-right: 20px;*/
  margin: auto;
  color: #fff;
  height: fit-content;
  /*max-width: 470px;*/
}
.application .application1 .text .title {
  font-size: clamp(14px, 0.48rem, 48px);
  font-weight: 500;
  line-height: 1.3;
}
.application .application1 .text .line {
  width: clamp(80px, 1rem, 100px);
  height: 4px;
  background: #f07c00;
  margin-top: clamp(10px, 0.3rem, 30px);
  margin-bottom: clamp(10px, 0.3rem, 30px);
}
.application .application1 .text .summary {
  font-size: clamp(12px, 0.16rem, 16px);
}
.application .application2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 0.3rem, 30px);
  margin-top: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .application .application2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.application .application2 .item {
  background: #f8f8f8;
  padding: clamp(20px, 0.6rem, 60px) clamp(20px, 0.4rem, 40px);
  border-radius: 10px;
  overflow: hidden;
}
.application .application2 .item .title {
  font-size: clamp(14px, 0.32rem, 32px);
  font-weight: 400;
}
.application .application2 .item .bottom {
  margin-top: clamp(80px, 1.5rem, 150px);
}
@media screen and (max-width: 768px) {
  .application .application2 .item .bottom {
    margin-top: 30px;
  }
}
.application .application2 .item .summary {
  color: #666;
  font-size: clamp(12px, 0.18rem, 18px);
}
.application .application2 .item .more {
  color: var(--dominant-color);
  font-size: clamp(12px, 0.14rem, 14px);
  margin-top: clamp(20px, 0.3rem, 30px);
  display: flex;
  align-items: center;
  gap: 6px;
}
.application .application2 .item .more:hover {
  text-decoration: underline;
}
.application .application3 {
  margin-top: clamp(50px, 1.2rem, 120px);
  padding-bottom: clamp(50px, 1.2rem, 120px);
}
.application .application3 .page-title {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(20px, 0.4rem, 40px);
}
.application .application3 .summary {
  font-size: clamp(14px, 0.18rem, 18px);
}
.application .application3 .application3-box {
  background: #f8f8f8;
  border-radius: 10px;
  margin-top: clamp(20px, 0.3rem, 30px);
  display: flex;
  align-items: center;
  margin-bottom: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 768px) {
  .application .application3 .application3-box {
    flex-direction: column;
  }
}
.application .application3 .application3-box .left {
  flex: 1;
  padding: clamp(20px, 0.2rem, 20px);
  font-size: clamp(12px, 0.16rem, 16px);
}
.application .application3 .application3-box .left ul {
  line-height: 2.8;
}
.application .application3 .application3-box .left li {
  border-bottom: 1px solid #eee;
}
.application .application3 .application3-box .left li::marker {
  color: #000;
  font-size: 10px;
}
.application .application3 .application3-box .right {
  flex-basis: 50%;
  padding: clamp(20px, 0.2rem, 20px);
}
@media screen and (max-width: 768px) {
  .application .application3 .application3-box .right {
    width: 100%;
  }
}
.application .application3 .application3-box .right .imgBox {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 78%;
}
.application .application3 .more {
  color: var(--dominant-color);
  text-decoration: underline;
  font-size: clamp(14px, 0.18rem, 18px);
  margin-top: clamp(10px, 0.2rem, 20px);
  display: flex;
}
.application .application3 .more:hover {
  opacity: 0.6;
}
.application .application4 {
  padding-top: clamp(50px, 1.2rem, 120px);
  padding-bottom: clamp(50px, 1.2rem, 120px);
  background: url('../images/img114.webp') no-repeat center top / contain;
}
.application .application4 .application4-box {
  display: flex;
  gap: clamp(30px, 0.5rem, 50px);
  flex-direction: column;
}
.application .application4 .box1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 0.3rem, 30px);
}
@media screen and (max-width: 768px) {
  .application .application4 .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.application .application4 .box1 .item {
  background: #f5f9fc;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 0.4rem, 40px);
  align-items: center;
  text-align: center;
}
.application .application4 .box1 .item .icon {
  margin: auto;
}
.application .application4 .box1 .item .title {
  color: var(--dominant-color);
  font-weight: 400;
  font-size: clamp(14px, 0.32rem, 32px);
}
.application .application4 .box1 .item .summary {
  color: #666;
  font-size: clamp(12px, 0.18rem, 18px);
}
.application .application4 .page-title {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(10px, 0.2rem, 20px);
  margin-bottom: clamp(20px, 0.3rem, 30px);
}
@media screen and (min-width: 769px) {
  .application .application4 .box2 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: clamp(10px, 0.16rem, 16px);
  }
}
.application .application4 .box2 .swiper-wrapper .swiper-slide {
  border: 1px solid #eee;
}
.application .application4 .box2 .swiper-wrapper .swiper-slide .imgBox {
  padding-bottom: 50%;
}
.application .application4 .box2 .swiper-wrapper .swiper-slide .imgBox img {
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .application .application4 .box3 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 0.3rem, 3px);
  }
}
.application .application4 .box3 .swiper-wrapper .swiper-slide {
  border: 1px solid #eee;
}
.application .application4 .box3 .swiper-wrapper .swiper-slide .imgBox {
  padding-bottom: 75%;
}
.application .application4 .box3 .swiper-wrapper .swiper-slide .imgBox img {
  object-fit: contain;
}

.application .application4 .box3 .swiper-wrapper .swiper-slide .text {
  font-size: clamp(12px,0.16rem,16px);
  background: #eee;
  text-align: center;
  padding: clamp(10px,0.1rem,10px);
}

.data-center {
  padding-top: clamp(40px, 0.6rem, 60px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
}
.data-center .data-center1 {
  position: relative;
}
.data-center .data-center1 .imgBox {
  padding-bottom: 31%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .data-center .data-center1 .imgBox {
    padding-bottom: 50%;
  }
}
.data-center .data-center1 .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: auto;
  color: #fff;
  height: fit-content;
  text-align: center;
}
.data-center .data-center1 .text .title {
  font-size: clamp(14px, 0.48rem, 48px);
  font-weight: 500;
  line-height: 1.3;
}
.data-center .data-center1 .text .summary {
  margin-top: clamp(10px, 0.1rem, 10px);
  margin-bottom: clamp(20px, 0.3rem, 30px);
  font-size: clamp(12px, 0.16rem, 16px);
}
.data-center .data-center2 {
  margin-top: clamp(20px, 0.4rem, 40px);
}
.data-center .data-center2 .data-center-box {
  margin-top: clamp(20px, 0.3rem, 30px);
  overflow: auto;
}
.data-center .data-center2 .data-center-box .items {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.16rem, 16px);
  font-weight: 400;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .data-center .data-center2 .data-center-box .items {
    width: 800px;
    gap: 20px;
  }
}
.data-center .data-center2 .data-center-box .items .item {
  padding: 20px 0;
  flex-basis: calc(100% / 5);
}
.data-center .data-center2 .data-center-box .items .item:nth-child(1) {
  flex-basis: 400px;
  padding-left: 30px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .data-center .data-center2 .data-center-box .items .item:nth-child(1) {
    flex-basis: 300px;
  }
}
.data-center .data-center2 .data-center-box .items .item:nth-child(1) .icon {
  width: clamp(12px, 0.16rem, 16px);
}
.data-center .data-center2 .data-center-box .items .item:nth-child(1) .more {
  display: flex;
  align-items: center;
  color: var(--dominant-color);
  font-size: clamp(12px, 0.14rem, 14px);
}
.data-center .data-center2 .data-center-box .items .item:nth-child(1) .more:hover {
  text-decoration: underline;
}
.data-center .data-center2 .data-center-box .items .item:nth-child(5) {
  flex-basis: 120px;
}
.data-center .data-center2 .data-center-box .items .item:nth-child(5) img {
  width: clamp(14px, 0.2rem, 20px);
}
.data-center .data-center2 .data-center-box .items.items-top {
  background: #181818;
  color: #fff;
  height: clamp(40px, 0.48rem, 48px);
}
.inquiry-box {
  margin-top: clamp(20px, 0.4rem, 40px);
}
.inquiry-box .list {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(20px, 0.2rem, 20px);
  margin-bottom: clamp(20px, 0.2rem, 20px);
  display: flex;
  font-size: clamp(12px, 0.16rem, 16px);
}
.inquiry-box .list .item:first-child {
  flex-basis: clamp(160px, 2rem, 200px);
}
.inquiry-box .list .item:last-child {
  flex: 1;
}
.inquiry-box .list:hover {
  color: var(--dominant-color);
}
.change-infos {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.change-infos .mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.change-infos .content {
  width: clamp(300px, 3rem, 400px);
  padding: clamp(20px, 0.4rem, 40px);
  margin: auto;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.change-infos .content .title {
  font-size: clamp(16px, 0.24rem, 24px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.change-infos .content .input-box {
  margin-top: clamp(20px, 0.4rem, 40px);
}
.change-infos .content .input-box .label {
  display: block;
  margin-bottom: clamp(10px, 0.1rem, 10px);
}
.change-infos .content .input {
  margin-top: 4px;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: clamp(14px, 0.2rem, 20px);
}
.change-infos .content .buttons {
  margin-top: clamp(20px, 0.4rem, 40px);
  display: flex;
  justify-content: flex-end;
  gap: clamp(10px, 0.1rem, 10px);
}
.change-infos .content .buttons .button {
  padding: 4px 30px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: clamp(14px, 0.2rem, 20px);
}
.change-infos .content .buttons .button.cancel {
  background: #eee;
}
.change-infos .content .buttons .button.confirm {
  background: var(--dominant-color);
  color: #fff;
}
/*地图*/
#mapContainer {
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #mapContainer {
    height: 300px;
  }
}
#tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}
div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}
div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
div.info-bottom {
  height: 0;
  width: 100%;
  clear: both;
  text-align: center;
}
div.info-bottom img {
  position: relative;
  z-index: 104;
}
/*地图*/
.filters-table2 {
  overflow: auto;
  padding-bottom: clamp(8px, 0.1rem, 10px);
}
.filters-table2 .filters-table-box {
  border: 1px solid #eee;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .filters-table2 .filters-table-box {
    width: 1000px;
  }
}
.filters-table2 .items {
  display: flex;
  cursor: pointer;
  width: 100%;
}
.filters-table2 .items .item {
  display: flex;
  align-items: center;
  flex-basis: 130px;
  color: #666;
  padding: clamp(10px, 0.16rem, 16px);
}
.filters-table2 .items .item:nth-child(1) .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 0.84rem, 84px);
  height: clamp(40px, 0.46rem, 46px);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
}
.filters-table2 .items .item:nth-child(1) .img img {
  height: 100%;
  object-fit: contain;
}
.filters-table2 .items .item:nth-child(4) {
  flex: 1;
}
.filters-table2 .items .item .download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 4px 8px;
}
.filters-table2 .items .item .download img {
  width: clamp(10px, 0.12rem, 12px);
  filter: brightness(0);
}
.filters-table2 .items:nth-child(odd) {
  background: #f8f8f8;
}
.filters-table2 .items.active {
  background: #e5eef5;
}
.filters-table2 .items.active .item {
  color: var(--dominant-color);
}
.filters-table2 .items.active .item .download {
  border-color: var(--dominant-color);
}
.filters-table2 .items.active .item .download img {
  filter: none;
}
.filters-table2 .item-top {
  background: #060501 !important;
  height: clamp(40px, 0.48rem, 48px);
  border-radius: 10px 10px 0 0;
}
.filters-table2 .item-top .item {
  color: #fff;
}
/*网格布局*/
.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 */