@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html {
  background-color: #c2edef;
}
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-family: inherit;
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
}
input::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}
input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}
input:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}
input::-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}
input::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}
.virtual-scroll {
  position: fixed;
  width: 17px;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 35;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.virtual-scroll:hover {
  opacity: 1;
  background-color: #fff;
}
.virtual-scroll:hover .virtual-scroll-thumb {
  width: 13px;
  border-radius: 0px;
}
.virtual-scroll:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100vh;
  top: 0;
  display: none;
  z-index: -1;
}
.virtual-scroll.dblclick:hover:after {
  content: "双击返回顶部";
  position: absolute;
  line-height: 40px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: 25px;
  bottom: 50px;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
}
.virtual-scroll.active {
  opacity: 1;
}
.virtual-scroll.mousedown:before {
  display: block;
}
.virtual-scroll .virtual-scroll-thumb {
  position: absolute;
  width: 7px;
  height: 200px;
  background-color: #444;
  right: 2px;
  border-radius: 7px;
  top: 0;
  transition: background-color 0.25s;
  cursor: pointer;
}
.virtual-scroll .virtual-scroll-thumb:hover {
  background-color: #222;
}
.virtual-scroll .virtual-scroll-thumb:hover.active {
  background-color: #000;
}
.mobile {
  display: none;
}
.virtual-scroll .virtual-scroll-thumb.active {
  background-color: #000;
}
html,
body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
html {
  background-color: #fff;
  font-size: 100px;
}
@font-face {
  font-family: "iconfont";
  /* Project id 2428390 */
  src: url("//at.alicdn.com/t/font_2428390_p2wir98xx5.woff2?t=1635996955712")
      format("woff2"),
    url("//at.alicdn.com/t/font_2428390_p2wir98xx5.woff?t=1635996955712")
      format("woff"),
    url("//at.alicdn.com/t/font_2428390_p2wir98xx5.ttf?t=1635996955712")
      format("truetype");
}
@font-face {
  font-family: "Geometr415"; /* Project id 2965146 */
  src: url("../fonts/Geometr415/fonteditor.eot"); /* IE9 */
  src: url("../fonts/Geometr415/fonteditor.eot?t=1641892292875#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Geometr415/fonteditor.woff2?t=1641892292875")
      format("woff2"),
    url("../fonts/Geometr415/fonteditor.woff?t=1641892292875") format("woff"),
    url("../fonts/Geometr415/fonteditor.ttf?t=1641892292875") format("truetype");
}
.Geometr415 {
  font-family: "Geometr415";
}
/******** media *******/
.iconfont {
  font-family: "iconfont" !important;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 25;
 
  align-items: center;
  justify-content: center;
  background-color: #6178f6;
  display: flex;
}


.loader svg {
  width: 4rem;
  height: auto;
  stroke: #94ffd5;
  fill: #6178f6;
  stroke-dasharray: 70 70;
  stroke-dashoffset: -70;
  stroke-width: 0.1;
}
body {
  color: #3e3e3e;
  min-height: 100vh;
  font-size: 0.16rem;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI",
    "Helvetica Neue", sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
body.home-body {
  background-color: #f5f8fc;
}
main {
  background-repeat: no-repeat;
  background-position: left bottom;
}
.logo-top {
  position: absolute;
  top: 0.5rem;
  left: 0.7rem;
  width: 2.8rem;
  z-index: 4;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  display: flex;
  padding: 3vw 5vw;
  justify-content: flex-end;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.active {
  mix-blend-mode: normal;
}
header .menu {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  width: 50px;
}
header .menu p {
  position: absolute;
  font-size: 18px;
  left: 0;
  bottom: 0;
}
header .menu .block {
  width: 17px;
  height: 7px;
  background-color: #94ffd5;
}
.go-left {
  position: relative;
}
.go-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 150px;
  background-image: url(../images/n.png);
  background-size: cover;
  background-position: left center;
  transform: translateX(-100%);
  margin-top: -75px;
}
.go-left.nb::before {
  background-image: url(../images/nb.png);
}
.menu-open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.menu-open .nav {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  text-align: center;
}
.menu-open .nav a + a {
  margin-top: 0.5rem;
}
.menu-open .nav .en {
  font-family: "Geometr415";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-open .circle {
  position: absolute;
  width: 250vw;
  height: 250vw;
  border-radius: 50%;
  background-color: #6178f6;
  transform: scale(0);
  right: calc(-125vw + 80px);
  top: calc(-125vw + 60px);
}
.content-scroll {
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 1921px) {
  .content-scroll {
    left: 50%;
    margin-left: -960px;
  }
}
.content-scroll .wrapper-scroll {
  position: relative;
}
.common-title {
  color: #6178f6;
}
.common-title .en {
  font-family: "Geometr415";
  font-size: 0.72rem;
  text-transform: uppercase;
}
.common-title .cn {
  font-size: 0.3rem;
}
@-webkit-keyframes dd {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes dd {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 20px, 0);
  }
}
@-webkit-keyframes ddm {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes ddm {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
  }
}
.banner-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
  color: #fff;
  font-size: 18px;
}
.banner-nav .item {
  display: flex;
  align-items: center;
  pointer-events: all;
}
.banner-nav .item:hover {
  color: #94ffd5;
}
.banner-nav .item .iconfont {
  font-size: 0.3rem;
}
.banner-nav .item .name {
  padding: 0 0.1rem;
}
/*****  home  *****/
.home .index-banner {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home .index-banner .down {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0.5rem;
  z-index: 3;
}
.home .index-banner .down img {
  -webkit-animation: dd 1s infinite alternate;
          animation: dd 1s infinite alternate;
}
.home .index-banner .video {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #050a43;
}
.home .index-banner .video::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  background-image: url(../images/d.png);
  background-size: 8.49rem auto;
  opacity: 0.5;
}
.home .index-banner .video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
}

