@charset "UTF-8";
/**
 * master
 * @description: 页面主体样式表
 */
.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 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  position: relative;
}
.page-index .page-slide .plate-title .cn {
  font-family: MicrosoftYaHei-Bold;
  font-size: 42px;
  line-height: 53px;
  background: linear-gradient(to right, #114bb0, #347fce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.page-index .page-slide .plate-title .en {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  color: #f1f5f8;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -25px;
}
.page-index .page-slide .plate-title .check-more {
  display: inline-block;
  width: 157px;
  height: 55px;
  background: linear-gradient(-90deg, #ed5f00 0%, #f2dd9f 100%);
  border-radius: 10px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 7px;
  right: -23px;
  transition: all 0.4s;
}
.page-index .page-slide .plate-title .check-more:hover {
  bottom: 15px;
  box-shadow: 1px 4px 14px rgba(143, 115, 5, 0.7);
}
.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: #000;
}
.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 {
  padding-top: 80px !important;
}
.page-index .aboutus .aboutus-body {
  display: flex;
  align-items: center;
  position: relative;
}
.page-index .aboutus .aboutus-body .aboutus-left .desc {
  width: 693px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 70px;
  word-break: normal;
  text-align: justify;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas {
  display: flex;
  flex-wrap: wrap;
  width: 693px;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data {
  width: 50%;
  margin-bottom: 65px;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data .num {
  font-family: numberfont;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
  background: linear-gradient(to right, #114bb0, #347fce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data .unit {
  color: #333;
}
.page-index .aboutus .aboutus-body .aboutus-left .datas .data .title {
  color: #666;
  margin-top: 12px;
}
.page-index .aboutus .aboutus-body .aboutus-right {
  position: absolute;
  top: calc(50% - 340px);
  right: -180px;
}
.page-index .aboutus .aboutus-body .aboutus-right .bg {
  width: 948px;
  height: 705px;
}
.page-index .aboutus .aboutus-body .aboutus-right .bg2 {
  width: 948px;
  height: 705px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-index .more {
  width: 144px;
  height: 50px;
  display: block;
  border-radius: 25px;
  color: #1551b3;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.page-index .more::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: calc(50% - 72px);
  top: calc(50% - 72px);
  width: 144px;
  height: 144px;
  background-color: #1551b3;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(#fff, transparent 50%);
  animation: rotatemore 3s linear infinite;
}
.page-index .more::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 24px;
}
.page-index .more:hover::after {
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@keyframes rotatemore {
  100% {
    transform: rotate(1turn);
  }
}
.page-index .product {
  padding-right: 0 !important;
  padding-top: 120px !important;
  display: block !important;
}
.page-index .product .more {
  position: absolute;
  top: 330px;
  left: 0;
  z-index: 3;
}
.page-index .product .more::after {
  background: linear-gradient(to right, #cdd5db, #dbe1e5);
  color: #fff;
}
.page-index .product .plate-title {
  margin-top: 80px;
}
.page-index .product .plate-title .cn {
  color: #171717;
}
.page-index .product .plate-title .en {
  color: rgba(255, 255, 255, 0.2);
}
.page-index .product .product-body {
  display: flex;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.page-index .product .product-body .yuanhu {
  width: 750px;
  height: 750px;
  position: absolute;
  top: -50px;
  left: calc(50% - 495px);
  border-style: solid;
  border-width: 30px 0 0 0;
  border-radius: 50%;
  border-color: #fff;
  filter: blur(5px);
  animation: yhani 3s ease-in-out infinite;
}
@keyframes yhani {
  0% {
    border-width: 30px 0 0 0;
    border-color: rgba(255, 255, 255, 0.5333333333);
  }
  40% {
    border-width: 40px 0 0 0;
    border-color: rgba(255, 255, 255, 0.8666666667);
  }
  60% {
    border-width: 40px 0 0 0;
    border-color: rgba(255, 255, 255, 0.8666666667);
  }
  100% {
    border-width: 30px 0 0 0;
    border-color: rgba(255, 255, 255, 0.5333333333);
  }
}
.page-index .product .product-body .right {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.page-index .product .product-body .right .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px 240px 150px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.page-index .product .product-body .right .btns i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  background-image: linear-gradient(90deg, #cccccc 0%, #f9f9f9 100%);
  color: #2163be;
}
.page-index .product .product-body .right .btns i:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #114bb0 0%, #347fce 100%), linear-gradient(90deg, #2b8ecd 0%, #04edbb 100%);
  background-blend-mode: normal, normal;
}
.page-index .product .product-body .right .btns .nums {
  margin: 5px 10px 0;
  display: flex;
  align-items: flex-end;
}
.page-index .product .product-body .right .btns .nums span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #fff;
  transition: all 0.5s ease;
  border-right: 1px solid #fff;
  padding: 0 16px;
}
.page-index .product .product-body .right .btns .nums span.cur {
  font-weight: 700;
  font-size: 30px;
  line-height: 6px;
}
.page-index .product .product-body .right .btns .nums span:last-child {
  border: none;
}
.page-index .product .product-body .right .pro-imgs {
  display: flex;
  align-items: flex-end;
  width: 100%;
  width: 1000px;
  margin: 0;
  height: 550px;
  overflow: visible;
}
.page-index .product .product-body .right .pro-imgs::-webkit-scrollbar {
  display: none;
}
.page-index .product .product-body .right .pro-imgs .swiper-wrapper {
  overflow: visible;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  justify-content: center;
  position: relative;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail {
  color: #333;
  width: 340px;
  margin-right: 50px;
  padding-top: 32px;
  padding-bottom: 100px;
  opacity: 0;
  overflow: hidden;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .code {
  font-size: 22px;
  line-height: 40px;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 44px;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .desc {
  line-height: 30px;
  margin-bottom: 80px;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide-active {
  height: 550px !important;
  width: auto !important;
  align-items: flex-start;
  padding-bottom: 0;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide-active img {
  width: 660px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-index .product .product-body .right .pro-imgs .swiper-slide-active .pro-detail {
  opacity: 1;
}
.page-index .product .product-body .right .pro-imgs img {
  cursor: pointer;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-index .news-center {
  display: block !important;
  padding-top: 180px !important;
}
.page-index .news-center .plate-title {
  margin-top: 0;
}
.page-index .news-center .plate-title .cn {
  color: #171717;
}
.page-index .news-center .plate-title .en {
  color: #f1f5f8;
}
.page-index .news-center .news-body {
  width: 100%;
  height: 512px;
  margin-top: 51px;
  display: flex;
}
.page-index .news-center .news-body .news-swiper {
  width: 691px;
  margin-right: 58px;
  border-radius: 10px;
}
.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: 389px;
  -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 .texts {
  position: absolute;
  top: 389px;
  left: 0;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .texts .time {
  font-size: 16px;
  padding-top: 10px;
  line-height: 40px;
  color: #898e94;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .texts .title {
  width: 684px;
  font-size: 18px;
  line-height: 34px;
  color: #181818;
  transition: all 0.4s ease;
  cursor: pointer;
}
.page-index .news-center .news-body .news-swiper .swiper-slide .texts .title:hover {
  color: #1551b3;
}
.page-index .news-center .news-body .news-swiper .news-page {
  position: absolute;
  top: 359px;
  height: 14px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.page-index .news-center .news-body .news-swiper .news-page::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -16px;
  background: linear-gradient(0deg, #1652b4, rgba(22, 82, 180, 0));
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.page-index .news-center .news-body .news-swiper .news-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2666666667);
  border-radius: 1005;
  opacity: 0.5;
  margin-left: 12px;
  margin-right: 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;
  margin-top: -24px;
}
.page-index .news-center .news-body .news-group .tabs {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -30px;
  right: 0;
  transform: translateY(-100%);
}
.page-index .news-center .news-body .news-group .tabs li {
  width: 105px;
  height: 38px;
  margin-left: 25px;
  border-radius: 19px;
  text-align: center;
  font-size: 16px;
  color: #708490;
  cursor: pointer;
  line-height: 38px;
  position: relative;
  z-index: 1;
  transition: color 0.4s;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(143, 158, 168, 0.2);
}
.page-index .news-center .news-body .news-group .tabs li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 19px;
  filter: blur(1px);
  background-image: linear-gradient(90deg, #114bb0 0%, #347fce 100%), linear-gradient(#03172f, #03172f);
  background-blend-mode: normal, normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
}
.page-index .news-center .news-body .news-group .tabs li.light {
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(143, 158, 168, 0.6);
}
.page-index .news-center .news-body .news-group .tabs li.light a {
  color: #fff;
}
.page-index .news-center .news-body .news-group .tabs li.light::after {
  opacity: 1;
}
.page-index .news-center .news-body .news-group .group-box {
  width: 100%;
  position: relative;
}
.page-index .news-center .news-body .news-group .group-box .group-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.page-index .news-center .news-body .news-group .group-box .group-item .newMore {
  display: block;
  margin: 24px 0 24px auto;
  height: 38px;
  width: 75px;
  text-align: center;
  line-height: 38px;
  color: #708490;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(143, 158, 168, 0.39);
  border-radius: 19px;
}
.page-index .news-center .news-body .news-group .group-box .group-item .newMore i {
  font-size: 14px;
}
.page-index .news-center .news-body .news-group .group-box .group-item .newMore:hover {
  color: #114bb0;
}
.page-index .news-center .news-body .news-group .group-box .group-item li {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-index .news-center .news-body .news-group .group-box .group-item li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(198, 203, 208, 0.5333333333);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-index .news-center .news-body .news-group .group-box .group-item li::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #1551b3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.8s ease;
}
.page-index .news-center .news-body .news-group .group-box .group-item li .imgbox {
  width: 230px;
  height: 129px;
  flex-shrink: 0;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
}
.page-index .news-center .news-body .news-group .group-box .group-item li .imgbox.imgbox2 {
  width: 129px;
  height: 129px;
}
.page-index .news-center .news-body .news-group .group-box .group-item li .imgbox.imgbox2 img {
  width: 129px;
  height: 129px;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.4s;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a.lefta {
  width: calc(100% - 270px);
}
.page-index .news-center .news-body .news-group .group-box .group-item li a.lefta.a2 {
  width: calc(100% - 170px);
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .left {
  width: 100%;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a img {
  width: 230px;
  height: 129px;
  transition: all 0.4s ease;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .title {
  line-height: 36px;
  color: #181818;
  transition: all 0.4s ease;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .desc {
  color: #898e94;
  font-size: 14px;
}
.page-index .news-center .news-body .news-group .group-box .group-item li a .date {
  color: #898e94;
  margin-bottom: 12px;
  display: block;
  transition: color 0.4s;
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover a .title {
  color: #1551b3;
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover a img {
  transform: scale(1.1);
}
.page-index .news-center .news-body .news-group .group-box .group-item li:hover::after {
  width: 100%;
}
.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 .body-page {
  width: 11px;
  position: fixed;
  height: calc(100% - 103px);
  right: 96px;
  top: 0;
  transform: translateY(102px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-index .body-page::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 6px;
  transform: translateX(-50%);
  top: 0;
}
.page-index .body-page .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #ffffff;
  opacity: 0.33;
  border-radius: 100%;
  position: relative;
  transition: all 0.6s ease;
  margin: 50px auto;
  z-index: 1003;
}
.page-index .body-page .swiper-pagination-bullet-active {
  opacity: 1;
  width: 11px;
  height: 11px;
}
.page-index .body-page.c--2::after {
  border-color: rgba(27, 138, 222, 0.3333333333);
}
.page-index .body-page.c--2 .swiper-pagination-bullet {
  background: #1b8ade;
}

.right-line {
  z-index: 1003;
  width: 1px;
  height: 102px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: fixed;
  right: 100px;
  transform: translateX(-50%);
  top: 0;
  animation: moveDown 4s linear infinite;
}
@keyframes moveDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.right-line.c--2 {
  background: linear-gradient(180deg, rgba(27, 138, 222, 0) 0%, #1b8ade 100%);
}

@media screen and (max-width: 1680px) and (min-width: 1440px) {
  .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 .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;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    position: relative;
  }
  .page-index .page-slide .plate-title .cn {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    line-height: 42px;
    background: linear-gradient(to right, #114bb0, #347fce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  .page-index .page-slide .plate-title .en {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    color: #f1f5f8;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20px;
  }
  .page-index .page-slide .plate-title .check-more {
    display: inline-block;
    width: 120px;
    height: 45px;
    background: linear-gradient(-90deg, #ed5f00 0%, #f2dd9f 100%);
    border-radius: 8px;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: -20px;
    transition: all 0.4s;
  }
  .page-index .page-slide .plate-title .check-more:hover {
    bottom: 12px;
    box-shadow: 1px 4px 14px rgba(143, 115, 5, 0.7);
  }
  .page-index .banner .swiper-slide .banner-h {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .page-index .banner .swiper-slide .banner-p {
    width: 600px;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    line-height: 24px;
    font-size: 15px;
  }
  .page-index .banner .banner-nums {
    left: 300px;
    bottom: 40px;
    font-size: 15px;
  }
  .page-index .banner .banner-nums b {
    font-size: 18px;
  }
  .page-index .aboutus {
    padding-top: 60px !important;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .desc {
    width: 500px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas {
    width: 500px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data {
    margin-bottom: 45px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .num {
    font-size: 36px;
    line-height: 30px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .title {
    margin-top: 8px;
    font-size: 15px;
  }
  .page-index .aboutus .aboutus-body .aboutus-right {
    right: -120px;
  }
  .page-index .aboutus .aboutus-body .aboutus-right .bg, .page-index .aboutus .aboutus-body .aboutus-right .bg2 {
    width: 700px;
    height: 520px;
  }
  .page-index .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .page-index .product .more {
    top: 280px;
  }
  .page-index .product .plate-title {
    margin-top: 50px;
  }
  .page-index .product .product-body .yuanhu {
    width: 600px;
    height: 600px;
    left: calc(50% - 375px);
  }
  .page-index .product .product-body .right .btns {
    padding: 60px 120px 100px 0;
  }
  .page-index .product .product-body .right .btns i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .page-index .product .product-body .right .btns .nums span {
    height: 14px;
    line-height: 14px;
    padding: 0 12px;
  }
  .page-index .product .product-body .right .btns .nums span.cur {
    font-size: 24px;
  }
  .page-index .product .product-body .right .pro-imgs {
    height: 500px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail {
    width: 280px;
    margin-right: 30px;
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .code {
    font-size: 18px;
    line-height: 32px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .name {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .desc {
    line-height: 24px;
    margin-bottom: 60px;
    font-size: 15px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active {
    width: auto !important;
    height: 500px !important;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active img {
    width: 580px;
  }
  .page-index .product .product-body .right .pro-imgs img {
    width: 120px;
    height: 120px;
  }
  .page-index .news-center {
    padding-top: 150px !important;
  }
  .page-index .news-center .news-body {
    height: 400px;
    margin-top: 40px;
  }
  .page-index .news-center .news-body .news-swiper {
    width: 500px;
    margin-right: 40px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .slide-bg {
    height: 300px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .texts {
    top: 300px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .texts .time {
    font-size: 15px;
    line-height: 32px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .texts .title {
    width: 480px;
    font-size: 15px;
    line-height: 28px;
  }
  .page-index .news-center .news-body .news-swiper .news-page {
    top: 270px;
  }
  .page-index .news-center .news-body .news-group .tabs li {
    width: 90px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li {
    padding: 20px 0;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li .imgbox {
    width: 180px;
    height: 100px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li .imgbox.imgbox2 {
    width: 100px;
    height: 100px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li .imgbox.imgbox2 img {
    width: 100px;
    height: 100px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a.lefta {
    width: calc(100% - 220px);
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a.lefta.a2 {
    width: calc(100% - 140px);
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a img {
    width: 180px;
    height: 100px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .title {
    line-height: 28px;
    font-size: 15px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .date {
    font-size: 15px;
  }
  .page-index .body-page {
    right: 96px;
    top: -1px;
  }
  .page-index .body-page .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 40px auto;
  }
  .page-index .body-page .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }
  .right-line {
    z-index: 1003;
    width: 1px;
    height: 102px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    position: fixed;
    right: 100px;
    transform: translateX(-50%);
    top: 0;
    animation: moveDown 4s linear infinite;
  }
  @keyframes moveDown {
    0% {
      top: 0;
    }
    100% {
      top: 100%;
    }
  }
  .right-line.c--2 {
    background: linear-gradient(180deg, rgba(27, 138, 222, 0) 0%, #1b8ade 100%);
  }
}
@media screen and (max-width: 1440px) {
  .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 .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;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    position: relative;
  }
  .page-index .page-slide .plate-title .cn {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    line-height: 42px;
    background: linear-gradient(to right, #114bb0, #347fce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  .page-index .page-slide .plate-title .en {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    color: #f1f5f8;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20px;
  }
  .page-index .page-slide .plate-title .check-more {
    display: inline-block;
    width: 120px;
    height: 45px;
    background: linear-gradient(-90deg, #ed5f00 0%, #f2dd9f 100%);
    border-radius: 8px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: -18px;
    transition: all 0.4s;
  }
  .page-index .page-slide .plate-title .check-more:hover {
    bottom: 12px;
    box-shadow: 1px 4px 14px rgba(143, 115, 5, 0.7);
  }
  .page-index .banner .swiper-slide .banner-h {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    letter-spacing: 3px;
  }
  .page-index .banner .swiper-slide .banner-p {
    width: 600px;
    line-height: 24px;
    font-size: 16px;
  }
  .page-index .banner .banner-nums {
    left: 300px;
    bottom: 40px;
    font-size: 14px;
  }
  .page-index .banner .banner-nums b {
    font-size: 16px;
  }
  .page-index .aboutus {
    padding-top: 60px !important;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .desc {
    width: 500px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas {
    width: 500px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data {
    margin-bottom: 45px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .num {
    font-size: 36px;
    line-height: 28px;
  }
  .page-index .aboutus .aboutus-body .aboutus-left .datas .data .title {
    margin-top: 8px;
    font-size: 14px;
  }
  .page-index .aboutus .aboutus-body .aboutus-right {
    right: -120px;
  }
  .page-index .aboutus .aboutus-body .aboutus-right .bg, .page-index .aboutus .aboutus-body .aboutus-right .bg2 {
    width: 700px;
    height: 520px;
  }
  .page-index .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .page-index .product .more {
    top: 260px;
  }
  .page-index .product .plate-title {
    margin-top: 30px;
  }
  .page-index .product .product-body .yuanhu {
    width: 500px;
    height: 500px;
    left: calc(50% - 375px);
  }
  .page-index .product .product-body .right .btns {
    padding: 60px 120px 100px 0;
  }
  .page-index .product .product-body .right .btns i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .page-index .product .product-body .right .btns .nums span {
    height: 14px;
    line-height: 14px;
    padding: 0 12px;
  }
  .page-index .product .product-body .right .btns .nums span.cur {
    font-size: 24px;
  }
  .page-index .product .product-body .right .pro-imgs {
    height: 450px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail {
    width: 280px;
    margin-right: 30px;
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .code {
    font-size: 18px;
    line-height: 32px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .name {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide .pro-detail .desc {
    line-height: 24px;
    margin-bottom: 60px;
    font-size: 14px;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active {
    width: auto !important;
    height: 450px !important;
  }
  .page-index .product .product-body .right .pro-imgs .swiper-slide-active img {
    width: 500px;
  }
  .page-index .product .product-body .right .pro-imgs img {
    width: 120px;
    height: 120px;
  }
  .page-index .news-center {
    padding-top: 140px !important;
  }
  .page-index .news-center .news-body {
    height: 420px;
    margin-top: 40px;
  }
  .page-index .news-center .news-body .news-swiper {
    width: 520px;
    margin-right: 40px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .slide-bg {
    height: 300px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .texts {
    top: 300px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .texts .time {
    font-size: 14px;
    line-height: 32px;
  }
  .page-index .news-center .news-body .news-swiper .swiper-slide .texts .title {
    width: 500px;
    font-size: 16px;
    line-height: 28px;
  }
  .page-index .news-center .news-body .news-swiper .news-page {
    top: 270px;
  }
  .page-index .news-center .news-body .news-group .tabs li {
    width: 90px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li {
    padding: 15px 0;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li .imgbox {
    width: 170px;
    height: 90px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li .imgbox.imgbox2 {
    width: 90px;
    height: 90px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li .imgbox.imgbox2 img {
    width: 90px;
    height: 90px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a.lefta {
    width: calc(100% - 210px);
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a.lefta.a2 {
    width: calc(100% - 130px);
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a img {
    width: 170px;
    height: 90px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .title {
    line-height: 28px;
    font-size: 14px;
  }
  .page-index .news-center .news-body .news-group .group-box .group-item li a .date {
    font-size: 14px;
  }
  .page-index .body-page {
    right: 76px;
    top: -1px;
  }
  .page-index .body-page .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 40px auto;
  }
  .page-index .body-page .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }
  .right-line {
    right: 80px;
  }
}/*# sourceMappingURL=master.css.map */