* {
  box-sizing: border-box;
}
:root {
  --dominant-color: #e62129;
}
.header-phone-click {
  cursor: pointer;
  width: 22px;
  height: 16px;
  align-items: center;
  position: relative;
  right: 15%;
}
@media screen and (max-width: 1024px) {
  .header-phone-click {
    display: flex;
  }
}
.header-phone-click .phone-click-line {
  height: 2px;
  background: #000;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
.header-phone-click .phone-click-line::before,
.header-phone-click .phone-click-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.5s;
}
.header-phone-click .phone-click-line::before {
  top: 0;
  transition: all 0.5s;
}
.header-phone-click .phone-click-line::after {
  bottom: 0;
  transition: all 0.5s;
}
.header-phone-click.active .phone-click-line {
  background: transparent;
  transition: all 0.5s;
}
.header-phone-click.active .phone-click-line::before {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(7px) rotate(45deg);
}
.header-phone-click.active .phone-click-line::after {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(-7px) rotate(-45deg);
}
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);
}
/*弹性布局*/
.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;
  }
}
.page-menu2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .page-menu2 {
    justify-content: flex-start;
    overflow: auto;
  }
}
.page-menu2 a {
  font-size: 16px;
  position: relative;
  height: 100%;
  padding: 0px 30px;
line-height: 80px;
  display: block;
}