.ie .home .index-banner .video video {
  height: auto;
}
.home .index-banner .center {
  position: absolute;
  left: 0;
  top: 50vh;
  margin-top: -0.4rem;
  width: 100%;
  padding: 0 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.home .index-banner .center .slogan {
  width: 7.04rem;
}
.home .index-banner .center .play {
  width: 1.3rem;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.25s;
}
.home .index-banner .center .play:hover {
  transform: scale(0.9);
}
.home .section2 {
  padding-top: 1.3rem;
  padding-left: 2.6rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.home .section2 .box {
  position: relative;
  z-index: 2;
}
.home .section2 .box .flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 0.55rem;
}
.home .section2 .box .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.9rem;
  height: 3.9rem;
  background-color: #6178f6;
  padding: 0.3rem;
}
.home .section2 .box .left .t,
.home .section2 .box .left .n {
  font-family: "Geometr415";
  font-size: 0.24rem;
  color: #94ffd5;
}
.home .section2 .box .left .st {
  overflow: hidden;
  height: 1.3rem;
  margin-top: 0.2rem;
}
.home .section2 .box .left .n {
  font-size: 1.24rem;
  line-height: 1.3rem;
}
.home .section2 .box .left .n span {
  display: block;
}
.home .section2 .box .left .d {
  height: 0.9rem;
  overflow: hidden;
  font-size: 0.18rem;
  color: #fff;
  text-align: justify;
  line-height: 1.7;
  margin-top: 0.65rem;
}
.home .section2 .box .left .d .d-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.9rem;
}
.home .section2 .box .right {
  width: calc(100% - 3.9rem);
}
.home .section2 .box .right .item {
  padding: 0.4rem 2.6rem 0.25rem 0.9rem;
  background-color: #fff;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.home .section2 .box .right .item .icon {
  font-size: 0.6rem;
  color: #050a43;
}
.home .section2 .box .right .item .text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .section2 .box .right .item .text .name {
  font-size: 0.3rem;
  color: #6178f6;
  margin-bottom: 0.1rem;
}
.home .section2 .box .right .item .text .des {
  font-size: 16px;
  line-height: 28px;
  max-width: 680px;
  height: 56px;
  overflow: hidden;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home .section2 .box .right .item .more {
  width: 57px;
  height: 57px;
  border: 4px solid #6178f6;
  color: #94ffd5;
  background-color: #6178f6;
  text-align: center;
  line-height: 49px;
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
}
.home .section2 .box .right .item:hover {
  background-color: #050a43;
}
.home .section2 .box .right .item:hover .icon {
  color: #94ffd5;
}
.home .section2 .box .right .item:hover .text .name {
  color: #94ffd5;
}
.home .section2 .box .right .item:hover .text .des {
  color: #fff;
}
.home .section2 .box .right .item:hover .more {
  background-color: #94ffd5;
  color: #6178f6;
}
.home .section2 .box .right .item + .item::before {
  content: "";
  position: absolute;
  width: calc(100% - 2.6rem);
  left: 0;
  top: 0;
  height: 1px;
  background-color: #e9e9e9;
}
.home .section2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .section3 {
  display: flex;
  height: 10.1rem;
}
.home .section3 .left {
  height: 11.3rem;
  width: 6.48rem;
  position: relative;
  top: -1.2rem;
  flex-shrink: 0;
}
.home .section3 .left .common-title {
  position: absolute;
  white-space: nowrap;
  color: #94ffd5;
  left: 2.6rem;
  top: 2.7rem;
}
.home .section3 .left .common-title .en {
  font-size: 1rem;
}
.home .section3 .left .common-title .cn {
  font-size: 0.3rem;
}
.home .section3 .right {
  flex: auto;
  background-color: #6178f6;
  color: #fff;
  width: calc(100% - 6.48rem);
}
.home .section3 .right .top {
  display: flex;
}
.home .section3 .right .top .color {
  flex: auto;
  height: 5.05rem;
}
.home .section3 .right .top img {
  width: 4.25rem;
}
.home .section3 .right .bottom {
  display: flex;
  height: 5.05rem;
}
.home .section3 .right .bottom .swiper-slide {
  width: 8.47rem;
  height: 5.05rem;
  background-color: #6178f6;
  cursor: pointer;
}
.home .section3 .right .bottom .swiper-slide.swiper-slide-active {
  cursor: auto;
}
.home .section3 .right .bottom .swiper-slide.swiper-slide-active .main::after {
  transform: scaleX(1);
}
.home
  .section3
  .right
  .bottom
  .swiper-slide.swiper-slide-active
  .main
  .text
  .more {
  opacity: 1;
  visibility: visible;
}
.home
  .section3
  .right
  .bottom
  .swiper-slide.swiper-slide-active
  .main
  .text
  .des,
.home
  .section3
  .right
  .bottom
  .swiper-slide.swiper-slide-active
  .main
  .text
  .t {
  color: #94ffd5;
}
.home .section3 .right .bottom .swiper-slide.swiper-slide-active .main .img {
  background-color: rgba(255, 255, 255, 0.15);
}
.home .section3 .right .bottom .svg-hover {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.26rem;
  transform: translate(-100%, -50%);
}
.home .section3 .right .bottom .main {
  position: relative;
  width: 8.5rem;
  height: 5.05rem;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding: 1.45rem 0.9rem 0.9rem;
  justify-content: space-between;
}
.home .section3 .right .bottom .main::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7488f7;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s 0.5s;
}
.home .section3 .right .bottom .main .text {
  width: 4rem;
  position: relative;
  z-index: 2;
}
.home .section3 .right .bottom .main .text .t {
  font-size: 0.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
  transition: color 0.5s 0.5s;
}
.home .section3 .right .bottom .main .text .des {
  text-align: justify;
  color: #fff;
  line-height: 1.8;
  transition: color 0.5s 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.8rem;
}
.home .section3 .right .bottom .main .text .more {
  width: 0.54rem;
  line-height: 0.54rem;
  border-radius: 50%;
  text-align: center;
  color: #6178f6;
  background-color: #94ffd5;
  font-size: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -0.94rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0.5s;
  cursor: pointer;
}
.home .section3 .right .bottom .main .img {
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.5s 0.7s;
}
.home .section4 {
  display: flex;
  background-color: #6178f6;
}
.home .section4 .left {
  width: 6.48rem;
  height: 10.4rem;
  position: relative;
  padding-left: 2.6rem;
  padding-top: 0.7rem;
  z-index: 3;
}
.home .section4 .left .common-title {
  color: #94ffd5;
}
.home .section4 .left .common-title .en {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.36rem;
  line-height: 1;
  margin-left: -0.15rem;
  margin-bottom: 0.2rem;
}
.home .section4 .left .news {
  display: block;
  width: 7.8rem;
  margin-top: 1.2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.home .section4 .left .news .news-item {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .section4 .left .news .news-item:nth-child(1) {
  position: relative;
}
.home .section4 .left .news .name {
  font-size: 0.3rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .section4 .left .news .des {
  color: #8debda;
  margin-top: 0.15rem;
  text-align: justify;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home .section4 .left .news .more {
  width: 0.54rem;
  line-height: 0.54rem;
  border-radius: 50%;
  text-align: center;
  color: #6178f6;
  background-color: #94ffd5;
  font-size: 0.2rem;
  margin-top: 0.45rem;
}
.home .section4 .center {
  width: 8.47rem;
  height: 10.4rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.home .section4 .center .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.home .section4 .center .bg::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/d.png);
  position: absolute;
  z-index: 2;
  opacity: 0.5;
}
.home .section4 .right {
  width: 4.25rem;
  height: 10.4rem;
  display: flex;
  flex-direction: column;
}
.home .section4 .right .item {
  width: 100%;
  height: 3.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home .section4 .right .item .bg {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
  position: relative;
  transition: opacity 0.5s;
}
.home .section4 .right .item .bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -0.06rem;
  top: -0.06rem;
  border: 0.06rem solid #94ffd5;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
}
.home .section4 .right .item.active .bg,
.home .section4 .right .item:hover .bg {
  opacity: 1;
}
.home .section4 .right .item.active .bg::before,
.home .section4 .right .item:hover .bg::before {
  opacity: 1;
}
/*****  partnership  ******/
.partnership .section2 {
  padding: 1.1rem 0 1rem 2.6rem;
  background-image: url(../images/bg.dots.W1920H500.png);
  background-size: 100% auto;
}
.partnership .section2 .box {
  padding-top: 0.65rem;
}
.partnership .section2 .box .flex {
  display: flex;
}
.partnership .section2 .box .flex .item {
  flex: auto;
  padding: 0.6rem 0.5rem 0.8rem;
  color: #fff;
  background-color: #050a43;
  height: 5.53rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.partnership .section2 .box .flex .item:hover {
  background-color: #6178f6;
}
.partnership .section2 .box .flex .item .iconfont {
  font-size: 0.64rem;
  color: #94ffd5;
}
.partnership .section2 .box .flex .item .text {
  line-height: 1.8;
  text-align: justify;
  margin-top: 1.3rem;
}
.partnership .section2 .box .flex .item .text .name {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #94ffd5;
}
.partnership .section2 .box .flex .item + .item {
  border-left: 1px solid rgba(97, 120, 246, 0.3);
}
.partnership .section3 .flex {
  display: flex;
  align-items: flex-start;
  background-image: url(../images/bg.dots.W1920H500.png);
  background-size: 100% auto;
}
.partnership .section3 .flex .left {
  width: 8.14rem;
  height: 5.53rem;
  background-image: url(../images/partnership.section3_.jpg);
  padding-left: 2.6rem;
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  flex-shrink: 0;
}
.partnership .section3 .flex .left .common-title {
  color: #94ffd5;
}
.partnership .section3 .flex .left .b {
  font-size: 0.18rem;
  color: #94ffd5;

  line-height: 1;
}
.partnership .section3 .flex .left .b img {
  display: inline-block;
  width: 0.25rem;
  vertical-align: top;
  margin-right: 5px;
}
.partnership .section3 .flex .left .b a {
  font-size: 0.37rem;
  margin-top: 0.1rem;
  display: block;
}
.partnership .section3 .flex .left .b a:hover {
  text-decoration: underline;
}
.partnership .section3 .flex .right {
  background-color: #fff;
  flex: auto;
}
.partnership .section3 .flex .right .item + .item {
  border-top: 1px solid #eee;
}
.partnership .section3 .flex .right .item {
  display: block;
  padding: 0.7rem 2.6rem 0.4rem 0.5rem;
  min-height: 2.76rem;
}
.partnership .section3 .flex .right .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partnership .section3 .flex .right .item .text .content {
  padding-right: 0.9rem;
  text-align: justify;
  line-height: 1.7;
}
.partnership .section3 .flex .right .item .text .content .name {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #6178f6;
}
.partnership .section3 .flex .right .item .text .content .des {
  opacity: 0.8;
}
.partnership .section3 .flex .right .item .more {
  width: 57px;
  height: 57px;
  color: #94ffd5;
  background-color: #6178f6;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
}
.partnership .section3 .flex .right .item:hover {
  background-color: #6178f6;
  color: #fff;
}
.partnership .section3 .flex .right .item:hover .text .content .name {
  color: #fff;
}
.partnership .section3 .flex .right .item:hover .more {
  background-color: #94ffd5;
  color: #6178f6;
}
/*********  tech ***********/
.tech .section1 {
  display: flex;
}
.tech .section1 .box {
  flex: auto;
  flex-basis: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.tech .section1 .box:hover .bg {
  transition-duration: 25s;
  transition-timing-function: linear;
  transform: translateX(-50%);
}
.tech .section1 .box:hover .bg::before {
  opacity: 0.6;
}
.tech .section1 .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-size: 100% auto;
  background-position: left center;
  transition: transform 5s;
  transform: translateX(0);
}
.tech .section1 .box .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tech.mask.png);
  background-size: 50% auto;
  z-index: 2;
  opacity: 0;
}
.tech .section1 .box .text {
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.tech .section1 .box .text .cn {
  font-size: 0.36rem;
  font-weight: 700;
}
.tech .section1 .box .text .en {
  font-family: "Geometr415";
  font-size: 0.24rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wrapper-scroll {
  background-image: url(../images/bg.dots.W1920H500.png);
  background-size: 100% auto;
}
/******  global  ******/
.global .section1 {
  padding-top: 1.3rem;
}
.global .section1 .common-title {
  padding-left: 2.6rem;
  margin-bottom: 1.1rem;
}
.global .section1 .item {
  display: flex;
  overflow: hidden;
}
.global .section1 .item .left {
  width: calc(100% - 5.8rem);
  padding: 1.2rem 2.6rem;
  background-color: #6178f6;
  color: #fff;
}
.global .section1 .item .left .name {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #94ffd5;
}
.global .section1 .item .left .d {
  margin-bottom: 0.3rem;
}
.global .section1 .item .left .l {
  margin-top: 0.8rem;
}
.global .section1 .item .left .des {
  line-height: 2;
  text-align: justify;
  opacity: 0.9;
}
.global .section1 .item .left .des p + p {
  margin-top: 0.2rem;
}
.global .section1 .item .right {
  flex-shrink: 0;
  width: 5.8rem;
  background-size: cover;
  background-position: center center;
}
.global .section1 .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.global .section1 .item:nth-child(odd) .left {
  background-color: #050a43;
}
.global .section2 {
  padding: 0.7rem 2.6rem 1.1rem;
  background-color: #6178f6;
  color: #fff;
}
.global .section2 .common-title {
  color: #94ffd5;
}
.global .section2 .tips {
  width: 50%;
  opacity: 0.8;
  line-height: 1.8;
  margin: 0.2rem 0 0.2rem;
}
.global .section2 .mail {
  font-size: 0.22rem;
  font-weight: 700;
}
.global .section2 .mail span {
  display: block;
}
/***** about *****/
.about .section1 {
  padding-top: 1.3rem;
  padding-left: 2.6rem;
  background-image: url(../images/about.section1.bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 8.4rem;
}
.about .section1 .des {
  width: 6.2rem;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 2;
  color: #6178f6;
  margin-bottom: 0.25rem;
}
.about .section1 .text {
  width: 840px;
  line-height: 2;
  opacity: 0.8;
  text-align: justify;
}
.about .s-c {
  background-color: #6178f6;
}
.about .section2 {
  background-color: #6178f6;
  position: relative;
  padding-left: 2.6rem;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  height: 8.68rem;
  background-size: 50% auto;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.about .section2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2.2rem;
  background-color: #6178f6;
  margin-top: -2.2rem;
  width: 50%;
}
.about .section2 .common-title {
  color: #94ffd5;
}
.about .section2 .time-lists {
  position: relative;
  width: 100%;
}

.about .section2 .time-lists .ctrl{
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
  left: 0;
  top: 0;
  top: -.2rem;
  z-index: 3;
}

.about .section2 .time-lists .ctrl p{
  cursor: pointer;
  font-size: .5rem;
  line-height: 1;
  user-select: none;
}

.about .section2 .time-lists .ctrl p.disabled{
  opacity: .3;
  cursor:not-allowed;
}

.about .section2 .time-lists .time-wrapper {
  display: flex;
}
.about .section2 .time-lists .time-item {
  height: 5.2rem;
  width: 6.2rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 2.2rem;
}
.about .section2 .time-lists .time-item .number {
  font-family: "Geometr415";
  font-size: 1.22rem;
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  line-height: 1;
  position: relative;
  transition: font-size 0.5s, color 0.5s, -webkit-text-stroke 0.5s;
  cursor: pointer;
}

.ie .about .section2 .time-lists .time-item .number {
  color: #fff;
}
.about .section2 .time-lists .time-item .number::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  right: 0.65rem;
  height: 1px;
  background-color: #fff;
  bottom: 15%;
}
.about .section2 .time-lists .time-item .text {
  height: 2.2rem;
  width: 100%;
  padding-top: 0.2rem;
  line-height: 2;
  font-size: 0.18rem;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .section2 .time-lists .time-item.active {
  width: 8.7rem;
}
.about .section2 .time-lists .time-item.active .text {
  opacity: 1;
}
.about .section2 .time-lists .time-item.active .number {
  color: #fff;
  font-size: 2.26rem;
  line-height: .8;
}
.about .section2 .time-lists .time-item.active .number span {
  color: #94ffd5;
  -webkit-text-stroke: 1.5px #94ffd5;
}

.ie .about .section2 .time-lists .time-item .number span {
  color: #94ffd5;
}

.about .section3 {
  background-color: #6178f6;
  position: relative;
  height: 9.2rem;
  overflow: hidden;
}
.about .section3 .center {
  position: relative;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #6178f6;
  width: 7rem;
  height: 100%;
  z-index: 3;
  color: #fff;
}
.about .section3 .center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 150px;
  background-image: url(../images/n.png);
  background-size: cover;
  background-position: left center;
  transform: translateX(-100%);
  margin-top: -75px;
}
.about .section3 .center.nb::before {
  background-image: url(../images/nb.png);
}
.about .section3 .center::before {
  left: auto;
  right: 0;
  transform: none;
}
.about .section3 .center .common-title {
  padding-left: 0.7rem;
  padding-top: 0.7rem;
  color: #94ffd5;
}
.about .section3 .center .text {
  padding-left: 0.7rem;
  margin-top: 0.7rem;
  height: 3.5rem;
  padding-right: 0.7rem;
}
.about .section3 .center .text .swiper-slide {
  text-align: left;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about .section3 .center .text .name {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.about .section3 .center .text .name span {
  font-size: 0.3rem;
  color: #94ffd5;
  display: inline-block;
  padding-right: 0.15rem;
  margin-right: 0.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.about .section3 .center .text .des {
  line-height: 2;
  text-align: justify;
}
.about .section3 .center .pagination {
  display: flex;
  padding: 0.8rem 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about
  .section3
  .center
  .pagination
  .swiper-slide.swiper-slide-active
  .img::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 0.05rem solid #94ffd5;
  left: 0;
  top: 0;
}
.about .section3 .center .pagination .img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.about .section3 .center .pagination .img img {
  border-radius: 50%;
}
/*****  equipment  ******/
.equipment .section1 {
  padding: 1.3rem 0 0.5rem 2.6rem;
}
.equipment .section1 .common-title {
  margin-bottom: 0.45rem;
}
.equipment .section1 .box {
  background-color: #fff;
}
.equipment .section1 .box .top {
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6178f6;
  color: #fff;
  padding-right: 2.6rem;
  padding-top: 0.2rem;
}
.equipment .section1 .box .top .left {
  padding-left: 0.65rem;
}
.equipment .section1 .box .top .left .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #94ffd5;
}
.equipment .section1 .box .top .left img {
  margin: 0.15rem 0 0.2rem;
}
.equipment .section1 .box .top .right {
  display: flex;
}
.equipment .section1 .box .top .right .item {
  width: 1.9rem;
  text-align: center;
}
.equipment .section1 .box .top .right .item .bg {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-position: left center;
  background-size: auto 100%;
  margin: 0 auto;
}
.equipment .section1 .box .top .right .item p {
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.equipment .section1 .box .top .right .item span {
  display: block;
}
.equipment .section1 .box .top .right .item:nth-child(2) .bg {
  background-position-x: 25%;
}
.equipment .section1 .box .top .right .item:nth-child(3) .bg {
  background-position-x: 50%;
}
.equipment .section1 .box .top .right .item:nth-child(4) .bg {
  background-position-x: 75%;
}
.equipment .section1 .box .top .right .item:nth-child(5) p {
  font-size: 0.16rem;
}
.equipment .section1 .box .top .right .item:nth-child(5) .bg {
  background-position-x: 100%;
}
.equipment .section1 .box .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2.6rem 1rem 0.6rem;
}
.equipment .section1 .box .bot .text .li {
  padding-left: 16px;
  position: relative;
}
.equipment .section1 .box .bot .text .li::before {
  content: "";
  position: absolute;
  width: 8px;
  top: 0.08rem;
  height: 8px;
  left: 0;
  background-color: #6178f6;
  border-radius: 50%;
}
.equipment .section1 .box .bot .text .li .name {
  font-size: 0.18rem;
  color: #6178f6;
  font-weight: 700;
}
.equipment .section1 .box .bot .text .li .d {
  font-size: 14px;
  margin-top: 5px;
}
.equipment .section1 .box .bot .text .li + .li {
  margin-top: 0.4rem;
}
.equipment .section1 .box.box3 .bot {
  padding: 0;
}
.equipment .section1 .box + .box {
  margin-top: 0.4rem;
}
/******  footer  ******/
footer {
  padding: 0.65rem 2.6rem;
  background-color: #526aef;
  color: #fff;
}
footer .line1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
footer .line1 ul {
  display: flex;
  align-items: center;
  margin-right: -0.25rem;
}
footer .line1 ul li {
  padding: 0 0.25rem;
  position: relative;
}
footer .line1 ul li a:hover {
  text-decoration: underline;
}
footer .line1 ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.55;
  transform: rotate(15deg);
}
footer .line2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .line2 .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  opacity: 0.6;
}
footer .line2 .info a {
  margin-left: 10px;
}
footer .line2 .info a:hover {
  text-decoration: underline;
}
footer .line2 .icons {
  display: flex;
  align-items: center;
}
footer .line2 .icons p {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 18px;
}
footer .line2 .icons p:hover {
  background-color: #fff;
  border-color: #fff;
  color: #6178f6;
}
footer .line2 .icons a + a {
  margin-left: 12px;
}
.common-banner {
  height: 6rem;
  overflow: hidden;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
}
.home .svg .svg-box {
  top: 0;
}
.svg {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.svg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.3rem;
  background-image: url(../images/down.png);
  background-size: cover;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.25rem;
  -webkit-animation: dd 1s infinite alternate;
          animation: dd 1s infinite alternate;
  opacity: 0;
}
.svg.active::after {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.svg .svg-box {
  width: 3.12rem;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
/******  application  ******/
.application .section1 {
  padding: 1.3rem 0 0 2.6rem;
}
.application .section1 .common-title {
  margin-bottom: 0.8rem;
}
.application .section1 .box1 {
  display: flex;
  background-color: #6178f6;
  color: #fff;
}
.application .section1 .box1 .left .top {
  display: flex;
}
.application .section1 .box1 .left .top .text {
  width: 7rem;
  padding: 1rem 0.7rem;
  position: relative;
}
.application .section1 .box1 .left .top .text::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}
.application .section1 .box1 .left .top .text .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #94ffd5;
}
.application .section1 .box1 .left .top .text img {
  margin: 0.25rem 0 0.3rem;
}
.application .section1 .box1 .left .top .text .des {
  text-align: justify;
  line-height: 2;
  opacity: 0.9;
  width: 90%;
}
.application .section1 .box1 .left .top .img {
  width: 7rem;
}
.application .section1 .box1 .left .bot {
  display: flex;
  width: 14rem;
}
.application .section1 .box1 .left .bot .item {
  flex: auto;
  flex-shrink: 0;
  width: 25%;
  height: 3.5rem;
  padding: 0.45rem 0.45rem 0.45rem 0.7rem;
}
.application .section1 .box1 .left .bot .item .no {
  font-family: "Geometr415";
  width: 0.54rem;
  line-height: 0.54rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.32rem;
  color: #6178f6;
  background-color: #94ffd5;
  margin-bottom: 1.2rem;
}
.application .section1 .box1 .left .bot .item .name {
  font-size: 0.18rem;
  color: #94ffd5;
  margin-bottom: 5px;
}
.application .section1 .box1 .left .bot .item .des {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.8;
}
.application .section1 .box1 .left .bot .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.application .section1 .white {
  position: relative;
}
.application .section1 .white::before {
  content: "";
  position: absolute;
  height: calc(100% + 3.5rem);
  background-color: #fff;
  left: -2.6rem;
  bottom: 0;
  width: 2.6rem;
}
.application .section1 .box2 {
  display: flex;
  padding-right: 2.6rem;
}
.application .section1 .box2 .item {
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  width: 50%;
  height: 3.1rem;
  background-color: #fff;
}
.application .section1 .box2 .item img {
  width: 2.7rem;
  margin-right: 0.5rem;
}
.application .section1 .box2 .item .name {
  font-size: 0.18rem;
  color: #6178f6;
}
.application .section1 .box2 .item .des {
  line-height: 1.8;
  font-size: 14px;
}
.application .section1 .box2 .item .des span {
  display: block;
}
.application .section1 .box2 .item + .item {
  border-left: 1px solid rgba(97, 120, 246, 0.3);
}
.application .section1 .box3 {
  background-color: #6178f6;
  color: #fff;
  padding: 1rem 2.6rem 1rem 0;
}
.application .section1 .box3 .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #94ffd5;
  padding-left: 0.75rem;
}
.application .section1 .box3 img {
  margin: 0.25rem 0 0.4rem 0.75rem;
}
.application .section1 .box3 .flex {
  display: flex;
}
.application .section1 .box3 .flex .item {
  padding: 0 0.75rem;
  width: 50%;
  position: relative;
}
.application .section1 .box3 .flex .item img {
  margin: 0 auto;
}
.application .section1 .box3 .flex .item .des {
  line-height: 0.3rem;
  height: 0.9rem;
  margin-bottom: 0.4rem;
}
.application .section1 .box3 .flex .item + .item::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 2.7rem;
  border-left: 2px dashed #fff;
}
.application .section1 .box4 {
  display: flex;
  padding-right: 2.6rem;
}
.application .section1 .box4 .left {
  background-color: #fff;
  width: 50%;
  height: 5.2rem;
  padding: 1rem 0.9rem 1rem 0.75rem;
}
.application .section1 .box4 .left .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #6178f6;
}
.application .section1 .box4 .left img {
  margin: 0.25rem 0 0.3rem;
}
.application .section1 .box4 .left .des {
  line-height: 0.3rem;
  text-align: justify;
  opacity: 0.9;
}
.application .section1 .box4 .right {
  background-color: #fff;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .section1 .box4 .right img {
  width: 5.91rem;
}
.application .section1 .box5 {
  background-color: #6178f6;
  color: #fff;
  display: flex;
  padding-right: 2.6rem;
}
.application .section1 .box5 .left {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0.9rem 0.5rem 0.8rem;
}
.application .section1 .box5 .left .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #94ffd5;
}
.application .section1 .box5 .left .ddd {
  margin: 0.25rem 0 0.3rem;
}
.application .section1 .box5 .left .des {
  line-height: 0.3rem;
  text-align: justify;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}
