@charset "utf-8";
body {
  overflow-x: hidden;
}
body.news-active header {
  background: #fff;
  box-shadow: 0 0 32px 3px rgba(58, 147, 189, 0.1);
}
body.news-active header .header-menu .header-box .logo img {
  filter: none;
}
body.news-active header .menu-box .menu-list .firstItem .firstItem-title a,
body.news-active header .menu-box .menu-list .firstItem.active .firstItem-title a {
  color: #000;
}
body.news-active header .header-menu .header-box .menu-box .phone-click .phone-line,
body.news-active header .header-menu .header-box .menu-box .phone-click .phone-line::before,
body.news-active header .header-menu .header-box .menu-box .phone-click .phone-line::after {
  background: var(--dominant-color);
}
body.news-active header .information {
  filter: brightness(0.5);
}
/*顶部*/
header {
  z-index: 10;
  width: 100%;
  transition: all 0.5s;
  top: 0;
  position: fixed;
}
header.active,
header.hover-active {
  background: #fff;
  box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.03);
}
header.active .header-menu .header-box .logo img,
header.hover-active .header-menu .header-box .logo img {
  filter: none;
}
header.active .menu-box .menu-list .firstItem .firstItem-title a,
header.hover-active .menu-box .menu-list .firstItem .firstItem-title a,
header.active .menu-box .menu-list .firstItem.active .firstItem-title a,
header.hover-active .menu-box .menu-list .firstItem.active .firstItem-title a {
  color: #000;
}
header.active .header-menu .header-box .menu-box .phone-click .phone-line,
header.hover-active .header-menu .header-box .menu-box .phone-click .phone-line,
header.active .header-menu .header-box .menu-box .phone-click .phone-line::before,
header.hover-active .header-menu .header-box .menu-box .phone-click .phone-line::before,
header.active .header-menu .header-box .menu-box .phone-click .phone-line::after,
header.hover-active .header-menu .header-box .menu-box .phone-click .phone-line::after {
  background: var(--dominant-color);
}
header.active .information,
header.hover-active .information {
  filter: brightness(0.5);
}
header .header-menu {
  transition: all 0.5s ease;
  position: relative;
}
header .header-menu .header-box {
  padding: 0 30px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  z-index: 2;
  box-sizing: border-box;
}
header .header-menu .header-box .logo img {
  transition: all 0.5s;
  width: 137px;
  filter: grayscale(1) brightness(10);
}
@media screen and (max-width: 768px) {
  header .header-menu .header-box .logo img {
    width: 50%;
  }
}
header .header-menu .header-box .search {
  position: relative;
  cursor: pointer;
}
header .menu-box {
  height: 90px;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
  top: 0;
  flex-basis: calc(100% - 180px);
}
header .menu-box .phone-show {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
}
header .menu-box .menu-list {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  position: relative;
  padding-right: 60px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  header .menu-box .menu-list {
    padding-right: 20px;
  }
}
header .menu-box .menu-list .firstItem {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin-left: clamp(20px, 2vw, 3vw);
}
@media screen and (max-width: 1100px) {
  header .menu-box .menu-list .firstItem {
    margin-left: 10px;
  }
}
header .menu-box .menu-list .firstItem.active .firstItem-title a {
  color: #fff;
}
header .menu-box .menu-list .firstItem.active .firstItem-title a::after {
  background: var(--dominant-color);
}
header .menu-box .menu-list .firstItem .firstItem-title {
  position: relative;
  display: flex;
  align-items: center;
}
header .menu-box .menu-list .firstItem .firstItem-title a {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1280px) {
  header .menu-box .menu-list .firstItem .firstItem-title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  header .menu-box .menu-list .firstItem .firstItem-title a {
    font-size: 12px;
  }
}
header .menu-box .menu-list .firstItem .firstItem-title a::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 0.5s;
  background: var(--dominant-color);
}
header .menu-box .menu-list .firstItem .firstItem-title:hover a {
  color: var(--dominant-color);
}
header .menu-box .menu-list .firstItem .firstItem-title:hover a::after {
  width: 100%;
}
header .menu-box .menu-list .firstItem > a {
  font-size: 14px;
  height: 80px;
  line-height: 80px;
}
header .menu-box .menu-list .firstItem .second-box {
  position: absolute;
  top: 90px;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  transition: top 0.5s;
  border-bottom: 3px solid var(--dominant-color);
}
header .menu-box .menu-list .firstItem .second-box .second-box-list {
  background: #fff;
  justify-content: center;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  header .menu-box .menu-list .firstItem .second-box .second-box-list {
    margin-top: 0;
    padding-left: 10%;
  }
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item {
  position: relative;
  transition: all 0.5s;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item:hover {
  background: var(--dominant-color);
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item:hover a {
  color: #fff;
  border-color: var(--dominant-color);
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item a {
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  text-align: center;
  align-items: center;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item a {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item a {
    width: 100%;
    font-size: 14px;
    border-bottom: none;
  }
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item a:hover {
  color: #fff;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item .three-box {
  display: none;
  position: absolute;
  left: calc(100%);
  top: -10px;
  background: var(--dominant-color);
  width: max-content;
  padding: 10px 0;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item .three-box a {
  padding: 0 20px;
  margin-top: 10px;
}
header .menu-box .menu-list .firstItem .second-box .second-box-list .second-item:hover .three-box {
  display: block;
}
header .menu-box .menu-list .firstItem .second-box a {
  transition: all 0.5s;
  color: #fff;
  display: block;
  text-align: left;
  padding: 20px 0;
}
header .menu-box .menu-list .firstItem .second-box a:last-child {
  margin-bottom: 0;
}
header .menu-box .menu-list .language {
  display: none;
  margin-top: 50px;
  padding: 0 5%;
}
header .menu-box .menu-list .language .language-click {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
header .menu-box .menu-list .language a {
  margin-right: 10px;
}
header .menu-box .menu-list .language img {
  width: 40px;
}
header .information {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .information .search {
  width: 145px;
}
@media screen and (max-width: 768px) {
  header .information .search {
    width: 100%;
    margin-top: 20px;
  }
}
header .information .search label {
  display: block;
  position: relative;
}
header .information .search label input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 145px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  header .information .search label input {
    width: 100%;
  }
}
header .information .search label input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .information .search label button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  padding: 0;
}
header .information .search img,
header .information .language img {
  width: 15px;
  filter: grayscale(1) brightness(10);
}
header .information .language {
  margin-left: 15px;
  display: flex;
  color: #fff;
  align-items: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  header .information .language {
    margin-left: 0;
    margin-top: 20px;
  }
}
header .information .language img {
  margin-right: 6px;
}
header .information .language .language-box {
  display: none;
}
/*首页*/
.index-video {
  position: relative;
}
.index-video video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.index-video .buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .index-video .buttons {
    top: auto;
    bottom: 20%;
    display: flex;
    align-items: center;
    height: fit-content;
    left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }
  .index-video .buttons::-webkit-scrollbar {
    height: 0;
  }
}
.index-video .buttons .button {
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 3px solid #6ce5ff;
  background: linear-gradient(223deg, rgba(99, 229, 242, 0.2), rgba(58, 174, 239, 0.8));
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .index-video .buttons .button {
    padding: 10px 20px;
  }
}
.index-video .buttons .button .icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
  transition: all 0.5s;
}
.index-video .buttons .button:hover {
  background: #fff;
  color: var(--dominant-color);
}
.index-video .buttons .button:hover .icon {
  border-color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .index-video .buttons .button {
    position: initial;
    flex-shrink: 0;
    font-size: 14px;
    padding: 10px 20px;
    margin-right: 20px;
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide {
  height: 100vh;
}
.banner img,
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .text {
  max-width: 1740px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  color: #fff;
  text-align: left;
  bottom: 50%;
}
.banner .text .img {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
.banner .text .img img {
  max-width: 724px;
  width: 37.708vw;
}
.banner .text .title {
  line-height: 1;
  font-size: 2.917vw;
  color: #fff;
  font-family: pangmen;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .banner .text .title {
    font-size: 20px;
  }
}
.banner .text .summary {
  font-size: 1.667vw;
  margin-bottom: 3%;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .banner .text .summary {
    font-size: 16px;
  }
}
.banner .text .summary.summary1 {
  font-size: 1.042vw;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .banner .text .summary.summary1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner .text .summary.summary3 {
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .banner .text .summary.summary3 {
    margin-bottom: 20px;
  }
}
.banner .text .tip {
  font-size: 1.25vw;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .banner .text .tip {
    font-size: 16px;
  }
}
.banner .text .tip.tip1 {
  font-size: 1.667vw;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .banner .text .tip.tip1 {
    font-size: 16px;
  }
}
.banner .text .numbers {
  display: flex;
  color: #fff;
  font-size: 1.042vw;
  margin-top: 1.5625vw;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .banner .text .numbers {
    font-size: 14px;
    margin-top: 20px;
  }
}
.banner .text .numbers .item {
  margin-right: 5.208vw;
}
.banner .text .numbers .item .gd-count {
  color: var(--dominant-color);
  font-weight: 600;
  font-size: 1.667vw;
}
@media screen and (max-width: 768px) {
  .banner .text .numbers .item .gd-count {
    font-size: 16px;
  }
}
.banner .text .numbers .item .i-summary {
  font-size: 0.833vw;
}
@media screen and (max-width: 768px) {
  .banner .text .numbers .item .i-summary {
    font-size: 14px;
  }
}
.banner .text .banner-more {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  text-align: center;
}
.banner .text .banner-more .more {
  width: 270px;
  height: 70px;
  font-family: pangmen;
  margin-left: 0;
  margin-right: auto;
  font-size: 20px;
  border-radius: 0;
  justify-content: center;
  background: rgba(58, 147, 189, 0.1);
  transform: skewX(160deg);
}
@media screen and (max-width: 768px) {
  .banner .text .banner-more .more {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.banner .text .banner-more .more::after {
  display: none;
}
.banner .text .banner-more .more:hover {
  background: #fff;
}
.banner .swiper-slide-active .img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.banner .swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.banner .swiper-slide-active .summary {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-slide-active .numbers {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-slide-active .tip {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-slide-active .banner-more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 60px;
  width: 90%;
  max-width: 1720px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: left;
}
.banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: transparent;
  opacity: 0.8;
  --swiper-pagination-bullet-width: 25px;
  --swiper-pagination-bullet-height: 25px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  position: relative;
}
.banner .swiper-pagination-bullet::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.8;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: transparent;
  background: url('../images/icon/banner-icon.png') no-repeat center / 22px;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color);
  opacity: 0;
}
.banner .swiper-pager {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  max-width: 1740px;
  margin: auto;
  align-items: center;
  color: #fff;
}
.banner .swiper-pagination-progressbar {
  position: initial;
  max-width: 700px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-pagination-progressbar {
    max-width: 50%;
  }
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
}
.banner-tip {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 1;
  width: 30px;
  text-align: center;
}
.banner-tip .summary {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
}
.banner-tip .mouse {
  margin-top: 20px;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
.more {
  width: 160px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 23px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  font-size: 16px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
}
.more::after,
.more2::after {
  content: '→';
  position: absolute;
  right: 15px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.5s;
  color: #fff;
  overflow: hidden;
}
.more:hover,
.more2:hover {
  border-color: #fff;
  background: #fff;
  color: var(--dominant-color);
}
.more:hover::after,
.more2:hover::after {
  color: #fff;
  background: var(--dominant-color);
  right: 0;
}
.more2 {
  position: relative;
  height: 46px;
  width: 46px;
  display: block;
}
.more2::after {
  right: 0;
  border: 1px solid #3a93bd;
  background: none;
  color: #3a93bd;
}
.more2:hover {
  background: none;
}
.more2:hover::after {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.index-title {
  text-align: center;
}
.index-title.left {
  text-align: left;
}
.index-title.left .line {
  margin-left: 0;
}
.index-title .sup {
  font-size: 1.5625vw;
  color: #000;
  opacity: 0.3;
  font-family: MiSans-Bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .index-title .sup {
    font-size: 14px;
  }
}
.index-title .sup.colorW {
  color: #fff;
}
.index-title .title {
  font-size: 2.083vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  .index-title .title {
    font-size: 20px;
  }
}
.index-title .title.colorW {
  color: #fff;
}
.index-title .line {
  width: 40px;
  height: 2px;
  background: var(--dominant-color);
  margin: 30px auto;
}
.index1 {
  position: relative;
  padding: 8% 0;
}
@media screen and (max-width: 768px) {
  .index1 {
    padding: 50px 0;
  }
}
.index1 .section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.index1 .section .index1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 59.896vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-top {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.index1 .section .index1-top .index-title {
  text-align: left;
}
.index1 .section .index1-top .line {
  margin-left: 0;
}
.index1 .section .index1-top .tabs {
  display: flex;
  align-items: center;
}
.index1 .section .index1-top .tabs .item {
  background: #fff;
  width: 160px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-radius: 23px;
  margin-left: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-top .tabs .item {
    margin-left: 0;
    margin-right: 10px;
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
}
.index1 .section .index1-top .tabs .item:hover,
.index1 .section .index1-top .tabs .item.active {
  background: var(--linear-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.index1 .section .index1-bottom {
  transform: inherit !important;
}
.index1 .section .index1-bottom .items {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.index1 .section .index1-bottom .items.active {
  display: flex;
}
.index1 .section .index1-bottom .items .left {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left {
    width: 100%;
  }
}
.index1 .section .index1-bottom .items .left .swiper {
  padding: 10px;
}
.index1 .section .index1-bottom .items .left .swiper .swiper-slide .img {
  position: relative;
}
.index1 .section .index1-bottom .items .left .swiper .swiper-slide .img .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../images/icon/product-tran.png') no-repeat center / contain;
  animation: circle linear 5s infinite;
}
.index1 .section .index1-bottom .items .left .swiper .swiper-slide .img .imgBox {
  transform: scale(0.8);
}
.index1 .section .index1-bottom .items .left .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left .item {
    flex-direction: column-reverse;
  }
}
.index1 .section .index1-bottom .items .left .item .text {
  flex-basis: 45%;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left .item .text {
    width: 100%;
  }
}
.index1 .section .index1-bottom .items .left .item .text .title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left .item .text .title {
    font-size: 20px;
    margin-top: 20px;
  }
}
.index1 .section .index1-bottom .items .left .item .text .tip {
  font-size: 24px;
  color: var(--dominant-color);
  margin: 10px 0 16px;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left .item .text .tip {
    font-size: 14px;
    margin: 0;
  }
}
.index1 .section .index1-bottom .items .left .item .text .summary {
  color: #000;
  opacity: 0.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left .item .text .summary {
    font-size: 14px;
  }
}
.index1 .section .index1-bottom .items .left .item .text .more2 {
  margin-top: 40px;
}
.index1 .section .index1-bottom .items .left .item .text a {
  position: relative;
  margin-top: 30px;
  display: block;
  height: 60px;
}
.index1 .section .index1-bottom .items .left .item .img {
  flex-basis: 45%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .left .item .img {
    width: 100%;
  }
}
.index1 .section .index1-bottom .items .left .item .img .imgBox {
  height: 0;
  padding-bottom: 100%;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}
.index1 .section .index1-bottom .items .left .item .img .imgBox img {
  position: absolute;
}
.index1 .section .index1-bottom .items .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .index1 .section .index1-bottom .items .right {
    display: none;
  }
}
.index1 .section .index1-bottom .items .right .swiper {
  padding: 10px;
}
.index1 .section .index1-bottom .items .right .img {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  overflow: hidden;
}
.index1 .section .index1-bottom .items .right .img .imgBox {
  height: 0;
  padding-bottom: 100%;
}
.index1 .section .index1-bottom .items .right .img .imgBox img {
  position: absolute;
}
.index1 .section .index1-bottom .items .right .title {
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  text-align: center;
  margin-top: 20px;
}
.index1 .section .index1-bottom .items .right .swiper-button {
  position: absolute;
  right: 23%;
  top: 0;
  bottom: 0;
  width: 100px;
  background: url('../images/icon/product-button-bg.jpg') repeat-y center;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 10%;
}
.index1 .section .index1-bottom .items .right .swiper-button .button-bg {
  width: 100px;
  height: 160px;
  background: url('../images/icon/product-button.jpg') repeat-y center;
  display: flex;
  align-items: center;
}
.index1 .section .index1-bottom .items .right .swiper-button .button-bg .more2 {
  margin-left: 15px;
}
.index1 .section .index1-bottom .items .right .swiper-button .button-bg .button-div {
  bottom: 0;
}
@keyframes circle {
  to {
    transform: rotate(0);
  }
  from {
    transform: rotate(1turn);
  }
}
.index2 {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .index2 {
    padding: 50px 5%;
    background: var(--dominant-color);
    height: auto;
  }
}
.index2 .index-title {
  position: absolute;
  top: 20vh;
  left: 5%;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index2 .index-title {
    position: initial;
  }
  .index2 .index-title .line {
    background: #fff;
  }
}
.index2 .index2-box {
  height: 100vh;
  position: relative;
}
.index2 .index2-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.index2 .index2-box .bg {
  height: 100%;
}
.index2 .index2-box .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
.index2 .index2-box .bg img.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .index2 .index2-box {
    display: none;
  }
}
.index2 .change-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index2 .change-box {
    height: auto;
    position: relative;
    flex-direction: column;
  }
}
.index2 .change-box .item {
  flex-basis: 12%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  height: 85vh;
  justify-content: center;
  opacity: 0.6;
  cursor: pointer;
  transition: all 1s;
}
.index2 .change-box .item.active {
  opacity: 1;
  flex-basis: 28%;
}
.index2 .change-box .item.active .show1 {
  transform: translateY(-30px);
  opacity: 0;
}
.index2 .change-box .item.active .show2 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item {
    height: auto;
    flex-basis: auto;
    opacity: 1;
    margin-bottom: 30px;
  }
}
.index2 .change-box .item .show1 {
  transform: translateY(0);
  transition: all 0.5s;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index2 .change-box .item .show1 .title {
  font-size: 20px;
}
.index2 .change-box .item .show1 .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item .show1 {
    display: none;
  }
}
.index2 .change-box .item .show2 {
  position: absolute;
  top: 40%;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item .show2 {
    position: initial;
    background: #fff;
    color: #333;
    padding: 20px;
    transform: translateY(0);
    opacity: 1;
  }
}
.index2 .change-box .item .show2 .title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item .show2 .title {
    font-size: 16px;
  }
}
.index2 .change-box .item::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  width: 1px;
  height: 120%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(12deg);
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item::after {
    display: none;
  }
}
.index2 .change-box .item:nth-child(1)::after {
  display: none;
}
.index2 .change-box .item .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(1) brightness(0.3);
  }
}
.index2 .change-box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index2 .change-box .item .title {
  margin-top: 20px;
}
.index2 .change-box .item .summary {
  font-size: 16px;
  opacity: 0.8;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .index2 .change-box .item .summary {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
.index2 .change-box .item .more2::after {
  color: #fff;
  border-color: #fff;
}
.index2 .change-box .item .more2:hover::after {
  border-color: var(--dominant-color);
}
/*.index3 {
  align-items: center;
  position: relative;
  overflow: hidden;
  @media screen and (max-width: 768px){
    padding: 50px 0;
    height: 400px;
  }

  .index3-box {
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    transition: all 0.5s;

    @media screen and (max-width: 768px) {
      display: none;
    }

    &.active {
      opacity: 0;
    }


    .index3-mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
    }

    .index3-mask-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 20%;
      margin: auto;
      width: 420px;
      height: 420px;
      transition: all 0.5s;
      transform: scale(1);

      img {
        width: 100%;
        height: 100%;
      }
    }

  }

  .index-title {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;

    .title {
      font-family: pangmen;
      @media screen and (max-width: 768px){
        color: #fff;
      }
    }
    .sup {
      @media screen and (max-width: 768px){
        color: #fff;
        opacity: 1;
      }
    }
  }

  &.active {
    .index3-box {
      .index3-mask-img {
        animation: img-fade-out ease-in-out 2s;
        animation-fill-mode: both;
      }

    }
  }
}*/
@keyframes img-fade-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
.index3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index3 {
    padding: 50px 0;
  }
}
.index3 .index3-show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: screen;
}
.index3 .index3-show .index3-box {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index3 .index3-show .index3-box .index3-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.index3 .index3-show .index3-box .index3-mask-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  width: 420px;
  height: 420px;
  transition: all 0.5s;
  transform: scale(1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .index3 .index3-show .index3-box .index3-mask-img {
    width: 50vw;
    height: 50vw;
  }
}
.index3 .index3-show .index3-box .index3-mask-img img {
  width: 100%;
  height: 100%;
}
.index3 .show-title {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.index3 .show-title .title {
  font-family: pangmen;
}
.index3 .black-mask {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.index3 .numbers {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index3 .numbers {
    margin-bottom: 0;
  }
}
.index3 .numbers .left {
  flex-basis: 40%;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .left {
    flex-basis: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.index3 .numbers .left .more {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .left .more {
    margin-top: 10px;
  }
}
.index3 .numbers .left .item {
  height: 100%;
}
.index3 .numbers .left .item:hover {
  background: none;
}
.index3 .numbers .right {
  flex-basis: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .right {
    flex-basis: 100%;
  }
}
.index3 .numbers .right .item {
  flex-basis: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.index3 .numbers .right .item:nth-child(1),
.index3 .numbers .right .item:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index3 .numbers .item {
  flex-basis: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.646vw 2.083vw;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .item {
    padding: 20px;
    width: 100%;
    align-items: center;
  }
}
.index3 .numbers .item .number {
  display: flex;
  align-items: flex-end;
  font-size: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .item .number {
    align-items: baseline;
  }
}
.index3 .numbers .item .gd-count {
  font-size: 3.646vw;
  font-family: MiSans-Bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .item .gd-count {
    font-size: 20px;
  }
}
.index3 .numbers .item sup {
  font-size: 1.875vw;
  margin-left: 4px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .item sup {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.index3 .numbers .item .tip {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .item .tip {
    font-size: 12px;
    margin-left: 10px;
  }
}
.index3 .numbers .item .summary {
  font-size: 1.042vw;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .index3 .numbers .item .summary {
    font-size: 14px;
  }
}
.index3 .numbers .item:hover {
  background: var(--dominant-color) url('../images/img6.png') no-repeat center right -50%;
}
.index3 .section {
  opacity: 0;
  position: relative;
  z-index: 3;
}
.index4 {
  padding: 8% 0;
  justify-content: center !important;
}
@media screen and (max-width: 768px) {
  .index4 {
    padding: 50px 0;
  }
}
.index4 .honor-swiper {
  margin-top: 3%;
  position: relative;
}
.index4 .honor-swiper .swiper {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .index4 .honor-swiper .swiper {
    max-width: 80%;
  }
}
.index4 .honor-swiper .swiper .swiper-slide {
  overflow: hidden;
  transform: translateX(65%) scale(0.6);
  transition: all 0.5s;
  transform-origin: center right;
  z-index: 1;
}
.index4 .honor-swiper .swiper .swiper-slide .imgBox {
  border-radius: 10px;
  height: 50vh;
  background: #ebf2f5;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .index4 .honor-swiper .swiper .swiper-slide .imgBox {
    height: 300px;
    padding: 20px;
  }
}
.index4 .honor-swiper .swiper .swiper-slide p {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .index4 .honor-swiper .swiper .swiper-slide p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .index4 .honor-swiper .swiper .swiper-slide {
    height: auto;
    padding: 20px;
    transform: translateX(0) scale(1) !important;
  }
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-prev,
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-next {
  transform: scale(0.85);
  z-index: 2;
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-prev .imgBox,
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-next .imgBox {
  box-shadow: 0 0 20px 10px rgba(58, 147, 189, 0.1);
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-prev {
  transform-origin: center right;
  transform: translateX(20%) scale(0.7);
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-next {
  transform-origin: center left;
  transform: translateX(-20%) scale(0.7);
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-next ~ .swiper-slide {
  transform-origin: center left;
  transform: translateX(-65%) scale(0.6);
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 3;
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-active .imgBox {
  background: var(--dominant-color);
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-active::before,
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-active::before {
  top: 0;
  right: 0;
  background: url('../images/icon/honor-top.png') no-repeat top right;
}
.index4 .honor-swiper .swiper .swiper-slide.swiper-slide-active::after {
  top: 0;
  right: 0;
  background: url('../images/icon/honor-bottom.png') no-repeat bottom left;
}
.index4 .honor-swiper .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.index4 .honor-swiper .swiper-button-prev,
.index4 .honor-swiper .swiper-button-next {
  width: 44px;
}
@media screen and (max-width: 768px) {
  .index4 .honor-swiper .swiper-button-prev,
  .index4 .honor-swiper .swiper-button-next {
    background: #fff;
    border-radius: 50%;
  }
}
.index4 .honor-swiper .swiper-button-prev::after,
.index4 .honor-swiper .swiper-button-next::after {
  font-size: 18px;
}
.index4 .honor-swiper .swiper-button-prev:hover,
.index4 .honor-swiper .swiper-button-next:hover {
  color: #fff;
}
.index4 .honor-swiper .swiper-button-prev::after {
  content: '';
}
.index4 .honor-swiper .swiper-button-next::after {
  content: '';
}
.index5 {
  padding: 8% 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index5 {
    padding: 50px 0;
  }
}
.index5 .index6-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index5 .index6-box {
    display: none;
  }
}
.index5 .index-box-phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .index5 .index-box-phone {
    display: block;
  }
  .index5 .index-box-phone .phone-item {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto auto;
  }
  .index5 .index-box-phone .phone-item .item {
    flex-basis: calc(25%);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .index5 .index-box-phone .phone-item .item img {
    width: 100%;
  }
}
.index5 .left,
.index5 .right {
  width: auto;
  display: flex;
  align-items: center;
}
.index5 .left .item,
.index5 .right .item {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  margin: 2.208vw;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index5 .left .item,
  .index5 .right .item {
    transform: translateX(0) !important;
  }
}
.index5 .left .item .img,
.index5 .right .item .img {
  overflow: hidden;
  border-radius: 50%;
}
.index5 .left .item .img img,
.index5 .right .item .img img {
  position: relative;
  z-index: 1;
}
.index5 .left .item .img::before,
.index5 .right .item .img::before,
.index5 .left .item .img::after,
.index5 .right .item .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.index5 .left .item .img::before,
.index5 .right .item .img::before {
  background: rgba(58, 147, 189, 0.1);
}
.index5 .left .item .img::after,
.index5 .right .item .img::after {
  background: rgba(58, 147, 189, 0.05);
}
.index5 .left .item:hover .img::before,
.index5 .right .item:hover .img::before {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
}
.index5 .left .item:hover .img::after,
.index5 .right .item:hover .img::after {
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
}
@media screen and (max-width: 768px) {
  .index5 .left {
    order: 1;
  }
}
.index5 .left .line1 .item:nth-child(3) {
  transform: translateX(-90px);
}
.index5 .left .line1 .item:nth-child(2),
.index5 .left .line1 .item:nth-child(4) {
  transform: translateX(-60px);
}
.index5 .left .line2 .item:nth-child(2),
.index5 .left .line2 .item:nth-child(3) {
  transform: translateX(-60px);
}
.index5 .left .line3 .item:nth-child(2) {
  transform: translateX(-30px);
}
@media screen and (max-width: 768px) {
  .index5 .right {
    order: 2;
  }
}
.index5 .right .line1 .item:nth-child(3) {
  transform: translateX(90px);
}
.index5 .right .line1 .item:nth-child(2),
.index5 .right .line1 .item:nth-child(4) {
  transform: translateX(60px);
}
.index5 .right .line2 .item:nth-child(2),
.index5 .right .line2 .item:nth-child(3) {
  transform: translateX(60px);
}
.index5 .right .line3 .item:nth-child(2) {
  transform: translateX(30px);
}
.index5 .mid {
  border-radius: 50%;
  width: 14.448vw;
  height: 14.448vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index5 .mid {
    order: 0;
    width: 35vw;
    height: 35vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index5 .mid .img {
    text-align: center;
  }
}
.index5 .mid .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index5 .mid img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  width: 50%;
  height: 50%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .index5 .mid img {
    width: 40%;
  }
}
.index5 .mid::before,
.index5 .mid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.index5 .mid::before {
  animation: circle1 2s infinite;
}
.index5 .mid::after {
  animation: circle2 4s infinite;
}
.index5 .mid .goTop {
  width: 14.448vw;
  height: 14.448vw;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index5 .mid .goTop {
    width: 36vw;
    height: 36vw;
  }
  .index5 .mid .goTop .img {
    text-align: center;
  }
}
.index5 .mid .goTop svg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.index5 .mid .goTop svg circle {
  fill: none;
}
.index5 .mid .waves {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index5 .mid .waves .wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: radial-gradient(rgba(58, 147, 189, 0.01), rgba(58, 147, 189, 0.1));
}
.index5 .mid .waves .wave.wave1 {
  animation: warn 3s ease-out infinite;
}
.index5 .mid .waves .wave.wave2 {
  animation: warn2 3s ease-out infinite;
}
.index5 .mid .waves .wave.wave3 {
  animation: warn3 3s ease-out infinite;
}
@keyframes warn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
@keyframes warn2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes warn3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.footer {
  background: linear-gradient(to right, #3a93bd 14%, #0079b2);
  position: relative;
}
.footer .footer-top {
  padding: 150px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-top {
    flex-direction: column;
    padding: 50px 0;
  }
}
.footer .footer-top .footer-left {
  flex-basis: 30%;
}
@media screen and (max-width: 1280px) {
  .footer .footer-top .footer-left {
    flex-basis: 20%;
  }
}
.footer .footer-top .footer-left .l-img {
  max-width: 288px;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-left .l-img {
    max-width: 100px;
  }
}
.footer .footer-top .footer-left .l-img img {
  width: 100%;
}
.footer .footer-top .footer-left .title {
  font-size: 1.25vw;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-left .title {
    font-size: 14px;
  }
}
.footer .footer-top .footer-text {
  flex-basis: 40%;
  color: #fff;
}
.footer .footer-top .footer-text .title {
  font-size: 1.5625vw;
}
@media screen and (max-width: 1280px) {
  .footer .footer-top .footer-text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-text .title {
    font-size: 14px;
  }
}
.footer .footer-top .footer-text .summary {
  opacity: 0.6;
  font-size: 0.833vw;
}
@media screen and (max-width: 1280px) {
  .footer .footer-top .footer-text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-text .summary {
    font-size: 12px;
  }
}
.footer .footer-top .footer-text .footer-contact .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-size: 1.042vw;
}
@media screen and (max-width: 1280px) {
  .footer .footer-top .footer-text .footer-contact .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-text .footer-contact .item {
    font-size: 14px;
  }
}
.footer .footer-top .footer-text .footer-contact .item .icon {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-text .footer-contact .item .icon {
    width: 40px;
    height: 40px;
  }
}
.footer .footer-top .footer-text .footer-contact .item .text {
  flex-basis: calc(100% - 75px);
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-text .footer-contact .item .text {
    flex-basis: calc(100% - 50px);
  }
}
.footer .footer-top .footer-text .footer-contact .item .text .key {
  opacity: 0.6;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1280px) {
  .footer .footer-top .footer-text .footer-contact .item .text .key {
    font-size: 14px;
  }
}
.footer .footer-top .footer-codes {
  flex-basis: 360px;
}
@media screen and (max-width: 1280px) {
  .footer .footer-top .footer-codes {
    flex-basis: 260px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-codes {
    flex-basis: auto;
    width: 70%;
    margin-top: 50px;
  }
}
.footer .footer-top .footer-codes .footer-logo {
  filter: grayscale(1) brightness(10);
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-codes .footer-logo {
    width: 150px;
  }
}
.footer .footer-top .footer-codes .codes-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-codes .codes-box {
    margin-top: 20px;
  }
}
.footer .footer-top .footer-codes .codes-box .item {
  flex-basis: 45%;
}
.footer .footer-top .footer-codes .codes-box .item .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-top .footer-codes .codes-box .item:last-child .img {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-top .footer-codes .codes-box .item .title {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 20px;
}
.footer .footer-top .footer-codes .codes-box .item img {
  width: 100%;
  height: 100%;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    flex-direction: column-reverse;
  }
}
.footer .footer-bottom .copy-right {
  text-align: center;
  color: #8d8d8d;
  padding: 25px 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .copy-right {
    flex-direction: column;
    padding: 10px 0;
  }
}
.footer .footer-bottom .copy-right .item {
  color: #fff;
  opacity: 0.66;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .copy-right .item {
    padding-right: 0;
    margin-right: 0;
  }
}
.footer .footer-bottom .copy-right .item:last-child::after {
  display: none;
}
.footer .footer-bottom .copy-right .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #eee;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .copy-right .item::after {
    display: none;
  }
}
.footer .footer-bottom .copy-right a.item {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}
.footer .footer-bottom .copy-right a.item:hover {
  opacity: 1;
}
.footer .footer-bottom .footer-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-code {
    padding-top: 20px;
  }
}
.footer .footer-bottom .footer-code .item {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.footer .footer-bottom .footer-code .item:last-child {
  margin-right: 0;
}
.footer .footer-bottom .footer-code .item .fab {
  color: #99c9e0;
  font-size: 20px;
}
.footer .footer-bottom .footer-code .item:hover .fab {
  color: #fff;
}
.footer .footer-bottom .footer-code .item:hover .show-code {
  display: block;
  width: 100px;
  height: 100px;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
}
.footer .footer-bottom .footer-code .item .show-code {
  display: none;
}
.goTop {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  z-index: 1000;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.goTop:hover .button span {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .goTop {
    transform: scale(0.5);
  }
}
.goTop .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.goTop .button {
  width: 80px;
  height: 80px;
  color: var(--dominant-color);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goTop .button span {
  transition: all 0.5s;
}
.goTop svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 55px);
  height: calc(100% - 55px);
}
.goTop svg.cm {
  transition: none;
  opacity: 1;
}
.goTop svg .p1 {
  animation: circleRotate 4s linear infinite;
  transform-origin: 50% 50%;
}
.goTop svg circle {
  fill: #fff;
  stroke: transparent;
}
.goTop svg .p2 {
  animation: circleRotateReverse 4s linear infinite;
}
.goTop.button-div {
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  margin-left: 0;
  transform-origin: 0;
  transform: scale(1);
}
.goTop.button-div .button {
  width: 30px;
  height: 30px;
}
.goTop.button-div .button span {
  font-size: 14px;
  transform: translateY(0) !important;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/*内页*/
/*内页通用*/
.page-title {
  text-align: left;
}
.page-title.textC {
  text-align: center;
}
.page-title .title {
  font-size: 2.083vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-title .title {
    font-size: 20px;
  }
}
.page-title .sub {
  font-size: 1.042vw;
  font-family: Outfit-ExtraBold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-title .sub {
    font-size: 14px;
  }
}
.pageBanner {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  height: 700px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageBanner {
    height: 60vh;
    height: 350px;
  }
}
.pageBanner .img {
  width: 100%;
}
.pageBanner .img img {
  width: 100%;
}
.pageBanner .banner-box {
  position: absolute;
  bottom: 15%;
}
.pageBanner .banner-box .page-title {
  font-size: 2.083vw;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .page-title {
    font-size: 16px;
  }
}
.pageBanner .banner-box .page-summary {
  font-size: 6.25vw;
  font-family: Outfit-ExtraBold;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .page-summary {
    font-size: 20px;
  }
}
.pageBanner .video {
  width: 100%;
}
.pageBanner .video video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.page-menu {
  background: #303030;
}
.page-menu .section1600 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.page-menu a {
  color: #9b9b9b;
  font-size: 14px;
  height: 60px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  transition: all 0.5s;
  position: relative;
}
.page-menu a.active,
.page-menu a:hover {
  color: #fff;
}
.locations {
  margin-top: 90px;
  height: 110px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .locations {
    margin-top: 60px;
    height: 60px;
  }
}
.productBanner {
  height: 100vh;
}
.productBanner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.productBanner .product-text {
  max-width: 1740px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  z-index: 9;
}
.productBanner .product-text .swiper {
  height: 100%;
}
.productBanner .product-text .swiper .swiper-slide .text {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  position: absolute;
  bottom: 30%;
}
.productBanner .product-text .swiper .swiper-slide .text .title {
  line-height: 1;
  font-size: 72px;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  font-family: pangmen;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .title {
    font-size: 20px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .title.title2 span {
  font-family: CgFuturaMaxiBd;
  font-size: 72px;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .title.title2 span {
    font-size: 20px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .summary {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 3%;
  opacity: 0.9;
  letter-spacing: 5px;
}
.productBanner .product-text .swiper .swiper-slide .text .summary.summary1 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .summary.summary1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .summary {
    font-size: 16px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .tip {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  font-size: 36px;
}
.productBanner .product-text .swiper .swiper-slide .text .tip span {
  color: #00d2ff;
  font-family: Outfit-ExtraBold;
}
.productBanner .product-text .swiper .swiper-slide .text .tip.tip1 {
  font-weight: 900;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  font-size: 108px;
  font-family: Outfit-ExtraBold;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .tip.tip1 {
    font-size: 24px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .tip.tip3 {
  margin-top: 70px;
  font-size: 24px;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .tip.tip3 {
    margin-top: 10px;
    font-size: 16px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .tip.tip3 .t-item {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .tip {
    font-size: 16px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .numbers {
  display: flex;
  color: #fff;
  font-size: 28px;
  margin-top: 1.5625vw;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .numbers {
    font-size: 14px;
    margin-top: 20px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item {
  margin-right: 5.208vw;
  margin-bottom: 30px;
}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item:nth-child(2) {
  margin-bottom: 0;
}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item .gd-count {
  color: #00d2ff;
  font-weight: 900;
  font-size: 64px;
  font-family: Outfit-ExtraBold;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .numbers .item .gd-count {
    font-size: 16px;
  }
}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item .i-summary {
  font-size: 20px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .productBanner .product-text .swiper .swiper-slide .text .numbers .item .i-summary {
    font-size: 14px;
  }
}
.productBanner .product-text .swiper .swiper-slide.swiper-slide-active .text {
  transform: translateY(0);
  opacity: 1;
}
.productBanner .swiper-pager {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  align-items: center;
  color: #fff;
}
.productBanner .swiper-pagination-progressbar {
  position: initial;
  max-width: 700px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .productBanner .swiper-pagination-progressbar {
    max-width: 50%;
  }
}
.productBanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.productBanner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
}
/*面包屑*/
.location {
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: #aaaaaa;
  height: 70px;
  background: url('../images/icon/home.png') no-repeat center left / 16px;
}
.location a {
  color: #000;
  line-height: 2.5;
  font-size: 14px;
  opacity: 0.6;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .location a {
    font-size: 12px;
  }
}
.location a:hover {
  text-decoration: underline;
}
.page-search {
  margin-bottom: 40px;
}
.page-search label {
  position: relative;
}
.page-search label input {
  height: 50px;
}
.page-search label button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-search label button img {
  width: 24px;
  height: 23px;
}
/*翻页*/
.pager {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}
.pager .number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  font-size: 18px;
  width: 70px;
  height: 70px;
  border: 1px solid #d9d9d9;
}
.pager .number:hover,
.pager .number.active {
  background: var(--dominant-color);
  transition: all 0.5s;
  color: #fff;
  border-color: var(--dominant-color);
}
.pager .number.prev,
.pager .number.next {
  font-size: 36px;
}
/*地图*/
#mapContainer {
  width: 100%;
  height: 640px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #mapContainer {
    height: 300px;
  }
}
#tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}
div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}
div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
div.info-bottom img {
  position: relative;
  z-index: 104;
}
.pages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.pages .prev,
.pages .next {
  flex-basis: 100%;
  transition: all 0.5s;
  font-size: 20px;
  color: var(--dominant-color);
  margin-bottom: 20px;
  display: inline-block;
}
.pages .prev:hover,
.pages .next:hover {
  text-decoration: underline;
}
/*研发基地*/
/*工厂环境*/
.factory {
  padding: 8% 0;
  display: flex;
  flex-wrap: wrap;
}
.factory img {
  width: 100%;
  transition: all 0.5s;
}
.factory .item {
  position: relative;
  flex-basis: 100%;
  overflow: hidden;
}
.factory .item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .factory .item {
    margin-bottom: 20px;
  }
}
.factory .item.w50 {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .factory .item.w50 {
    flex-basis: 100%;
  }
}
.factory .item .title {
  font-size: 1.5625vw;
  font-family: pangmen, serif;
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .factory .item .title {
    left: 20px;
    bottom: 20px;
    font-size: 20px;
  }
}
/*制造车间*/
.manufacturing {
  padding: 8% 0;
}
.manufacturing img {
  width: 100%;
}
.manufacturing .swiper-button-prev,
.manufacturing .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
}
.manufacturing .swiper-button-prev::after,
.manufacturing .swiper-button-next::after {
  content: '';
  color: #333;
  font-size: 14px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .manufacturing .swiper-button-prev::after,
  .manufacturing .swiper-button-next::after {
    font-size: 12px;
  }
}
.manufacturing .swiper-button-prev:hover::after,
.manufacturing .swiper-button-next:hover::after {
  color: #fff;
}
.manufacturing .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
}
.manufacturing .swiper-pagination-bullet-active {
  background: #fff;
}
/*合作伙伴*/
.partner img {
  width: 100%;
}
/*专利展示*/
.patent-display {
  position: relative;
}
.patent-display .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .patent-display .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.patent-display .section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .patent-display .section {
    position: inherit;
    z-index: 1;
  }
}
.patent-display .section .numbers {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .patent-display .section .numbers {
    padding-top: 50px;
  }
}
.patent-display .section .numbers .item {
  margin: 60px 0;
  flex-basis: 33.3%;
}
@media screen and (max-width: 768px) {
  .patent-display .section .numbers .item {
    margin: 0 0 40px;
    flex-basis: 50%;
  }
}
.patent-display .section .numbers .item:nth-child(2) {
  flex-basis: 66.6%;
}
@media screen and (max-width: 768px) {
  .patent-display .section .numbers .item:nth-child(2) {
    flex-basis: 50%;
  }
}
.patent-display .section .numbers .item .number {
  display: flex;
}
.patent-display .section .numbers .item .number .gd-count {
  line-height: 0.8;
  font-size: 4.6875vw;
  color: var(--dominant-color);
  font-family: Outfit-ExtraBold, serif;
}
@media screen and (max-width: 768px) {
  .patent-display .section .numbers .item .number .gd-count {
    font-size: 20px;
  }
}
.patent-display .section .numbers .item .number sup {
  font-size: 18px;
  color: var(--dominant-color);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .patent-display .section .numbers .item .number sup {
    font-size: 14px;
  }
}
.patent-display .section .numbers .item .summary {
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .patent-display .section .numbers .item .summary {
    font-size: 12px;
    margin-top: 0;
  }
}
/*加入我们*/
.join-us {
  padding: 8% 0;
}
.join-us .top {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .join-us .top {
    margin-bottom: 20px;
  }
}
.join-us .top img {
  width: 100%;
}
.join-us .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1366px) {
  .join-us .bottom {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.join-us .bottom .item {
  display: flex;
  justify-content: space-between;
  padding: 50px 80px 50px 50px;
  transition: all 0.5s;
  height: 240px;
}
@media screen and (max-width: 1366px) {
  .join-us .bottom .item {
    align-items: center;
    height: 200px;
    padding: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .join-us .bottom .item {
    height: auto;
  }
}
.join-us .bottom .item .text {
  color: #fff;
}
.join-us .bottom .item .text .title {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .join-us .bottom .item .text .title {
    font-size: 20px;
  }
}
.join-us .bottom .item .text .sub {
  font-size: 20px;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .join-us .bottom .item .text .sub {
    font-size: 14px;
  }
}
.join-us .bottom .item .icon {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .join-us .bottom .item .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .join-us .bottom .item .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .join-us .bottom .item .icon {
    width: 40px;
    height: 40px;
  }
}
.join-us .bottom .item:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .join-us .bottom .item:hover {
    transform: translateY(0);
  }
}
/*产品应用*/
.applications {
  margin: 0 auto;
  padding: 8% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.applications .left {
  height: fit-content;
  flex-basis: 300px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .applications .left {
    display: none;
  }
}
.applications .left .line {
  position: relative;
  flex-basis: 20px;
}
.applications .left .line img {
  position: relative;
  z-index: 1;
}
.applications .left .line::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  width: 1px;
  margin: auto;
  height: 100%;
  background: rgba(28, 80, 156, 0.2);
}
.applications .left .line .line-show {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: var(--dominant-color);
  height: 0;
}
.applications .left .menu {
  flex-basis: calc(100% - 20px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .applications .left .menu {
    display: flex;
    align-items: center;
  }
}
.applications .left .menu .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 80px;
  transition: all 0.5s;
  position: relative;
  padding-left: 40px;
}
.applications .left .menu .item::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1c509c;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .applications .left .menu .item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .applications .left .menu .item {
    margin-top: 50px;
  }
}
.applications .left .menu .item .icon {
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  filter: grayscale(1);
}
.applications .left .menu .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.applications .left .menu .item .title {
  padding-left: 20px;
  font-size: 16px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .applications .left .menu .item .title {
    padding-left: 10px;
  }
}
.applications .left .menu .item.active .icon,
.applications .left .menu .item:hover .icon {
  filter: grayscale(0) !important;
}
.applications .left .menu .item.active .title,
.applications .left .menu .item:hover .title {
  color: #00d2ff;
}
.applications .right {
  flex-basis: calc(95% - 300px);
}
@media screen and (max-width: 1440px) {
  .applications .right {
    flex-basis: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .applications .right {
    flex-basis: 100%;
  }
}
.applications .right .item {
  margin-bottom: 60px;
  display: block;
  scroll-margin: 100px;
}
@media screen and (max-width: 768px) {
  .applications .right .item {
    margin-bottom: 20px;
  }
}
.applications .right .item .imgBox {
  height: 0;
  padding-bottom: 41%;
  border-radius: 10px 10px 0 0;
}
.applications .right .item .imgBox img {
  position: absolute;
}
.applications .right .item .text {
  border: 1px solid #eee;
  border-top: none;
  padding: 40px 75px 60px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .applications .right .item .text {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .applications .right .item .text {
    flex-direction: column;
  }
}
.applications .right .item .text .title {
  font-size: 1.25vw;
  flex-basis: 200px;
}
@media screen and (max-width: 1366px) {
  .applications .right .item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .applications .right .item .text .title {
    flex-basis: auto;
  }
}
.applications .right .item .text .summary-box {
  flex-basis: calc(85% - 200px);
}
.applications .right .item .text .summary-box .summary {
  margin-top: 20px;
  font-size: 16px;
  opacity: 0.6;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .applications .right .item .text .summary-box .summary {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .applications .right .item .text .summary-box .summary {
    font-size: 14px;
  }
}
.applications .right .item .text .summary-box .more {
  border: 1px solid #c9c9c9;
  color: #333;
  opacity: 0.6;
  margin-top: 30px;
}
.applications .right .item .text .summary-box .more::after {
  display: none;
}
.applications .right .item .text .summary-box .more:hover {
  background: var(--linear-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.applications-banner {
  position: relative;
}
.applications-banner .applications-bg {
  height: 700px;
}
.applications-banner .img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10%;
  mix-blend-mode: multiply;
  height: 700px;
  overflow: hidden;
  width: 900px;
  transform: scale(1.5);
}
@media screen and (max-width: 1600px) {
  .applications-banner .img {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .applications-banner .img {
    top: 10%;
    bottom: auto;
    height: 300px;
    width: 100%;
    transform: scale(1);
  }
}
.applications-banner .img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 768px) {
  .applications-banner .img img {
    height: 300px;
    object-fit: cover;
  }
}
.applications-banner .applications-img img {
  width: 100%;
}
.applications-banner video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.applications-banner .applications-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.applications-banner .banner-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  height: fit-content;
  text-shadow: 3px 3px 10px #676767;
}
@media screen and (max-width: 768px) {
  .applications-banner .banner-box {
    bottom: 20%;
    top: auto;
  }
}
.applications-banner .banner-box .page-title {
  font-size: 5.46875vw;
}
@media screen and (max-width: 768px) {
  .applications-banner .banner-box .page-title {
    font-size: 20px;
  }
}
.applications-banner .banner-box .page-summary {
  margin-top: 30px;
  font-size: 0.833vw;
}
@media screen and (max-width: 1600px) {
  .applications-banner .banner-box .page-summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .applications-banner .banner-box .page-summary {
    font-size: 14px;
  }
}
.applications-banner .banner-box .page-summary.applications-summary {
  display: flex;
}
.applications-banner .banner-box .page-summary.applications-summary .page-item .page-item-title {
  font-size: 1vw;
}
@media screen and (max-width: 1600px) {
  .applications-banner .banner-box .page-summary.applications-summary .page-item .page-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .applications-banner .banner-box .page-summary.applications-summary .page-item .page-item-title {
    font-size: 16px;
  }
}
.applications-banner .banner-box .page-summary.applications-summary .page-item:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .applications-banner .banner-box .page-summary.applications-summary {
    flex-direction: column;
  }
  .applications-banner .banner-box .page-summary.applications-summary .page-item {
    margin-bottom: 20px;
  }
}
.applications-banner .location {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  color: #fff;
  opacity: 0.6;
  background: url("../images/icon/home-w.png") no-repeat center left / 16px;
}
@media screen and (max-width: 768px) {
  .applications-banner .location {
    bottom: 10px;
    height: auto;
    opacity: 1;
  }
}
.applications-banner .location a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .applications-banner .location a {
    opacity: 1;
  }
}
.applications-detail {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 8% 0;
}
.applications-detail .item {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .applications-detail .item {
    margin-bottom: 40px;
  }
}
.applications-detail .item .top {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .top {
    margin-bottom: 10px;
  }
}
.applications-detail .item .top .title {
  font-size: 2.083vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .top .title {
    font-size: 16px;
  }
}
.applications-detail .item .top .sub {
  font-size: 1.042vw;
  opacity: 0.2;
  font-family: MiSans-Bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .top .sub {
    font-size: 12px;
  }
}
.applications-detail .item .bottom {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom {
    flex-direction: column;
  }
}
.applications-detail .item .bottom .img {
  flex-basis: 505px;
  height: 245px;
}
@media screen and (max-width: 1280px) {
  .applications-detail .item .bottom .img {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom .img {
    flex-basis: 100%;
    height: auto;
  }
}
.applications-detail .item .bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applications-detail .item .bottom table {
  flex-basis: calc(100% - 505px);
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.applications-detail .item .bottom table tbody {
  height: 245px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom table tbody {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom table {
    border-top: none;
  }
}
@media screen and (max-width: 1280px) {
  .applications-detail .item .bottom table {
    flex-basis: 65%;
  }
}
.applications-detail .item .bottom table tr {
  display: flex;
  border-bottom: 1px solid #eee;
  height: 25%;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom table tr {
    height: auto;
    flex-direction: column;
  }
}
.applications-detail .item .bottom table tr td:nth-child(1) {
  flex-basis: 40%;
  background: var(--dominant-color);
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .applications-detail .item .bottom table tr td:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .applications-detail .item .bottom table tr td:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .applications-detail .item .bottom table tr td:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom table tr td:nth-child(1) {
    font-size: 12px;
  }
}
.applications-detail .item .bottom table tr td:nth-child(2) {
  flex-basis: 60%;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .applications-detail .item .bottom table tr td:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom table tr td:nth-child(2) {
    font-size: 12px;
  }
}
.applications-detail .item .bottom table tr td {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .applications-detail .item .bottom table tr td {
    flex-basis: 100%;
    padding: 10px 20px;
  }
}
/*展会信息*/
.show-information {
  padding: 8% 0;
}
.show-information .items:nth-child(2) .top {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .show-information .items:nth-child(2) .top {
    flex-direction: column;
  }
}
.show-information .item {
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .show-information .item {
    margin-bottom: 10px;
  }
}
.show-information .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  padding: 40px;
}
@media screen and (max-width: 1366px) {
  .show-information .item .text {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .show-information .item .text {
    opacity: 1;
  }
}
.show-information .item .text .time {
  font-size: 16px;
  opacity: 0.6;
}
.show-information .item .text .title {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1600px) {
  .show-information .item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .show-information .item .text .title {
    font-size: 16px;
  }
}
.show-information .item .text .summary {
  font-size: 16px;
  opacity: 0.6;
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .show-information .item .text .summary {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .show-information .item .text .summary {
    font-size: 14px;
  }
}
.show-information .item:hover .text {
  opacity: 1;
  transform: translateY(-10px);
}
.show-information .item.r-item {
  background: #f6f6f6;
  height: 100%;
}
.show-information .item.r-item .information-more {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: var(--dominant-color);
  padding-right: 20px;
}
@media screen and (max-width: 1366px) {
  .show-information .item.r-item .information-more {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .show-information .item.r-item .information-more {
    position: relative;
    width: fit-content;
    margin-top: 10px;
  }
}
.show-information .item.r-item .information-more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--dominant-color);
}
.show-information .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .show-information .top {
    flex-direction: column;
  }
}
.show-information .top .left {
  flex-basis: calc(66% - 10px);
}
.show-information .top .left .imgBox {
  height: 0;
  padding-bottom: calc(580 / 1060 * 100%);
}
.show-information .top .left .imgBox img {
  position: absolute;
}
.show-information .top .right {
  flex-basis: 34%;
}
@media screen and (max-width: 768px) {
  .show-information .top .right .imgBox {
    height: 0;
    padding-bottom: calc(580 / 1060 * 100%);
  }
}
.show-information .top .right .imgBox img {
  position: absolute;
}
.show-information .bottom {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .show-information .bottom {
    margin-top: 0;
  }
}
.show-information .bottom .b-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .show-information .bottom .b-item {
    flex-direction: column;
  }
}
.show-information .bottom .b-item .left {
  flex-basis: 100%;
}
.show-information .bottom .b-item .left .item {
  margin-bottom: 10px;
  background: #f6f6f6;
}
.show-information .bottom .b-item .left .item .imgBox {
  height: 0;
  padding-bottom: 35%;
}
@media screen and (max-width: 768px) {
  .show-information .bottom .b-item .left .item .imgBox {
    padding-bottom: calc(580 / 1060 * 100%);
  }
}
.show-information .bottom .b-item .left .item .imgBox img {
  position: absolute;
}
.show-information .bottom .b-item .left .item .video {
  position: relative;
  height: 0;
  padding-bottom: calc(4 / 7 * 100%);
}
.show-information .bottom .b-item .left .item .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.show-information .bottom .b-item .right {
  flex-basis: calc(56% - 10px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.show-information .bottom .b-item .right .item {
  margin-bottom: 10px;
}
.show-information .bottom .b-item .right .item .imgBox {
  height: 0;
  padding-bottom: calc(620 / 890 * 100%);
}
.show-information .bottom .b-item .right .item .imgBox img {
  position: absolute;
}
.show-information .bottom .b-item .right .item:nth-child(2) {
  height: calc(50% - 10px);
}
.show-information .bottom .b-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .show-information .bottom .b-item:nth-child(2n) {
    flex-direction: column;
  }
}
.show-information .bottom .b-item:nth-child(2n) .left {
  display: flex;
  flex-direction: column;
}
.show-information .bottom .b-item:nth-child(2n) .right .item:nth-child(2) .imgBox {
  padding-bottom: calc(585 / 890 * 100%);
}
/*新闻资讯*/
.news {
  padding: 8% 0;
}
.news .news-box {
  position: relative;
  max-width: 1100px;
  margin: auto;
  transform: translateX(-20vw);
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .news .news-box {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box {
    transform: translateX(0);
  }
}
.news .line {
  position: absolute;
  left: 399px;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: #e5e5e5;
  z-index: -1;
}
.news .line .news-more {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--dominant-color);
  position: absolute;
  bottom: -70px;
  left: -35px;
  margin: auto;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1600px) {
  .news .line {
    left: 299px;
  }
}
@media screen and (max-width: 768px) {
  .news .line {
    display: none;
  }
}
.news .line::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../images/img148.png') no-repeat center top;
  position: absolute;
  top: -40px;
  left: -14px;
  right: 0;
  margin: auto;
}
.news .n-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news .n-item {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: auto;
  }
}
.news .n-item .year {
  flex-basis: 400px;
  font-size: 3.75vw;
  text-align: center;
  color: var(--dominant-color);
  font-family: Outfit-ExtraBold;
}
@media screen and (max-width: 1600px) {
  .news .n-item .year {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 768px) {
  .news .n-item .year {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    flex-basis: auto;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.news .n-item .text {
  flex-basis: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  margin-top: 2vw;
}
@media screen and (max-width: 1600px) {
  .news .n-item .text {
    flex-basis: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .news .n-item .text {
    flex-basis: 100%;
    width: 100%;
  }
}
.news .n-item .text .t-item {
  margin-bottom: 60px;
  padding-left: 1.5vw;
  position: relative;
}
.news .n-item .text .t-item.active img {
  opacity: 1;
}
.news .n-item .text .t-item.active .month {
  opacity: 1;
}
.news .n-item .text .t-item.active .title {
  color: var(--dominant-color);
}
.news .n-item .text .t-item .text-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news .n-item .text .t-item .text-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news .n-item .text .t-item {
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
}
.news .n-item .text .t-item img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 120%;
  max-width: 25vw;
  transition: all 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .news .n-item .text .t-item img {
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news .n-item .text .t-item img {
    position: initial;
    opacity: 1;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
  }
}
.news .n-item .text .t-item::after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--dominant-color);
  border-radius: 50%;
  top: 0;
  left: -4px;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .news .n-item .text .t-item::after {
    display: none;
  }
}
.news .n-item .text .t-item .month {
  flex-basis: 80px;
  font-size: 30px;
  color: var(--dominant-color);
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .news .n-item .text .t-item .month {
    font-size: 14px;
    opacity: 1;
    flex-basis: auto;
  }
}
.news .n-item .text .t-item .title {
  flex-basis: calc(100% - 100px);
  font-size: 20px;
  margin-top: 10px;
  height: fit-content;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .news .n-item .text .t-item .title {
    flex-basis: calc(100% - 100px);
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news .n-item .text .t-item .title {
    flex-basis: 100%;
    font-size: 16px;
    margin-top: 0;
  }
}
.news .n-item .text .t-item:hover img {
  opacity: 1;
}
.news .n-item .text .t-item:hover .month {
  opacity: 1;
}
.news .n-item .text .t-item:hover .title {
  color: var(--dominant-color);
}
/*新闻详情*/
.news-detail {
  padding: 8% 0;
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.01);
}
.news-detail .news-text {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  max-width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .news-detail .news-text {
    max-width: 90%;
  }
}
.news-detail .news-text .title {
  font-size: 2.083vw;
}
@media screen and (max-width: 768px) {
  .news-detail .news-text .title {
    font-size: 20px;
  }
}
.news-detail .news-text .summary-box {
  opacity: 0.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-detail .news-text .summary-box {
    margin-top: 10px;
  }
}
.news-detail .news-text .summary-box .item {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail .news-text .summary-box .item {
    font-size: 14px;
  }
}
.news-detail .news-detail-box {
  max-width: 80%;
  margin: auto;
  font-size: 16px;
  color: #666;
  line-height: 2.2;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-box {
    max-width: 90%;
  }
}
.news-detail .news-detail-box img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}
.news-detail .news-detail-page {
  max-width: 80%;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-page {
    max-width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-detail .news-detail-page .more-news {
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-page .more-news {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.news-detail .news-detail-page .more-news a {
  display: block;
  transition: all 0.5s;
}
.news-detail .news-detail-page .more-news a:hover {
  color: var(--dominant-color);
}
.news-detail .news-detail-page .more-news .prev {
  margin-bottom: 10px;
}
.news-detail .news-detail-page .back {
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 23px;
  background: var(--dominant-color);
  border: 1px solid var(--dominant-color);
  font-size: 16px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-page .back {
    font-size: 12px;
    width: 120px;
    height: 40px;
  }
}
.news-detail .news-detail-page .back:hover {
  background: #fff;
  color: var(--dominant-color);
}
/*联系我们*/
.contact .contact-title {
  color: #000;
}
.contact .contact-title .title {
  font-size: 2.083vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact .contact-title .title {
    font-size: 20px;
  }
}
.contact .contact-title .sub {
  opacity: 0.2;
  font-size: 1.042vw;
  font-family: Outfit-ExtraBold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact .contact-title .sub {
    font-size: 16px;
  }
}
.contact .contact-title .line {
  background: var(--dominant-color);
  width: 80%;
  height: 3px;
  margin-top: 20px;
}
.contact .box {
  padding: 8% 0;
}
.contact .box .map-box {
  display: flex;
  width: 92.5%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .contact .box .map-box {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact .box .map-box {
    flex-direction: column;
  }
}
.contact .box .map-box .left {
  flex-basis: 45%;
}
.contact .box .map-box .left .contact-text {
  width: 80%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact .box .map-box .left .contact-text {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.contact .box .map-box .left .contact-text .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 1.042vw;
  border-bottom: 1px solid #eee;
  font-family: auto !important;
}
@media screen and (max-width: 1600px) {
  .contact .box .map-box .left .contact-text .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact .box .map-box .left .contact-text .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.contact .box .map-box .left .contact-text .item .icon {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .box .map-box .left .contact-text .item .icon {
    width: 40px;
    height: 40px;
  }
}
.contact .box .map-box .left .contact-text .item .icon img {
  filter: brightness(0);
}
.contact .box .map-box .left .contact-text .item .text {
  flex-basis: calc(100% - 75px);
}
@media screen and (max-width: 768px) {
  .contact .box .map-box .left .contact-text .item .text {
    flex-basis: calc(100% - 50px);
  }
}
.contact .box .map-box .left .contact-text .item .text .key {
  opacity: 0.6;
  font-size: 0.833vw;
}
@media screen and (max-width: 1600px) {
  .contact .box .map-box .left .contact-text .item .text .key {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact .box .map-box .left .contact-text .item .text .key {
    font-size: 16px;
  }
}
.contact .box .map-box .left .contact-text .item .text .value {
  font-family: auto;
}
.contact .box .map-box .right {
  flex-basis: 55%;
}
.contact .box .contact-code {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact .box .contact-code {
    margin-top: 20px;
  }
}
.contact .box .contact-code .item {
  flex-basis: 25%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact .box .contact-code .item {
    flex-basis: 48%;
    padding-bottom: 48%;
    margin-bottom: 4%;
  }
}
.contact .box .contact-code .item .text {
  min-width: 140px;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .contact .box .contact-code .item .text {
    min-width: auto;
  }
}
.contact .box .contact-code .item .text img {
  width: 100%;
}
.contact .box .contact-code .item:nth-child(odd) {
  background: var(--linear-color);
}
.contact .box .contact-code .item:nth-child(odd) .title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .box .contact-code .item:nth-child(odd) {
    margin-right: 4%;
  }
}
.contact .box .contact-code .item .title {
  font-size: 1.042vw;
  color: #000;
  opacity: 0.6;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .box .contact-code .item .title {
    margin-top: 10px;
    font-size: 12px;
  }
}
/*关于我们*/
.about .about-box {
  padding: 8% 0;
  position: relative;
}
.about .about-box .about-us .about-logo {
  text-align: center;
  margin: 0 auto 3%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .about-logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about .about-box .about-us .text {
  max-width: 54.6875vw;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .about .about-box .about-us .text {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .text {
    max-width: 100%;
  }
}
.about .about-box .about-us .text .title {
  font-size: 2.083vw;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .text .title {
    font-size: 18px;
  }
}
.about .about-box .about-us .text .sub {
  font-size: 1.5625vw;
  color: #ababab;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .text .sub {
    font-size: 14px;
  }
}
.about .about-box .about-us .text .sub span {
  font-weight: 600;
  color: var(--dominant-color);
}
.about .about-box .about-us .text .summary {
  margin-top: 20px;
  opacity: 0.6;
  font-size: 0.833vw;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .about .about-box .about-us .text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .text .summary {
    font-size: 14px;
  }
}
.about .about-box .about-us .numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 46.875vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers {
    padding-top: 50px;
    max-width: 100%;
  }
}
.about .about-box .about-us .numbers .item {
  margin: 80px 0;
  flex-basis: 25%;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers .item {
    margin: 0 0 40px;
    flex-basis: 50%;
  }
}
.about .about-box .about-us .numbers .item .number {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers .item .number {
    justify-content: center;
  }
}
.about .about-box .about-us .numbers .item .number .gd-count {
  line-height: 0.8;
  font-size: 2.083vw;
  color: var(--dominant-color);
  font-family: Outfit-ExtraBold, serif;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers .item .number .gd-count {
    font-size: 20px;
  }
}
.about .about-box .about-us .numbers .item .number sup {
  font-size: 16px;
  color: var(--dominant-color);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers .item .number sup {
    font-size: 14px;
  }
}
.about .about-box .about-us .numbers .item .number span {
  margin-left: 20px;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers .item .number span {
    margin-left: 10px;
    margin-top: 0;
  }
}
.about .about-box .about-us .numbers .item .summary {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .numbers .item .summary {
    font-size: 12px;
    margin-top: 0;
    text-align: center;
  }
}
.about .about-box .about-us .video {
  max-width: 57.8125vw;
  margin: auto;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .video {
    max-width: 100%;
  }
}
.about .about-box .about-us .video .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about .about-box .about-us .video .play {
    width: 50px;
    height: 50px;
  }
}
.about .about-box .about-us .video:hover .play img {
  transform: inherit;
}
.about .about-box .people-line {
  width: 50%;
  top: 15vw;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-line {
    display: none;
  }
}
.about .about-box .people-box {
  padding-bottom: 10%;
  position: relative;
}
.about .about-box .people-box .people-swiper .swiper-slide {
  display: flex;
  opacity: 0 !important;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide {
    flex-direction: column;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box {
    width: 100%;
    order: 1;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box .title {
  font-size: 2.083vw;
}
@media screen and (max-width: 1600px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box .title {
    font-size: 20px;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box .title span {
  font-size: 1.042vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1600px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box .title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box .title span {
    font-size: 14px;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box .tip {
  margin-top: 30px;
  font-size: 0.833vw;
  line-height: 2;
}
@media screen and (max-width: 1600px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box .tip {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .text-box .tip {
    font-size: 14px;
    margin-top: 10px;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box .tip ul {
  padding-left: 20px;
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box .tip ul li {
  list-style: disc;
}
.about .about-box .people-box .people-swiper .swiper-slide .text-box .tip ul li::marker {
  color: var(--dominant-color);
}
.about .about-box .people-box .people-swiper .swiper-slide .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .img {
    width: 60%;
    margin: auto;
    order: 0;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .img img {
  width: 100%;
}
.about .about-box .people-box .people-swiper .swiper-slide .summary {
  margin-left: 3%;
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .summary {
    width: 100%;
    order: 2;
    margin-left: 0;
    margin-top: 20px;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .summary .summary-top {
  margin-bottom: 30px;
  max-width: 4.167vw;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .summary .summary-top {
    display: none;
  }
}
.about .about-box .people-box .people-swiper .swiper-slide .summary .summary-text {
  overflow: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.833vw;
  max-height: 40vh;
  padding-right: 10px;
}
@media screen and (max-width: 1600px) {
  .about .about-box .people-box .people-swiper .swiper-slide .summary .summary-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper .swiper-slide .summary .summary-text {
    font-size: 14px;
  }
}
.about .about-box .people-box .people-swiper-small {
  position: absolute;
  left: 10%;
  bottom: 30%;
  max-width: 8.333vw;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper-small {
    bottom: 0;
    top: 20%;
    left: auto;
    right: 0;
    max-width: 40px;
  }
}
.about .about-box .people-box .people-swiper-small .swiper-slide {
  opacity: 0 !important;
}
.about .about-box .people-box .people-swiper-small .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper-small .swiper-slide.swiper-slide-active {
    opacity: 0 !important;
  }
}
.about .about-box .people-box .people-swiper-small .swiper-slide .title {
  font-size: 1.042vw;
  text-align: center;
  margin-top: 20px;
}
.about .about-box .people-box .people-swiper-small .swiper-slide .title span {
  font-size: 0.833vw;
  color: var(--dominant-color);
}
.about .about-box .people-box .people-swiper-small .swiper-button-next {
  width: 100%;
  height: 100%;
  margin-top: auto;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about .about-box .people-box .people-swiper-small .swiper-button-next {
    opacity: 1;
    border: 1px solid var(--dominant-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 0;
  }
  .about .about-box .people-box .people-swiper-small .swiper-button-next::after {
    color: var(--dominant-color);
    font-size: 14px;
  }
}
.about .about-box .history-box {
  position: relative;
}
.about .about-box .history-box .page-title {
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 2;
}
.about .about-box .history-box .page-title .title {
  color: #fff;
}
.about .about-box .history-box .page-title .sub {
  color: #fff;
}
.about .about-box .history-box .tip {
  position: absolute;
  top: 15%;
  right: 10%;
  color: #fff;
  z-index: 2;
}
.about .about-box .history-box .tip .tip-left {
  background: url('../images/icon/mouse2.png') no-repeat center left;
  padding-left: 30px;
}
.about .about-box .history-box .tip .button-div {
  position: relative;
  margin-top: 20px;
}
.about .about-box .history-box .swiper {
  width: 100%;
  height: 100vh;
  /* 视窗高度 */
  overflow: hidden;
}
.about .about-box .history-box .swiper .swiper-wrapper {
  width: auto;
  /* 设置为自动宽度 */
  height: 100%;
  /* 与容器高度一致 */
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.about .about-box .history-box .swiper .swiper-slide {
  width: auto;
  /* 设置为自动宽度 */
  height: 100%;
  /* 与容器高度一致 */
}
.about .about-box .history-box .swiper .swiper-slide img {
  width: auto;
  /* 图片宽度自适应 */
  height: 100%;
  /* 图片高度与容器一致 */
  display: block;
  margin: 0 auto;
}
.about .about-box .history-box .history-text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .about-box .history-box .history-text-box .item {
  position: absolute;
  color: #fff;
  display: flex;
}
.about .about-box .history-box .history-text-box .item:nth-child(odd) .left {
  align-items: flex-end;
}
.about .about-box .history-box .history-text-box .item:nth-child(even) {
  align-items: flex-end;
}
.about .about-box .history-box .history-text-box .item .left {
  height: 200px;
  position: relative;
  display: flex;
}
.about .about-box .history-box .history-text-box .item .left .icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
.about .about-box .history-box .history-text-box .item .left::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
}
.about .about-box .history-box .history-text-box .item .right {
  margin-left: 30px;
}
.about .about-box .history-box .history-text-box .item .right .time {
  font-size: 20px;
  font-family: MiSans-Bold;
}
.about .about-box .history-box .history-text-box .item .right .summary {
  margin-top: 10px;
  font-size: 16px;
}
.about .about-box .honor-box {
  display: flex;
  justify-content: space-between;
  width: 92.5%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .about .about-box .honor-box {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box {
    flex-direction: column;
  }
}
.about .about-box .honor-box .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .left {
    width: 100%;
  }
}
.about .about-box .honor-box .left .numbers {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .left .numbers {
    padding-top: 20px;
  }
}
.about .about-box .honor-box .left .numbers .item {
  margin: 60px 0;
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .left .numbers .item {
    margin: 0 0 40px;
    flex-basis: 33.3%;
  }
}
.about .about-box .honor-box .left .numbers .item .number {
  display: flex;
}
.about .about-box .honor-box .left .numbers .item .number .gd-count {
  line-height: 0.8;
  font-size: 4.167vw;
  color: var(--dominant-color);
  font-family: Outfit-ExtraBold, serif;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .left .numbers .item .number .gd-count {
    font-size: 20px;
  }
}
.about .about-box .honor-box .left .numbers .item .number sup {
  font-size: 18px;
  color: var(--dominant-color);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .left .numbers .item .number sup {
    font-size: 14px;
  }
}
.about .about-box .honor-box .left .numbers .item .summary {
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .left .numbers .item .summary {
    font-size: 12px;
    margin-top: 0;
  }
}
.about .about-box .honor-box .right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .right {
    width: 100%;
  }
}
.about .about-box .honor-box .right .tab-button {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  margin-right: 15%;
}
@media screen and (max-width: 1600px) {
  .about .about-box .honor-box .right .tab-button {
    margin-right: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .right .tab-button {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.about .about-box .honor-box .right .tab-button .item {
  width: 160px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #c5c3c3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 30px;
  transition: all 0.5s;
  cursor: pointer;
}
.about .about-box .honor-box .right .tab-button .item.active,
.about .about-box .honor-box .right .tab-button .item:hover {
  background: var(--linear-color);
  border-color: var(--dominant-color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .right .tab-button .item {
    width: calc(50% - 20px);
    margin: 10px;
    height: 40px;
  }
}
.about .about-box .honor-box .right .tab-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about .about-box .honor-box .right .tab-box {
    margin-top: 20px;
  }
}
.about .about-box .honor-box .right .tab-box .item {
  display: none;
}
.about .about-box .honor-box .right .tab-box .item .swiper {
  padding: 10px;
}
.about .about-box .honor-box .right .tab-box .item .swiper .swiper-slide {
  height: auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.about .about-box .honor-box .right .tab-box .item .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button {
  margin-top: 10%;
  margin-right: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .about .about-box .honor-box .right .tab-box .item .swiper .honor-button {
    margin-right: 7.5%;
  }
}
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button .swiper-button-prev,
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button .swiper-button-next {
  position: inherit;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: auto;
  border: 1px solid var(--dominant-color);
  transition: all 0.5s;
  margin-left: 20px;
}
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button .swiper-button-prev::after,
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button .swiper-button-next::after {
  font-size: 0;
  color: var(--dominant-color);
  transition: all 0.5s;
}
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button .swiper-button-prev:hover,
.about .about-box .honor-box .right .tab-box .item .swiper .honor-button .swiper-button-next:hover {
  background: var(--dominant-color);
  color: #fff;
}
.about .about-box .honor-box .right .tab-box .item.active {
  display: block;
}
.about .about-box .culture-box {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .about .about-box .culture-box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.about .about-box .culture-box .item {
  position: relative;
}
.about .about-box .culture-box .item img {
  width: 100%;
}
.about .about-box .culture-box .item .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.125vw;
}
@media screen and (max-width: 768px) {
  .about .about-box .culture-box .item .text {
    padding: 20px;
  }
}
.about .about-box .culture-box .item .text .title {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .about .about-box .culture-box .item .text .title {
    font-size: 18px;
  }
}
.about .about-box .culture-box .item .text .summary {
  margin-top: 20px;
  font-size: 0.833vw;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .about .about-box .culture-box .item .text .summary {
    font-size: 14px;
    margin-top: 10px;
  }
}
.about .about-after {
  position: relative;
}
.about .about-after::before,
.about .about-after:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about .about-after::before {
  background: url('../images/img150.png') no-repeat top right / contain;
  top: 0;
  right: 0;
  height: 400px;
}
.about .about-after::after {
  background: url('../images/img151.png') no-repeat bottom left / contain;
  bottom: 0;
  left: 0;
  height: 800px;
}
/*产品中心*/
.product .product-box {
  padding: 8% 0;
}
.product .product-box .p-item .element-box {
  margin-top: 50px;
  margin-bottom: 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .element-box {
    margin-top: 20px;
  }
}
.product .product-box .p-item .element-box .swiper-button-next {
  right: -50px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}
.product .product-box .p-item .element-box .swiper-button-next::after {
  content: '';
  font-size: 16px;
}
.product .product-box .p-item .element-box .swiper-button-next .goTop {
  width: 60px;
  height: 60px;
}
.product .product-box .p-item .element-box .swiper-button-next .goTop .button {
  width: 20px;
  height: 20px;
}
.product .product-box .p-item .element-box .swiper-button-next .goTop .button span {
  font-size: 14px;
  transform: translateY(0) !important;
}
.product .product-box .p-item .element-box .swiper {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .element-box .swiper {
    padding-bottom: 20px;
  }
}
.product .product-box .p-item .element-box .swiper .swiper-slide {
  display: grid;
  grid-template-columns: calc(7 / 16 * 100%) calc(88 / 160 * 100%);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .element-box .swiper .swiper-slide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .product-box .p-item .element-box .swiper .swiper-slide .img {
  position: relative;
  display: block;
}
.product .product-box .p-item .element-box .swiper .swiper-slide .img img {
  width: 100%;
  position: absolute;
}
.product .product-box .p-item .element-box .swiper .swiper-slide .img .title {
  font-size: 1.25vw;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .product .product-box .p-item .element-box .swiper .swiper-slide .img .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .product .product-box .p-item .element-box .swiper .swiper-slide .img .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .element-box .swiper .swiper-slide .img .title {
    padding: 20px;
    font-size: 16px;
  }
}
.product .product-box .p-item .element-box .swiper .swiper-slide .img:hover .title {
  transform: translateY(-10px);
}
.product .product-box .p-item .element-box .swiper .swiper-slide .left {
  position: relative;
}
.product .product-box .p-item .element-box .swiper .swiper-slide .left .imgBox {
  height: 0;
  padding-bottom: calc(6 / 7 * 100%);
}
.product .product-box .p-item .element-box .swiper .swiper-slide .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .element-box .swiper .swiper-slide .right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .product-box .p-item .element-box .swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 4px;
}
.product .product-box .p-item .element-box .swiper .swiper-pagination-progressbar {
  --swiper-theme-color: #00d2ff;
}
.product .product-box .p-item .sensor-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box {
    margin-top: 20px;
    flex-direction: column;
  }
}
.product .product-box .p-item .sensor-box .item {
  flex-basis: calc((62.5% - 60px) / 3);
  height: 600px;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item {
    flex-basis: 100%;
    margin-bottom: 20px;
    height: auto;
  }
}
.product .product-box .p-item .sensor-box .item:nth-child(1) {
  background: linear-gradient(to bottom, #d8d7de, #b8bac1);
}
.product .product-box .p-item .sensor-box .item:nth-child(2) {
  background: linear-gradient(to bottom, #e0eaf2, #aabfda);
}
.product .product-box .p-item .sensor-box .item:nth-child(3) {
  background: linear-gradient(to bottom, #f6f1f0, #e9dfdc);
}
.product .product-box .p-item .sensor-box .item:nth-child(4) {
  background: linear-gradient(to bottom, #f2f2f2, #e8e5e4);
}
.product .product-box .p-item .sensor-box .item.active {
  flex-basis: 37.5%;
}
.product .product-box .p-item .sensor-box .item.active .img img.show1 {
  opacity: 0;
}
.product .product-box .p-item .sensor-box .item.active .img img.show2 {
  opacity: 1;
}
.product .product-box .p-item .sensor-box .item.active .text .summary {
  opacity: 0.4;
}
.product .product-box .p-item .sensor-box .item .img {
  mix-blend-mode: multiply;
}
.product .product-box .p-item .sensor-box .item .img img {
  height: 80%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item .img img {
    position: inherit;
  }
}
.product .product-box .p-item .sensor-box .item .img img.show1 {
  opacity: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item .img img.show1 {
    display: none;
  }
}
.product .product-box .p-item .sensor-box .item .img img.show2 {
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item .img img.show2 {
    opacity: 1;
  }
}
.product .product-box .p-item .sensor-box .item .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item .text {
    padding: 20px;
  }
}
.product .product-box .p-item .sensor-box .item .text .title {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item .text .title {
    font-size: 16px;
  }
}
.product .product-box .p-item .sensor-box .item .text .summary {
  font-size: 0.833vw;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .product-box .p-item .sensor-box .item .text .summary {
    opacity: 0.4;
    font-size: 14px;
  }
}
.product .product-box.product-slide {
  padding: 0;
}
.product .product-box.product-slide .swiper-slide .img img {
  width: 100%;
}
.product .product-box.product-slide .swiper-slide .text {
  position: absolute;
  width: 50%;
  margin: auto auto auto 10%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text {
    width: 100%;
    padding: 5% 5% 15%;
    top: auto;
  }
}
.product .product-box.product-slide .swiper-slide .text .title {
  font-size: 5.46875vw;
  background-image: linear-gradient(#fff 45%, var(--dominant-color));
  color: transparent;
  -webkit-background-clip: text;
  font-family: Outfit-ExtraBold;
  line-height: 1;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 4px 4px 0);
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .title {
    font-size: 18px;
  }
}
.product .product-box.product-slide .swiper-slide .text .img2 {
  /*transition: all 1s;
            transform: translateY(100px);
            opacity: 0;*/
}
.product .product-box.product-slide .swiper-slide .text .img2 img {
  max-width: 724px;
  width: 37.708vw;
}
.product .product-box.product-slide .swiper-slide .text .title2 {
  margin: 40px 0 50px;
  line-height: 1;
  font-size: 2.917vw;
  color: #fff;
  font-family: pangmen;
  /*transition: all 1s;
            transform: translateY(100px);
            opacity: 0;*/
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .title2 {
    margin: 20px 0 30px;
  }
}
.product .product-box.product-slide .swiper-slide .text .banner-more {
  /*transition: all 1s;
            transform: translateY(100px);
            opacity: 0;*/
  text-align: center;
}
.product .product-box.product-slide .swiper-slide .text .banner-more .more {
  width: 270px;
  height: 70px;
  font-family: pangmen;
  margin-left: 0;
  margin-right: auto;
  font-size: 20px;
  border-radius: 0;
  justify-content: center;
  background: rgba(58, 147, 189, 0.1);
  transform: skewX(160deg);
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .banner-more .more {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.product .product-box.product-slide .swiper-slide .text .banner-more .more::after {
  display: none;
}
.product .product-box.product-slide .swiper-slide .text .banner-more .more:hover {
  background: #fff;
}
.product .product-box.product-slide .swiper-slide .text .sub {
  font-size: 2.34375vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .sub {
    font-size: 12px;
  }
}
.product .product-box.product-slide .swiper-slide .text .use-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 20px;
  margin-top: 50px;
  max-width: 45vw;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .use-box {
    max-width: 100%;
    margin-top: 10px;
  }
}
.product .product-box.product-slide .swiper-slide .text .use-box .item {
  align-items: center;
  color: #fff;
  display: flex;
}
.product .product-box.product-slide .swiper-slide .text .use-box .item .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .use-box .item .icon {
    width: 20px;
    height: 20px;
  }
}
.product .product-box.product-slide .swiper-slide .text .use-box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .product-box.product-slide .swiper-slide .text .use-box .item .u-title {
  font-size: 1.5625vw;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .use-box .item .u-title {
    font-size: 12px;
    margin-left: 10px;
  }
}
.product .product-box.product-slide .swiper-slide .text .button-box {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .button-box {
    margin-top: 20px;
  }
}
.product .product-box.product-slide .swiper-slide .text .button-box a {
  width: 160px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #ababab;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-slide .text .button-box a {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
}
.product .product-box.product-slide .swiper-slide .text .button-box a:hover {
  background: var(--dominant-color);
  color: #fff;
  border-color: var(--dominant-color);
}
.product .product-box.product-slide .swiper-button-prev,
.product .product-box.product-slide .swiper-button-next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: auto;
}
.product .product-box.product-slide .swiper-button-prev::after,
.product .product-box.product-slide .swiper-button-next::after {
  content: '';
  font-size: 14px;
  color: #fff;
}
.product .product-box.product-slide .swiper-pagination {
  bottom: 50px;
}
.product .product-box.product-slide .swiper-pagination-bullet-active {
  background: #fff;
}
.product .product-box.product-slide .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .product .product-box.product-slide .swiper-pagination {
    bottom: 20px;
  }
  .product .product-box.product-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.product .product-box .applications {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications {
    margin-bottom: 50px;
  }
}
.product .product-box .applications .left {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .left {
    display: block;
    flex-basis: 100%;
    position: inherit;
  }
  .product .product-box .applications .left .line {
    display: none;
  }
  .product .product-box .applications .left .menu {
    flex-wrap: wrap;
  }
}
.product .product-box .applications .left .menu-phone {
  display: none;
  width: 100%;
  height: 40px;
  background: var(--dominant-color);
  color: white;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .left .menu-phone {
    display: flex;
  }
}
.product .product-box .applications .left .page-title {
  flex-basis: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .left .page-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .left .menu {
    display: none;
  }
}
.product .product-box .applications .left .item {
  position: relative;
  padding-left: 40px;
  /*&:nth-child(1) {
            .title {
              color: #e47250;
            }
          }
          &:nth-child(2) {
            .title {
              color: #f2b544;
            }
          }
          &:nth-child(3) {
            .title {
              color: #e1d643;
            }
          }
          &:nth-child(4) {
            .title {
              color: #7fc061;
            }
          }
          &:nth-child(5) {
            .title {
              color: #b7d6f3;
            }
          }
          &:nth-child(6) {
            .title {
              color: #0099ff;
            }
          }
          &:nth-child(7) {
            .title {
              color: #c4b4db;
            }
          }
          &:nth-child(8) {
            .title {
              color: #e47250;
            }
          }
          &:nth-child(9) {
            .title {
              color: #f2b544;
            }
          }
          &:nth-child(10) {
            .title {
              color: #e1d643;
            }
          }
          &:nth-child(11) {
            .title {
              color: #7fc061;
            }
          }
          &:nth-child(12) {
            .title {
              color: #b7d6f3;
            }
          }
          &:nth-child(13) {
            .title {
              color: #0099ff;
            }
          }
          &:nth-child(14) {
            .title {
              color: #c4b4db;
            }
          }*/
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .left .item {
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-left: 0;
  }
  .product .product-box .applications .left .item .title {
    font-size: 14px;
  }
}
.product .product-box .applications .left .item::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1c509c;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -12px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .product .product-box .applications .left .item::after {
    display: none;
  }
}
.product .product-box .applications .left .item .icon {
  filter: grayscale(1) brightness(0.5);
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .left .item .icon {
    display: none;
  }
}
.product .product-box .applications .right .product-app-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .right .product-app-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.product .product-box .applications .right .product-app-box .item {
  border: 1px solid #eee;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 0;
}
.product .product-box .applications .right .product-app-box .item .img {
  border-bottom: 1px solid #eee;
}
.product .product-box .applications .right .product-app-box .item .img .imgBox {
  padding-bottom: 70%;
}
.product .product-box .applications .right .product-app-box .item .img img {
  width: 100%;
}
.product .product-box .applications .right .product-app-box .item .text {
  border: none;
  padding: 40px 30px 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .right .product-app-box .item .text {
    padding: 20px;
  }
}
.product .product-box .applications .right .product-app-box .item .text .title {
  font-size: 1.042vw;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .right .product-app-box .item .text .title {
    font-size: 16px;
  }
}
.product .product-box .applications .right .product-app-box .item .text .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  background: url('../images/img68-1.png');
}
.product .product-box .applications .right .product-app-box .item .text .summary {
  font-size: 0.833vw;
  opacity: 0.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product .product-box .applications .right .product-app-box .item .text .summary {
    font-size: 14px;
  }
}
.product .product-box .applications .right .product-app-box .item::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00d2ff;
  position: absolute;
  transition: all 0.5s;
}
.product .product-box .applications .right .product-app-box .item:hover {
  box-shadow: 0 0 10px 5px rgba(58, 147, 189, 0.1);
  border-color: #fff;
}
.product .product-box .applications .right .product-app-box .item:hover::after {
  width: 100%;
}
.product-detail-menu {
  border-bottom: 2px solid #f0f0f0;
}
.product-detail-menu .box {
  display: flex;
}
.product-detail-menu .box .item {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 0.833vw;
  padding: 0 4.6875vw;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product-detail-menu .box .item {
    font-size: 16px;
  }
  .product-detail-menu .box .item:nth-child(1) {
    padding-left: 0;
  }
}
.product-detail-menu .box .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f0f0f0;
  margin: auto;
}
.product-detail-menu .box .item.active,
.product-detail-menu .box .item:hover {
  color: var(--dominant-color);
}
.product-detail {
  padding: 8% 0;
}
.product-detail .item {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
  scroll-margin: 200px;
}
@media screen and (max-width: 768px) {
  .product-detail .item {
    flex-direction: column;
  }
}
.product-detail .item .left {
  flex-basis: 26.042vw;
}
@media screen and (max-width: 768px) {
  .product-detail .item .left {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
.product-detail .item .right {
  flex-basis: 56.771vw;
  border-top: 1px solid #eee;
  padding: 40px 0 80px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product-detail .item .right {
    flex-basis: auto;
    padding: 20px 0 40px;
    font-size: 14px;
  }
}
.product-detail .item .right sub {
  font-size: 12px;
  margin-top: 10px;
}
.product-detail .item .right ul {
  padding-left: 30px;
}
.product-detail .item .right ul li {
  list-style: disc;
}
.product-detail .item .right ul li::marker {
  font-size: 20px;
  color: var(--dominant-color);
}
.product-detail .item .right .parameter {
  flex-basis: calc(100% - 505px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product-detail .item .right .parameter {
    border-top: none;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail .item .right .parameter {
    flex-basis: 65%;
  }
}
.product-detail .item .right .parameter .p-item {
  display: flex;
  height: 25%;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .product-detail .item .right .parameter .p-item {
    height: auto;
    flex-direction: column;
  }
}
.product-detail .item .right .parameter .p-item .key {
  flex-basis: 40%;
  background: var(--dominant-color);
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .product-detail .item .right .parameter .p-item .key {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .item .right .parameter .p-item .key {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail .item .right .parameter .p-item .key {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .item .right .parameter .p-item .key {
    font-size: 12px;
  }
}
.product-detail .item .right .parameter .p-item .value {
  flex-basis: 60%;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .product-detail .item .right .parameter .p-item .value {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .item .right .parameter .p-item .value {
    font-size: 12px;
  }
}
.product-detail .item .right .parameter .p-item .key,
.product-detail .item .right .parameter .p-item .value {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-detail .item .right .parameter .p-item .key,
  .product-detail .item .right .parameter .p-item .value {
    flex-basis: 100%;
    padding: 10px 20px;
  }
}
/*搜索*/
.search-result {
  padding: 0 0 8%;
}
.search-result .page-search {
  margin-bottom: 40px;
}
.search-result .page-search label {
  position: relative;
}
.search-result .page-search label input {
  height: 50px;
}
.search-result .page-search label button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-result .page-search label button img {
  width: 24px;
  height: 23px;
}
.search-result .search-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  border-top: 1px solid #eee;
  grid-gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .search-result .search-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.search-result .search-box .item {
  color: #000;
}
.search-result .search-box .item .imgBox {
  height: 300px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result .search-box .item .text {
  color: #000;
}
.search-result .search-box .item .text .time {
  font-size: 16px;
  opacity: 0.6;
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .search-result .search-box .item .text .time {
    font-size: 14px;
  }
}
.search-result .search-box .item .text .title {
  font-size: 24px;
  font-family: Manrope-Bold;
  line-height: 1.2;
  transition: all 0.5s;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .search-result .search-box .item .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.search-result .search-box .item .text .summary {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .search-result .search-box .item .text .summary {
    font-size: 14px;
  }
}
.search-result .search-box .item:hover .title,
.search-result .search-box .item:hover .news-more {
  color: var(--dominant-color);
}
/*响应式*/
@media screen and (max-width: 1600px) {
  /*默认*/
  .pager .number {
    width: 50px;
    height: 50px;
  }
  .pagePadding {
    padding: 100px 0 120px;
  }
  .pagePaddingT {
    padding: 100px 0 0;
  }
  .page-title-box .page-title {
    font-size: 32px;
  }
  .page-title-box .page-summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .page-title-box .page-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .page-title-box .page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .more {
    height: 40px;
    font-size: 12px;
    padding: 0 20px;
    width: 130px;
  }
  .more::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  /*header*/
  header .header-menu .header-box-bg .header-box {
    height: 80px;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child span {
    display: inline-block;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child img {
    display: none;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child .firstItem-title {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 50px;
  }
  .pager .number {
    width: 30px;
    height: 30px;
    font-size: 12px !important;
    margin: 0 5px;
  }
  .pagePadding {
    padding: 50px 0;
  }
  .pagePaddingT {
    padding: 50px 0 0;
  }
  .page-title-box {
    margin-bottom: 20px;
  }
  .page-title-box .page-title {
    font-size: 20px;
  }
  .page-title-box .page-summary {
    font-size: 12px;
    margin-top: 0;
  }
  header .header-menu .header-box {
    padding: 0;
    height: 60px;
  }
  header .header-menu .header-box .logo {
    margin-left: 5%;
    position: relative;
    z-index: 100;
    width: 50%;
  }
  header .header-menu .header-box .menu-box {
    background: none;
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    z-index: 10;
    top: 0 !important;
    width: 100%;
    justify-content: flex-end;
  }
  header .header-menu .header-box .menu-box .phone-click {
    cursor: pointer;
    width: 22px;
    height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    right: 5%;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line {
    height: 2px;
    background: #fff;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line::before,
  header .header-menu .header-box .menu-box .phone-click .phone-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line::before {
    top: 0;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line::after {
    bottom: 0;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click.active .phone-line {
    background: rgba(255, 255, 255, 0) !important;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click.active .phone-line::before {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(7px) rotate(45deg);
  }
  header .header-menu .header-box .menu-box .phone-click.active .phone-line::after {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(-7px) rotate(-45deg);
  }
  header .header-menu .header-box .menu-box .phone-show {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    padding-top: 30px;
  }
  header .header-menu .header-box .menu-box .menu-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  header .header-menu .header-box .menu-box .menu-list .language {
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem.active .firstItem-title a {
    color: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem.active .firstItem-title a::after {
    background: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title {
    height: 50px;
    width: 100%;
    padding: 0;
    position: relative;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a {
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a:hover {
    color: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a:hover::after {
    background: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i.active {
    transform: rotate(45deg);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i::before {
    content: '';
    width: 16px;
    position: absolute;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i::after {
    content: '';
    height: 16px;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title::after {
    display: none;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box {
    top: 0 !important;
    border-top: none;
    box-shadow: none;
    position: relative;
    left: 0;
    font-size: 12px;
    transform: translateX(0);
    width: 100%;
    margin-left: 20px;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box .second-box-list {
    margin-top: 0;
    padding: 2px;
    background: none;
    justify-content: flex-start;
    flex-direction: column;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box .second-box-list::after {
    left: 20px;
    right: auto;
    display: none;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box a {
    text-align: left;
    margin-bottom: 10px;
    color: #333;
    padding: 0;
    height: auto;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box a:hover {
    color: #333;
    text-decoration: underline;
  }
  header .header-menu .header-box .menu-box .menu-list-phone {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    height: 100vh;
    left: 0;
    width: 100%;
    top: 50px;
    padding: 20px;
    display: none;
    z-index: 10;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-list-box {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside {
    border-right: 1px solid #e1e3e6;
    height: 100%;
    overflow: hidden;
    width: 120px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside .item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside .item a {
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside .item.active::after {
    content: '';
    width: 4px;
    height: 15px;
    background: var(--dominant-color);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content {
    flex: auto;
    width: calc(100% - 120px);
    padding: 0 10px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-content {
    display: none;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-content.active {
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .title {
    font-size: 12px;
    color: #666;
    text-align: center;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .summary {
    font-size: 12px;
    text-align: center;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .imgBox {
    height: auto;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .news-img {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .news-title {
    text-align: center;
    font-size: 12px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .second-item-support-link a {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
  }
  header .information {
    margin-top: 0;
    margin-left: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .phone-search-click {
    position: fixed;
    top: 0;
    right: calc(5% + 50px);
    display: flex;
    bottom: 0;
    align-items: center;
    width: 20px;
    z-index: 100;
    cursor: pointer;
    height: 80px;
  }
}
/*# sourceMappingURL=index.css.map */