.lanmejdh{display: none;}
.lanmyjdh{ position: relative;}
.lanmyjdh:hover  .lanmejdh{    display: block;position: absolute;background: #fff;z-index: 3;    width: 100%;}
.lanmejdh a{ font-size: 14px;text-align: center;border-bottom: 1px solid #eee;    line-height: 46px;}

@media screen and (max-width: 768px) {
  .page-menu2 a {
    padding: 10px 10px;
    font-size: 14px;
    flex-shrink: 0;
  }
}
.page-menu2 a:hover::after {
  width:100%;
}
.page-menu2 a:first-child::before {
  display: none;
}
.page-menu2 a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  background: var(--dominant-color);
  width: 0;
  transition: all 0.3s;
}
.page-menu2 a::before {
  content: '';
  position: absolute;
  left: 0;
  height: 16px;
  width: 1px;
  background: #ccc;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .page-top {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
}
.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;
  }
}
.index-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-title .title {
  font-size: 0.32rem;
}
.aside {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 6;
  display: none;
}
aside .item {
  position: relative;
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid #767676;
  text-align: center;
  color: #767676;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
aside .item span {
  margin: auto;
  font-size: 0.2rem;
  color: #767676;
  transition: 0.4s;
}
aside .item:hover {
  background: #767676;
}
aside .item:hover span {
  color: #fff;
}
/*内页大图*/
.pageBanner {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 500px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageBanner {
    height: 300px;
  }
}
.pageBanner .img {
  width: 100%;
}
.pageBanner .img img {
  width: 100%;
}
.pageBanner .banner-box {
  position: absolute;
  text-align: center;
}
.pageBanner .banner-box .banner-title {
  font-size: 46px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .pageBanner .banner-box .banner-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .pageBanner .banner-box .banner-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-title {
    font-size: 20px;
  }
}
.pageBanner .banner-box .banner-summary {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-summary {
    font-size: 20px;
  }
}
.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;
}
/*表单*/
.form {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form {
    grid-gap: 10px;
  }
}
.form label {
  display: block;
  flex-basis: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .form label {
    flex-basis: 100%;
  }
}
.form label.w100 {
  flex-basis: 100%;
}
.form select {
  height: 58px;
  padding-left: 20px;
  background: #f1f1f1;
  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: #f1f1f1;
  border: none;
  padding: 0 20px;
  text-indent: 0;
  font-size: 16px;
}
.form textarea {
  border-radius: 10px;
  height: 154px;
  background: #f1f1f1;
  border: none;
  padding: 20px;
  text-indent: 0;
  font-size: 16px;
  width: 100%;
}
.form .a,
.form button {
  width: 100%;
  margin: auto;
  height: 58px;
  background: var(--dominant-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .form .a,
  .form button {
    font-size: 16px;
  }
}
/*人才招聘*/
.recruitment .recruitment-box .item {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}
.recruitment .recruitment-box .item .top {
  font-size: 24px;
  height: 100px;
  cursor: pointer;
  transition: all 0.5s;
  padding: 0 40px;
}
@media screen and (max-width: 1600px) {
  .recruitment .recruitment-box .item .top {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .top {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }
}
.recruitment .recruitment-box .item .top:hover {
  background: #000;
  color: #fff;
}
.recruitment .recruitment-box .item .bottom {
  padding: 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .bottom {
    padding: 20px;
  }
}
.recruitment .recruitment-box .item .bottom .b-item {
  margin-bottom: 40px;
}
.recruitment .recruitment-box .item .bottom .b-item .key {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .bottom .b-item .key {
    font-size: 16px;
  }
}
.recruitment .recruitment-box .item .bottom .b-item .value {
  margin-top: 20px;
  font-size: 18px;
  opacity: 0.6;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .bottom .b-item .value {
    font-size: 14px;
  }
}
.recruitment .recruitment-box .item .b-link {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .b-link {
    font-size: 14px;
  }
}
.recruitment .recruitment-box .item .b-link a:hover {
  text-decoration: underline;
}
/*新闻资讯*/
.news-center {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .news-center {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*新闻详情*/
.news-detail {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.04);
}
.news-detail .title {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 1000px;
}
@media screen and (max-width: 1366px) {
  .news-detail .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .title {
    font-size: 20px;
  }
}
.news-detail .mid {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.news-detail .mid .item {
  display: flex;
  align-items: center;
  margin: 0 20px;
  color: #999;
}
.news-detail .mid .item .icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
.news-detail .mid .item .icon img {
  object-fit: contain;
  height: 100%;
}
.news-detail .details {
  width: 90%;
  max-width: 1000px;
  font-size: 18px;
  margin: 30px auto 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  min-height: 300px;
  border-top: 1px solid #eee;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .news-detail .details {
    font-size: 14px;
  }
  .news-detail .details img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.news-detail .detail-pager {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news-detail .detail-pager {
    flex-direction: column;
  }
}
.news-detail .detail-pager a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.5s;
  font-size: 14px;
}
.news-detail .detail-pager a:nth-child(2) {
  text-align: right;
}
.news-detail .detail-pager a:hover {
  color: var(--dominant-color);
}
.news-detail .detail-pager a:hover img {
  filter: brightness(10);
}
/*新闻资讯*/
.news .news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .news .news-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news .news-box .item {
  transition: all 0.5s;
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
}
.news .news-box .item .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news .news-box .item .img .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
}
.news .news-box .item .imgBox {
  padding-bottom: 75%;
}
.news .news-box .item .text {
  flex: 1;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text {
    padding: 20px;
  }
}
.news .news-box .item .text .time {
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.news .news-box .item .text .title {
  font-size: 20px;
  transition: all 0.5s;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .news .news-box .item .text .title {
    font-size: 16px;
  }
}
.brand {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 769px) {
  .brand {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.brand .item {
  background: #fff;
  transition: all 0.5s;
  border: 1px solid #eee;
}
.brand .item:hover {
  transform: translateY(-10px);
}
.brand .imgBox {
  padding-bottom: 50%;
  
}
.brand .text {
  color: #000;
  padding: 0 20px 40px;
  text-align: center;
}
.brand .text .modelNumber {
  font-size: 18px;
  font-weight: 600;
}
.brand .text .more {
  margin-top: 10px;
  color: #e70214;
}
/*关于我们*/
.about {
  overflow: hidden;
}
.about .about01 {
  position: relative;
}
.about .about01 .top {
  position: relative;
  text-align: center;
}
.about .about01 .top .tip-img {
  position: absolute;
  top: 0;
  right: 0;
}
.about .about01 .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .about01 .bottom {
    flex-direction: column;
  }
}
.about .about01 .bottom .left {
  flex-basis: 50%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .about .about01 .bottom .left {
    margin-right: 0;
  }
}
.about .about01 .bottom .left img {
  width: 100%;
}
.about .about01 .bottom .right {
  flex: 1;
  max-width: 1100px;
}
.about .about01 .bottom .right .summary {
  margin-top: 10px;
  line-height: 2;
}
.about .about01 .number {
  margin-top: 4.167vw;
}
@media screen and (max-width: 1440px) {
  .about .about01 .number {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1440px) {
  .about .about01 .number .item {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
}
.about .about01 .number .text {
  align-items: baseline;
}
.about .about01 .number .text .title {
  font-size: 56px;
  position: relative;
  margin-right: 6px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .about .about01 .number .text .title {
    font-size: 40px;
  }
}
.about .about01 .number .text .title sup {
  font-size: 20px;
  position: absolute;
  left: calc(100% + 5px);
  top: 5px;
}
@media screen and (max-width: 1440px) {
  .about .about01 .number .text .title sup {
    font-size: 14px;
  }
}
.about .about01 .number .text .summary {
  font-size: 16px;
}
.about .about01 .bottom-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about .about01 .bottom-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about .about01 .bottom-box .item {
  height: 250px;
  position: relative;
}
.about .about01 .bottom-box .item .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  color: #fff;
}
.about .about01 .bottom-box .item .text .img {
  width: 50px;
}
.about .about01 .bottom-box .item .text .title {
  margin-top: 20px;
  font-size: 20px;
}
.about .about01 .bottom-box .item .text .summary {
  font-size: 14px;
  margin-top: 4px;
}
.about .about02 {
  overflow: hidden;
  height: 100vh;
}
.about .about02 .index-title {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  z-index: 2;
}
.about .about02 .about02-img {
  background: #000;
  position: absolute;
  top: 30%;
  height: 590px;
  left: 0;
  right: 0;
  margin: auto;
}
.about .about02 .about02-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about .about02 .swiper-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.about .about02 .swiper {
  overflow: initial;
  margin-left: 0;
}
.about .about02 .swiper-slide {
  max-width: 826px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .about02 .swiper-slide {
    max-width: 768px;
  }
}
.about .about02 .swiper-slide .img {
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .about .about02 .swiper-slide .img {
    width: 100%;
  }
}
.about .about02 .swiper-slide .img .imgBox {
  padding-bottom: 115%;
}
.about .about02 .swiper-slide .text {
  flex: 1;
  color: #fff;
  margin-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .about .about02 .swiper-slide .text {
    margin-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
}
.about .about02 .swiper-slide .text .sup {
  font-size: 40px;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .about .about02 .swiper-slide .text .sup {
    font-size: 30px;
  }
}
.about .about02 .swiper-slide .text .title {
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .about .about02 .swiper-slide .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about02 .swiper-slide .text .title {
    font-size: 16px;
  }
}
.about .about02 .swiper-slide .text .tip,
.about .about02 .swiper-slide .text .summary {
  font-size: 18px;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .about .about02 .swiper-slide .text .tip,
  .about .about02 .swiper-slide .text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about02 .swiper-slide .text .tip,
  .about .about02 .swiper-slide .text .summary {
    font-size: 14px;
  }
}
.about .about02 .swiper-slide .text .summary {
  margin-top: 30px;
  line-height: 1.6;
}
.about .about03 {
  overflow: hidden;
  background: #fafafa;
}
.about .about03 .about03-box {
  margin-top: 40px;
  position: relative;
}
.about .about03 .about03-box .text-swiper {
  margin: auto;
  max-width: 1000px;
  overflow: hidden;
}
.about .about03 .about03-box .text-swiper .swiper-slide {
  text-align: center;
}
.about .about03 .about03-box .text-swiper .swiper-slide .year {
  font-size: 100px;
  opacity: 0.1;
}
@media screen and (max-width: 1600px) {
  .about .about03 .about03-box .text-swiper .swiper-slide .year {
    font-size: 160px;
  }
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .text-swiper .swiper-slide .year {
    font-size: 100px;
  }
}
.about .about03 .about03-box .text-swiper .swiper-slide .text {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .about .about03 .about03-box .text-swiper .swiper-slide .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .text-swiper .swiper-slide .text {
    font-size: 16px;
  }
}
.about .about03 .about03-box .time-swiper {
  margin-top: 60px;
  overflow: hidden;
}
.about .about03 .about03-box .time-swiper .line {
  width: 200%;
  background: #d1d1d1;
  height: 1px;
  position: absolute;
  top: 34px;
}
.about .about03 .about03-box .time-swiper .line .line-run {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
.about .about03 .about03-box .time-swiper .swiper-slide {
  padding-top: 24px;
  cursor: pointer;
}
.about .about03 .about03-box .time-swiper .swiper-slide .point {
  width: 19px;
  height: 19px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0);
  margin: auto;
  position: relative;
}
.about .about03 .about03-box .time-swiper .swiper-slide .point::before {
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: #d1d1d1;
}
.about .about03 .about03-box .time-swiper .swiper-slide .point::after {
  content: '';
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.about .about03 .about03-box .time-swiper .swiper-slide .year {
  font-size: 30px;
  opacity: 0.2;
  text-align: center;
  margin-top: 20px;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .about .about03 .about03-box .time-swiper .swiper-slide .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .about .about03 .about03-box .time-swiper .swiper-slide .year {
    font-size: 16px;
  }
}
.about .about03 .about03-box .time-swiper .swiper-slide.swiper-slide-thumb-active .point {
  background: rgba(0, 0, 0, 0.1);
}
.about .about03 .about03-box .time-swiper .swiper-slide.swiper-slide-thumb-active .point::after {
  opacity: 1;
}
.about .about03 .about03-box .time-swiper .swiper-slide.swiper-slide-thumb-active .year {
  opacity: 1;
}
.about .about03 .about03-box .button {
  margin: 80px auto 0;
  width: 140px;
}
.about .about03 .about03-box .button .swiper-prev,
.about .about03 .about03-box .button .swiper-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 16px;
  transition: all 0.5s;
  cursor: pointer;
}
.about .about03 .about03-box .button .swiper-prev:hover,
.about .about03 .about03-box .button .swiper-next:hover {
  background: #000;
  color: #fff;
}
.about .about04 {
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .about .about04 .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about .about04 .top .right {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.about .about04 .top .about04-menu {
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .about .about04 .top .about04-menu {
    grid-gap: 10px;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.about .about04 .top .about04-menu .item {
  height: 50px;
  line-height: 50px;
  padding: 0 38px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 18px;
  display: block;
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about .about04 .top .about04-menu .item {
    font-size: 14px;
    padding: 0 20px;
    flex-basis: calc((100% - 10px) / 2);
    text-align: center;
  }
}
.about .about04 .top .about04-menu .item:hover,
.about .about04 .top .about04-menu .item.active {
  background: #000;
  color: #fff;
}
.about .about04 .bottom {
  margin-top: 4.25vw;
}
.about .about04 .bottom .item {
  display: none;
}
.about .about04 .bottom .swiper-slide {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.04);
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about .about04 .bottom .swiper-slide {
    padding: 20px;
    flex-direction: column;
  }
}
.about .about04 .bottom .swiper-slide .img {
  flex-basis: 32%;
}
@media screen and (max-width: 768px) {
  .about .about04 .bottom .swiper-slide .img {
    width: 100%;
  }
}
.about .about04 .bottom .swiper-slide .img .imgBox {
  padding-bottom: 140%;
}
.about .about04 .bottom .swiper-slide .text {
  flex: 1;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about04 .bottom .swiper-slide .text {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.about .about04 .bottom .swiper-slide .text .sup {
  width: 32px;
  display: none;
}
.about .about04 .bottom .swiper-slide .text .sup img {
  width: 100%;
}
.about .about04 .bottom .swiper-slide .text .title {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .about .about04 .bottom .swiper-slide .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about04 .bottom .swiper-slide .text .title {
    font-size: 14px;
  }
}
.about .about04 .bottom .swiper-slide .text .summary {
  font-size: 20px;
  opacity: 0.6;
  margin-top: 20px;
  line-height: 1.6;
}
.about .about04 .bottom.active {
  display: block;
}
.about .about04 .bottom .swiper-pagination {
  position: initial;
}
.about .about04 .bottom .swiper-pagination .swiper-pagination-current {
  color: #000;
}
.pager2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pager2 {
    margin-top: 50px;
    flex-direction: column-reverse;
  }
}
.pager2 .left .prev,
.pager2 .left .next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000;
  transition: all 0.5s;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  cursor: pointer;
}
.pager2 .left .prev:hover,
.pager2 .left .next:hover {
  background: #000;
  color: #fff;
}
.pager2 .right {
  flex-basis: calc(100% - 220px);
  color: #d5d5d5;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pager2 .right {
    margin-bottom: 20px;
  }
}
.pager2 .right .line1 {
  height: 1px;
  flex: 1;
  background: #d5d5d5;
}
@media screen and (max-width: 768px) {
  .pager2 .right .line1 {
    display: none;
  }
}
.pager2 .right .number {
  flex-basis: 145px;
}
.pager2 .right .number .num {
  color: #000;
  margin-right: 6px;
}
.pager2 .right .number .max {
  margin-left: 6px;
}
.pager2 .right .line2 {
  height: 1px;
  flex-basis: 270px;
  background: #d5d5d5;
}
@media screen and (max-width: 768px) {
  .pager2 .right .line2 {
    display: none;
  }
}
/*产品中心*/
.product .form1 {
  overflow: hidden;
  margin-bottom: 30px;
}
.product .form1 input {
  border-radius: 0;
}
.product .form1 button {
  width: 120px;
  background: #ed941e;
  color: #fff;
}
.product .items {
  position: relative;
}
.product .items .item {
  cursor: pointer;
  background: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .items .item {
    padding-bottom: 20px;
  }
}
.product .items .item:hover .item {
  width: 100%;
  box-shadow: 0 10px 20px 0 hsla(195, 6%, 74%, 0.5);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .product .items .item:hover .item .text .small-img {
    display: flex;
  }
}
.product .items .item .text {
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px;
}
.product .items .item .text .title {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product .items .item .text .title {
    font-size: 14px;
  }
}
.product .items .item .text .summary {
  color: var(--dominant-color);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .product .items .item .text .summary {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 10px;
  }
}
.product .items .item:hover .text {
  background: var(--dominant-color);
}
.product .items .item:hover .text .title {
  color: #fff;
}
.product .items .item-box {
  position: relative;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.01);
  transition: all 0.5s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .product .items .item-box {
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.05);
  }
}
.product .items .item-box .imgBox {
  padding-bottom: 83%;
}
.product .items .item-box .imgBox img {
  object-fit: contain;
}
.product .product-items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1440px) {
  .product .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product .product-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .product-items .item {
  display: flex;
  border: 1px solid #dedede;
  border-radius: 3px;
  border-top-color: var(--dominant-color);
}
.product .product-items .item .img {
  flex-basis: 50%;
  padding: 10px;
}
.product .product-items .item .img .imgBox {
  padding-bottom: 75%;
}
.product .product-items .item .img img {
  object-fit: contain;
}
.product .product-items .item .text {
  flex-basis: 50%;
  padding: 30px 20px 10px;
}
.product .product-items .item .text .title {
  font-size: 16px;
  color: #2a2a2a;
}
.product .product-items .item .text .summary {
  font-size: 12px;
  margin-top: 10px;
}
.product-detail {
  background: #fff;
  padding: 20px;
  margin-bottom: 50px;
}
.product-detail .features {
  overflow: hidden;
}
.product-detail .features .product-detail-top {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.product-detail .features .product-detail-top .p-left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-top .p-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-detail .features .product-detail-top .p-left .swiper-big .imgBox {
  padding-bottom: 75%;
  border: 1px solid #eee;
}
.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;
  background: 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% - 50px);
  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;
  box-sizing: border-box;
  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: 100%;
}
.product-detail .features .product-detail-top .p-right {
  flex-basis: 57%;
}
.product-detail .features .product-detail-top .p-right .text {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-detail .features .product-detail-top .p-right .text .title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
@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: 14px;
  color: #888;
  line-height: 1.6;
}
.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-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;
  margin-top: 50px;
  line-height: 2;
  padding-bottom: 100px;
}
.product-detail .features .detail-box .title {
  font-size: 18px;
  color: #fff;
  padding: 15px;
  background: var(--dominant-color);
  text-align: center;
  margin-bottom: 20px;
}
.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-detail .related-products-width {
  width: 100%;
}
.product-detail .related-products {
  scroll-margin-top: 160px;
  padding-top: 0;
  padding-bottom: 0;
}
.product-detail .related-products .related-products-box .product-box {
  margin-bottom: 0;
}
.product-detail .related-products .page-title {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-detail .related-products .page-title .swiper-button {
    display: none;
  }
}
.product-detail .related-products .page-title .swiper-button .prev,
.product-detail .related-products .page-title .swiper-button .next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer;
  transition: all 0.5s;
  color: #999;
}
@media screen and (max-width: 768px) {
  .product-detail .related-products .page-title .swiper-button .prev,
  .product-detail .related-products .page-title .swiper-button .next {
    width: 30px;
    height: 30px;
  }
}
.product-detail .related-products .page-title .swiper-button .prev:hover,
.product-detail .related-products .page-title .swiper-button .next:hover {
  background: var(--dominant-color);
  color: #fff;
}
.product-detail .related-products .page-title .swiper-button .prev {
  margin-right: 20px;
  transform: rotate(180deg);
}
.product-detail .related-products .product-box {
  padding: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .product-detail .related-products .product-box {
    padding: 10px 5px 50px;
    overflow: hidden;
  }
}
.product-detail .related-products .product-box .items {
  display: flex;
  grid-gap: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .product-detail .related-products .swiper-pagination {
    text-align: center !important;
  }
}
.product-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .product-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-item .item {
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  background: #fff;
}
.product-item .item .imgBox {
  padding-bottom: 75%;
}
.product-item .item .imgBox img {
  object-fit: contain;
}
.product-item .item .text {
  padding: 0 20px 20px;
}
.product-item .item .text .title {
  text-align: center;
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .product-item .item .text .title {
    font-size: 14px;
  }
}
.product-item .item .text .more {
  border-radius: 30px;
  width: 125px;
  height: 38px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5a7a5;
  margin: 10px auto;
}
/*内页左右结构*/
.page-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-box {
    flex-direction: column;
  }
}
.page-box .left {
  width: 350px;
  position: relative;
}
.page-box .left .fadeImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-box .left .fadeImg {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .page-box .left {
    width: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .page-box .left {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page-box .left {
    width: 100%;
  }
}
.page-box .right {
  width: calc(100% - 350px);
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  .page-box .right {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .page-box .right {
    width: 100%;
    margin-left: 0;
  }
}
/*内页导航*/
.page-menu {
  width: 100%;
}
.page-menu .top-title {
  background: var(--dominant-color);
  font-size: 28px;
  position: relative;
  color: #fff;
  padding: 20px 30px;
  line-height: 1.2;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-menu .top-title {
    font-size: 18px;
    padding: 20px 20px;
    height: auto;
    text-align: center;
  }
}
.page-menu .top-title span {
  font-size: 16px;
  display: block;
  opacity: 0.5;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-menu .top-title span {
    display: none;
  }
}
.page-menu .top-title .img {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -1;
  animation: sizing 1s infinite linear;
}
@media screen and (max-width: 768px) {
  .page-menu {
    width: 100%;
  }
}
.page-menu .menu-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-menu .menu-box {
    display: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-menu {
    flex-direction: column;
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
  }
}
.page-menu .first-menu {
  width: 100%;
  position: relative;
  background: #fff;
}
.page-menu .first-menu.active span {
  background: #15808f;
}
.page-menu .first-menu.active span .f-title {
  color: #fff;
}
.page-menu .first-menu.active span i::before,
.page-menu .first-menu.active span i::after {
  background: #fff;
}
.page-menu .first-menu .first-title {
  position: relative;
}
.page-menu .first-menu .first-title i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  color: #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.5s;
  cursor: pointer;
  transform: rotate(-90deg);
  filter: brightness(0);
}
.page-menu .first-menu .first-title i img {
  width: 10px;
}
.page-menu .first-menu .first-title i.active {
  transform: rotate(0);
}
.page-menu .first-menu .second-box {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-top: none;
  display: none;
}
.page-menu .first-menu .second-box a {
  font-size: 13px;
  display: block;
  color: #000;
  transition: all 0.5s;
  line-height: 1.8;
}
.page-menu .first-menu .second-box a:hover {
  color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .page-menu .first-menu .second-box {
    text-align: center;
    padding: 20px;
  }
}
.page-menu .first-menu span {
  position: relative;
  width: 100%;
}
.page-menu .first-menu span i {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 12px;
  transition: all 0.5s;
  border-radius: 50%;
  width: 50px;
  height: 100%;
  display: flex;
  right: 0;
  margin: auto;
}
.page-menu .first-menu span i::before,
.page-menu .first-menu span i::after {
  content: '';
  position: absolute;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-menu .first-menu span i::before {
  width: 14px;
  height: 2px;
}
.page-menu .first-menu span i::after {
  height: 14px;
  width: 2px;
}
.page-menu .first-menu span:hover i::before,
.page-menu .first-menu span:hover i::after {
  background: #fff;
}
.page-menu .first-menu span:hover .f-title {
  background: #ed941e;
  color: #fff;
}
.page-menu .first-menu .f-title {
  font-size: 13px;
  position: relative;
  color: #000;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-top: none;
  line-height: 1.4;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .page-menu .first-menu .f-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .first-menu .f-title {
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
  }
}
.page-menu .first-menu .s-box {
  display: none;
}
.page-menu .first-menu .s-box a {
  font-size: 16px;
  text-align: left;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px 40px;
  display: block;
}
.page-menu .first-menu .s-box a::after {
  display: none;
}
.page-menu .first-menu .s-box a:hover {
  background: #ed941e;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .page-menu .first-menu .s-box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .first-menu .s-box a {
    font-size: 12px;
    height: 40px;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    padding: 0;
  }
}
.product .productList .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1600px) {
  .product .productList .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product .productList .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product .productList .row .list {
  width: 100%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
/*分页*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pager a {
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #6e6e6e;
  transition: all 0.5s;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pager a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 4px;
  }
}
.pager a:hover,
.pager a.page-num-current {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.pro_btn {
  text-align: left;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.pro_btn a {
  display: inline-block;
  width: 110px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 10px 20px 10px 0;
  position: relative;
}
.btn_p {
  background: #86b300;
}
.btn_l {
  background: #f6ac1d;
}
a.hvr-ripple-out {
  display: block;
  transform: translateZ(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  backface-visibility: hidden;
  position: relative;
  border-radius: 4px;
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
a.hvr-ripple-out::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  animation-duration: 1s;
  border-width: 6px;
  border-style: solid;
  border-color: #86b300;
  border-image: initial;
  border-radius: 4px;
}
a.hvr-ripple-out:hover::before {
  animation-name: hvr-ripple-out;
}
@keyframes hvr-ripple-out1 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
a.hvr-ripple-out1 {
  display: block;
  transform: translateZ(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  backface-visibility: hidden;
  position: relative;
  border-radius: 4px;
}
a.hvr-ripple-out1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  animation-duration: 1s;
  border-width: 6px;
  border-style: solid;
  border-color: #f6ac1d;
  border-image: initial;
  border-radius: 4px;
}
a.hvr-ripple-out1:hover::before {
  animation-name: hvr-ripple-out1;
}
@media screen and (max-width: 768px) {
  .location {
    display: none;
  }
}
.index_header .box .nav .item .select-product {
  background: none;
}
.index_header .box .nav .item .select-product .select-product-box {
  display: flex;
  background: #fff;
}
.index_header .box .nav .item .select-product .swiper-container {
  height: 100%;
  width: 100%;
}
.index_header .box .nav .item .select-product .main_ {
  flex-basis: 180px;
  background: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  position: relative;
  overflow: auto;
}
.index_header .box .nav .item .select-product .main_::-webkit-scrollbar {
  width: 0;
}
.index_header .box .nav .item .select-product .main_ li {
  height: 40px;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.index_header .box .nav .item .select-product .main_ li a {
  line-height: 40px !important;
  width: 100%;
  text-align: center;
}
.index_header .box .nav .item .select-product .main_ li.active a::after {
  width: 100%;
}
.index_header .box .nav .item .select-product .button {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid #eee;
  width: 180px;
}
.index_header .box .nav .item .select-product .button .next {
  transform: rotate(180deg);
}
.index_header .box .nav .item .select-product .button .prev,
.index_header .box .nav .item .select-product .button .next {
  cursor: pointer;
  filter: brightness(0);
  transition: all 0.5s;
}
.index_header .box .nav .item .select-product .button .prev:hover,
.index_header .box .nav .item .select-product .button .next:hover {
  filter: none;
}
.index_header .box .nav .item .select-product .right-product {
  border-top: 1px solid #eee;
  flex: 1;
  border-right: 1px solid #eee;
  height: fit-content;
}
.index_header .box .nav .item .select-product .right-product .d-item {
  display: none;
  flex-wrap: wrap;
}
.index_header .box .nav .item .select-product .right-product .d-item.active {
  display: flex;
}
.index_header .box .nav .item .select-product .right-product .r-item {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 25%;
  position: relative;
  box-sizing: border-box;
}
.index_header .box .nav .item .select-product .right-product .r-item img {
  width: 100%;
}
.index_header .box .nav .item .select-product .right-product .r-item .r-title {
  font-size: 14px;
  text-align: center;
  
}
.index_header .box .nav .item .select-product .right-product.p1 .r-item {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px;
    flex-direction: column;
}
.index_header .box .nav .item .select-product .right-product.p2 .r-item {
  padding: 20px 20px;
}
.index_header .box .nav .item .select2 {
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.index_header .box .nav .item .select2 .main_ {
  flex-direction: column;
}
.index_header .box .nav .item .select2 .main_ li {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.news-s1 {
  padding: 5vw 0 6.25vw;
}
.news-s1 .items {
  margin-bottom: 3.125vw;
}
.news-s1 .item {
  border-bottom: 1px solid #e6e6e6;
  padding: 2vw 0;
}
.news-s1 .item a {
  display: flex;
  align-items: center;
}
.news-s1 .item .img-box {
  width: 25vw;
  overflow: hidden;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
}
.news-s1 .item .txt-box {
  width: calc(100% - 25vw);
  padding-left: 3.125vw;
}
.news-s1 .item h3 {
  font-size: 26px;
  color: #333333;
  transition: color 0.3s ease;
}
.news-s1 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  height: 54px;
  overflow: hidden;
  margin-top: 15px;
}
.news-s1 .item .ope {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-s1 .item .date {
  font-size: 18px;
  color: #808080;
  font-family: 'EuclidCircularA-Regular';
}
.news-s1 .item .more {
  font-size: 18px;
  color: var(--dominant-color);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.news-s1 .item .more:after {
  content: '';
  width: 28px;
  height: 28px;
  background-color: var(--dominant-color);
  border-radius: 12px;
  @include backimg;
  background-image: url('../images/news/icon-3.png');
  @include inline-middle;
  margin: -2px 0 0 10px;
}
.news-s1 .item:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
  .news-s1 .item:hover h3 {
    color: var(--dominant-color);
  }
  .news-s1 .item:hover .more {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news-s1 .items {
    margin-bottom: 40px;
  }
  .news-s1 .item {
    padding: 20px 0;
  }
  .news-s1 .item a {
    display: block;
  }
  .news-s1 .item .img-box {
    width: 100%;
  }
  .news-s1 .item .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .news-s1 .item h3 {
    font-size: 18px;
  }
  .news-s1 .item p {
    height: auto;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-s1 .item .date {
    font-size: 12px;
  }
  .news-s1 .item .ope {
    margin-top: 15px;
  }
  .news-s1 .item .more {
    opacity: 1;
    font-size: 12px;
  }
  .news-s1 .item .more:after {
    width: 24px;
    height: 24px;
    background-size: auto 12px;
  }
}
.contact-s1 {
  padding: 6.25vw 0;
  font-size: 0;
}
.contact-s1 .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}
.contact-s1 .item {
  width: calc((100% - 48px) / 3);
  margin-top: 24px;
  background-color: #f8faf5;
  padding: 3.125vw;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .contact-s1 .item:nth-of-type(1),
  .contact-s1 .item:nth-of-type(2),
  .contact-s1 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.contact-s1 .item .icon {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.contact-s1 .item p {
  font-size: 16px;
  color: #808080;
  margin-top: 15px;
  line-height: 1.5;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:hover {
    transform: translateY(-10px);
    background-color: var(--dominant-color);
    box-shadow: 0 20px 40px rgba(0, 88, 78, 0.3);
  }
  .contact-s1 .item:hover .icon {
    filter: brightness(100);
  }
  .contact-s1 .item:hover p {
    color: #fff;
  }
}
.contact-s1 .map {
  margin-top: 24px;
  height: 25vw;
  max-height: 480px;
}
.contact-s1 .map-cont {
  width: 450px;
  margin: -10px -18px -10px -10px;
  font-size: 0;
}
.contact-s1 .map-cont .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
  height: 90px;
  text-align: center;
  background-color: #00584e;
  position: relative;
}
.contact-s1 .map-cont .img-box img {
  width: auto;
  max-width: 80% !important;
  max-height: 50% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-s1 .map-cont .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  text-align: center;
}
.contact-s1 .map-cont .txt-box span {
  font-size: 18px;
  color: #444;
}
.contact-s1 .amap-layer {
  filter: grayscale(1);
}
.contact-s2 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contact-s2 .items {
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
}
.contact-s2 .item {
  width: calc(50% - 12px);
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.9);
}
.contact-s2 .item h3 {
  font-size: 24px;
  color: #333;
}
.contact-s2 .item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #8fc31f;
  display: block;
  margin: 15px 0;
}
.contact-s2 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 88, 78, 0.3);
}
.contact-s2 .item .tip-left {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.contact-s2 .item .tip-left:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #8fc31f;
  position: absolute;
  left: 0;
  top: 13px;
}
.contact-s2 .item .tip-left span {
  color: #00584e;
}
.contact-s2 .item .tip-right {
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
}
.contact-s2 .item .tip-right:nth-of-type(1) {
  margin-top: 0;
}
.contact-s2 .item .tip-right:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #8fc31f;
  position: absolute;
  left: 0;
  top: 9px;
}
.contact-s2 .item .tip-right h4 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
.contact-s2 .item .tip-right p {
  font-size: 16px;
  color: #00584e;
  margin-top: 20px;
  text-indent: 2em;
}
.contact-s3 {
  padding: 6.25vw 0;
  font-size: 0;
}
.contact-s3 form {
  margin-top: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-s3 .box {
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .contact-s3 .box:nth-of-type(1),
  .contact-s3 .box:nth-of-type(2),
  .contact-s3 .box:nth-of-type(3),
  .contact-s3 .box:nth-of-type(4) {
    margin-top: 0;
    width: calc((100% - 72px) / 4);
  }
  .contact-s3 .box:nth-of-type(5),
  .contact-s3 .box:nth-of-type(6),
  .contact-s3 .box:nth-of-type(8),
  .contact-s3 .box:nth-of-type(9) {
    width: calc((100% - 24px) / 2);
  }
  .contact-s3 .box:nth-of-type(7) {
    width: 100%;
  }
}
.contact-s3 .box input,
.contact-s3 .box select,
.contact-s3 .box textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #808080;
  border: 2px solid #e6e6e6;
  cursor: pointer;
}
.contact-s3 .box input,
.contact-s3 .box select {
  height: 60px;
  padding: 0 20px;
}
.contact-s3 .box textarea {
  height: 190px;
  padding: 10px 20px;
  resize: none;
}
.contact-s3 .box select {
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon-2.png");
}
.contact-s3 .box button {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #00584e;
  cursor: pointer;
}
.contact-s3 .box .tips {
  position: relative;
  font-size: 16px;
  color: #cccccc;
  padding: 24px 100px 0 24px;
}
.contact-s3 .box .num {
  position: absolute;
  right: 24px;
  top: 24px;
}
.contact-s3 .box img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 56px;
  cursor: pointer;
}
.row-ab1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.333vw;
  margin-top: 3.333vw;
  padding-bottom: 6.222vw;
}
.m-comad1 {
  overflow: hidden;
  margin-bottom: 5.555vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .m-comad1 {
    flex-direction: column;
  }
}
.m-comad1 .col-l {
  width: 56%;
}
.m-comad1 .col-r {
  width: 39.3%;
}
.m-comad1 .tit {
  font-size: 2.222vw;
  margin-bottom: 2.222vw;
  font-weight: 700;
}
.m-comad1 .d {
  margin-bottom: 1.388vw;
}
.m-comad1 .desc {
  color: #999;
  font-size: 0.944vw;
  line-height: 1.8;
  height: 15vw;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5.555vw;
}
.m-comad1 .desc::-webkit-scrollbar {
  width: 0.222vw;
  height: 0.055vw;
}
.m-comad1 .desc::-webkit-scrollbar-thumb {
  border-radius: 0.222vw;
  background: #f08200;
}
.m-comad1 .desc::-webkit-scrollbar-track {
  border-radius: 0.222vw;
  background: #e0e0e0;
}
.ul-numlist1 {
  display: flex;
  width: 100%;
}
.ul-numlist1 li {
  flex: 1;
}
.ul-numlist1 .con .n1 {
  font-size: 4.444vw;
  font-weight: 700;
  position: relative;
}
.ul-numlist1 .n1 em {
  font-size: 0.777vw;
}
.ul-numlist1 {
  font-size: 0.888vw;
}
.ul-numlist1 .en {
  font-size: 0.666vw;
  color: #ccc;
}
.m-comad2 .col-l {
  width: 60%;
}
.m-comad2 .col-r {
  border-radius: 1.666vw;
  overflow: hidden;
}
.m-comad2 .txt .tit {
  font-size: 2.222vw;
  margin-bottom: 2.555vw;
  font-weight: 700;
}
.m-comad2 .txt .desc {
  font-size: 0.944vw;
  line-height: 1.8;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  .m-comad1 .col-l {
    width: 100%;
  }
  .m-comad1 .col-r {
    width: 100%;
  }
  .ul-numlist1 .con .n1 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }
  .ul-numlist1 .n1 em {
    font-size: 14px;
  }
  .ul-numlist1 {
    font-size: 14px;
  }
  .ul-numlist1 {
    flex-wrap: wrap;
  }
  .ul-numlist1 li {
    flex-basis: 50%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .m-comad1 .tit {
    font-size: 18px;
  }
  .m-comad1 .desc {
    font-size: 14px;
    height: auto;
    margin-bottom: 30px;
  }
  .m-comad1 .d {
    width: 20px;
  }
}
.table-box {
  overflow: auto;
}
.table-box .bottom {
  border-left: 1px solid #e5e5e5;
}
.table-box .bottom .sticky {
  top: 80px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .table-box .bottom .sticky {
    top: 0;
  }
}
.table-box .bottom .sticky::before {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 4;
}
.table-box .bottom .sticky::after {
  width: 100%;
  height: 100%;
  right: -100%;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 4;
}
.table-box .bottom .b-top-overflow {
  overflow: hidden;
}
.table-box .bottom .b-top {
  background: #f5f5f5;
  border-bottom: none;
  position: relative;
  z-index: 2;
}
.table-box .bottom .b-top .select-click {
  cursor: pointer;
}
.table-box .bottom .b-top .select-click img {
  width: 19px;
  filter: brightness(0);
  transition: all 0.5s;
}
.table-box .bottom .b-top .select-click:hover img {
  filter: none;
}
.table-box .bottom .b-top .select-click .show {
  display: none;
  width: 200px;
  z-index: 2;
  top: 0;
  left: 0;
  border: 1px solid #DADADA;
  background: #f4f4f4;
  position: absolute;
}
.table-box .bottom .b-top .select-click .show .show-top {
  height: 40px;
  background: #DADADA;
  font-size: 20px;
  padding-right: 20px;
}
.table-box .bottom .b-top .select-click .show .show-top i {
  cursor: pointer;
}
.table-box .bottom .b-top .select-click .show .show-bottom {
  padding: 20px;
}
.table-box .bottom .b-top .select-click .show .show-bottom label {
  display: block;
  margin-bottom: 10px;
}
.table-box .bottom .b-top .select-click .show .show-bottom .reset {
  margin-top: 30px;
}
.table-box .bottom .b-top .select-click .show .show-bottom .reset:hover {
  text-decoration: underline;
}
.table-box .bottom .b-top .item {
  background: #f5f5f5;
}
.table-box .bottom .b-top .items:first-child .item {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}
.table-box .bottom .b-top .items:first-child .item::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 28px;
  width: calc(64px / 4);
  height: calc(47px / 4);
  background: url('../images/svg/jianrg.svg') center / cover no-repeat;
  transform: rotate(90deg);
  opacity: 0;
}
.table-box .bottom .b-top .items:first-child .item::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--dominant-color);
  transition: al 0.5s;
  opacity: 0;
}
.table-box .bottom .b-top .items:first-child .item.active::after {
  opacity: 1;
}
.table-box .bottom .b-top .items:first-child .item.act1::before {
  opacity: 1;
}
.table-box .bottom .b-top .items:first-child .item.act2::before {
  opacity: 1;
  transform: rotate(270deg);
}
.table-box .bottom .b-top .items:first-child .item:hover {
  background: #f1f1f1;
}
.table-box .bottom .mid-scroll {
  overflow: scroll;
}
.table-box .bottom .mid-line {
  width: 1600px;
  height: 1px;
}
.table-box .bottom .b-bottom-overflow {
  overflow: hidden;
}
.table-box .bottom .b-bottom {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .table-box .bottom .b-bottom {
    overflow: auto;
  }
}
.table-box .bottom .b-bottom .item {
  background: #fff;
}
.table-box .bottom .b-bottom .items:first-child .item {
  border-top: 1px solid #e5e5e5;
}
.table-box .bottom .b-bottom .items:first-child .item label {
  margin-right: 5px;
}
.table-box .bottom .b-bottom .items:hover .item {
  background: #f1f1f1;
}
.table-box .items {
  display: flex;
  position: relative;
  /*padding-left: 180px;*/
}
@media screen and (max-width: 768px) {
  .table-box .items {
    padding-left: 0;
  }
}
.table-box .items .item {
  flex-shrink: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .table-box .items .item {
    font-size: 12px;
  }
}
.table-box .items .item:first-child {
  /*position: absolute;*/
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .table-box .items .item:first-child {
    position: initial;
    height: auto;
  }
}
.table-box .items .item img {
  width: 80px;
  object-fit: contain;
}
/*# sourceMappingURL=add.css.map */