.application .section1 .box5 .right {
  padding: 1rem 0 0 0.8rem;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 50%;
}
.application .section1 .box5 .right .name {
  font-size: 0.24rem;
  font-weight: 700;
}
.application .section1 .box5 .right .vi {
  width: 4.32rem;
  margin-left: auto;
  margin-right: 0.1rem;
  margin-top: 0.8rem;
}
.application .section1 .box5 .right .video-box {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
}
.application .section1 .box5 .right .video-box video {
  width: 100%;
  height: 3.95rem;
}
.application .section1 .box5 .right .video-box.active .btn {
  display: none;
}
.application .section1 .box5 .right .video-box .btn {
  position: absolute;
  width: 1.3rem;
  top: 50%;
  left: 50%;
  margin: -0.65rem 0 0 -0.65rem;
  z-index: 3;
  cursor: pointer;
  transition: transform 0.25s;
}
.application .section1 .box5 .right .video-box .btn:hover {
  transform: scale(0.9);
}
.application .section1 .box6 {
  padding-right: 2.6rem;
}
.application .section1 .box6 .top {
  background-color: #fff;
  padding-left: 0.75rem;
  padding-top: 0.8rem;
}
.application .section1 .box6 .top .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #6178f6;
}
.application .section1 .box6 .top .ddd {
  margin: 0.25rem 0 0;
}
.application .section1 .box6 .flex {
  background-color: #fff;
  display: flex;
  padding: 0.5rem 0 0.6rem;
}
.application .section1 .box6 .flex .item {
  width: 25%;
}
.application .section1 .box6 .flex .item img {
  width: 3.1rem;
  margin: 0 auto;
}
.application .section1 .box7 {
  display: flex;
  background-color: #6178f6;
  padding-right: 2.6rem;
  color: #fff;
}
.application .section1 .box7 .left {
  padding: 1.13rem 0 0 0.75rem;
  height: 7.4rem;
  width: 50%;
}
.application .section1 .box7 .left .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #94ffd5;
}
.application .section1 .box7 .left .ddd {
  margin: 0.25rem 0 0.4rem;
}
.application .section1 .box7 .left .des {
  margin-bottom: 0.8rem;
}
.application .section1 .box7 .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .section1 .box7 .right img {
  width: 5.96rem;
}
.application .section1 .box8 {
  padding-right: 2.6rem;
}
.application .section1 .box8 .top {
  background-color: #fff;
  padding-left: 0.75rem;
  padding-top: 0.8rem;
}
.application .section1 .box8 .top .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #6178f6;
}
.application .section1 .box8 .top .ddd {
  margin: 0.25rem 0 0;
}
.application .section1 .box8 .flex {
  padding: 0.5rem 0.7rem 0.6rem;
  display: flex;
  background-color: #fff;
}
.application .section1 .box8 .flex .item {
  width: 25%;
}
.application .section1 .box8 .flex .item img {
  width: 2.99rem;
  margin: 0 auto;
}
.application .section1 .box9 {
  background-color: #6178f6;
  padding-right: 2.6rem;
  display: flex;
  color: #fff;
}
.application .section1 .box9 .left {
  padding: 1.1rem 0 0.85rem 0.75rem;
  width: 50%;
}
.application .section1 .box9 .left .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #94ffd5;
}
.application .section1 .box9 .left .ddd {
  margin: 0.25rem 0 0.35rem;
}
.application .section1 .box9 .left .des {
  margin-bottom: 1rem;
}
.application .section1 .box9 .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.65rem;
}
.application .section1 .box9 .right img {
  max-width: unset;
  width: 7.37rem;
  margin-left: -0.37rem;
}
/*****  prodcut  *****/
.prodcut .section1 {
  padding: 1.3rem 0 0 2.6rem;
}
.prodcut .section1 .common-title {
  margin-bottom: 0.8rem;
}
.prodcut .section1 .box {
  background-color: #fff;
}
.prodcut .section1 .box,
.prodcut .section2 .box,
.prodcut .section3 .box,
.prodcut .section4 .box,
.prodcut .section5 .box {
  background-color: #fff;
  display: flex;
}
.prodcut .section1 .left,
.prodcut .section2 .left,
.prodcut .section3 .left,
.prodcut .section4 .left,
.prodcut .section5 .left {
  width: 7rem;
  background-color: #6178f6;
  color: #fff;
  height: 5.1rem;
  padding: 1rem 0.6rem 1rem 0.75rem;
  position: relative;
  overflow: hidden;
}
.prodcut .section1 .left .name,
.prodcut .section2 .left .name,
.prodcut .section3 .left .name,
.prodcut .section4 .left .name,
.prodcut .section5 .left .name {
  font-size: 0.24rem;
  color: #94ffd5;
  font-weight: 700;
}
.prodcut .section1 .left .sub,
.prodcut .section2 .left .sub,
.prodcut .section3 .left .sub,
.prodcut .section4 .left .sub,
.prodcut .section5 .left .sub {
  font-size: 0.18rem;
  margin-top: 0.05rem;
}
.prodcut .section1 .left .ddd,
.prodcut .section2 .left .ddd,
.prodcut .section3 .left .ddd,
.prodcut .section4 .left .ddd,
.prodcut .section5 .left .ddd {
  margin: 0.2rem 0;
  width: 0.57rem;
}
.prodcut .section1 .left .des,
.prodcut .section2 .left .des,
.prodcut .section3 .left .des,
.prodcut .section4 .left .des,
.prodcut .section5 .left .des {
  line-height: 1.8;
  opacity: 0.9;
  text-align: justify;
}
.prodcut .section1 .left .des span,
.prodcut .section2 .left .des span,
.prodcut .section3 .left .des span,
.prodcut .section4 .left .des span,
.prodcut .section5 .left .des span {
  display: block;
}
.prodcut .section1 .left .no,
.prodcut .section2 .left .no,
.prodcut .section3 .left .no,
.prodcut .section4 .left .no,
.prodcut .section5 .left .no {
  font-family: "Geometr415";
  position: absolute;
  font-size: 2.64rem;
  opacity: 0.1;
  right: 0.3rem;
  bottom: -0.4rem;
  line-height: 1;
}
.prodcut .section1 .left .tip,
.prodcut .section2 .left .tip,
.prodcut .section3 .left .tip,
.prodcut .section4 .left .tip,
.prodcut .section5 .left .tip {
  font-size: 14px;
  position: absolute;
  left: 0.75rem;
  bottom: 0.35rem;
  opacity: 0.4;
}
.prodcut .section1 .right,
.prodcut .section2 .right,
.prodcut .section3 .right,
.prodcut .section4 .right,
.prodcut .section5 .right {
  flex: auto;
  padding-right: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodcut .section1 .box + .box .left,
.prodcut .section2 .box + .box .left,
.prodcut .section3 .box + .box .left,
.prodcut .section4 .box + .box .left,
.prodcut .section5 .box + .box .left {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.prodcut .section1 .box + .box .right,
.prodcut .section2 .box + .box .right,
.prodcut .section3 .box + .box .right,
.prodcut .section4 .box + .box .right,
.prodcut .section5 .box + .box .right {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.prodcut .section2,
.prodcut .section4 {
  padding-right: 2.6rem;
}
.prodcut .section2 .box,
.prodcut .section4 .box {
  flex-direction: row-reverse;
}
.prodcut .section2 .box .right,
.prodcut .section4 .box .right {
  padding-right: 0;
  padding-left: 2.6rem;
  justify-content: flex-start;
}
.prodcut .section3,
.prodcut .section5 {
  padding-left: 2.6rem;
}
.prodcut .section6 {
  background-color: #050a43;
  margin-right: 2.6rem;
  padding-left: 2.6rem;
  color: #fff;
  padding-top: 0.65rem;
}
.prodcut .section6 .name {
  color: #94ffd5;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.prodcut .section6 .flex {
  display: flex;
}
.prodcut .section6 .flex .item {
  width: 25%;
  line-height: 1.5;
}
.prodcut .section6 .flex .item .t {
  font-size: 0.2rem;
  font-weight: 700;
}
.prodcut .section6 .flex .item .b {
  opacity: 0.9;
  margin-bottom: 0.1rem;
}
.prodcut .section7 {
  margin-left: 2.6rem;
  background-color: #fff;
  padding-right: 2.6rem;
  padding-top: 0.55rem;
  margin-bottom: 0.8rem;
}
.prodcut .section7 .common-title {
  text-align: center;
}
.prodcut .section7 .box {
  padding: 0.5rem 0 1.7rem;
  position: relative;
}
.prodcut .section7 .box .text {
  position: absolute;
  width: 4.2rem;
}
.prodcut .section7 .box .text .name {
  font-size: 0.3rem;
  font-weight: 700;
  color: #6178f6;
}
.prodcut .section7 .box .text .des {
  font-size: 0.18rem;
  line-height: 1.5;
}
.prodcut .section7 .box .l {
  left: 1rem;
  top: 1.8rem;
  text-align: right;
}
.prodcut .section7 .box .r {
  right: 1rem;
  top: 1.8rem;
}
.prodcut .section7 .box .b {
  left: 50%;
  margin-left: -2.1rem;
  text-align: center;
  top: 4.75rem;
}
.prodcut .section7 .box img {
  width: 4.33rem;
  margin: 0 auto;
}
.prodcut .section1 .box .right img {
  width: 5.51rem;
}
.prodcut .section1 .box + .box .right img {
  width: 5.17rem;
}
.prodcut .section2 .box .right img {
  width: 6.02rem;
}
.prodcut .section2 .box + .box .right img {
  width: 6.72rem;
}
.prodcut .section3 .box .right img {
  width: 6.1rem;
}
.prodcut .section3 .box + .box .right img {
  width: 5.75rem;
}
.prodcut .section4 .box .right img {
  width: 6.82rem;
}
.prodcut .section4 .box + .box .right img {
  width: 6.46rem;
}
.prodcut .section5 .box .right img {
  width: 6.41rem;
}
.prodcut .section5 .box + .box .right img {
  width: 4.08rem;
}
/***** biosynsphere *****/
.biosynsphere .section1 {
  padding: 1.3rem 0 0.8rem 2.6rem;
}
.biosynsphere .section1 .des {
  width: 9.5rem;
  line-height: 1.8;
  text-align: justify;
  opacity: 0.8;
  margin: 0.3rem 0 0.8rem;
}
.biosynsphere .section1 .box {
  background-image: url(../images/tech.b.bg.jpg);
  background-size: cover;
  background-position: center center;
  height: 8.26rem;
  padding: 0.45rem 0 0 0.7rem;
}
.biosynsphere .section1 .box .name {
  color: #6178f6;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.biosynsphere .section2 .top {
  padding: 0.7rem 2.6rem;
  background-color: #6178f6;
  color: #94ffd5;
  width: 11.3rem;
  line-height: 1.5;
}
.biosynsphere .section2 .top .name {
  font-size: 0.24rem;
  font-weight: 700;
}
.biosynsphere .section2 .bottom {
  background-image: url(../images/tech.b.bg2.jpg);
  background-size: 100% auto;
  height: 11.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  transform: translate3d();
}
.biosynsphere .section2 .bottom .text {
  position: absolute;
  color: #fff;
  line-height: 1.5;
  width: 3.7rem;
}
.biosynsphere .section2 .bottom .text .name {
  font-size: 0.24rem;
  font-weight: 700;
}
.biosynsphere .section2 .bottom .l {
  left: 2.6rem;
  top: 0.6rem;
}
.biosynsphere .section2 .bottom .r {
  right: 2.6rem;
  top: 1.2rem;
}
.biosynsphere .section2 .bottom .b {
  left: 4.5rem;
  bottom: 1.3rem;
}
/******  NEWS  ******/
.news-detail .section1 {
  padding: 1.3rem 2.6rem;
}
.news-detail .section1 .news-main {
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 0.2rem;
}
.news-detail .section1 .news-main .title {
  /* font-family: "Geometr415"; */
  font-size: 0.3rem;
}
.news-detail .section1 .news-main .date {
  font-family: "Geometr415";
  color: #6178f6;
  margin: 0.2rem 0 0.4rem;
}
.news-detail .section1 .news-main .content {
  line-height: 2;
  text-align: justify;
  text-indent: 0.32rem;
}
.news-detail .section1 .news-main .content img {
  display: inline-block;
  margin: 0.15rem 0;
}
.load-more {
  width: 194px;
  line-height: 57px;
  border-radius: 57px;
  display: flex;
  background-color: #6178f6;
  color: #94ffd5;
  font-size: 0.24rem;
  font-weight: 700;
  margin: 0.7rem auto 0;
  cursor: pointer;
}
.load-more .iconfont {
  width: 57px;
  text-align: center;
  font-size: 16px;
}
.news .section1 {
  padding: 1.3rem 2.6rem;
}
.news .section1 .news-lists {
  padding-top: 0.5rem;
}
.news .section1 .news-lists .news-item {
  display: flex;
  align-items: center;
  background-color: #050a43;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
.news .section1 .news-lists .news-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/d.png);
  background-size: 8.49rem auto;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.news .section1 .news-lists .news-item:hover {
  background-color: #6178f6;
}
.news .section1 .news-lists .news-item:hover .img-box {
  opacity: 0.6;
}
.news .section1 .news-lists .news-item:hover::before {
  opacity: 0.5;
}
.news .section1 .news-lists .news-item .img-box {
  width: 5.5rem;
  height: 5.5rem;
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
}
.news .section1 .news-lists .news-item .news-text {
  flex: auto;
  padding: 0 0.9rem 0 0.55rem;
  position: relative;
  z-index: 3;
}
.news .section1 .news-lists .news-item .news-text .name {
  /* font-family: "Geometr415"; */
  font-size: 0.3rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.news .section1 .news-lists .news-item .news-text .des {
  /* font-family: "Geometr415"; */
  color: #94ffd5;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  padding-right: 0.5rem;
  margin-top: 0.15rem;
}
.news .section1 .news-lists .news-item .news-text .more {
  width: 43px;
  line-height: 43px;
  color: #6178f6;
  background-color: #94ffd5;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  margin-top: 0.45rem;
}
/* 通用分页样式 */
#page {
  padding-top: 0.85rem;
  display: block;
  text-align: center;
}
#page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 38px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  border-radius: 3px;
}
.xl-nextPage,
.xl-prevPage {
  width: 80px;
  color: #6178f6;
  height: 28px;
}
#page li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}
#page li.xl-active {
  background-color: #6178f6;
  border-color: #6178f6;
  color: #fff;
}
#page li:hover {
  background-color: #6178f6 !important;
  border-color: #6178f6;
  color: #fff;
}
#page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
#page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#page li.xl-jumpButton {
  padding: 0 5px;
}
#xlJumpNum {
  width: 40px;
  margin: 0 3px;
}
.md {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .content-scroll {
    position: relative;
    height: auto;
  }
  html {
    font-size: calc(100vw / 7.5) !important;
  }
  .about .section2 .time-lists .ctrl{
    display: none;
  }
  body {
    font-size: 0.26rem;
  }
  .home .index-banner {
    height: 6rem;
  }
  .wrapper-scroll {
    background-size: 20rem auto;
    background-position: center center;
  }
  .home .section2 .bg {
    background-size: 15rem auto;
    background-position: center center;
  }
  .home .section2 {
    padding: 0.7rem 0.4rem 0.4rem;
  }
  .common-title .en {
    font-size: 0.46rem;
  }
  .common-title .cn {
    font-size: 0.36rem;
  }
  header {
    padding: 0.4rem;
  }
  .logo-top {
    left: 0.4rem;
    top: 0.4rem;
    width: 3rem;
  }
  header .menu {
    width: 40px;
  }
  .home .index-banner .down {
    width: 0.8rem;
    margin-left: -0.4rem;
  }
  .home .section2 .box .flex {
    display: block;
  }
  .home .section2 .box .left {
    width: 100%;
    position: relative;
    display: none;
  }
  .home .section2 .box .left .t,
  .home .section2 .box .left .n {
    font-size: 0.3rem;
  }
  .home .section2 .box .left .st {
    height: 1rem;
  }
  .home .section2 .box .left .n {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .home .section2 .box .left .d {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin-top: 0.3rem;
  }
  .home .section2 .box .left .d .d-item {
    height: 1.2rem;
  }
  .home .section2 .box .right {
    width: 100%;
  }
  .home .section2 .box .right .item {
    padding: 0.3rem;
    height: auto;
  }
  .home .section2 .box .right .item .text .des {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .home .section2 .box .right .item .text {
    margin-top: 0.3rem;
  }
  .home .section2 .box .right .item + .item::before {
    width: 100%;
  }
  .home .section2 .box .right .item .more {
    width: 0.6rem;
    height: 0.6rem;
    line-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.34rem;
    margin-left: 0.3rem;
  }
  .home .section3 {
    display: block;
    height: auto;
    position: relative;
  }
  .home .section3 .left {
    width: 100%;
    height: 10rem;
    top: 0;
    padding: 1rem 0.4rem;
    background-size: cover;
    background-position: center center;
  }
  .home .section3 .left .common-title {
    position: relative;
    left: auto;
    top: auto;
  }
  .home .section3 .left .common-title .en {
    font-size: 0.46rem;
  }
  .home .section3 .left .common-title .cn {
    font-size: 0.36rem;
  }
  .home .section3 .right {
    width: 100%;
    background-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: .8rem;
  }
  .home .section3 .right .top {
    display: none;
  }

  .home .section3 .right ._tip{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    opacity: .8;
  }

  .home .section3 .right .bottom .swiper-slide {
    width: 6rem;
    height: auto;
    background-color: transparent;
    padding-top: 1rem;
  }
  .home .section3 .right .bottom .main {
    width: 100%;
    padding: 1.2rem 0.4rem 0.4rem;
    height: auto;
    display: block;
    background-color: #6178f6;
    border-radius: 0.1rem;
  }
  .home .section3 .right .bottom .swiper-slide.swiper-slide-active .main {
    background-color: #7488f7;
  }
  .home .section3 .right .bottom .main .text .more {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: auto;
    display: block;
    margin: 0.4rem auto 0;
  }
  .home .section3 .right .bottom .main::after {
    border-radius: 0.1rem;
  }
  .home .section3 .right .bottom {
    height: auto;
  }
  .home .section3 .right .bottom .main .text .t {
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
  }
  .home .section3 .right .bottom .main .text .des {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    opacity: 0.85;
  }
  .home .section3 .right .bottom .main .text {
    width: auto;
  }
  .home .section3 .right .bottom .swiper-slide.swiper-slide-active .main .img {
    background-color: #7488f7;
  }
  .home .section3 .right .bottom .main .img {
    position: absolute;
    left: 50%;
    top: -0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: -0.9rem;
    z-index: 3;
    background-color: #6178f6;
    border-radius: 50%;
  }
  .home .section4 {
    display: block;
    position: relative;
    padding-top: 1rem;
  }
  .home .section4 .left {
    width: auto;
    height: auto;
    padding: 0.4rem;
  }
  .home .section4 .left .common-title .en {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 0.46rem;
    margin: 0;
  }
  .home .section4 .center {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  .home .section4 .right {
    width: auto;
    flex-direction: row;
    height: auto;
    display: none;
  }
  .home .section4 .left .news .news-item {
    display: block;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0.4rem 0;
  }
  .home .section4 .left .news .news-item + .news-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .home .section4 .right .item .bg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .home .section4 .right .item {
    border-top: unset;
    height: auto;
    padding: 0.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .home .section4 .right .item + .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .section2-box {
    height: auto !important;
  }
  .home .section4 .left .news {
    width: 100%;
    margin-top: 0.5rem;
  }
  footer {
    padding: 0.4rem;
  }
  footer .line1 {
    flex-direction: column;
    padding-top: 0.3rem;
    margin-bottom: 0.7rem;
    /* justify-content: center; */
  }
  .home .index-banner .down img {
    display: none;
  }
  footer .line1 img {
    width: 3rem;
  }
  footer .line1 ul {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 0.26rem;
  }
  footer .line2 {
    flex-direction: column-reverse;
  }
  footer .line2 .info {
    display: block;
    font-size: 0.2rem;
    margin-top: 0.7rem;
    line-height: 2;
  }
  footer .line2 .info p {
    display: inline;
  }
  /* footer .line2 .info a{
    margin-left: 0;
    margin-top: .2rem;
    display: block;
  } */
  .menu-open .circle {
    width: 250vh;
    height: 250vh;
    right: calc(-125vh - 0.6rem);
    top: calc(-125vh - 0.6rem);
  }
  .menu-open .nav {
    font-size: 0.4rem;
    padding: 0;
  }
  .menu-open .nav a + a {
    margin-top: 0.5rem;
  }
  .menu-open .nav .en {
    font-size: 0.28rem;
  }
  .common-banner {
    background-color: #526aef;
    height: 4.5rem;
  }
  .about .section1 {
    padding: 1rem 0.4rem 0.4rem;
    background-size: 15rem auto;
    background-position: right bottom;
  }
  .about .section1 .des {
    width: auto;
    font-size: 0.22rem;
    line-height: 1.8;
  }
  .about .section1 .text {
    width: auto;
    line-height: 1.8;
  }
  .about .section2 {
    height: auto;
    padding: 0.4rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .about .s-c {
    background-color: transparent;
  }
  .about .section2::before {
    /* display: none; */
    width: 100%;
    top: 0;
    height: 2rem;
    margin: 0;
  }
  .about .section2 .common-title {
    position: relative;
    z-index: 3;
  }
  .about .section3 .center {
    position: relative;
    left: 0;
    width: 100%;
  }
  .about .section2 .time-lists {
    background-color: #6178f6;
    margin-top: 3rem;
  }
  .about .section2 .time-lists .time-wrapper {
    display: block;
    max-width: 100%;
  }
  .about .section2 .time-lists .time-item {
    width: 100%;
    padding: 0.4rem;
    height: auto;
    position: relative;
  }
  .about .section2 .time-lists .time-item::before {
    content: "";
    width: 1px;
    height: calc(100% - 0.8rem + 10px);
    background-color: #fff;
    position: absolute;
    left: calc(6px + 0.4rem);
    top: calc(0.8rem + 20px);
    opacity: 0.5;
  }
  .about .section2 .time-lists .time-item:last-of-type::before {
    display: none;
  }
  .about .section2 .time-lists .time-item.active {
    width: auto;
  }
  .about .section2 .time-lists .time-item .number,
  .about .section2 .time-lists .time-item.active .number {
    font-size: 0.6rem;
    -webkit-text-stroke: unset;
    color: #fff;
    line-height: 0.8rem;
  }
  .about .section2 .time-lists .time-item .number span {
    color: #94ffd5;
    -webkit-text-stroke: unset !important;
    padding-left: 2px;
  }
  .about .section2 .time-lists .time-item .text {
    position: relative;
    opacity: 1;
    height: auto;
    font-size: 0.24rem;
    line-height: 1.8;
    padding-left: 25px;
  }
  .about .section2 .time-lists .time-item .number::after {
    display: none;
  }
  .about .section2 .time-lists .time-item .number::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    margin-top: -5px;
    left: 0;
    opacity: 0.5;
  }
  .about .section2 .time-lists .time-item .number {
    padding-left: 25px;
  }
  .global .section1 {
    padding: 1rem 0 0;
  }
  .global .section1 .common-title {
    padding-left: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .global .section1 .item {
    flex-direction: column-reverse;
  }
  .global .section1 .item:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .global .section1 .item .left {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
  /* .global .section1 .item  + .item{
    margin-top: .5rem;
  } */
  .global .section1 .item .right {
    width: auto;
    height: 4rem;
    /* display: none; */
  }
  .global .section2 {
    padding: 0.6rem 0.3rem;
  }
  .global .section2 .tips {
    width: 100%;
    font-size: 0.22rem;
  }
  .global .section1 .item .left .name {
    font-size: 0.34rem;
  }
  .global .section1 .item .left .d {
    width: 0.7rem;
  }
  .global .section2 .mail {
    font-size: 0.32rem;
  }
  .global .section2 .common-title .en {
    font-size: 0.4rem;
  }
  .global .section1 .item .left .des {
    font-size: 0.26rem;
    line-height: 1.8;
    opacity: 1;
  }
  .global .section1 .item .left .l {
    width: 2rem;
  }
  .global .section1 .item .left .des p + p {
    margin-top: 0.1rem;
  }
  .news .section1 {
    padding: 1rem 0.4rem 0.7rem;
  }
  .news .section1 .news-lists .news-item .img-box {
    width: 2rem;
    height: 1.6rem;
    border-radius: 0.1rem;
  }
  .news .section1 .news-lists .news-item {
    background-color: transparent;
    padding: 0.25rem 0;
  }
  .news .section1 .news-lists .news-item + .news-item {
    border-top: 1px solid rgba(97, 120, 246, 0.2);
  }
  .news .section1 .news-lists .news-item .news-text .more {
    display: none;
  }
  .news .section1 .news-lists .news-item .news-text {
    padding: 0 0 0 0.25rem;
  }
  .news .section1 .news-lists .news-item .news-text .name {
    color: #222;
    font-size: 0.26rem;
    text-align: left;
  }
  .news .section1 .news-lists .news-item .news-text .des {
    color: #777;
    font-size: 0.22rem;
    margin-top: 0.1rem;
    -webkit-line-clamp: 2;
    padding-right: 0;
    text-align: left;
  }
  .partnership .section2 {
    padding: 1rem 0.4rem 0.4rem;
  }
  .partnership .section2 .box {
    padding-top: 0.5rem;
  }
  .partnership .section2 .box .flex {
    display: block;
    overflow: hidden;
  }
  .partnership .section2 .box .flex .item {
    height: auto;
    padding: 0.6rem 0.4rem;
    background-color: #6178f6;
  }
  .partnership .section2 .box .flex .item .text {
    margin-top: 0.5rem;
  }
  .partnership .section2 .box .flex .item + .item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partnership .section2 .box .flex .item .des {
    font-size: 0.24rem;
  }
  .partnership .section2 .box .flex .item .text .name {
    font-size: 0.3rem;
  }
  .partnership .section3 .flex {
    display: block;
    background: none;
  }
  .partnership .section3 .flex .right .item {
    padding: 0.4rem;
    position: relative;
  }
  .partnership .section3 .flex .right .item .more {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    line-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    right: 0.4rem;
    top: 0.4rem;
  }
  .partnership .section3 .flex .right .item .text .content {
    padding-right: 0;
    font-size: 0.24rem;
  }
  .partnership .section3 .flex .right .item .text .content .name {
    font-size: 0.3rem;
  }
  .partnership .section3 .flex .left {
    width: auto;
    height: auto;
    padding: 0.8rem 0.4rem;
  }
  .partnership .section3 .flex .left .b {
    margin-top: 1rem;
  }
  .tech .section1 {
    display: block;
    height: auto;
  }
  .tech .section1 .box {
    width: 100%;
    height: 5rem;
  }
  .tech .section1 .box .text .cn {
    font-size: 0.42rem;
  }
  .tech .section1 .box .text .en {
    font-size: 0.3rem;
  }
  .biosynsphere .section1 {
    padding: 1rem 0.4rem 0.4rem;
  }
  .biosynsphere .section1 .des {
    width: auto;
    margin: 0.3rem 0 0.5rem;
  }
  .biosynsphere .section1 .box {
    padding: 0.4rem 0;
    height: auto;
  }
  .biosynsphere .section1 .box .name {
    padding-left: 0.4rem;
    font-size: 0.32rem;
  }
  .biosynsphere .section2 .bottom {
    display: none;
  }
  .biosynsphere .section2 {
    background-image: url(../images/tech.b.bg2.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 0.4rem;
  }
  .biosynsphere .section1 .box img {
    display: none;
  }
  .biosynsphere .section1 .box .mobile {
    display: block;
  }
  .biosynsphere .section2 .top {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
  .biosynsphere .section2 .top .name {
    font-size: 0.28rem;
  }
  .biosynsphere .section2 .top .des {
    font-size: 0.24rem;
  }

  .prodcut .section1 {
    padding: 1rem 0 0;
  }
  .prodcut .section1 .common-title {
    margin-bottom: 0.5rem;
    padding-left: 0.4rem;
  }
  .prodcut .section1 .box,
  .prodcut .section2 .box,
  .prodcut .section3 .box,
  .prodcut .section4 .box,
  .prodcut .section5 .box {
    display: block;
  }
  .prodcut .section1 .left,
  .prodcut .section2 .left,
  .prodcut .section3 .left,
  .prodcut .section4 .left,
  .prodcut .section5 .left {
    width: auto;
    padding: 0.7rem 0.4rem 1rem;
    height: auto;
  }
  .prodcut .section1 .left .no,
  .prodcut .section2 .left .no,
  .prodcut .section3 .left .no,
  .prodcut .section4 .left .no,
  .prodcut .section5 .left .no {
    font-size: 1.6rem;
    bottom: -0.3rem;
  }
  .prodcut .section1 .left .sub,
  .prodcut .section2 .left .sub,
  .prodcut .section3 .left .sub,
  .prodcut .section4 .left .sub,
  .prodcut .section5 .left .sub {
    font-size: 0.2rem;
  }
  .prodcut .section1 .right,
  .prodcut .section2 .right,
  .prodcut .section3 .right,
  .prodcut .section4 .right,
  .prodcut .section5 .right {
    width: auto;
    padding-right: 0;
    padding: 0.4rem;
  }
  .prodcut .section1 .left .name,
  .prodcut .section2 .left .name,
  .prodcut .section3 .left .name,
  .prodcut .section4 .left .name,
  .prodcut .section5 .left .name {
    font-size: 0.34rem;
  }
  .prodcut .section1 .left .des,
  .prodcut .section2 .left .des,
  .prodcut .section3 .left .des,
  .prodcut .section4 .left .des,
  .prodcut .section5 .left .des {
    font-size: 0.24rem;
  }
  .prodcut .section2,
  .prodcut .section4 {
    padding: 0;
  }
  .prodcut .section2 .box .right,
  .prodcut .section4 .box .right {
    padding: 0.4rem;
  }
  .prodcut .section1 .box .right img,
  .prodcut .section4 .box .right img,
  .prodcut .section3 .box + .box .right img,
  .prodcut .section3 .box .right img,
  .prodcut .section5 .box .right img {
    width: 100% !important;
  }
  .prodcut .section3,
  .prodcut .section5 {
    padding: 0;
  }

  .prodcut .section7 {
    padding: 0.4rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .prodcut .section7 .box .l {
    left: 0;
    top: 1rem;
  }
  .prodcut .section7 .box .text {
    width: 2rem;
  }
  .prodcut .section7 .box img {
    width: 3rem;
  }
  .prodcut .section7 .box .r {
    right: 0;
    top: 1rem;
  }
  .prodcut .section7 .box .b {
    width: 4.2rem;
    top: 3.5rem;
  }
  .prodcut .right {
    margin-bottom: 0.4rem;
  }
  .application .section1 {
    padding: 1rem 0 0;
  }
  .application .section1 .common-title {
    padding-left: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .application .section1 .box1 .left .top {
    display: block;
  }
  .application .section1 .box1 .left .top .text {
    padding: 0.4rem;
    width: 100%;
  }
  .application .section1 .box1 .left .bot {
    width: 100%;
    flex-wrap: wrap;
  }
  .application .section1 .box1 .right {
    display: none;
  }
  .application .section1 .box1 .left .top .text .des {
    width: 100%;
    font-size: 0.24rem;
  }
  .application .section1 .box1 .left .top .text img {
    width: 0.8rem;
  }
  .application .section1 .box1 .left .top .text .name {
    font-size: 0.34rem;
  }
  .application .section1 .box1 .left .top .img {
    width: auto;
    padding: 0 0.4rem 0.4rem;
  }
  .application .section1 .box1 .left .top .text::after {
    display: none;
  }
  .application .section1 .box1 .left .bot .item {
    width: 50%;
    height: auto;
    padding: 0.4rem;
  }
  .application .section1 .box1 .left .bot .item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .application .section1 .box1 .left .bot .item .no {
    margin-bottom: 0.4rem;
  }
  .application .section1 .box1 .left .bot .item .des {
    font-size: 0.24rem;
  }
  .application .section1 .box1 .left .bot .item .name {
    font-size: 0.28rem;
  }
  .application .section1 .box2 {
    padding: 0.4rem;
    display: block;
    background-color: #fff;
  }
  .application .section1 .box2 .item {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .application .section1 .box2 .item img {
    margin: 0;
    width: 100%;
  }
  .application .section1 .box2 .item .name {
    font-size: 0.32rem;
  }
  .application .section1 .box2 .item .text {
    padding: 0.4rem 0;
  }
  .application .section1 .box2 .item + .item {
    border: unset;
  }
  .application .section1 .box3 {
    padding: 0.4rem;
  }
  .application .section1 .box3 .name,
  .application .section1 .box5 .left .name,
  .application .section1 .box6 .top .name,
  .application .section1 .box9 .left .name,
  .equipment .section1 .box .top .left .name {
    padding-left: 0;
    font-size: 0.34rem;
  }
  .application .section1 .box3 img,
  .application .section1 .box5 .left .ddd,
  .application .section1 .box6 .top .ddd,
  .application .section1 .box9 .left .ddd,
  .equipment .section1 .box .top .left img {
    width: 0.8rem;
    margin: 0.25rem 0 0.3rem;
  }
  .mobile {
    display: block;
  }
  .application .section1 .box3 .flex {
    display: none;
  }
  .application .section1 .box3 .mobile {
    font-size: 0.24rem;
    line-height: 1.7;
  }
  .application .section1 .box3 .mobile img {
    width: 100%;
    margin: 0.3rem 0;
  }
  .application .section1 .box5 {
    display: block;
    padding: 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .application .section1 .box5 .left {
    width: 100%;
    padding: 0;
    border: unset;
  }
  .application .section1 .box5 .left .des {
    font-size: 0.24rem;
    line-height: 1.7;
  }
  .application .section1 .box5 .right .video-box {
    position: relative;
    bottom: auto;
  }
  .application .section1 .box5 .right {
    padding: 0;
    width: 100%;
    border: unset;
    padding-top: 0.4rem;
  }
  .application .section1 .box5 .right .vi {
    display: none;
  }
  .application .section1 .box5 .right .name {
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .application .section1 .box5 .right .video-box video {
    display: block;
  }
  .application .section1 .box6 {
    padding: 0.4rem;
    background-color: #fff;
  }
  .application .section1 .box6 .top {
    padding: 0;
  }
  .application .section1 .box6 .flex {
    display: block;
    padding-bottom: 0.2rem;
  }
  .application .section1 .box6 .flex .item {
    width: 100%;
  }
  .application .section1 .box6 .flex .item img {
    width: 5.6rem;
  }
  .application .section1 .box6 .flex .item + .item {
    margin-top: 0.4rem;
  }
  .application .section1 .box9 {
    padding: 0.4rem;
    display: block;
  }
  .application .section1 .box9 .left {
    padding: 0;
    width: 100%;
  }
  .application .section1 .box9 .left .des {
    line-height: 1.7;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .application .section1 .box9 .right {
    padding: 0;
    width: 100%;
    padding: 0.4rem 0 0.2rem;
  }
  .application .section1 .box9 .right img {
    width: 100%;
    margin: 0;
  }
  .equipment .section1 {
    padding: 1rem 0 0;
  }
  .equipment .section1 .common-title {
    padding-left: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .equipment .section1 .box .top {
    padding: 0.7rem 0.4rem 0.4rem;
    display: block;
    height: auto;
  }
  .equipment .section1 .box .top .left {
    padding: 0;
  }
  .equipment .section1 .box .top .right {
    overflow-x: auto;
    margin-right: -0.4rem;
    margin-top: 0.5rem;
  }
  .equipment .section1 .box .top .right .item {
    flex-shrink: 0;
  }
  .equipment .section1 .box .bot {
    padding: 0.4rem;
    display: block;
  }
  .equipment .section1 .box .bot .text .li .name {
    font-size: 0.28rem;
  }
  .equipment .section1 .box .bot .text .li .d {
    font-size: 0.26rem;
  }
  .equipment .section1 .box .bot .text {
    margin-bottom: 0.4rem;
  }
  .equipment .section1 .box + .box {
    margin-top: 0;
  }
  .news-detail .section1 {
    padding: 1rem 0.4rem 0.4rem;
    background-color: #fff;
  }
  .news-detail .section1 .news-main {
    padding: 0;
  }
  .news-detail .section1 .news-main .title {
    font-size: 0.36rem;
  }
  .loader svg {
    width: 6rem;
  }
  .svg .svg-box {
    width: 2.6rem;
    top: 0;
  }
  .svg .svg-box image {
    /* display: none; */
  }
  .common-banner {
    background-size: auto 4.9rem;
    overflow: unset;
  }
  .banner-nav {
    padding: 1rem 0.4rem 0;
    font-size: 0.28rem;
    position: fixed;
    z-index: 4;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(5, 10, 67, 0.75);
    top: auto;
    height: auto;
    padding: 0 0.4rem;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .banner-nav .item {
    height: 1rem;
  }
  .banner-nav .right {
    margin-bottom: 0;
  }
  .svg::after {
    -webkit-animation-name: ddm;
            animation-name: ddm;
  }
  .about .section3 {
    display: none;
  }
  .about .section4 {
    background-color: #fff;
    padding: 1rem 0;
  }
  .about .section4 .swiper-slide {
    width: 6rem;
    background-color: #6178f6;
    color: #fff;
    border-radius: 0.15rem;
    overflow: hidden;
    height: auto;
  }
  .about .section4 .img {
    height: 5rem;
    background-size: cover;
    background-position: center top;
  }
  .about .section4 .common-title {
    padding-left: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .about .section4 .text {
    padding: 0.4rem;
    line-height: 1.7;
    font-size: 0.24rem;
  }
  .about .section4 .text .name span {
    color: #94ffd5;
    font-size: 0.34rem;
    padding-right: 0.15rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 0.15rem;
    line-height: 1;
  }
  .about .section4 .text .name {
    margin-bottom: 0.2rem;
    line-height: 1;
  }
  .home .index-banner .center {
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0.4rem;
    margin: 0;
  }
  .home .index-banner .center .slogan {
    width: 3.5rem;
  }
  .prodcut + footer,
  .application + footer,
  .equipment + footer,
  .biosynsphere + footer {
    padding-bottom: 1.2rem;
  }
  .video-cover {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .video-cover.active {
    opacity: 1;
    visibility: visible;
  }
  .video-cover .close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .video-cover video {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    background-color: #050a43;
  }
}
