@charset "utf-8";
/*初始化样式*/
*,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*设置平滑*/
html {
  scroll-behavior: smooth;
}
body {
  font: 14px 'Poppins-Regular', '微软雅黑', "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.8;
}
/*字体引入*/
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../webfonts/Montserrat-Light.ttf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../webfonts/Poppins-SemiBold.ttf');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../webfonts/Poppins-Regular.ttf');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-family: '微软雅黑';
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有20像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
  border: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
li {
  max-width: 100%;
}
p {
  white-space: normal;
  max-width: 100%;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
/*默认input样式*/
.input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  color: #666;
}
input[type=checkbox] {
  /*appearance: none;*/
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
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;
}
/*滚动条样式*/
/*限制行数*/
.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp1 {
  -webkit-line-clamp: 1;
}
.clamp2 {
  -webkit-line-clamp: 2;
}
.clamp3 {
  -webkit-line-clamp: 3;
}
.clamp4 {
  -webkit-line-clamp: 4;
}
.clamp5 {
  -webkit-line-clamp: 5;
}
.clamp6 {
  -webkit-line-clamp: 6;
}
/*swiper样式设置*/
body .swiper-button-prev:focus,
body .swiper-button-next:focus,
body .swiper-pagination-bullet:focus {
  outline: none;
}
/*swiper默认样式*/
body .swiper-button-prev,
body .swiper-button-next {
  color: #fff;
  width: 36px;
  height: 36px;
  flex-direction: row;
  transition: all 0.5s;
  background: #e0e0e0;
  border-radius: 50%;
}
@media screen and (max-width: 1600px) {
  body .swiper-button-prev,
  body .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  body .swiper-button-prev,
  body .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
}
body .swiper-button-prev:hover::after,
body .swiper-button-next:hover::after {
  color: #fff;
}
body .swiper-button-prev {
  left: 0;
}
body .swiper-button-next {
  right: 0;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    font-size: 12px;
  }
}
/*默认弹窗样式*/
.pop-up {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.pop-up .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-up .pop-up-box {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: fit-content;
  width: fit-content;
}
.pop-up .pop-up-box .loading-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.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: 1600px;
  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.1);
}
/*头部样式*/
header {
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  height: 100px;
  border-bottom: 1px solid transparent;
  /*搜索*/
  /*搜索*/
  /*语言*/
  /*语言*/
}
header.z-active {
  z-index: 99;
}
header.active {
  background: #fff;
  border-bottom: 1px solid #eee;
}
header.active .header-box .logo {
  filter: none;
}
 .first-item .on{
  color: var(--dominant-color) !important;
 }
