@charset "UTF-8";
/**
 * master
 * @description: 页面主体样式表
 */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-index {
  width: 100%;
  height: 100%;
}
.page-index .page-slide {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.page-index .page-slide:not(.banner) {
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-index .page-slide.foot {
  margin-top: -18px;
}
.page-index .page-slide .plate-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.page-index .page-slide .plate-title {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 32px;
  position: relative;
}
.page-index .page-slide .plate-title .cn {
  font-family: MicrosoftYaHei-Bold;
  font-size: 44px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-index .page-slide .plate-title .en {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  line-height: 1.5;
  font-size: 34px;
  color: #222;
}
.page-index .page-slide .plate-title.pt-c--fff .cn,
.page-index .page-slide .plate-title.pt-c--fff .en {
  color: #fff;
}
.page-index .banner {
  background: linear-gradient(180deg, #1d83d6, transparent);
}
.page-index .banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-index .banner .swiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(6, 107, 179, 0), rgba(6, 107, 179, 0.3333333333), #066bb3);
  z-index: 2;
}
.page-index .banner .swiper::after {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  position: absolute;
  bottom: -25vw;
  left: -25vw;
  background: linear-gradient(to left, rgba(6, 107, 179, 0), rgba(6, 107, 179, 0.3333333333), #066bb3);
  transform: rotate(-45deg);
  z-index: 2;
}
.page-index .banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.page-index .banner .swiper-slide .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page-index .banner .swiper-slide video.banner-img {
  -o-object-fit: fill;
     object-fit: fill;
}
.page-index .banner .swiper-slide .banner-h {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 30px;
  letter-spacing: 5px;
}
.page-index .banner .swiper-slide .banner-p {
  width: 800px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 30px;
  font-size: 24px;
}
.page-index .banner .banner-nums {
  position: absolute;
  height: 22px;
  left: 450px;
  bottom: 56px;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.page-index .banner .banner-nums b {
  font-size: 20px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.page-index .banner .banner-nums b::after {
  content: "";
  margin-left: 12px;
  margin-top: 3px;
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
}
.page-index .banner-page {
  position: absolute;
  width: 500px;
  left: 240px;
  bottom: 60px;
  height: 22px;
  z-index: 2;
}
.page-index .banner-page .swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  height: 10px;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5333333333);
  border-radius: 1px;
  opacity: 1;
  position: relative;
  transition: all 0.1s;
}
.page-index .banner-page .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 22px;
  background: url(../Images/line-to-wave3.svg) no-repeat;
  background-size: 76px 22px;
  display: none;
}
.page-index .banner-page .swiper-pagination-bullet-active {
  border-bottom: none;
}
.page-index .banner-page .swiper-pagination-bullet-active::before {
  animation: movebn 5.2s linear forwards;
  display: block;
}
.page-index .banner-page .swiper-pagination-bullet-active {
  width: 76px;
  height: 22px;
  background: url(../Images/line-to-wave3.svg) no-repeat;
  background-size: 100% 100%;
  transform: translateY(4px);
}
@keyframes movebn {
  0% {
    width: 0;
  }
  100% {
    width: 76px;
  }
}
.page-index .aboutus .aboutus-body {
  position: relative;
  display: flex;
  align-items: center;
}
.page-index .aboutus .aboutus-body .aboutus-left {
  margin-right: 10%;
  width: 50%;
}
.page-index .aboutus .aboutus-body .aboutus-left .plate-title .en {
  font-size: 30px;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas {
  clear: both;
  display: flex;
  margin: 90px 0 60px;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data {
  width: 33%;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data:first-child .num {
  font-size: 40px;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data .num {
  font-family: numberfont;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  color: #ea1a1a;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data .unit {
  color: #ea1a1a;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data .dtitle {
  color: #666;
  margin-top: 5px;
}
.page-index .aboutus .aboutus-body .aboutus-left .desc {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-bottom: 10px;
  word-break: normal;
  text-align: justify;
}
.page-index .aboutus .aboutus-body .aboutus-left .more {
  float: right;
}
.page-index .aboutus .aboutus-body .aboutus-right {
  position: relative;
  margin-top: 250px;
  flex-shrink: 0;
}
.page-index .aboutus .aboutus-body .aboutus-right.xiaohai {
  width: 275px;
  height: 444px;
  background-image: url("../Images/xiaohai.webp");
  background-size: 100% 100%;
}
.page-index .aboutus .aboutus-body .aboutus-right.xiaohai .diqiu {
  position: absolute;
  top: 120px;
  right: -75px;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.page-index .more {
  width: 65px;
  height: 41px;
  display: block;
  cursor: pointer;
  position: relative;
  background-image: url("../Images/more.png");
  background-size: 100% 100%;
}
.page-index .more:hover {
  animation: rotatemore 2s infinite;
}
@keyframes rotatemore {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.page-index .product {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  padding-top: 100px !important;
  padding-right: 0 !important;
}
.page-index .product .more {
  position: absolute;
  top: 30px;
  right: 120px;
  z-index: 3;
}
.page-index .product .plate-title {
  width: 390px;
  padding-right: 20px;
  flex-shrink: 0;
  padding-bottom: 0;
}
.page-index .product .plate-title .cn {
  margin-bottom: 20px;
}
.page-index .product .plate-title .en {
  color: #333;
  font-size: 20px;
}
.page-index .product .pro-left {
  height: 370px;
  overflow-y: auto;
  padding: 10px 0;
  margin-left: 8px;
  border-left: 1px solid #dcdcdd;
  flex-shrink: 0;
  margin-top: 40px;
  position: relative;
}
.page-index .product .pro-left .slide, .page-index .product .pro-left .link {
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  transition: all 0.5s ease;
  padding-left: 45px;
  position: relative;
}
.page-index .product .pro-left .slide::before, .page-index .product .pro-left .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 3px;
  height: 25px;
  background: #173fb8;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.page-index .product .pro-left .slide.active, .page-index .product .pro-left .link.active {
  color: #173fb8;
  font-weight: 600;
}
.page-index .product .pro-left .slide.active::before, .page-index .product .pro-left .link.active::before {
  opacity: 1;
}
.page-index .product .pro-left .slide:hover, .page-index .product .pro-left .link:hover {
  color: #173fb8;
}
.page-index .product .btns {
  display: flex;
  align-items: center;
  margin-top: 70px;
  font-weight: 700;
}
.page-index .product .btns i {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #bdbdbd;
}
.page-index .product .btns i:hover {
  color: #173fb8;
}
.page-index .product .btns .nums {
  margin: 0 20px;
  color: #bdbdbd;
  width: auto;
}
.page-index .product .btns .nums span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  transition: all 0.5s ease;
}
.page-index .product .btns .nums span.cur, .page-index .product .btns .nums span.swiper-pagination-current {
  color: #173fb8;
}
.page-index .product .product-body {
  position: relative;
  width: calc(100% - 400px);
  overflow: hidden;
  height: 100%;
}
.page-index .product .product-body .more {
  position: absolute;
  top: 5.5vw;
  right: 90px;
}
.page-index .product .product-body .right {
  width: 70%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.page-index .product .product-body .right .pro-imgs {
  position: absolute;
  top: calc(50% - 315px);
  left: 0;
  width: 100%;
  height: 630px;
  overflow: visible;
}
.page-index .product .product-body .right .pro-imgs.in {
  opacity: 1;
  z-index: 2;
  animation: fadeInRight 0.8s cubic-bezier(0.25, 0.09, 0.25, 1) both;
}
.page-index .product .product-body .right .pro-imgs.out {
  opacity: 0;
  z-index: 1;
}
.page-index .product .product-body .right .pro-imgs::-webkit-scrollbar {
  display: none;
}
.page-index .product .product-body .right .pro-imgs .swiper-wrapper {
  overflow: visible !important;
  display: flex;
  align-items: center;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide {
  position: relative;
  overflow: visible !important;
  height: 400px;
  transition: all 0.3s linear;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .imgb {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .imgb .ckgd {
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  opacity: 0;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .imgb:hover img {
  transform: scale(1.05);
}
.page-index .product .product-body .right .pro-imgs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 16px;
  color: #999;
  display: none;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .name {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #333;
  transition: all 0.5s ease;
  text-align: center;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .name:hover {
  color: #173fb8;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide-active {
  width: 80% !important;
  height: 100%;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide-active .imgb {
  height: 492px;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide-active .imgb .ckgd {
  opacity: 1;
}
.page-index .news-center .plate-title .cn {
  margin-bottom: 20px;
}
.page-index .news-center .plate-title .en {
  color: #333;
  font-size: 20px;
}
.page-index .news-center .news-body {
  width: 100%;
  height: 464px;
  display: flex;
}
.page-index .news-center .news-body .news-swiper {
  width: calc(50% - 15px);
  margin-right: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.page-index .news-center .news-body .news-swiper .swiper-slide {
  position: relative;
  z-index: 1;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .time {
  font-size: 16px;
  min-width: 102px;
  padding: 0 10px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #ea1a1a;
  border-radius: 4px;
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 2;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 38px;
  cursor: pointer;
  z-index: 2;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .title:hover {
  color: #ea1a1a;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .title:hover::after {
  opacity: 1;
}
.page-index .news-center .news-body .news-swiper .news-page {
  position: absolute;
  top: auto;
  bottom: 85px;
  width: auto;
  left: 38px;
  z-index: 2;
  display: flex;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.page-index .news-center .news-body .news-swiper .news-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.5;
  margin-right: 10px;
  margin-left: 0;
}
.page-index .news-center .news-body .news-swiper .news-page .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.page-index .news-center .news-body .news-group {
  flex: 1;
  position: relative;
}
.page-index .news-center .news-body .news-group .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: -70px;
  right: 0;
  transform: translateY(-100%);
}
.page-index .news-center .news-body .news-group .tabs .more {
  margin-left: 96px;
}
.page-index .news-center .news-body .news-group .tabs li {
  margin-left: 48px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.4s;
}
.page-index .news-center .news-body .news-group .tabs li.light {
  color: #173fb8;
  font-weight: 700;
}
.page-index .news-center .news-body .news-group .group-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-index .news-center .news-body .news-group .group-box .group-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  flex-wrap: wrap;
}
.page-index .news-center .news-body .news-group .group-box .group-item li {
  width: calc(50% - 10px);
  height: calc(50% - 15px);
}
.page-index .news-center .news-body .news-group .group-box .group-item li:nth-child(2n) {
  margin-left: 20px;
}
.page-index .news-center .news-body .news-group .group-box .group-item li:nth-child(1), .page-index .news-center .news-body .news-group .group-box .group-item li:nth-child(2) {
  margin-bottom: 30px;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  transition: all 0.4s;
  padding: 30px 40px;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -2;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #ea1a1a;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  z-index: -1;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
  transition: all 0.4s ease;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .des {
  color: #333;
  opacity: 0.6;
  margin-bottom: 20px;
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  transition: color 0.4s;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .btn {
  font-size: 20px;
  line-height: 28px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #ea1a1a;
  color: #ea1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover a::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(360deg);
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover a .title {
  color: #fff;
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover a .des {
  color: #fff;
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover a .btn {
  border-color: #fff;
  color: #fff;
}
.page-index .news-center .news-body .news-group .group-box .group-item.in {
  opacity: 1;
  z-index: 2;
}
.page-index .news-center .news-body .news-group .group-box .group-item.in li {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.09, 0.25, 1) both;
  animation-delay: var(--delay);
}
.page-index .news-center .news-body .news-group .group-box .group-item.out {
  opacity: 0;
  z-index: 1;
}
.page-index .fuwu {
  padding-top: 140px !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between !important;
}
.page-index .fuwu .plate-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 534px;
}
.page-index .fuwu .plate-title .cn {
  font-size: 34px;
  margin-bottom: 60px;
}
.page-index .fuwu .plate-title .fwbg {
  width: 539px;
  height: 538px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-index .fuwu .plate-title .fwbg .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  background-color: #fff;
}
.page-index .fuwu .plate-title .fwbg .center::before, .page-index .fuwu .plate-title .fwbg .center::after {
  content: "......";
  display: block;
  color: #999;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
}
.page-index .fuwu .plate-title .fwbg .center::after {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-index .fuwu .plate-title .fwbg .center h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}
.page-index .fuwu .plate-title .fwbg .center p {
  font-size: 16px;
  color: #999;
}
.page-index .fuwu .plate-title .fwbg .radimg {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.page-index .fuwu .plate-title .fwbg .radimg:hover {
  transform: scale(1.15);
  z-index: 2;
}
.page-index .fuwu .plate-title .fwbg .radimg.radimg1 {
  left: 40px;
  top: auto;
  bottom: 0;
}
.page-index .fuwu .plate-title .fwbg .radimg.radimg2 {
  left: 40px;
  top: 0;
}
.page-index .fuwu .plate-title .fwbg .radimg.radimg3 {
  left: auto;
  right: 40px;
  top: 0;
}
.page-index .fuwu .plate-title .fwbg .radimg.radimg6 {
  left: auto;
  right: 40px;
  top: auto;
  bottom: 0;
}
.page-index .fuwu .plate-title .fwbg .radimg.radimg4 {
  left: 0;
  top: 137px;
}
.page-index .fuwu .plate-title .fwbg .radimg.radimg5 {
  left: auto;
  right: 0;
  top: 137px;
}
.page-index .fuwu .fuwu-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 538px;
}
.page-index .fuwu .fuwu-body .fuwu-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-index .fuwu .fuwu-body .fuwu-tit p:last-child {
  position: relative;
}
.page-index .fuwu .fuwu-body .fuwu-tit p:last-child::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 34px;
  height: 2px;
  background-color: #173fb8;
}
.page-index .fuwu .fuwu-body .fuwuul {
  display: flex;
  align-items: center;
}
.page-index .fuwu .fuwu-body .fuwuul a {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin: 0 20px;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s;
}
.page-index .fuwu .fuwu-body .fuwuul a:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 10px;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 2px solid #cdd1db;
  border-left: 0;
  border-top: 0;
  transition: all 0.3s;
}
.page-index .fuwu .fuwu-body .fuwuul a i {
  font-size: 36px;
  color: #cdd1db;
  font-weight: normal;
  margin-bottom: 12px;
  display: block;
  transition: all 0.3s;
}
.page-index .fuwu .fuwu-body .fuwuul a:hover p {
  color: #000;
  font-weight: 700;
  transform: scale(1.1);
}
.page-index .fuwu .fuwu-body .fuwuul a:hover:before {
  border-color: #173fb8;
}
.page-index .fuwu .fuwu-body .fuwuul a:hover i {
  color: #173fb8;
}
.page-index .fuwu .fuwu-body .fuwuul a:last-child:before {
  display: none;
}
.page-index .hzhb {
  padding-top: 190px !important;
  justify-content: flex-start !important;
  position: relative;
}
.page-index .hzhb #earth {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 55%);
  width: 56vw;
  height: 56vw;
  max-width: 1200px;
  max-height: 1200px;
}
.page-index .hzhb .plate-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-index .hzhb .plate-title .cn {
  margin-bottom: 20px;
}
.page-index .hzhb .plate-title .en {
  color: #333;
}
.page-index .hzhb .plate-title .zxbtn {
  margin-top: 20px;
  width: 72px;
  height: 72px;
  line-height: 24px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #173fb8;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s;
  position: relative;
}
.page-index .hzhb .plate-title .zxbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #173fb8;
  z-index: -1;
  opacity: 0.3;
  animation: zoomIn 2s linear infinite;
}
.page-index .hzhb .plate-title .zxbtn:hover {
  color: #f5f5f5;
}
@keyframes zoomIn {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  90% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.page-index .hzhb .hzhb-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.page-index .hzhb .hzhb-body .hzhb-swiper1 {
  padding: 12px 0;
  width: 70vw;
  overflow: hidden;
}
.page-index .hzhb .hzhb-body .hzhb-swiper2 {
  width: 43.75vw;
  overflow: hidden;
  padding: 12px 0;
}
.page-index .hzhb .hzhb-body .swiper-slide {
  width: 8.75vw !important;
  height: calc(8.75vw - 30px);
  padding: 0 15px;
}
.page-index .hzhb .hzhb-body .swiper-slide .imgbox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page-index .hzhb .hzhb-body .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-index .body-page {
  width: 10px;
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-index .body-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 0.6;
  border-radius: 50%;
  position: relative;
  transition: all 0.6s ease;
  margin: 10px auto;
  z-index: 1003;
}
.page-index .body-page .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.page-index .body-page.dark .swiper-pagination-bullet {
  border-color: #666666;
}
.page-index .body-page.dark .swiper-pagination-bullet-active {
  background-color: #666666;
}

@media screen and (min-width: 1920px) {
  .page-index .page-slide:not(.banner) {
    padding: 0 120px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-index .page-slide:not(.banner) {
    padding: 0 80px;
  }
  .page-index .page-slide .plate-title .cn {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .page-index .page-slide .plate-title .en {
    font-size: 26px;
  }
  .page-index .banner .swiper-slide .banner-h {
    font-size: 56px;
    line-height: 56px;
  }
  .page-index .banner .swiper-slide .banner-p {
    width: 600px;
    font-size: 20px;
    line-height: 26px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .plate-title .en {
    font-size: 24px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .desc {
    font-size: 16px;
    line-height: 28px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas {
    margin: 80px 0 40px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .num {
    font-size: 44px;
    line-height: 44px;
  }
  .page-index .aboutus .aboutus-body .aboutus-right.xiaohai {
    width: 220px;
    height: 355px;
    margin-top: 200px;
  }
  .page-index .aboutus .aboutus-body .aboutus-right.xiaohai .diqiu {
    width: 100px;
    height: 100px;
    top: 100px;
    right: -60px;
  }
  .page-index .product {
    padding-top: 80px !important;
  }
  .page-index .product .plate-title {
    width: 320px;
  }
  .page-index .product .plate-title .cn {
    font-size: 36px;
  }
  .page-index .product .plate-title .en {
    font-size: 18px;
  }
  .page-index .product .pro-left .slide, .page-index .product .pro-left .link {
    font-size: 16px;
    padding-left: 35px;
  }
  .page-index .product .product-body {
    width: calc(100% - 330px);
  }
  .page-index .product .product-body .right .pro-imgs {
    top: calc(50% - 275px);
    height: 550px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide {
    height: 350px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .imgb {
    height: 220px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .date {
    font-size: 15px;
    margin: 24px 0 12px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .name {
    font-size: 18px;
    line-height: 30px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active {
    height: 100%;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active .imgb {
    height: 400px;
  }
  .page-index .news-center .news-body {
    height: 400px;
  }
  .page-index .news-center .news-body .news-group .tabs li {
    margin-left: 36px;
    font-size: 18px;
  }
  .page-index .news-center .news-body .news-group .tabs .more {
    margin-left: 72px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a {
    padding: 24px 32px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .title {
    font-size: 18px;
    line-height: 26px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .btn {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .page-index .fuwu {
    padding-top: 100px !important;
  }
  .page-index .fuwu .plate-title .cn {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .page-index .fuwu .fuwu-body {
    height: 450px;
  }
  .page-index .fuwu .fuwu-body .fuwu-tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .page-index .fuwu .fuwu-body .fuwuul a {
    font-size: 16px;
    margin: 0 16px;
  }
  .page-index .fuwu .fuwu-body .fuwuul a i {
    font-size: 32px;
  }
  .page-index .hzhb {
    padding-top: 150px !important;
  }
  .page-index .hzhb #earth {
    width: 60vw;
    height: 60vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    height: auto;
    overflow: auto;
  }
  body {
    height: auto;
  }
  .page-index .page-slide.banner {
    height: 60vw;
  }
  .page-index .page-slide.banner .mouse {
    bottom: 1vw;
  }
  .page-index .page-slide.banner .mouse span {
    width: 16px;
    height: 23px;
  }
  .page-index .page-slide.banner .mouse p {
    font-size: 12px;
    margin-top: 6px;
  }
  .page-index .page-slide.banner .homebanner-wt {
    width: 28.5vw;
    height: 9.9vw;
  }
  .page-index .page-slide.banner .homebanner-wt .box1 {
    width: 17.79vw;
    height: 17.19vw;
    top: 3.9vw;
  }
  .page-index .page-slide.banner .homebanner-wt .box2 {
    width: 21.26vw;
    height: 17.19vw;
  }
  .page-index .page-slide:not(.banner) {
    padding: 4vw;
  }
  .page-index .page-slide.foot {
    padding: 0 4vw;
  }
  .page-index .page-slide .plate-title {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .page-index .page-slide .plate-title .cn {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .page-index .page-slide .plate-title .en {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .page-index .more {
    width: 50px;
    height: 32px;
  }
  .page-index .aboutus .aboutus-body {
    padding: 4vw 5vw 4vw 0;
  }
  .page-index .aboutus .aboutus-body .aboutus-left {
    margin-right: 0;
    width: calc(100% - 22vw);
  }
  .page-index .aboutus .aboutus-body .aboutus-left .plate-title .en {
    font-size: 4vw;
    width: 92vw;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .desc {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas {
    margin: 10vw 0 0;
    flex-wrap: wrap;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data {
    width: 50%;
    margin-bottom: 3vw;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .num {
    font-size: 5vw;
    line-height: 1.5;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data:first-child .num {
    font-size: 5vw;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .dtitle {
    font-size: 3.5vw;
  }
  .page-index .aboutus .aboutus-body .aboutus-right.xiaohai {
    flex-shrink: 0;
    margin-left: 4vw;
    margin-top: 25vw;
    width: 20vw;
    height: 32vw;
  }
  .page-index .aboutus .aboutus-body .aboutus-right.xiaohai .diqiu {
    width: 10vw;
    height: 10vw;
    top: 8vw;
    right: -7vw;
  }
  .page-index .product {
    padding: 4vw 4vw 0 !important;
    display: block !important;
  }
  .page-index .product .plate-title {
    width: 100%;
    padding-right: 0;
  }
  .page-index .product .pro-left {
    display: flex;
    width: 100%;
    height: auto;
    border-left: 0;
    border-bottom: 1px solid #dcdcdd;
    overflow-x: auto;
    margin: 0;
  }
  .page-index .product .pro-left .slide, .page-index .product .pro-left .link {
    flex-shrink: 0;
    padding: 0 2vw;
    font-size: 3.6vw;
    height: 8vw;
    line-height: 8vw;
  }
  .page-index .product .pro-left .slide a, .page-index .product .pro-left .link a {
    font-size: 3.6vw;
  }
  .page-index .product .pro-left .slide::before, .page-index .product .pro-left .link::before {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #173fb8;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 6vw;
  }
  .page-index .product .btns {
    margin: 4vw 0;
  }
  .page-index .product .btns i {
    font-size: 4.5vw;
  }
  .page-index .product .btns .nums {
    margin: 0 1vw;
    font-size: 4vw;
  }
  .page-index .product .product-body {
    height: 65vw;
    padding-bottom: 5vw;
    overflow: visible;
    width: 100%;
  }
  .page-index .product .product-body .more {
    position: absolute;
    top: -13vw;
    right: 0;
  }
  .page-index .product .product-body .right {
    clear: both;
    width: 100%;
  }
  .page-index .product .product-body .right .pro-imgs {
    top: calc(50% - 30vw);
    height: 60vw;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide {
    height: 100%;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .imgb {
    height: 40vw;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .imgb .ckgd {
    bottom: 12px;
    right: 12px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .date {
    font-size: 3.2vw;
    margin: 3vw 0 2vw;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .name {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active {
    width: 70% !important;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active .imgb {
    height: 40vw;
  }
  .page-index .news-center .news-body {
    height: auto;
    display: block;
  }
  .page-index .news-center .news-body .news-swiper {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .title {
    font-size: 4vw;
    padding: 3vw;
  }
  .page-index .news-center .news-body .news-swiper .news-page {
    bottom: 10vw;
    left: 3vw;
  }
  .page-index .news-center .news-body .news-swiper .news-page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .page-index .news-center .news-body .news-group .tabs {
    position: static;
    transform: none;
    margin-bottom: 2vw;
    flex-wrap: wrap;
  }
  .page-index .news-center .news-body .news-group .tabs li {
    margin-left: 0;
    margin-right: 16px;
    font-size: 4vw;
  }
  .page-index .news-center .news-body .news-group .tabs .more {
    margin-left: auto;
  }
  .page-index .news-center .news-body .news-group .group-box {
    height: auto;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item {
    height: auto;
    position: static;
    gap: 2vw;
    height: 0;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item.in {
    height: auto;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li {
    width: calc(50% - 1vw);
    margin: 0 !important;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a {
    padding: 3vw;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .title {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .des {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .btn {
    width: 5vw;
    height: 5vw;
    font-size: 4vw;
  }
  .page-index .fuwu {
    padding-top: 4vw !important;
    flex-direction: column !important;
  }
  .page-index .fuwu .plate-title {
    width: 100%;
    margin-bottom: 24px;
  }
  .page-index .fuwu .plate-title .cn {
    margin-bottom: 4vw;
  }
  .page-index .fuwu .plate-title .fwbg {
    width: 84vw;
    height: 84vw;
  }
  .page-index .fuwu .plate-title .fwbg .center {
    width: 30vw;
    height: 30vw;
  }
  .page-index .fuwu .plate-title .fwbg .center::before, .page-index .fuwu .plate-title .fwbg .center::after {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .page-index .fuwu .plate-title .fwbg .center::after {
    margin-top: 1vw;
  }
  .page-index .fuwu .plate-title .fwbg .center h2 {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  .page-index .fuwu .plate-title .fwbg .center p {
    font-size: 3vw;
  }
  .page-index .fuwu .plate-title .fwbg .radimg {
    width: 35vw;
    height: auto;
  }
  .page-index .fuwu .plate-title .fwbg .radimg.radimg1 {
    left: 6.4vw;
  }
  .page-index .fuwu .plate-title .fwbg .radimg.radimg2 {
    left: 6.4vw;
  }
  .page-index .fuwu .plate-title .fwbg .radimg.radimg3 {
    right: 6.4vw;
  }
  .page-index .fuwu .plate-title .fwbg .radimg.radimg6 {
    right: 6.4vw;
  }
  .page-index .fuwu .plate-title .fwbg .radimg.radimg4 {
    top: 50%;
    transform: translateY(-50%);
    width: 24.4vw;
  }
  .page-index .fuwu .plate-title .fwbg .radimg.radimg5 {
    top: 50%;
    transform: translateY(-50%);
    width: 24.4vw;
  }
  .page-index .fuwu .fuwu-body {
    height: auto;
    width: 100%;
  }
  .page-index .fuwu .fuwu-body .fuwu-tit {
    font-size: 4.5vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .page-index .fuwu .fuwu-body .fuwu-tit p:last-child::after {
    display: none;
  }
  .page-index .fuwu .fuwu-body .fuwuul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-index .fuwu .fuwu-body .fuwuul a {
    font-size: 3.5vw;
    line-height: 1.5;
    margin: 2vw;
  }
  .page-index .fuwu .fuwu-body .fuwuul a:before {
    display: none;
  }
  .page-index .fuwu .fuwu-body .fuwuul a i {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  .page-index .hzhb {
    padding-top: 4vw !important;
  }
  .page-index .hzhb .plate-title .zxbtn {
    width: 15vw;
    height: 15vw;
    font-size: 3.6vw;
    line-height: 5.5vw;
    padding: 2vw 3vw;
    margin-top: 4vw;
  }
  .page-index .hzhb #earth {
    width: 90vw;
    height: 90vw;
  }
  .page-index .hzhb .hzhb-body {
    margin: 5vw 0 10vw;
  }
  .page-index .hzhb .hzhb-body .hzhb-swiper1 {
    width: 100%;
  }
  .page-index .hzhb .hzhb-body .hzhb-swiper2 {
    width: 80%;
  }
  .page-index .hzhb .hzhb-body .swiper-slide {
    width: 20vw !important;
    height: calc(20vw - 20px);
    padding: 0 10px;
  }
  .page-index .hzhb .hzhb-body .swiper-slide .imgbox {
    padding: 5px;
  }
  .page-index .body-page {
    display: none;
  }
}/*# sourceMappingURL=master.css.map */