header.active .header-box .header-menu nav .first-item .first-item-title,
header.active .language .language-title {
  color: #000;
}
header.active .search-click,
header.active .language img {
  filter: brightness(0);
}
header.active .header-phone-click .phone-click-line,
header.active .header-phone-click .phone-click-line::before,
header.active .header-phone-click .phone-click-line::after {
  background: #000;
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header .header-phone-click {
  cursor: pointer;
  width: 22px;
  height: 16px;
  align-items: center;
  position: relative;
  right: 5%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  header .header-phone-click {
    display: flex;
    order: 3;
    margin-left: 0;
  }
}
header .header-phone-click .phone-click-line {
  height: 2px;
  background: #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-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1830px;
  /*logo*/
  /*logo*/
}
@media screen and (max-width: 1024px) {
  header .header-box {
    width: 100%;
    max-width: 100%;
  }
}
header .header-box .logo {
  max-width: 181px;
  filter: brightness(100);
}
@media screen and (max-width: 1024px) {
  header .header-box .logo {
    width: 100%;
    margin-left: 5%;
    justify-content: flex-start;
    max-width: 100px;
    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: 1024px) {
  header .header-box .header-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    padding: 30px 5% 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }
}
header .header-box .header-menu nav {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  header .header-box .header-menu nav {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}
header .header-box .header-menu nav .first-item {
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item {
    width: 100%;
    display: block;
  }
}
header .header-box .header-menu nav .first-item .first-box {
  position: relative;
  width: 100%;
  height: 100%;
}
header .header-box .header-menu nav .first-item.active .first-box::after,
header .header-box .header-menu nav .first-item:hover .first-box::after {
  opacity: 1;
}
header .header-box .header-menu nav .first-item.active .first-item-title,
header .header-box .header-menu nav .first-item:hover .first-item-title {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .first-item-title {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  transition: all 0.2s;
  width: 100%;
  padding: 10px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    height: 50px;
    width: 100%;
    justify-content: flex-start;
    color: #000;
  }
}
header .header-box .header-menu nav .first-item i {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item i {
    display: block;
  }
}
header .header-box .header-menu nav .first-item i::before,
header .header-box .header-menu nav .first-item i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
}
header .header-box .header-menu nav .first-item i::before {
  width: 14px;
  height: 2px;
}
header .header-box .header-menu nav .first-item i::after {
  height: 14px;
  width: 2px;
}
header .header-box .header-menu nav .first-item i.active {
  transform: rotate(45deg);
}
header .header-box .header-menu nav .first-item .second-box {
  position: absolute;
  top: 99px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  height: 70px;
  /*特殊*/
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box {
    width: 100%;
    position: relative;
    top: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    padding: 0;
    box-shadow: none;
    border: none;
    display: none;
    transition: all 0s;
    pointer-events: auto;
    left: 0;
    height: auto;
  }
}
header .header-box .header-menu nav .first-item .second-box::before {
  content: '';
  position: absolute;
  height: 70px;
  top: 0;
  width: 1000000%;
  left: -1000%;
  background: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box::before {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #eee transparent transparent;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-item {
    margin: 4px 0 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
  color: #fff;
  display: block;
  font-size: 18px;
  transition: all 0.2s;
  padding: 10px 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    color: #000 !important;
    text-align: left;
    padding: 0 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:hover {
  color: rgba(255, 255, 255, 0.8);
}
header .header-box .header-menu nav .first-item .second-box .second-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product {
    padding-bottom: 30px;
    width: 100%;
  }
  header .header-box .header-menu nav .first-item .second-box .second-product::-webkit-scrollbar:horizontal {
    height: 2px;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item {
  flex-basis: 20%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item {
    flex-basis: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item:nth-child(n + 6) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item:nth-child(n + 6) {
    margin-top: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img {
  height: 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img img {
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title {
  color: #222;
  text-align: left;
  padding: 0;
  transition: all 0.5s;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title {
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box {
    margin-top: 0;
    display: none;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box .three-item-title {
  display: block;
  transition: all 0.5s;
  font-size: 12px;
  color: #999;
  width: fit-content;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box .three-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box .three-item-title.news {
  color: var(--dominant-color);
  font-size: 12px;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item:hover .three-box {
  opacity: 1;
  visibility: visible;
}
header .header-box .header-menu nav .first-item .second-box.product {
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu nav .first-item:hover .second-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
header .header-box .header-menu nav .first-item:hover a {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .logo {
  margin-left: auto;
  margin-right: auto;
}
header .header-box .header-menu nav .logo ~ .first-item {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 0;
  }
}
header .header-box .header-menu nav .shop {
  margin-left: 60px;
  background: #1e1e1e;
  border-radius: 25px;
  width: 120px;
  height: 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .shop {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .shop {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .shop {
    margin-left: 0;
    margin-top: 30px;
    height: 40px;
    font-size: 14px;
    width: 100%;
  }
}
header .header-box .header-menu nav .shop img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
header .header-box .header-menu nav .search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px 0 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .search {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .search {
    margin-left: 0;
  }
}
header .header-box .header-menu nav .search .a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .header-box .header-menu nav .search img {
  width: 26px;
}
header .header-box .header-menu nav .search:hover {
  background: var(--dominant-color-hover);
}
header .header-box .header-menu nav .search:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
header .search {
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  header .search {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .search {
    width: 100%;
    margin: 30px 0;
    display: none;
  }
}
header .search img {
  width: 20px;
}
header .search i {
  font-size: 20px;
  color: #333;
}
header .search i.search-click {
  display: flex;
}
@media screen and (max-width: 1024px) {
  header .search i.search-click {
    display: none;
  }
}
header .search i.search-close {
  display: none;
}
header .search.active i.search-click {
  display: none;
}
header .search.active i.search-close {
  display: block;
}
header .search .search-show {
  position: absolute;
  top: -90px;
  border-radius: 4px;
  border: 2px solid #666;
  right: 90px;
  width: 100%;
  height: 70px;
  max-width: 1000px;
  background: #f3f3f3;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .search .search-show {
    position: relative;
    top: 30px;
    right: 0;
    border: none;
    height: 50px;
  }
}
header .search .search-show.active {
  top: 10px;
}
header .search label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  header .search label {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  header .search label {
    width: 100%;
    border: 1px solid #000000;
  }
}
header .search label input {
  height: 100%;
  width: 100%;
  background: none;
  color: #999;
  border: none;
  font-size: 20px;
}
header .search label button {
  background: none;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: all 0.5s;
}
@media screen and (max-width: 1440px) {
  header .search label button {
    color: #000;
  }
}
header .search label button i {
  font-size: 24px;
}
header .search label button:hover {
  opacity: 1;
}
header .language {
  color: #fff;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .language {
    display: none;
  }
}
header .language img {
  width: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  header .language img {
    width: 20px;
  }
}
header .language .language-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 20px;
  height: 34px;
  padding: 0 10px;
  font-family: 'Poppins-Regular';
}
@media screen and (max-width: 1600px) {
  header .language .language-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .language .language-title {
    color: #000;
    font-size: 14px;
    justify-content: flex-start;
  }
}
header .language .language-title i {
  margin-left: 20px;
  font-size: 14px;
  transform: translateY(1px);
}
header .language .language-title .language-icon {
  font-size: 22px;
  transition: all 0s;
}
header .language .language-title .language-icon:hover {
  transform: scale(1.05);
}
header .language .language-title .language-text {
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  header .language .language-title .language-text {
    display: block;
  }
}
header .language .language-show {
  position: absolute;
  top: 0;
  padding-top: 50px;
  color: #fff;
  right: 0;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
}
header .language .language-show .language-radius {
  border-radius: 10px;
  background: var(--dominant-color);
  overflow: hidden;
}
header .language .language-show .language-show-item {
  text-align: center;
  display: block;
  padding: 10px 0;
  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);
}
header .language .language-show .language-show-item a {
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s;
}
header .language .language-show .language-show-item a:hover {
  background: var(--dominant-color);
  color: #fff;
}
header .language:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header-search-box {
  display: none;
}
.header-search {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: var(--dominant-color);
  height: 100px;
  z-index: 99;
}
.header-search label {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 100%;
  position: relative;
}
.header-search label input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #eee;
  background: none;
  color: #fff;
  font-size: 20px;
}
.header-search label input::placeholder {
  color: #fff;
}
.header-search label button {
  width: 50px;
  height: 50px;
  background: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-search label button img {
  width: 26px;
}
.header-search label i {
  position: absolute;
  font-size: 20px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
/*底部样式*/
.footer {
  position: relative;
  background: #000;
}
.footer .footer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-box {
    padding: 50px 0;
  }
}
.footer .footer-box .left {
  flex-basis: 600px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-box .left {
    flex-basis: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .footer-box .left {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-box .left {
    flex-basis: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-box .mid {
    display: none;
  }
}
.footer .footer-box .mid .title {
  font-size: 36px;
  font-family: 'Poppins-SemiBold';
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .footer .footer-box .mid .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-box .mid .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-box .mid .title {
    font-size: 16px;
  }
}
.footer .footer-box .mid .mid-item {
  margin-top: 40px;
}
.footer .footer-box .mid .mid-item a {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-box .mid .mid-item a {
    font-size: 16px;
  }
}

.footer .footer-box .right {
  flex-basis: 300px;
  max-width: 600px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .footer .footer-box .right {
    margin-left: 0;
    max-width: 100%;
    margin-top: 40px;
  }
}
.footer .footer-box .right .title {
  font-size: 36px;
  font-family: 'Poppins-SemiBold';
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-box .right .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-box .right .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-box .right .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.footer .footer-box .right .link {
  display: flex;
  font-size: 18px;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer .footer-box .right .link {
    grid-gap: 20px;
    font-size: 12px;
  }
}
.footer .footer-box .right .link .item {
  color: var(--dominant-color);
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer .footer-box .right .link .item {
    width: 30px;
    height: 30px;
  }
}
.footer .footer-box .right .link .item img {
  width: 20px;
}
.footer .footer-box .right .link .item:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.footer .footer-box .right .link .item:hover img {
  filter: brightness(100);
}
.footer .footer-menu {
  display: flex;
  flex-basis: 100%;
  grid-gap: 80px;
}
@media screen and (max-width: 1280px) {
  .footer .footer-menu {
    grid-gap: 40px;
  }
}
.footer .footer-menu .first-item {
  display: block;
  font-size: 18px;
  color: #224da5;
  position: relative;
  pointer-events: none;
  font-family: Montserrat-Medium;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .first-item {
    pointer-events: auto;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .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-menu .first-item i::before,
  .footer .footer-menu .first-item i::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #666;
    transition: all 0.5s;
  }
  .footer .footer-menu .first-item i::before {
    width: 12px;
    height: 2px;
  }
  .footer .footer-menu .first-item i::after {
    height: 12px;
    width: 2px;
  }
  .footer .footer-menu .first-item i.active::after {
    transform: rotate(90deg);
  }
}
.footer .footer-menu .first-summary {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000;
  margin-top: 20px;
}
.footer .footer-menu .bottom .b-item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
.footer .footer-menu .bottom .b-item .icon {
  margin-right: 20px;
}
.footer .footer-menu .second-box {
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-menu .second-box {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .second-box {
    margin-top: 20px;
    line-height: 1.6;
    border-top: none;
    padding-top: 0;
    display: none;
  }
}
.footer .footer-menu .second-box a,
.footer .footer-menu .second-box span {
  display: block;
  color: #888888;
  font-size: 18px;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 6px;
  line-height: 1.6;
}
@media screen and (max-width: 1366px) {
  .footer .footer-menu .second-box a,
  .footer .footer-menu .second-box span {
    font-size: 16px;
  }
}
.footer .footer-menu .second-box a::after {
  content: '';
  width: 0;
  background: var(--dominant-color);
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s;
}
.footer .footer-menu .second-box a:hover {
  color: #2156c3;
}
.footer .footer-menu .second-box a:hover::after {
  width: 100%;
}
.footer .footer-menu .bottom-email {
  margin-top: 20px;
  background: #f8f8f8;
  height: 56px;
  border-radius: 28px;
}
.footer .footer-menu .bottom-email img {
  width: 20px;
  margin-right: 10px;
}
.footer .footer-right {
  flex-basis: 350px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .footer .footer-right {
    display: none;
  }
}
.footer .footer-right .tel {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .tel {
    font-size: 14px;
  }
}
.footer .footer-logo {
  width: 181px;
  filter: brightness(100);
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    width: 120px;
    margin-bottom: 20px;
  }
}
.footer .footer-text .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer .footer-text .list .item {
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
  flex-direction: column;
  margin-right: 60px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .footer .footer-text .list .item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-text .list .item {
    margin-bottom: 20px;
  }
}
.footer .footer-text .list .item .sup {
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-text .list .item .sup {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-text .list .item .sup {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-text .list .item .sup {
    font-size: 14px;
  }
}
.footer .footer-text .list .item .text {
  font-size: 18px;
  color: #9e9e9e;
}
@media screen and (max-width: 1600px) {
  .footer .footer-text .list .item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-text .list .item .text {
    font-size: 12px;
  }
}
.footer .footer-text .list .item .text a {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .list .item .text a {
    font-size: 14px;
  }
}
.footer .footer-messages {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .footer .footer-messages {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.footer .footer-messages label {
  display: block;
  background: #414041;
  position: relative;
}
.footer .footer-messages label input {
  height: 50px;
  width: 100%;
  background: #414041;
  border: none;
  color: #fff;
}
.footer .footer-messages label button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 120px;
  background: #009de1;
  color: #fff;
}
.footer .footer-link {
  color: #cccccc;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .footer .footer-link .footer-link-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-link .left {
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-link .left {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-link .left {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-link .left a {
    margin-right: 0 !important;
  }
}
.footer .footer-link .left span {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-link .right {
    margin: 10px auto 0;
  }
}
.footer .footer-link .right .link {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer .footer-link .right .link {
    margin-bottom: 20px;
  }
}
.footer .footer-link .right .link .item {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.footer .footer-link .right .link .item i {
  font-size: 18px;
  color: #12568f;
}
.footer .footer-link .right .link .item .show {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: none;
}
.footer .footer-link .right .link .item:hover i {
  color: var(--dominant-color-hover);
}
.footer .footer-link .right .link .item:hover .show {
  display: block;
}
/*底部样式*/
.slider {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 2;
  transition: all 0.5s;
}
.slider.active {
  right: 20px;
}
.slider .left {
  margin-right: 20px;
  height: fit-content;
}
.slider .slider-over {
  color: #fff;
}
.slider .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slider .item {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
}
.slider .item img {
  width: 50%;
}
.slider .item .show {
  position: absolute;
  right: 120%;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.slider .item .show.f-phone {
  background: var(--dominant-color);
  color: #fff;
  width: 150px;
  height: 40px;
}
.slider .item .show.wechat {
  width: 100px;
  height: 100px;
}
.slider .item .show.wechat img {
  width: 100%;
}
.slider .item:hover {
  background: var(--dominant-color-hover);
}
.slider .item:hover .show {
  opacity: 1;
  pointer-events: auto;
}
/*根元素代码*/
:root {
  /*--dominant-color:#3a93bd;*/
  --dominant-color: #ee741f;
  --dominant-color-hover: #ed904f;
  /*--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: 120px 0;
}
@media screen and (max-width: 1600px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1366px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .index-padding {
    padding: 50px 0;
  }
}
.index-title {
  color: #000;
  text-align: center;
  font-size: 88px;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1600px) {
  .index-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .index-title {
    font-size: 24px;
  }
}
.index-title .sup {
  color: var(--dominant-color);
  font-size: 16px;
}
.index-title .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .index-title .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .index-title .title {
    font-size: 24px;
  }
}
.index-title .title span {
  color: #9b9b9b;
}
.index-title .tip {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .index-title .tip {
    font-size: 18px;
  }
}
.index-title .summary {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .index-title .summary {
    font-size: 14px;
  }
}
.index-title .summary span {
  color: #000;
}
.index-title .summary2 {
  font-size: 18px;
  color: #666666;
  margin: 30px 0 40px;
  line-height: 1.6;
}
.index-title .summary3 {
  font-size: 16px;
  color: #666666;
  margin: 30px 0 40px;
  line-height: 1.6;
}
.index-title .summary3 a {
  color: var(--dominant-color);
}
.f-more {
  font-size: 18px;
  color: #000;
  line-height: 1;
  text-align: center;
  border-radius: 25px;
  transition: all 0.5s;
  padding: 16px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #fff;
  min-width: 160px;
}
.f-more::after {
  content: '→';
  margin-left: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .f-more {
    font-size: 14px;
  }
}
.f-more.black {
  background: #000;
  color: #fff;
}
.f-more:hover {
  opacity: 0.6;
}
.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;
}
/*--------------------------------------------------------*/
/*首页*/
/*轮播*/
/*轮播*/
.banner {
  width: 100%;
}
.banner .img {
  height: 100%;
}
.banner .img img,
.banner .img video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.banner .left {
  flex: 1;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .banner .left {
    width: 100%;
  }
}
.banner .right {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .banner .right {
    display: none;
  }
}
.banner .f-play {
  width: 340px;
  transform: skewX(-5deg);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .banner .f-play {
    width: 250px;
  }
}
.banner .f-play .video-img {
  transform: skewX(5deg);
}
.banner .f-play .video-img img {
  transform: scale(1.2);
}
.banner .f-play::after {
  content: '';
  background: url('../images/img104.png') no-repeat center / cover;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: skewX(5deg);
}
@media screen and (max-width: 768px) {
  .banner .f-play::after {
    width: 30px;
    height: 30px;
  }
}
.banner .swiper-banner {
  height: 100%;
}
.banner .swiper-banner .text {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: left;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text {
    top: 20%;
    bottom: auto;
    flex-direction: column;
  }
}
.banner .swiper-banner .text .title {
  font-size: 88px;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .title {
    font-size: 24px;
  }
}
.banner .swiper-banner .text .summary {
  font-size: 24px;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  color: #666;
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .summary {
    font-size: 14px;
  }
}
.banner .swiper-banner .text .banner-more {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  text-align: left;
  margin-top: 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .banner-more {
    margin-top: 30px;
  }
}
.banner .swiper-banner .text .banner-more .more {
  border: 1px solid #fff;
  color: #fff;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
  transition: all 0.5s;
  display: inline-flex;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .banner-more .more {
    font-size: 14px;
    width: 120px;
    height: 30px;
  }
}
.banner .swiper-banner .text .banner-more .more .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
  background: var(--dominant-color-hover);
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .banner-more .more .icon {
    width: 35px;
    height: 35px;
  }
}
.banner .swiper-banner .text .banner-more .more .icon img {
  filter: brightness(100);
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .banner-more .more .icon img {
    width: 16px;
  }
}
.banner .swiper-banner .text .banner-more .more:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
}
.banner .swiper-banner .swiper-slide2 .text {
  text-align: left;
}
.banner .swiper-banner .swiper-slide2 .text .title {
  font-size: 42px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .swiper-slide2 .text .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-slide2 .text .title {
    font-size: 18px;
  }
}
.banner .swiper-banner .swiper-slide2 .text .summary {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .swiper-slide2 .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-slide2 .text .summary {
    font-size: 14px;
  }
}
.banner .swiper-banner .swiper-slide2 .text .banner-more {
  text-align: left;
}
.banner .swiper-banner .swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.banner .swiper-banner .swiper-slide-active .summary {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-slide-active .banner-more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-pagination {
  bottom: 100px;
  text-align: left;
  max-width: 1600px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  transform: translateX(40px);
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination {
    font-size: 14px;
    bottom: 30px;
    transform: translateX(20px);
  }
}
.banner .swiper-banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-width: 50px;
  --swiper-pagination-bullet-height: 3px;
  --swiper-pagination-bullet-horizontal-gap: 70px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  margin-left: 10px !important;
  opacity: 0.4;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 2px;
    --swiper-pagination-bullet-horizontal-gap: 30px;
  }
}
.banner .swiper-banner .swiper-pagination-bullet .number {
  position: absolute;
  left: -40px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination-bullet .number {
    left: -20px;
    top: -10px;
  }
}
.banner .swiper-banner .swiper-pagination-bullet::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: transparent;
  opacity: 1;
  border-color: var(--dominant-color-hover);
  width: 100px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color-hover);
}
.banner .swiper-banner .swiper-button-prev {
  left: 50px;
}
.banner .swiper-banner .swiper-button-next {
  right: 50px;
}
.index1 {
  overflow: hidden;
  position: relative;
}
.index1 .big-swiper .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/img77-mask.png') no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
}
.index1 .big-swiper img {
  width: 100%;
}
.index1 .big-swiper .text {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
}
.index1 .big-swiper .text .title {
  font-size: 88px;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1600px) {
  .index1 .big-swiper .text .title {
    font-size: 54px;
  }
}
@media screen and (max-width: 1440px) {
  .index1 .big-swiper .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index1 .big-swiper .text .title {
    font-size: 20px;
  }
}
.index1 .big-swiper .text .summary {
  font-size: 30px;
  max-width: 800px;
}
@media screen and (max-width: 1600px) {
  .index1 .big-swiper .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .index1 .big-swiper .text .summary {
    font-size: 14px;
  }
}
.index1 .small-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  .index1 .small-box {
    position: relative;
    margin-top: 30px;
    filter: brightness(0);
  }
}
.index1 .small-box .swiper {
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .index1 .small-box .swiper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index1 .small-box .swiper {
    padding-bottom: 0;
  }
}
.index1 .small-box .small-swiper {
  width: calc(100% - 200px);
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index1 .small-box .small-swiper {
    width: calc(100% - 80px);
  }
}
.index1 .small-box .small-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.5s;
  padding-left: 100px;
}
@media screen and (max-width: 1600px) {
  .index1 .small-box .small-swiper .swiper-slide {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index1 .small-box .small-swiper .swiper-slide {
    padding-left: 20px;
  }
}
.index1 .small-box .small-swiper .swiper-slide::after {
  content: '';
  background: url('../images/img82.png') no-repeat center / contain;
  width: 1px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index1 .small-box .small-swiper .swiper-slide::after {
    display: none;
  }
}
.index1 .small-box .small-swiper .swiper-slide.swiper-slide-thumb-active,
.index1 .small-box .small-swiper .swiper-slide:hover {
  opacity: 1;
}
.index1 .small-box .small-swiper .swiper-slide .icon {
  height: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .index1 .small-box .small-swiper .swiper-slide .icon {
    height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index1 .small-box .small-swiper .swiper-slide .icon {
    height: 30px;
    margin-bottom: 10px;
  }
}
.index1 .small-box .small-swiper .swiper-slide .icon img {
  height: 100%;
  width: auto;
}
.index1 .small-box .small-swiper .swiper-slide .title {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .index1 .small-box .small-swiper .swiper-slide .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index1 .small-box .small-swiper .swiper-slide .title {
    font-size: 16px;
  }
}
.index1 .small-box .small-swiper .swiper-slide .summary {
  font-size: 18px;
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .index1 .small-box .small-swiper .swiper-slide .summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .index1 .small-box .small-swiper .swiper-slide .summary {
    font-size: 12px;
  }
}
.index1 .small-box .swiper-button-prev,
.index1 .small-box .swiper-button-next {
  background: none;
}
.index1 .small-box .swiper-button-prev::after,
.index1 .small-box .swiper-button-next::after {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .index1 .small-box .swiper-button-prev::after,
  .index1 .small-box .swiper-button-next::after {
    font-size: 16px;
  }
}
.index2 {
  height: 300vh;
}
@media screen and (max-width: 768px) {
  .index2 {
    height: 150vh;
  }
}
.index2 .index2-box {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index2 .index2-box {
    padding-top: 20vh;
  }
}
.index2 .index2-box .text {
  max-width: 930px;
  position: relative;
}
.index2 .index2-box .text .summary {
  font-size: 26px;
  color: #333333;
  margin-top: 100px;
  max-height: 40vh;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .text .summary {
    margin-top: 30px;
    max-height: 50vh;
    font-size: 14px;
  }
}
.index2 .index2-box .text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.index3 {
  overflow: hidden;
  min-height: 100vh;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .index3 {
    padding: 100px 0;
  }
}
.index3 .index3-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px 250px;
}
@media screen and (max-width: 1600px) {
  .index3 .index3-box {
    grid-gap: 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  .index3 .index3-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.index3 .index3-box .item {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  color: #fff;
  background: url('../images/img75.png') no-repeat center / contain;
}
.index3 .index3-box .item .point {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  animation: run 10s infinite linear;
  pointer-events: none;
}
.index3 .index3-box .item .point::after {
  content: '';
  width: 17px;
  height: 17px;
  background: var(--dominant-color);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.index3 .index3-box .item .item-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  text-align: center;
}
.index3 .index3-box .item .item-box .number {
  font-size: 30px;
  color: var(--dominant-color);
}
.index3 .index3-box .item .item-box .number span {
  font-size: 64px;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1600px) {
  .index3 .index3-box .item .item-box .number span {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .item-box .number span {
    font-size: 24px;
  }
}
.index3 .index3-box .item .item-box .summary {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .index3 .index3-box .item .item-box .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .item-box .summary {
    font-size: 14px;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form {
    grid-gap: 20px;
  }
}
.form label {
  position: relative;
  display: block;
  flex-basis: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .form label {
    flex-basis: 100%;
  }
}
.form label.w100 {
  flex-basis: 100%;
}
.form label span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.form label .v-code {
  position: absolute;
  right: 0;
  background: #fff;
  top: 0;
  height: 100%;
}
.form select {
  height: 58px;
  padding-left: 20px;
  background: #f7f7f7;
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form select {
    font-size: 12px;
  }
}
.form input {
  width: 100%;
  height: 58px;
  border-radius: 10px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 0 20px;
  text-indent: 0;
  font-size: 16px;
}
.form textarea {
  border-radius: 10px;
  height: 154px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 20px;
  text-indent: 0;
  font-size: 16px;
}
.form .a,
.form button {
  width: 140px;
  height: 50px;
  background: var(--dominant-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  font-size: 20px;
  transition: all 0.5s;
  margin: 80px auto auto;
}
@media screen and (max-width: 1600px) {
  .form .a,
  .form button {
    margin: 20px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .form .a,
  .form button {
    font-size: 12px;
  }
}
.form .a:hover,
.form button:hover {
  background: var(--dominant-color-hover);
}
.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);
}
.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: center;
  position: relative;
  font-size: 60px;
  font-family: 'Poppins-SemiBold';
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .page-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 20px;
  }
}
.page-title.textC {
  text-align: center;
}
.page-title.colorW {
  color: #fff;
}
.page-title .title {
  line-height: 2.4;
  font-size: 24px;
  color: var(--dominant-color);
  display: inline-block;
  position: relative;
}
.page-title .title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--dominant-color);
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .page-title .title {
    font-size: 20px;
  }
}
.page-title .summary {
  color: #666;
  font-size: 16px;
}
.page-summary {
  text-align: center;
  max-width: 950px;
  margin-top: 20px;
  color: #666666;
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .page-summary {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-summary {
    font-size: 14px;
  }
}
.page-summary span {
  color: #000;
}
/*内页大图*/
.pageBanner {
  transition: all 0.5s;
  position: relative;
  color: #fff;
}
.pageBanner .banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-img img {
    height: 200px;
    object-fit: cover;
  }
}
.pageBanner .img {
  width: 100%;
}
.pageBanner .img img {
  width: 100%;
}
.pageBanner .banner-box {
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  bottom: 140px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box {
    bottom: 20px;
  }
}
.pageBanner .banner-box .banner-title {
  font-size: 100px;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .pageBanner .banner-box .banner-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .pageBanner .banner-box .banner-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-title {
    font-size: 18px;
  }
}
.pageBanner .banner-box .banner-summary {
  margin-top: 20px;
  font-size: 1.979vw;
  line-height: 1;
  text-transform: capitalize;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-summary {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.pageBanner .banner-box .banner-search {
  width: 540px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-search {
    width: 100%;
  }
}
.pageBanner .banner-box .banner-search label {
  border-radius: 27px;
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
}
.pageBanner .banner-box .banner-search label i {
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  position: absolute;
  color: #666;
  height: fit-content;
  font-size: 20px;
}
.pageBanner .banner-box .banner-search label input {
  width: 100%;
  height: 54px;
  border: none;
  color: #666;
  padding-left: 30px;
  text-indent: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-search label input {
    height: 40px;
  }
}
.pageBanner .banner-box .banner-search label input::placeholder {
  font-size: 16px;
}
.pageBanner .banner-box .banner-search label button {
  background: var(--dominant-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  border-radius: 27px;
  height: calc(100%);
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-search label button {
    width: 80px;
    font-size: 12px;
  }
}
.pageBanner .swiper {
  width: 100%;
  height: 100%;
}
.pageBanner .swiper .swiper-pagination {
  bottom: 30px;
  top: auto;
  width: 80px;
  height: 3px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  --swiper-theme-color: #fff;
}
.aboutBanner .banner-img img {
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .aboutBanner .banner-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
}
.aboutBanner .banner-box {
  bottom: auto;
  top: 20%;
}
@media screen and (max-width: 1600px) {
  .aboutBanner .banner-box {
    top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .aboutBanner .banner-box {
    top: auto;
    bottom: 50px;
  }
}
.aboutBanner .banner-box .banner-title {
  line-height: 1.3;
  font-size: 100px;
}
@media screen and (max-width: 1600px) {
  .aboutBanner .banner-box .banner-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .aboutBanner .banner-box .banner-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1366px) {
  .aboutBanner .banner-box .banner-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .aboutBanner .banner-box .banner-title {
    font-size: 20px;
  }
}
.aboutBanner .banner-box .banner-summary {
  max-width: 700px;
  font-size: 24px;
  margin-top: 120px;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .aboutBanner .banner-box .banner-summary {
    font-size: 18px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .aboutBanner .banner-box .banner-summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .aboutBanner .banner-box .banner-summary {
    font-size: 14px;
    margin-top: 10px;
  }
}
.aboutBanner .about-menu {
  position: absolute;
  right: 80px;
  bottom: 100px;
}
@media screen and (max-width: 1366px) {
  .aboutBanner .about-menu {
    bottom: 50px;
  }
}
.aboutBanner .about-menu .page-menu .item.active,
.aboutBanner .about-menu .page-menu .item:hover {
  color: #fff;
}
.aboutBanner .about-menu .page-menu .item.active::after,
.aboutBanner .about-menu .page-menu .item:hover::after {
  background: #fff;
}
.aboutBanner .banner-mid {
  font-size: 64px;
}
@media screen and (max-width: 1600px) {
  .aboutBanner .banner-mid {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .aboutBanner .banner-mid {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .aboutBanner .banner-mid {
    font-size: 20px;
  }
}
.about-banner-box {
  height: 300vh;
}
.aboutBanner2 {
  position: sticky;
  top: 0;
}
.aboutBanner2 .banner-img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .aboutBanner2 .banner-box {
    bottom: 100px;
  }
}
.aboutBanner2 .banner-box .banner-summary {
  height: 30vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .aboutBanner2 .banner-box .banner-summary {
    margin-top: 50px;
  }
}
.aboutBanner2 .banner-box .banner-summary::after {
  content: '';
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.aboutBanner2 .banner-box .banner-summary2 {
  line-height: 1.7;
}
.aboutBanner2 .icon {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .aboutBanner2 .icon {
    bottom: 30px;
  }
  .aboutBanner2 .icon img {
    width: 30px;
  }
}
@keyframes sizing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
/*内页侧边栏*/
/*内页导航*/
.page-menu {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-menu {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}
.page-menu .item {
  color: #666;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  display: block;
  font-size: 26px;
  font-family: 'Poppins-SemiBold';
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .page-menu .item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .item {
    font-size: 16px;
    padding-left: 0;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.page-menu .item::after {
  content: '';
  right: calc(100% - 50px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #aaaaaa;
  position: absolute;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .page-menu .item::after {
    display: none;
  }
}
.page-menu .item.active,
.page-menu .item:hover {
  color: var(--dominant-color);
}
.page-menu .item.active::after,
.page-menu .item:hover::after {
  width: 50px;
  background: var(--dominant-color);
}
.page-menu2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.page-menu2::-webkit-scrollbar {
  height: 4px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .page-menu2 {
    justify-content: flex-start;
    overflow: auto;
    margin: 10px 0;
  }
}
.page-menu2 .swiper {
  width: calc(100% - 150px);
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .page-menu2 .swiper {
    width: 100%;
  }
}
.page-menu2 .swiper-button {
  width: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-menu2 .swiper-button {
    display: none;
  }
}
.page-menu2 .swiper-button .swiper-button-prev,
.page-menu2 .swiper-button .swiper-button-next {
  width: 30px;
  height: 30px;
  position: initial;
  margin: auto;
}
.page-menu2 .swiper-button .swiper-button-prev::after,
.page-menu2 .swiper-button .swiper-button-next::after {
  font-size: 14px;
}
.page-menu2 a {
  font-size: 16px;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  color: #777777;
  font-weight: 600;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .page-menu2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu2 a {
    padding: 10px 10px;
    font-size: 14px;
    flex-shrink: 0;
    height: 50px;
  }
}
.page-menu2 a:hover,
.page-menu2 a.active {
  color: var(--dominant-color);
}
.page-menu2 a:hover::after,
.page-menu2 a.active::after {
  width: 100%;
}
.page-menu2 a:first-child::before {
  display: none;
}
.page-menu2 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  background: var(--dominant-color);
  width: 0;
  transition: all 0.3s;
}
.page-menu2 a::before {
  position: absolute;
  left: 0;
  height: 16px;
  width: 1px;
  background: #ccc;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-menu2 .swiper-button {
  position: relative;
}
.page-top-bg {
  background: #f7fafb;
}
.page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-top {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.page-top.product-location {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-top.product-location {
    display: none;
  }
}
.page-top form {
  flex-basis: 100%;
  position: relative;
}
.page-top input {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
}
.page-top button {
  width: 120px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--dominant-color);
  color: #fff;
}
/*面包屑*/
.location {
  display: flex;
  align-items: center;
  color: #999999;
  flex-wrap: wrap;
  padding: 20px 0;
  flex-basis: 300px;
  margin-left: 50px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .location {
    display: none;
  }
}
.location i {
  color: #9e9e9e;
}
.location span {
  color: #000;
  margin-left: 4px;
}
.location a {
  color: #999999;
  font-size: 16px;
  margin: 0 8px;
}
@media screen and (max-width: 1600px) {
  .location a {
    font-size: 14px;
  }
}
.location a i {
  color: var(--dominant-color);
  margin-right: 4px;
}
.location a:hover {
  text-decoration: underline;
}
.location a:last-child {
  color: var(--dominant-color);
}
/*分页*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.25vw;
}
.pager a {
  width: 35px;
  height: 35px;
  margin: 0 10px;
  color: #c6c6c6;
  transition: all 0.5s;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .pager a {
    margin: 0 2px;
    width: 25px;
    height: 25px;
  }
}
.pager a:hover,
.pager a.active {
  background: var(--dominant-color-hover);
  color: #fff;
}
.pager a.prev,
.pager a.next {
  width: 110px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 18px;
}
.pager2 {
  margin-top: 140px;
}
.pager2 .left .prev,
.pager2 .left .next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000;
  transition: all 0.5s;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  cursor: pointer;
}
.pager2 .left .prev:hover,
.pager2 .left .next:hover {
  background: #000;
  color: #fff;
}
.pager2 .right {
  flex-basis: calc(100% - 220px);
  color: #d5d5d5;
  font-size: 20px;
}
.pager2 .right .line1 {
  height: 1px;
  flex: 1;
  background: #d5d5d5;
}
.pager2 .right .number {
  flex-basis: 145px;
}
.pager2 .right .number .num {
  color: #000;
  margin-right: 6px;
}
.pager2 .right .number .max {
  margin-left: 6px;
}
.pager2 .right .line2 {
  height: 1px;
  flex-basis: 270px;
  background: #d5d5d5;
}
/*内页左右结构*/
.page-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-box {
    flex-direction: column;
  }
}
.page-box .left {
  flex-basis: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-box .left {
    flex-basis: auto;
  }
}
.page-box .right {
  flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .page-box .right {
    margin-left: 0;
  }
}
.pages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.pages .prev,
.pages .next {
  flex-basis: 100%;
  transition: all 0.5s;
  font-size: 20px;
  color: var(--dominant-color);
  margin-bottom: 20px;
  display: inline-block;
}
.pages .prev:hover,
.pages .next:hover {
  text-decoration: underline;
}
/*联系我们*/
.contact {
  position: relative;
  z-index: 1;
}
.contact .contact1 {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}
.contact .contact2 {
  position: relative;
}
.contact .contact2 .form {
  margin-top: 100px;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .form {
    margin-top: 20px;
  }
}
.contact-map .img {
  max-width: 1794px;
  position: relative;
}
.contact-map .img .points {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-map .img .points .point {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.contact-map .img .points .point .point-close {
  display: none;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.contact-map .img .points .point .point-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .contact-map .img .points .point .point-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-map .img .points .point .point-title {
    font-size: 16px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-title {
    font-size: 12px;
    display: none;
  }
}
.contact-map .img .points .point .point-title.point-title2 {
  top: auto;
  bottom: -20px;
}
.contact-map .img .points .point .point-img {
  width: 2.083vw;
  transition: all 0.5s;
  transform: scale(0.6);
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-img {
    width: 12px;
    transform: scale(1);
  }
}
.contact-map .img .points .point .point-img img {
  width: 100%;
}
.contact-map .img .points .point .point-img::before,
.contact-map .img .points .point .point-img::after {
  content: '';
  width: 20px;
  height: 100%;
  top: 0;
  position: absolute;
}
.contact-map .img .points .point .point-img::before {
  left: -20px;
}
.contact-map .img .points .point .point-img::after {
  right: -20px;
}
.contact-map .img .points .point .point-show {
  padding: 20px;
  width: 650px;
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  left: 90px;
  height: fit-content;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .contact-map .img .points .point .point-show {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show {
    width: 90vw !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    z-index: 2 !important;
  }
}
.contact-map .img .points .point .point-show::after {
  content: '';
  width: 24px;
  height: 50px;
  background: url('../images/img15.png') no-repeat center / contain;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-map .img .points .point .point-show .show-title {
  font-size: 26px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 4px;
}
@media screen and (max-width: 1600px) {
  .contact-map .img .points .point .point-show .show-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show .show-title {
    font-size: 14px;
  }
}
.contact-map .img .points .point .point-show .show-text {
  margin-top: 20px;
}
.contact-map .img .points .point .point-show .show-item {
  align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show .show-item {
    margin-bottom: 0;
  }
}
.contact-map .img .points .point .point-show .show-item .i-img {
  width: 20px;
  margin-right: 10px;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show .show-item .i-img {
    font-size: 14px;
  }
}
.contact-map .img .points .point .point-show .show-item .i-text {
  flex: 1;
  align-items: baseline;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-map .img .points .point .point-show .show-item .i-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show .show-item .i-text {
    font-size: 12px;
  }
}
.contact-map .img .points .point .point-show .show-item .i-text .key2 {
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show .show-item .i-text .key2 {
    font-size: 12px;
  }
}
.contact-map .img .points .point .point-show .show-item .i-text .value {
  color: #999;
}
.contact-map .img .points .point .point-show.point-show2 {
  right: 90px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point .point-show.point-show2 {
    left: 0;
    right: 0;
  }
}
.contact-map .img .points .point .point-show.point-show2::after {
  left: auto;
  right: -24px;
  transform: rotateY(180deg);
}
.contact-map .img .points .point.point1 {
  top: 25%;
  left: 18%;
}
.contact-map .img .points .point.point2 {
  top: 40%;
  left: 13%;
}
.contact-map .img .points .point.point3 {
  top: 43%;
  left: 16%;
}
.contact-map .img .points .point.point4 {
  top: 76%;
  left: 10%;
}
.contact-map .img .points .point.point5 {
  top: 46%;
  left: 33%;
}
.contact-map .img .points .point.point6 {
  top: 64%;
  left: 42%;
}
.contact-map .img .points .point.point7 {
  top: 79%;
  left: 43%;
}
.contact-map .img .points .point.point8 {
  top: 22%;
  left: 74%;
}
.contact-map .img .points .point.point9 {
  top: 39%;
  left: 78%;
}
.contact-map .img .points .point.point10 {
  top: 36%;
  left: 34%;
}
.contact-map .img .points .point.point11 {
  top: 46%;
  left: 27%;
}
.contact-map .img .points .point.point12 {
  top: 44%;
  left: 25%;
}
.contact-map .img .points .point.point13 {
  top: 70%;
  left: 10%;
}
.contact-map .img .points .point.point14 {
  top: 49%;
  left: 22.5%;
}

.contact-map .img .points .point.point13 {

}
.contact-map .img .points .point.point11 .point-title,
.contact-map .img .points .point.point13 .point-title {
  top: auto;
  bottom: -20px;
}

.contact-map .img .points .point.point8 .point-show,
.contact-map .img .points .point.point9 .point-show {
  right: 90px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .contact-map .img .points .point.active {
    z-index: 3;
  }
  .contact-map .img .points .point.active .point-show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .contact-map .img .points .point:hover {
    z-index: 2;
  }
  .contact-map .img .points .point:hover .point-title {
    opacity: 0;
  }
  .contact-map .img .points .point:hover .point-img {
    transform: scale(1.5);
  }
  .contact-map .img .points .point:hover .point-show {
    opacity: 1;
    pointer-events: auto;
  }
}
/*搜索结果*/
.search .search-box {
  /*grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 30px;
    border-top: 1px solid #eee;
    padding-top: 40px;*/
  /*.img {
      border: 1px solid #eee;
    }

    .text {
      margin-top: 10px;

      .title {
        font-size: 16px;
      }

      .summary {
        font-size: 14px;
        color: #666;
      }
    }*/
}
.search .search-box .download-box .item .time {
  flex-basis: 180px;
}
.search .search-box .type {
  flex-basis: 180px;
}
/*新闻资讯*/
@media screen and (max-width: 768px) {
  .news {
    margin-top: 30px;
    padding-top: 0;
  }
}
.news .news-box .item {
  transition: all 0.5s;
  background: #f7fafb;
  padding: 35px;
  align-items: stretch;
  margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .news .news-box .item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item {
    flex-direction: column-reverse;
  }
}
.news .news-box .item .time {
  flex-basis: 200px;
  background: #eef3f5;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 1440px) {
  .news .news-box .item .time {
    flex-basis: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .news .news-box .item .time {
    display: none;
  }
}
.news .news-box .item .time .day {
  margin-top: 50px;
  font-size: 60px;
  line-height: 1;
  color: var(--dominant-color);
}
@media screen and (max-width: 1440px) {
  .news .news-box .item .time .day {
    font-size: 40px;
  }
}
.news .news-box .item .time .year {
  font-size: 18px;
  color: #bac0c2;
}
.news .news-box .item .text {
  color: #666;
  flex: 1;
  margin-left: 50px;
  margin-right: 80px;
}
@media screen and (max-width: 1440px) {
  .news .news-box .item .text {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .news .news-box .item .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text {
    margin-right: 0;
    margin-top: 0;
  }
}
.news .news-box .item .text .title {
  color: #000;
  transition: all 0.5s;
  font-size: 26px;
  margin-top: 20px;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1600px) {
  .news .news-box .item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text .title {
    font-size: 16px;
  }
}
.news .news-box .item .text .summary {
  margin: 26px 0;
  font-size: 20px;
  line-height: 1.6;
  transition: all 0.5s;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .news .news-box .item .text .summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text .summary {
    font-size: 12px;
    margin: 10px 0;
  }
}
.news .news-box .item .text .bottom {
  font-size: 16px;
  color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text .bottom {
    font-size: 12px;
  }
}
.news .news-box .item .text .bottom .icon {
  margin-left: 10px;
  background: var(--dominant-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
}
.news .news-box .item .text .bottom .icon img {
  width: 16px;
}
.news .news-box .item .img {
  flex-basis: 270px;
}
@media screen and (max-width: 1600px) {
  .news .news-box .item .img {
    flex-basis: 200px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item .img {
    flex-basis: 100%;
  }
}
.news .news-box .item .img .imgBox {
  padding-bottom: 290px;
}
@media screen and (max-width: 1600px) {
  .news .news-box .item .img .imgBox {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item .img .imgBox {
    padding-bottom: 50%;
  }
}
.news .news-box .item:hover {
  background: #07060f;
}
.news .news-box .item:hover .time {
  background: #1f1d28;
}
.news .news-box .item:hover .text .title {
  color: #fff;
}
.news .news-box .item:hover .icon {
  background: var(--dominant-color-hover);
}
/*新闻详情*/
.news-detail {
  max-width: 1300px;
  /*返回页*/
}
.news-detail .news-text .title {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .news-detail .news-text .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-text .title {
    font-size: 20px;
  }
}
.news-detail .news-text .mid {
  display: flex;
  align-items: center;
  margin: 30px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news-detail .news-text .mid {
    margin: 4px 0;
  }
}
.news-detail .news-text .mid .m-item {
  display: flex;
  align-items: center;
  color: #999;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
}
.news-detail .news-text .mid .m-item img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .news-detail .news-text .mid .m-item {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
.news-detail .news-text .mid .m-item::after {
  position: absolute;
  background: #999;
  width: 1px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}
.news-detail .news-text .mid .m-item:last-child::after {
  display: none;
}
.news-detail .news-text .mid .m-item .m-img {
  margin-right: 10px;
  margin-bottom: 3px;
}
.news-detail .news-detail-box {
  margin: 30px 0;
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-box {
    margin: 10px 0 30px;
    padding: 10px 0 20px;
  }
  .news-detail .news-detail-box p,
  .news-detail .news-detail-box span,
  .news-detail .news-detail-box div,
  .news-detail .news-detail-box strong {
    font-size: 14px !important;
  }
}
.news-detail .news-detail-box img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}
.news-detail .news-detail-box table {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-box table {
    font-size: 12px;
  }
}
.news-detail .news-detail-box table tbody {
  display: flex;
  flex-direction: column;
}
.news-detail .news-detail-box table tbody tr {
  display: flex;
  margin-bottom: 10px;
}
.news-detail .news-detail-box table tbody tr td {
  flex: 1;
  padding-right: 20px;
}
.news-detail .details-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-detail .details-pager {
    flex-direction: column-reverse;
  }
}
.news-detail .details-pager .left {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news-detail .details-pager .left {
    margin-top: 40px;
    flex-basis: 100%;
    width: 100%;
  }
}
.news-detail .details-pager .left a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  color: #666;
  transition: all 0.5s;
  overflow: hidden;
  width: 150px;
  border: 1px solid #eee;
  border-radius: 24px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .news-detail .details-pager .left a {
    margin: 5px 0;
    font-size: 14px;
    width: 40%;
    text-align: left;
  }
}
.news-detail .details-pager .left a img {
  filter: brightness(0);
  opacity: 0.5;
  width: 16px;
  transition: all 0.5s;
}
.news-detail .details-pager .left a:hover {
  background: var(--dominant-color);
  color: #fff;
}
.news-detail .details-pager .left a:hover img {
  filter: none;
  opacity: 1;
}
.news-detail .details-pager .prev img {
  transform: rotate(180deg);
  margin-right: 10px;
}
.news-detail .details-pager .next img {
  margin-left: 10px;
}
.news-detail .details-pager .back {
  font-size: 18px;
  border-radius: 50px;
  height: 48px;
  color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .news-detail .details-pager .back {
    width: 100%;
    height: 40px;
  }
}
.news-detail .details-pager .back img {
  margin-right: 10px;
}
/*产品中心*/
.product .search-box {
  max-width: 800px;
  margin-bottom: 60px;
}
.product .search-box label {
  display: block;
  position: relative;
  width: 100%;
}
.product .search-box label input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  padding-left: 20px;
}
.product .search-box label button {
  height: 50px;
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  background: var(--dominant-color);
}
.product .items {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product .items {
    margin-bottom: 60px;
  }
}
.product .items .item-top {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product .items .item-top {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.product .items .item-top .product-left {
  font-size: 36px;
  color: #000;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1600px) {
  .product .items .item-top .product-left {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product .items .item-top .product-left {
    font-size: 18px;
  }
}
.product .items .item-top .product-left .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
@media screen and (max-width: 1600px) {
  .product .items .item-top .product-left .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .product .items .item-top .product-left .icon {
    width: 30px;
    height: 30px;
  }
}
.product .items .item-top .product-left .icon img {
  width: 35px;
}
@media screen and (max-width: 768px) {
  .product .items .item-top .product-left .icon img {
    width: 15px;
  }
}
.product .items .item-top .product-right {
  transition: all 0.5s;
  border-radius: 21.5px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .product .items .item-top .product-right {
    font-size: 14px;
    margin-right: 0;
    margin-left: auto;
  }
}
.product .items .item-top .product-right .icon {
  width: 30px;
  height: 30px;
  background: var(--dominant-color);
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
}
.product .items .item-top .product-right:hover {
  color: var(--dominant-color-hover);
}
.product .items .item-top .product-right:hover img {
  opacity: 1;
  filter: none;
}
.product .product-box {
  display: grid;
  grid-gap: 40px 60px;
}
@media screen and (max-width: 1600px) {
  .product .product-box {
    grid-gap: 20px;
  }
}
.product .product-box.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  .product .product-box.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product .product-box.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .product-box.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1366px) {
  .product .product-box.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product .product-box.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .product-box.grid-3 .imgBox {
  padding-bottom: 75%;
}
.product .product-box .item {
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 0;
  transition: all 0.5s;
  background: #fff;
}
.product .product-box .item .i-top {
  width: calc(100% - 50px);
  margin: auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.product .product-box .item .i-top .i-left {
  font-size: 16px;
  color: #929292;
}
.product .product-box .item .i-top .i-right {
  position: relative;
  width: 30px;
}
.product .product-box .item .i-top .i-right img {
  transition: all 0.5s;
  transform: scale(1);
}
.product .product-box .item .i-top .i-right .hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product .product-box .item .i-bottom {
  position: relative;
  padding-top: 50px;
}
.product .product-box .item .i-bottom .i-title {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #000;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .product .product-box .item .i-bottom .i-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .product .product-box .item .i-bottom .i-title {
  }
}
@media screen and (max-width: 1366px) {
  .product .product-box .item .i-bottom .i-title {
  }
}
@media screen and (max-width: 768px) {
  .product .product-box .item .i-bottom .i-title {
    font-size: 14px;
  }
}
.product .product-box .item .i-more {
  width: 45px;
  height: 45px;
  background: #f0f0f0;
  transition: all 0.5s;
  border-radius: 50%;
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  .product .product-box .item .i-more {
    display: none;
  }
}
.product .product-box .item .i-more img {
  width: 20px;
  transition: all 0.5s;
  filter: brightness(0);
  opacity: 0.5;
}
.product .product-box .item:hover .i-top .i-right .hide {
  opacity: 1;
}
.product .product-box .item:hover .i-more {
  background: var(--dominant-color);
  color: #fff;
}
.product .product-box .item:hover .i-more img {
  opacity: 1;
  filter: none;
}
.product .page-menu {
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .product .page-menu {
    margin: 20px auto 30px;
  }
}
.product .page-menu .item {
  background: none;
}
.product .page-menu .item:hover,
.product .page-menu .item.active {
  background: var(--dominant-color-hover);
}
.product-detail {
  background: #fff;
}
.product-detail .features {
  overflow: hidden;
}
.product-detail .features .product-detail-top {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top {
    flex-direction: column-reverse;
    height: auto;
  }
}
.product-detail .features .product-detail-top .p-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-left {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 100px;
  }
}
.product-detail .features .product-detail-top .p-left .swiper-big .imgBox {
  padding-bottom: 75%;
}
.product-detail .features .product-detail-top .p-left .swiper-big .imgBox img {
  object-fit: contain;
}
.product-detail .features .product-detail-top .p-left .swiper-small-box {
  position: relative;
  margin-top: 20px;
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-prev,
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-next {
  color: var(--dominant-color);
  width: 40px;
  height: 40px;
  border: none;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-prev,
  .product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-next {
    display: none;
  }
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-prev::after,
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-next::after {
  font-size: 16px;
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-prev {
  justify-content: flex-start;
  left: 0;
}
.product-detail .features .product-detail-top .p-left .swiper-small-box .swiper-button-next {
  justify-content: flex-end;
  right: 0;
}
.product-detail .features .product-detail-top .p-left .swiper-small {
  width: calc(100% - 0px);
  margin: auto;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-left .swiper-small {
    width: 100%;
  }
}
.product-detail .features .product-detail-top .p-left .swiper-small .swiper-slide {
  border: 1px solid #eee;
  padding: 10px;
  cursor: pointer;
  background: #fff;
}
.product-detail .features .product-detail-top .p-left .swiper-small .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--dominant-color);
}
.product-detail .features .product-detail-top .p-left .swiper-small .swiper-slide .imgBox {
  padding-bottom: 75%;
}
.product-detail .features .product-detail-top .p-right {
  flex-basis: 50%;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right {
    margin-right: 0;
    margin-bottom: 100px;
  }
}
.product-detail .features .product-detail-top .p-right .text {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right .text {
    margin-top: 20px;
  }
}
.product-detail .features .product-detail-top .p-right .text .title {
  font-size: 50px;
  line-height: 1.5;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-top .p-right .text .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-top .p-right .text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right .text .title {
    font-size: 20px;
  }
}
.product-detail .features .product-detail-top .p-right .text .tip {
  font-size: 20px;
  line-height: 1.2;
  margin: 6px 0;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right .text .tip {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 4px;
  }
}
.product-detail .features .product-detail-top .p-right .summary {
  font-size: 22px;
  color: #555;
  line-height: 1.8;
}
.product-detail .features .product-detail-top .p-right .summary ul {
  list-style: disc;
  padding-left: 20px;
}
.product-detail .features .product-detail-top .p-right .summary ul li {
  margin-bottom: 4px;
  list-style: disc;
}
.product-detail .features .product-detail-top .p-right .summary ul li::marker {
  color: #000;
}
.product-detail .features .product-detail-top .p-right .summary p {
  margin-bottom: 4px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-top .p-right .summary {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right .summary {
    font-size: 14px;
  }
}
.product-detail .features .product-detail-top .p-right .button-box {
  grid-gap: 20px;
}
.product-detail .features .product-detail-top .p-right .btn_p {
  width: 210px;
  border-radius: 30px;
  height: 60px;
  color: #fff;
  margin-top: 60px;
  font-size: 24px;
  transition: all 0.5s;
  background: linear-gradient(#48474b, #07060f);
}
.product-detail .features .product-detail-top .p-right .btn_p:hover {
  background: linear-gradient(#ee9a5f, #ee741f);
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-top .p-right .btn_p {
    font-size: 16px;
    height: 50px;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right .btn_p {
    font-size: 14px;
    height: 30px;
    width: 120px;
  }
}
.product-detail .features .product-detail-top .p-right .btn_p img {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-right .btn_p img {
    width: 16px;
    margin-right: 4px;
  }
}
.product-detail .features .product-detail-top .swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  transition: all 0.5s;
  margin-left: 20px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    margin-left: 5px;
  }
}
.product-detail .features .product-detail-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 85px;
  background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
.product-detail .features .product-detail-bottom .font74 {
  font-size: 74px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .font74 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .font74 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .font74 {
    font-size: 28px;
  }
}
.product-detail .features .product-detail-bottom .font60 {
  font-size: 60px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 28px;
  }
}
.product-detail .features .product-detail-bottom .item {
  position: relative;
}
.product-detail .features .product-detail-bottom .item .img img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .product-detail .features .product-detail-bottom .item .img img {
    height: 500px;
  }
}
.product-detail .features .product-detail-bottom .item .text {
  position: absolute;
  top: 6.771vw;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text {
    top: 10%;
    text-align: left;
  }
}
.product-detail .features .product-detail-bottom .item .text .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text .title br {
    display: none;
  }
}
.product-detail .features .product-detail-bottom .item .text .title.colorStyle {
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-clip: text;
}
.product-detail .features .product-detail-bottom .item .text .summary {
  margin-top: 10px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .text .summary {
    font-size: 22px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .summary {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text .summary {
    font-size: 14px;
    justify-content: flex-start;
  }
}
.product-detail .features .product-detail-bottom .item .text .summary .summary2 {
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 设置文本的背景为线性渐变 */
  background: linear-gradient(135deg, #01ef8e, #4ae5fd);
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  background-clip: text;
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text .summary .summary2 {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.product-detail .features .product-detail-bottom .item .text .summary .summary2::after {
  content: '';
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50%;
}
.product-detail .features .product-detail-bottom .item .text .summary-text {
  margin-top: 30px;
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Light;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .text .summary-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text .summary-text {
    font-size: 14px;
    line-height: 1.5 !important;
    margin-top: 10px;
  }
  .product-detail .features .product-detail-bottom .item .text .summary-text br {
    display: none;
  }
}
.product-detail .features .product-detail-bottom .item .text .summary-text p {
  font-family: HarmonyOS_Sans_SC_Light;
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img img {
  object-fit: contain;
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text {
  flex: 1;
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .key {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .key {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .key {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .value {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Light;
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .value {
    font-size: 12px;
    line-height: 1.4;
  }
}
.product-detail .features .product-detail-bottom .item .text .type {
  font-size: 28px;
  padding: 4px 0;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .text .type {
    font-size: 14px;
    margin-top: 10px;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom {
  display: flex;
  position: absolute;
  bottom: 5.208vw;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  backdrop-filter: blur(30px);
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 -2px 0px 1px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .item-bottom {
    overflow: auto;
    padding: 20px 10px;
    bottom: 30px;
    flex-wrap: wrap;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box {
  flex: 1 0 0;
  position: relative;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box:hover {
  transform: translateY(-20px);
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box:hover::after {
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box {
    flex-basis: 33.3%;
    margin: 6px 0;
    pointer-events: none;
  }
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box:nth-of-type(3n)::after {
    display: none;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 80%;
  width: 1px;
  background: #fff;
  opacity: 0.2;
  margin: auto;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box:last-child::after {
  display: none;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
    width: 30px;
    height: 30px;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 12px;
  }
}
.product-detail .features .product-detail-bottom .item.item1 .text .summary-text {
  opacity: 0.6;
  line-height: 1.6;
  font-family: HarmonyOS_Sans_SC_Regular;
}
.product-detail .features .product-detail-bottom .item.item2 .text {
  top: 0;
  bottom: 0;
  height: fit-content;
  text-align: left;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item2 .text {
    max-width: 90%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item2 .text {
    top: 10%;
    margin-top: inherit;
    max-width: 84%;
  }
}
.product-detail .features .product-detail-bottom .item.item2 .text .title,
.product-detail .features .product-detail-bottom .item.item2 .text .summary,
.product-detail .features .product-detail-bottom .item.item2 .text .summary-text {
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item2 .text .title,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item2 .text .title,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary-text {
    max-width: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item2 .text .summary {
  justify-content: flex-start;
}
.product-detail .features .product-detail-bottom .item.item3 .text {
  top: 0;
  bottom: 0;
  height: fit-content;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item3 .text {
    margin-top: 0;
    top: 10%;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .title,
.product-detail .features .product-detail-bottom .item.item3 .text .summary {
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .title,
  .product-detail .features .product-detail-bottom .item.item3 .text .summary {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .title,
  .product-detail .features .product-detail-bottom .item.item3 .text .summary {
    max-width: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .summary-text {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .summary-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .summary-text {
    max-width: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .summary {
  justify-content: flex-start;
}
.product-detail .features .product-detail-bottom .item.item4 {
  padding: 6% 0;
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box {
  flex-basis: 25%;
  padding: 3% 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box {
    flex-basis: 50%;
  }
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img {
    height: 30px;
  }
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img img {
  max-height: 100%;
  width: auto;
  min-height: auto;
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .title {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .title {
    font-size: 12px;
    margin-top: 14px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box:hover {
    transform: translateY(-20px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 {
  padding: 8% 0;
  background: #000;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box img {
  width: 100%;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .img {
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #131313;
  transition: all 0.5s;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list {
    border-radius: 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text {
    padding: 0 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top {
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top {
    bottom: 0;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top.l-text-top2 {
    flex-direction: row;
    top: 0;
    bottom: auto;
    height: calc((100% - 24px) / 3);
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top.l-text-top2 .l-text-icon {
    margin-bottom: 10px;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top.l-text-top2.l-text-top3 {
    height: calc((100% - 12px) / 2);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top {
  flex-direction: column-reverse;
  padding: 10px 35px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top {
    padding: 0 10px;
    text-align: center;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top .title {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top .title {
    margin-top: 0;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon {
    width: 20px;
    height: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon img {
  width: auto;
  max-height: 100%;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title {
  font-size: 24px;
  line-height: 1.2;
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title {
    font-size: 14px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title img {
  height: 52px;
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title img {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title img {
    height: 14px;
    margin-bottom: 4px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title.colorStyle {
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(to right, #4ae5fd, #549aff);
  background-clip: text;
  -webkit-background-clip: text;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .summary {
  font-size: 16px;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .summary {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list:hover {
  box-shadow: 0 0 20px 5px rgba(83, 185, 254, 0.2);
  border-color: rgba(83, 185, 254, 0.5);
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list:hover .l-text-icon {
  transform: scale(1.05);
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list:hover .img {
  transform: scale(1.05);
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top {
  width: 100%;
  display: flex;
  grid-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top {
    flex-wrap: wrap;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left {
    flex-basis: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-top .imgBox {
  padding-bottom: calc(270 / 695 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-top .imgBox {
    padding-bottom: 120px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left {
  flex-basis: calc(325 / 695 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left .imgBox {
  padding-bottom: calc(240 / 325 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left .imgBox {
    padding-bottom: calc(80% + 12px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right {
  flex-basis: calc(360 / 695 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .list {
  margin-bottom: 10px;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .list:last-child {
  margin-bottom: 0;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .imgBox {
  padding-bottom: calc(115 / 360 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .imgBox {
    padding-bottom: 40%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right {
    flex-basis: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-top .imgBox {
  padding-bottom: calc(160 / 695 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-top .imgBox {
    padding-bottom: 70px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left {
  flex-basis: calc(325 / 695 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left .imgBox {
  padding-bottom: calc(350 / 325 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left .imgBox {
    padding-bottom: calc(105% + 24px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right {
  flex-basis: calc(360 / 695 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .list {
  margin-bottom: 10px;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .list:last-child {
  margin-bottom: 0;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .imgBox {
  padding-bottom: calc(110 / 360 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .imgBox {
    padding-bottom: 35%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom {
    flex-wrap: wrap;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list {
  flex: 1;
  flex-basis: 0;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list {
    flex: auto;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(1) {
    order: 3;
    flex-basis: calc(50% - 5px);
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(1) .imgBox {
    padding-bottom: 152px;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(2) {
    flex-basis: calc(50% - 5px);
    height: fit-content;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(3) {
    position: absolute;
    top: 82px;
    left: 0;
    height: 70px;
    width: calc(50% - 5px);
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .l-text-icon {
    margin-bottom: 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .imgBox {
  padding-bottom: calc(160 / 460 * 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .imgBox {
    padding-bottom: 70px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .title {
  font-family: HarmonyOS_Sans_SC_Regular;
}
.product-detail .features .product-detail-bottom .item.item6 {
  background: #000;
}
@media screen and(max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item6 {
    padding: 80px 0;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .index-banner {
  height: auto;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item6 .index-banner {
    height: 0;
    overflow: hidden;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .index-banner .swiper-line {
  bottom: 100px;
}
.product-detail .features .product-detail-bottom .item.item6 .index-banner .swiper-line .text {
  position: initial;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item6 .index-banner .swiper-line {
    bottom: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperBig {
  overflow: visible;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperBig .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall {
  transition: all 0.5s;
  position: relative;
  margin: 40px auto 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall {
    width: auto;
    overflow: auto;
    margin-top: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiperSmall2 {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide {
  color: #fff;
  width: auto;
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide {
    font-size: 16px;
    margin-right: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide:last-child {
  margin-right: 0 !important;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide.active {
  opacity: 1;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 2px;
  width: 100px;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item6 .text {
  position: initial;
  margin-bottom: 40px;
}
.product-detail .features .product-detail-bottom .item.item7 {
  height: 100vh;
}
.product-detail .features .product-detail-bottom .item.item7 .img {
  height: 100%;
}
.product-detail .features .product-detail-bottom .item.item7 .img img {
  height: 100%;
  object-fit: cover;
}
.product-detail .features .product-detail-bottom .item.item7 .move-img {
  transform: scale(0.5);
  width: 100%;
  font-weight: 900;
  font-size: 10vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  max-width: 800px;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Medium;
}
.product-detail .features .product-detail-bottom .item.item8 {
  position: relative !important;
  background: #fff;
}
.product-detail .features .product-detail-bottom .item.item8 img {
  max-width: 100%;
  width: 100%;
}
.product-detail .features .detail-box {
  font-size: 16px;
  color: #666;
}
.product-detail .features .detail-box .detail-button {
  background: var(--dominant-color);
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-button {
    padding: 10px 0;
  }
}
.product-detail .features .detail-box .detail-button .detail-button-box {
  overflow: auto;
}
.product-detail .features .detail-box .detail-button .detail-button-box a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 22.5px;
  width: 150px;
  margin-right: 40px;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .product-detail .features .detail-box .detail-button .detail-button-box a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-button .detail-button-box a {
    flex-shrink: 0;
    font-size: 12px;
    width: 100px;
    margin-right: 6px;
    height: 30px;
  }
}
.product-detail .features .detail-box .detail-button .detail-button-box a.active,
.product-detail .features .detail-box .detail-button .detail-button-box a:hover {
  background: var(--dominant-color-hover);
}
.product-detail .features .detail-box .detail-page-box .page {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page {
    padding: 50px 0;
  }
}
.product-detail .features .detail-box .detail-page-box .page .page-summary {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page .page-summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page .page-summary {
    font-size: 14px;
  }
}
.product-detail .features .detail-box .detail-page-box .page0 {
  padding: 220px 0;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page0 {
    padding: 160px 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page0 {
    padding: 50px 0;
  }
}
.product-detail .features .detail-box .detail-page-box .page0 .section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page0 .section {
    flex-direction: column;
  }
}
.product-detail .features .detail-box .detail-page-box .page0 .img {
  flex-basis: 38%;
}
.product-detail .features .detail-box .detail-page-box .page0 .img img {
  width: 100%;
}
.product-detail .features .detail-box .detail-page-box .page0 .text {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page0 .text {
    margin-top: 30px;
  }
}
.product-detail .features .detail-box .detail-page-box .page0 .text .page-title {
  line-height: 1.3;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page0 .text .page-title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .features .detail-box .detail-page-box .page0 .text .page-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page0 .text .page-title {
    margin-bottom: 0;
  }
}
.product-detail .features .detail-box .detail-page-box .page1 {
  padding: 150px 0 180px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page1 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page1 {
    padding: 50px 0;
  }
}
.product-detail .features .detail-box .detail-page-box .page1 .page-summary {
  margin-top: 50px;
  color: #cbc9c9;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page1 .page-summary {
    margin-top: 30px;
  }
}
.product-detail .features .detail-box .detail-page-box .page2 .page2-box {
  margin-top: 100px;
  max-width: 1330px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page2 .page2-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page2 .page2-box {
    margin-top: 30px;
  }
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box {
  max-width: 1205px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page3 .page3-box {
    margin-top: 30px;
  }
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box .page3-table {
  overflow: auto;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box table tr:nth-child(odd) {
  background: #f6f6f6;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box table tr:first-child {
  background: var(--dominant-color);
  text-align: center;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box table tr:first-child td {
  padding: 25px 20px;
  color: #fff !important;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box table tr td {
  color: #999999;
  padding: 10px 40px;
  line-height: 1.8;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box table tr td:first-child {
  color: #555;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box .page3-list {
  margin-top: 50px;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box .page3-list .title {
  font-size: 20px;
  color: var(--dominant-color);
  margin-bottom: 30px;
}
.product-detail .features .detail-box .detail-page-box .page3 .page3-box .page3-list .page3-list-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page3 .page3-box .page3-list .page3-list-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.product-detail .features .detail-box .detail-page-box .page4 .page4-box {
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  max-width: 1390px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page4 .page4-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.product-detail .features .detail-box .detail-page-box .page4 .page4-box .item {
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
}
.product-detail .features .detail-box .detail-page-box .page4 .page4-box .item .imgBox {
  padding-bottom: 120%;
}
.product-detail .features .detail-box .detail-page-box .page4 .page4-box .item .text {
  padding: 40px 20px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page4 .page4-box .item .text {
    font-size: 14px;
  }
}
.product-detail .features .detail-box .detail-page-box .page5 .page5-box {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 50px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
}
.product-detail .features .detail-box .detail-page-box .page5 .page5-box .item {
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  min-height: 228px;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box .item {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box .item {
    flex-direction: column;
  }
}
.product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .img {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
.product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .text {
  flex: 1;
  margin-left: 30px;
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .text {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .text .title {
  font-family: 'Poppins-SemiBold';
  color: #000;
}
.product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .text .summary {
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page5 .page5-box .item .text .summary {
    font-size: 16px;
  }
}
.product-detail .features .detail-box .detail-page-box .page6 .page6-box {
  margin-top: 50px;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.product-detail .features .detail-box .detail-page-box .page7 .imgBox {
  padding-bottom: 130%;
}
.product-detail .features .detail-box .detail-page-box .page8 .page8-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.product-detail .features .detail-box .detail-page-box .page8 .page8-box .item {
  text-align: center;
}
.product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .img {
  width: 210px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .img {
    width: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .img {
    width: 100px;
    margin-bottom: 20px;
  }
}
.product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .title {
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .title {
    font-size: 16px;
  }
}
.product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .summary {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box .page8 .page8-box .item .summary {
    font-size: 14px;
    margin-top: 10px;
  }
}
.product-detail .specification {
  scroll-margin-top: 100px;
}
.product-detail .specification .items .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.product-detail .specification .items .item:last-child {
  border-bottom: none;
}
.product-detail .specification .items .item .item-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  background: #222;
  font-size: 20px;
  color: #fff;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product-detail .specification .items .item .item-title {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.product-detail .specification .items .item .item-title i {
  margin-top: 2px;
  transition: all 0.5s;
}
.product-detail .specification .items .item.active i {
  transform: rotate(180deg);
}
.product-detail .specification .items .item:nth-of-type(1) .table {
  display: block;
}
.product-detail .specification .items .item .table {
  width: 100%;
}
.product-detail .specification .items .item .table table {
  width: 100%;
}
.product-detail .specification .items .item .table tbody {
  width: 100%;
}
.product-detail .specification .items .item .table tr {
  display: block;
  padding: 20px 10% 20px 40px;
  min-height: 62px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product-detail .specification .items .item .table tr {
    padding: 10px 10px;
    font-size: 12px;
    min-height: 30px;
  }
}
.product-detail .specification .items .item .table tr:nth-child(even) {
  background: #f9fafb;
}
.product-detail .specification .items .item .table tr .key {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .product-detail .specification .items .item .table tr .key {
    width: 120px;
    padding-right: 10px;
  }
}
.product-detail .specification .items .item .table tr .value {
  width: calc(100% - 300px);
  color: #666;
}
@media screen and (max-width: 768px) {
  .product-detail .specification .items .item .table tr .value {
    width: calc(100% - 100px);
  }
}
.product-menu .items {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product-menu .items {
    margin-bottom: 30px;
  }
}
.product-menu .items.active .first-item {
  background: linear-gradient(#ee9a5f, #ee741f);
  color: #fff;
}
.product-menu .items.active .icon {
  transform: rotate(180deg);
}
.product-menu .items .first-item {
  height: 60px;
  font-size: 20px;
  background: linear-gradient(#e2e2e2, #e2e2e2);
  border-radius: 30px;
  color: #000;
  padding: 0 20px 0 30px;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .product-menu .items .first-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-menu .items .first-item {
    font-size: 16px;
    height: 40px;
  }
}
.product-menu .items .first-item .icon {
  width: 34px;
  height: 34px;
  color: var(--dominant-color);
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product-menu .items .first-item .icon {
    width: 20px;
    height: 20px;
  }
}
.product-menu .items .second-box {
  padding-left: 30px;
}
.product-menu .items .second-box a {
  display: block;
  margin: 20px 0;
  font-size: 18px;
  color: #999;
}
@media screen and (max-width: 1600px) {
  .product-menu .items .second-box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-menu .items .second-box a {
    font-size: 14px;
    margin: 10px 0;
  }
}
.product-menu .items .second-box a.active,
.product-menu .items .second-box a:hover {
  color: var(--dominant-color);
}
.product-page-box .left {
  flex-basis: 330px;
}
/*相关内容*/
.relate .relate-box {
  margin-top: 50px;
  position: relative;
  max-width: 1760px;
}
@media screen and (max-width: 768px) {
  .relate .relate-box {
    margin-top: 20px;
  }
}
.relate .relate-box .swiper {
  padding: 20px 0;
  width: calc(100% - 200px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .relate .relate-box .swiper {
    width: calc(100% - 100px);
  }
}
.relate .relate-box .swiper .imgBox {
  padding-bottom: 75%;
}
.relate .relate-project {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .relate .relate-project {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.relate .relate-project .imgBox {
  padding-bottom: 75%;
  border-radius: 10px;
}
.relate .relate-project .title {
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .relate .relate-project .title {
    font-size: 14px;
  }
}
/*解决方案*/
.solution {
  padding-top: 200px;
  background: url('../images/img32.jpg') no-repeat center top / contain;
}
@media screen and (max-width: 1600px) {
  .solution {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .solution {
    padding-top: 30px;
  }
}
.solution .solution-box .item {
  border-radius: 10px;
  transition: all 0.5s;
  overflow: hidden;
  margin-bottom: 200px;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .solution .solution-box .item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item {
    flex-direction: column !important;
    padding: 0;
    margin-bottom: 50px;
  }
}
.solution .solution-box .item .left {
  overflow: hidden;
  flex-basis: 42%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .left {
    width: 50%;
  }
}
.solution .solution-box .item .right {
  flex-basis: 50%;
  padding: 0 60px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .right {
    padding: 20px;
  }
}
.solution .solution-box .item .right .number {
  font-size: 36px;
  color: var(--dominant-color);
  font-family: 'Poppins-SemiBold';
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .right .number {
    font-size: 16px;
  }
}
.solution .solution-box .item .right .line {
  margin: 0 auto;
  width: 2px;
  height: 40px;
  background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .right .line {
    display: none;
  }
}
.solution .solution-box .item .right .title {
  color: #000;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .solution .solution-box .item .right .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .solution .solution-box .item .right .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .solution .solution-box .item .right .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .right .title {
    font-size: 16px;
    margin-top: 0;
  }
}
.solution .solution-box .item .right .summary {
  margin: 26px 0 50px;
  font-size: 24px;
  line-height: 1.6;
  transition: all 0.5s;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .solution .solution-box .item .right .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .right .summary {
    font-size: 12px;
    margin: 10px 0;
  }
}
.solution .solution-box .item .right .more {
  width: 193px;
  height: 62px;
  border-radius: 31px;
  border: 1px solid var(--dominant-color);
  font-size: 20px;
  transition: all 0.5s;
  text-transform: uppercase;
  color: var(--dominant-color);
}
@media screen and (max-width: 1600px) {
  .solution .solution-box .item .right .more {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution-box .item .right .more {
    font-size: 12px;
    height: 30px;
    width: 150px;
  }
}
.solution .solution-box .item:hover .more {
  background: var(--dominant-color-hover);
  color: #fff;
}
.solution .solution-box .item:nth-child(even) {
  flex-direction: row-reverse;
}
/*关于我们*/
.about .top {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about .top {
    flex-direction: column;
  }
}
.about .top .left {
  flex-basis: 38%;
}
@media screen and (max-width: 768px) {
  .about .top .left {
    width: 100%;
  }
}
.about .top .left .imgBox {
  padding-bottom: 120%;
}
.about .top .right {
  flex: 1;
  padding-top: 70px;
}
.about .top .right .page-title {
  text-transform: uppercase;
  font-size: 50px;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .about .top .right .page-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about .top .right .page-title {
    font-size: 20px;
  }
}
.about .top .right .tabs {
  margin-top: 140px;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .about .top .right .tabs {
    grid-gap: 10px;
    margin-top: 40px;
  }
}
.about .top .right .tabs .item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .top .right .tabs .item {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.about .top .right .tabs .item::after {
  opacity: 0;
  transition: all 0.5s;
  content: '';
  width: 34px;
  height: 30px;
  background: url('../images/img99.png') no-repeat center / contain;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.about .top .right .tabs .item.active {
  border: none;
  color: var(--dominant-color);
  font-weight: 600;
  background: url('../images/img98.png') no-repeat center / contain;
}
.about .top .right .tabs .item.active::after {
  opacity: 1;
}
.about .top .right .tabs .item:hover {
  color: var(--dominant-color);
  border: none;
  font-weight: 600;
  background: url('../images/img98.png') no-repeat center / contain;
}
.about .top .right .tabs-change {
  width: calc(100% + 160px);
  margin-top: 50px;
  transform: translateX(-160px);
  position: relative;
  z-index: 2;
  padding: 60px;
  background: #fff url('../images/img97.png') no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .about .top .right .tabs-change {
    width: 100%;
    transform: translateX(0);
    padding: 20px;
  }
}
.about .top .right .tabs-change .item {
  display: none;
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .about .top .right .tabs-change .item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .top .right .tabs-change .item {
    font-size: 14px;
  }
}
.about .top .right .tabs-change .item.active {
  display: block;
}
.about .bottom .index3 {
  min-height: auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .about .bottom .index3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about .bottom .index3-box {
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 80px;
}
@media screen and (max-width: 768px) {
  .about .bottom .index3-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.about .bottom .index3-box .item .number {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about .bottom .index3-box .item .number {
    font-size: 18px;
  }
}
.about .bottom .index3-box .item .number span {
  font-size: 48px ;
}
@media screen and (max-width: 768px) {
  .about .bottom .index3-box .item .number span {
    font-size: 24px;
  }
}
.about .bottom .index3-box .item .summary {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about .bottom .index3-box .item .summary {
    font-size: 14px;
  }
}
.about2 {
  max-width: 1450px;
}
.about2 .about2-box {
  margin-bottom: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about2 .about2-box {
    flex-direction: column;
  }
}
.about2 .about2-box .left .item {
  font-size: 28px;
  color: #b9b9b9;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .about2 .about2-box .left .item {
    font-size: 20px;
  }
}
.about2 .about2-box .left .item.active,
.about2 .about2-box .left .item:hover {
  color: #000;
  text-decoration: underline;
}
.about2 .about2-box .right {
  margin-left: 100px;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .about2 .about2-box .right {
    margin-left: 0;
    margin-top: 40px;
  }
}
.about2 .about2-box .right .item {
  display: none;
}
.about2 .about2-box .right .item.active {
  display: block;
}
.about2 .about2-box .right .img {
  border-radius: 5px;
  overflow: hidden;
}
.about2 .about2-box .right .img .imgBox {
  padding-bottom: 50%;
}
.about2 .about2-box .right .img img {
  width: 100%;
}
.about2 .about2-box .right .text {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
@media screen and (max-width: 1600px) {
  .about2 .about2-box .right .text {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .about2 .about2-box .right .text {
    margin-top: 20px;
    padding: 0;
  }
}
.about2 .about2-box .right .title {
  font-size: 50px;
  color: #000;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .about2 .about2-box .right .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about2 .about2-box .right .title {
    font-size: 20px;
  }
}
.about2 .about2-box .right .summary {
  margin-top: 30px;
  font-size: 24px;
  color: #7d7d7d;
}
@media screen and (max-width: 1600px) {
  .about2 .about2-box .right .summary {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about2 .about2-box .right .summary {
    font-size: 14px;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.milestone {
  background: url('../images/img84.jpg') no-repeat center top / 100%;
  position: relative;
  padding-bottom: 20%;
}
.milestone::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img85.jpg') no-repeat center bottom / 100%;
}
.milestone .milestone-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.milestone .milestone-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #e8e0e0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box::after {
    left: 6px;
    right: auto;
    top: 20px;
  }
}
.milestone .milestone-box .item {
  width: 50%;
  text-align: left;
  padding-right: 40px;
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .milestone .milestone-box .item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item {
    width: 100%;
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
  }
}
.milestone .milestone-box .item::after,
.milestone .milestone-box .item::before {
  content: '';
  position: absolute;
  margin: auto;
  border-radius: 50%;
}
.milestone .milestone-box .item::after {
  right: -6px;
  background: #bfbfbf;
  width: 12px;
  height: 12px;
  z-index: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item::after {
    left: 0;
    right: auto;
    top: 10px;
  }
}
.milestone .milestone-box .item::before {
  right: -18px;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: 0;
  border: 4px solid #bfbfbf;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item::before {
    left: 4px;
    right: auto;
    top: 14px;
    display: none;
  }
}
.milestone .milestone-box .item .title {
  font-size: 26px;
  color: #333333;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 1024px) {
  .milestone .milestone-box .item .title {
    font-size: 20px;
  }
}
.milestone .milestone-box .item .summary {
  font-size: 22px;
  margin-top: 8px;
  color: #666666;
}
@media screen and (max-width: 1600px) {
  .milestone .milestone-box .item .summary {
    font-size: 16px;
  }
}
.milestone .milestone-box .item .summary span {
  color: var(--dominant-hover);
}
@media screen and (max-width: 1024px) {
  .milestone .milestone-box .item .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item .summary {
    font-size: 14px;
  }
}
.milestone .milestone-box .item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
  padding-left: 40px;
  text-align: left;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item:nth-child(even) {
    padding-left: 20px;
  }
}
.milestone .milestone-box .item:nth-child(even) .title {
  color: var(--dominant-hover);
}
.milestone .milestone-box .item:nth-child(even)::after {
  left: -6px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item:nth-child(even)::after {
    left: 0;
  }
}
.milestone .milestone-box .item:nth-child(even)::before {
  left: -18px;
  right: auto;
  background: var(--dominant-hover);
}
@media screen and (max-width: 768px) {
  .milestone .milestone-box .item:nth-child(even)::before {
    left: 4px;
  }
}
.search .search-box .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .search .search-box .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.search .search-box .item .tip {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .search .search-box .item .tip {
    font-size: 12px;
  }
}
.search .search-box .item .title {
  color: var(--dominant-color);
  font-size: 26px;
  font-family: 'Poppins-SemiBold';
}
@media screen and (max-width: 768px) {
  .search .search-box .item .title {
    font-size: 16px;
  }
}
.search .search-box .item .title i {
  font-size: 16px;
  margin-right: 10px;
}
.search .search-box .item .summary {
  font-size: 20px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .search .search-box .item .summary {
    font-size: 14px;
  }
}
/*网格布局*/
.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;
  }
}
.product-detail .features .detail-box .detail-page-box table {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  width: 100% !important;
  text-align: left;
  border-color: transparent;
  height: auto !important;
}
.product-detail .features .detail-box .detail-page-box table tr:nth-child(odd) {
  background: #f0f0f0;
}
.product-detail .features .detail-box .detail-page-box table tr {
  display: flex;
  height: auto !important;
}
.product-detail .features .detail-box .detail-page-box table tr td {
  color: #9c9c9c;
  padding: 10px 20px;
  line-height: 1.8;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 20px;
  flex: 1;
  height: auto !important;
}
.product-detail .features .detail-box .detail-page-box table tr td:first-child {
  font-weight: 600;
  color: #2f5596;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .product-detail .features .detail-box .detail-page-box table tr td {
    font-size: 12px;
  }
  .product-detail .features .detail-box .detail-page-box table tr td {
    padding: 10px;
  }
}
.product-detail .features .detail-box .detail-page-box .page1 table tr td {
  width: 55% !important;
}
.product-detail .features .detail-box .detail-page-box .page1 table tr td:first-child {
  width: 45% !important;
}

.product-detail .features .detail-box .detail-page-box .page2 table tr:first-child {
  background: #2f5596 !important;
}
.product-detail .features .detail-box .detail-page-box .page2 table tr:first-child td {
  color: #fff !important;
}

.product-detail .features .detail-box .detail-page-box .page2 table tr:nth-child(2) {
  background: var(--dominant-color) !important;
}
.product-detail .features .detail-box .detail-page-box .page2 table tr:nth-child(2) td {
  color: #fff !important;
}