.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
  -webkit-transition: All .5s ease;
  transition: All .5s ease;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.zoomImg img {
  width: 100%;
}

.zoomImg:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.zoomImg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a:hover .zoomImg:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

a:hover .zoomImg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-size: 0.12rem;
  font-family: "NotoSansHans-Regular";
  color: #212121;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

body::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(top, #1B5F91, #40B2CD);
  background: linear-gradient(180deg, #1B5F91, #40B2CD);
  border-radius: .06rem;
}

body::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
}

body.show {
  opacity: 1;
}

a {
  color: #212121;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #08a3d1;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

h2,
h3,
h4,
h5 {
  font-size: 0.14rem;
}

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: rgba(0,0,0,0);
  font-size: 0.12rem;
  font-family: "NotoSansHans-Regular";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.wal {
  max-width: 15.2rem;
  margin: 0 auto;
}

.phone-show {
  display: none;
}

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
}

.iconfont {
  font-family: "iconfont";
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/DINPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHans-Regular";
  src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/NotoSansHans-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHans-Light";
  src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/NotoSansHans-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHans-Bold";
  src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/NotoSansHans-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AdventPro-SemiBold";
  src: url(../image/AdventPro-SemiBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../image/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(../image/Roboto-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url(../image/Roboto-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

body.en {
  font-family: "Roboto-Regular";
}

body.en textarea,
body.en input {
  font-family: "Roboto-Regular";
}

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 0 0.6rem;
}

.g-head .wal {
  height: 0.8rem;
  position: relative;
  max-width: 100%;
}

.g-head a.logo {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.03rem;
  background: url(../image/logo.svg) center no-repeat;
  background-size: 100%;
}

.g-head .language {
  position: absolute;
  top: 0;
  right: 0;
}

.g-head .language ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-head .language li {
  position: relative;
}

.g-head .language li a {
  display: block;
  line-height: 0.8rem;
  font-size: 0.16rem;
  color: #fff;
}

.g-head .language li a:hover,
.g-head .language li a.on {
  color: #08a3d1;
}

.g-head .language li:nth-child(1) {
  padding-right: 0.21rem;
}

.g-head .language li:nth-child(1):after {
  content: ".";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  margin-top: -0.06rem;
  color: #08a3d1;
  font-weight: bold;
}

.g-head .g-nav {
  position: absolute;
  top: 0;
  right: 1.07rem;
}

.g-head .g-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-head .g-nav li {
  margin-left: 0.5rem;
}

.g-head .g-nav a.name {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.16rem;
  color: #fff;
  position: relative;
}

.g-head .g-nav a.name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 50%;
  height: 1px;
  background: #fff;
  opacity: 0;
}

.g-head .g-nav a.name.on {
  color: #fff;
}

.g-head .g-nav a.name.on:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.g-head:hover a.logo,
.g-head.onon a.logo,
.g-head.on2 a.logo,
.g-head.on a.logo {
  background-image: url(../image/logo2.svg);
}

.g-head:hover .language li a,
.g-head.onon .language li a,
.g-head.on2 .language li a,
.g-head.on .language li a {
  color: #666;
}

.g-head:hover .language li a:hover,
.g-head:hover .language li a.on,
.g-head.onon .language li a:hover,
.g-head.onon .language li a.on,
.g-head.on2 .language li a:hover,
.g-head.on2 .language li a.on,
.g-head.on .language li a:hover,
.g-head.on .language li a.on {
  color: #08a3d1;
}

.g-head:hover .g-nav a.name,
.g-head.onon .g-nav a.name,
.g-head.on2 .g-nav a.name,
.g-head.on .g-nav a.name {
  color: #212121;
}

.g-head:hover .g-nav a.name:before,
.g-head.onon .g-nav a.name:before,
.g-head.on2 .g-nav a.name:before,
.g-head.on .g-nav a.name:before {
  background: #08a3d1;
}

.g-head:hover .g-nav a.name.on,
.g-head.onon .g-nav a.name.on,
.g-head.on2 .g-nav a.name.on,
.g-head.on .g-nav a.name.on {
  color: #08a3d1;
}

.g-head:hover .head,
.g-head.on2 .head {
  background: #fff;
}

.g-head.on .head {
  background: #fff;
  box-shadow: 0 0 0.09rem rgba(0,0,0,.1);
}

@media screen and (min-width: 800px) {
  .g-head .g-nav li {
    position: relative;
  }

  .g-head .g-nav li .list {
    position: absolute;
    left: 50%;
    top: -100vh;
    width: 1.76rem;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.2rem 0;
    opacity: 0;
    visibility: hidden;
  }

  .g-head .g-nav li .list a {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.36rem;
  }

  .g-head .g-nav li .list a:hover {
    color: #08a3d1;
  }

  .g-head .g-nav li:hover a.name {
    color: #fff;
  }

  .g-head .g-nav li:hover a.name:before {
    left: 0;
    right: 0;
    opacity: 1;
  }

  .g-head .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    top: 100%;
  }

  .g-head:hover .g-nav li:hover a.name,
  .g-head.onon .g-nav li:hover a.name,
  .g-head.on2 .g-nav li:hover a.name,
  .g-head.on .g-nav li:hover a.name {
    color: #08a3d1;
  }
}

.g-foot {
  background: #f7f8fa;
  font-size: 0.14rem;
  position: relative;
  z-index: 2;
}

.g-foot .wal {
  min-height: 5.4rem;
  position: relative;
}

.g-foot .logo {
  border-bottom: rgba(0,0,0,.1) solid 1px;
  padding: 0.7rem 0 0.49rem 0;
}

.g-foot .logo a {
  display: block;
  width: 1.32rem;
}

.g-foot .share {
  position: absolute;
  top: 0.69rem;
  right: -0.1rem;
}

.g-foot .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .share li {
  width: 0.48rem;
  margin-left: 0.24rem;
}

.g-foot .ewm {
  position: absolute;
  top: 2.16rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.31rem;
}

.g-foot .ewm .name {
  font-size: 0.16rem;
  line-height: 1em;
  padding-top: 0.1rem;
  color: #000;
}

.g-foot .nav {
  min-height: 3.1rem;
}

.g-foot .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .nav li {
  padding-right: 0.7rem;
}

.g-foot .nav li h3 {
  font-size: 0.18rem;
  line-height: 1em;
  padding: 0.49rem 0 0.3rem 0;
}

.g-foot .nav li dd a {
  display: block;
  line-height: 2em;
  color: rgba(0,0,0,.7);
}

.g-foot .nav li dd a:hover {
  color: #08a3d1;
}

.g-foot .list {
  position: absolute;
  left: 9.37rem;
  top: 2rem;
  width: 4rem;
}

.g-foot .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: #4d4d4d;
  height: 0.44rem;
}

.g-foot .list li .ico {
  width: 0.2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.12rem;
}

.g-foot .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.48rem;
  line-height: 2em;
  color: rgba(0,0,0,.6);
}

@media screen and (max-width: 800px) {
  html {
    font-size: 0.5rem;
  }

  .wal,
  .wal-1200 {
    margin: 0 .6rem;
  }

  body.navShow {
    overflow: hidden;
  }

  body.navShow .g-head .head {
    background: #fff;
    box-shadow: 0 0 0.09rem rgba(0,0,0,.1);
  }

  body.navShow .g-head a.navA:after {
    content: "";
  }

  body.navShow .g-head a.logo {
    background-image: url(../image/logo2.png);
  }

  body.navShow .g-head .language li a {
    color: #666;
  }

  body.navShow .g-head .language li a:hover,
  body.navShow .g-head .language li a.on {
    color: #08a3d1;
  }

  body.navShow .g-head .g-nav {
    right: 0;
    left: 0;
  }

  .g-head .head {
    padding: 0 0.3rem;
  }

  .g-head .head .wal {
    max-width: 100%;
    margin: 0;
    height: 1rem;
  }

  .g-head a.logo {
    width: 1.3rem;
  }

  .g-head .language {
    right: 1rem;
  }

  .g-head .language li a {
    line-height: 1rem;
    font-size: 0.26rem;
  }

  .g-head .language li:nth-child(1) {
    padding-right: 0.31rem;
  }

  .g-head .language li:nth-child(1):after {
    right: 0.15rem;
    top: 50%;
    margin-top: -0.16rem;
    font-size: 0.26rem;
  }

  .g-head .navA {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .g-head .navA:after {
    font-family: "iconfont";
    content: "";
    font-size: 0.32rem;
    color: #08a3d1;
  }

  .g-head .g-nav {
    position: fixed;
    bottom: 0;
    right: -100%;
    left: 100%;
    top: 1rem;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: #eee solid 1px;
  }

  .g-head .g-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-head .g-nav li {
    margin-left: 0;
    width: 100%;
    border-bottom: #eee solid 1px;
  }

  .g-head .g-nav a.name {
    font-size: 0.28rem;
    padding-left: .5rem;
    height: 1rem;
    line-height: 1rem;
  }

  .g-head .g-nav a.name:before {
    display: none;
  }

  .g-head .g-nav li.s-nav-li a.name:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    font-family: "iconfont";
  }

  .g-head .g-nav li.s-nav-li.open a.name:after {
    content: "";
  }

  .g-head .g-nav .list {
    border-top: #eee solid 1px;
    padding: .2rem 0;
    display: none;
  }

  .g-head .g-nav .list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-head .g-nav .list dd {
    min-width: 25%;
    padding-left: 0.5rem;
  }

  .g-head .g-nav .list a {
    display: block;
    line-height: .6rem;
    font-size: .24rem;
  }

  .g-foot {
    font-size: 0.24rem;
  }

  .g-foot .logo {
    padding: 0.6rem 0 0.45rem 0;
  }

  .g-foot .logo a {
    width: 1.3rem;
  }

  .g-foot .share {
    top: 0.5rem;
  }

  .g-foot .share li {
    width: 0.6rem;
  }

  .g-foot .ewm {
    display: none;
  }

  .g-foot .nav {
    display: none;
  }

  .g-foot .nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-foot .nav li {
    padding-right: 0;
    width: 33.333%;
  }

  .g-foot .nav li h3 {
    font-size: 0.28rem;
    padding: 0.5rem 0 0.2rem 0;
  }

  .g-foot .nav li:nth-child(2),
  .g-foot .nav li:nth-child(3) {
    width: 50%;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .g-foot .list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.5rem 0;
  }

  .g-foot .list li {
    font-size: 0.24rem;
    height: 0.44rem;
  }

  .g-foot .list li .ico {
    width: 0.28rem;
  }

  .phone-show {
    display: block;
  }

  .pc-show {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .wal,
  .wal-1200 {
    margin: 0 .3rem;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.join-banner {
  background: center no-repeat;
  background-size: cover;
}

.join-banner .wal {
  height: 6.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "NotoSansHans-Light";
}

.join-banner .wal .title {
  font-size: 0.42rem;
  line-height: 1em;
  margin-bottom: 0.4rem;
}

.join-banner .wal p {
  font-size: 0.2rem;
  line-height: 1em;
}

.join-1 {
  padding: 1.6rem 0;
}

.join-1 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.51rem;
}

.join-1 li .name {
  font-size: 0.22rem;
  padding: 0.45rem 0 0.25rem 0;
}

.join-1 li p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666;
  font-family: "NotoSansHans-Light";
}

.join-2 {
  background: url(../image/join-2.jpg) center no-repeat;
  background-size: cover;
  font-family: "NotoSansHans-Light";
}

.join-2 .wal {
  height: 6.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.32rem;
  line-height: 0.74rem;
}

.join-3 {
  padding: 1.6rem 0;
}

.join-3 .title {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 0.32rem;
  line-height: 0.54rem;
  color: #4d4d4d;
  font-family: "NotoSansHans-Light";
}

.join-3 .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.2rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.join-3 .list li {
  height: 2rem;
  background: #f5f8fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
  color: #4d4d4d;
}

.join-3 .list li .ico {
  width: 0.42rem;
  height: 0.42rem;
  position: relative;
}

.join-3 .list li .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.join-3 .list li .name {
  font-size: 0.2rem;
  font-family: "NotoSansHans-Light";
  margin-top: 0.2rem;
}

.join-3 .list li a {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 5;
}

.join-3 .list li .ewm {
  position: absolute;
  z-index: 5;
  inset: 0;
  background: #08a3d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.join-3 .list li .ewm img {
  width: 1.3rem;
}

.join-3 .list li:hover {
  top: -0.1rem;
  color: #fff;
  background: #08a3d1;
  box-shadow: 0 0.05rem 0.3rem 0 rgba(8,117,149,.3);
}

.join-3 .list li:hover .ico img:nth-child(1) {
  opacity: 0;
}

.join-3 .list li:hover .ico img:nth-child(2) {
  opacity: 1;
}

.join-3 .list li:hover .ewm {
  opacity: 1;
}

.technology-banner video,
.technology-banner img {
  width: 100%;
  height: 100vh;
  display: block;
  outline: none;
  object-fit: cover;
}

.technology li {
  -webkit-transition: .5s;
  transition: .5s;
}

.technology li .wal {
  padding: 1.6rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.technology li .wal .zoomImg {
  width: 6.5rem;
  border: rgba(0,0,0,.1) solid 1px;
}

.technology li .wal .col {
  width: 7.4rem;
}

.technology li .wal .col .title {
  font-size: 0.42rem;
  padding-bottom: 0.4rem;
}

.technology li .wal .col .content {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #666;
  font-family: "NotoSansHans-Light";
}

.technology li:nth-child(odd) .wal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.technology li:nth-child(even) {
  background: #f5f7fa;
}

.foot-info {
  background: url(../image/img1920_3.jpg) center no-repeat;
  background-size: cover;
  height: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.foot-info .title {
  font-size: 0.32rem;
  color: #fff;
}

.product-imgs {
  background: #f4f5f7;
  position: relative;
  z-index: 1;
}

.product-imgs .wal {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 1rem;
}

.product-imgs .title {
  font-size: 0.42rem;
  color: #000;
  line-height: 1em;
}

.product-imgs .msg {
  font-size: 0.2rem;
  color: #4d4d4d;
  font-family: "NotoSansHans-Light";
  padding: 0.35rem 0 0.45rem 0;
  position: relative;
}

.product-imgs .msg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.6rem;
  height: 0.06rem;
  background: #08a3d1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-imgs .list {
  height: 6.2rem;
  position: relative;
  width: 100%;
}

.product-imgs .list li {
  position: absolute;
  inset: 0;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.product-imgs .list li.on {
  opacity: 1;
}

.product-imgs .list img {
  height: 6.2rem;
}

.page-banner {
  background: center no-repeat;
  background-size: cover;
}

.page-banner .wal {
  height: 100vh;
  padding-top: calc(30vh - 0.6rem);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-banner .wal .title {
  font-size: 0.6rem;
  color: #000;
  line-height: 1.3em;
}

.page-banner .wal .line {
  width: 0.6rem;
  height: 0.06rem;
  background: #08a3d1;
  margin-top: 0.25rem;
}

.product-1 {
  text-align: center;
  padding: 1.2rem 0 1.6rem 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.product-1 .title {
  font-size: 0.32rem;
  line-height: 1em;
}

.product-1 .msg {
  font-size: 0.2rem;
  font-family: "NotoSansHans-Light";
  color: #4d4d4d;
  padding: 0.3rem 0 0.8rem 0;
}

.product-1 .msg dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-1 .msg dl dd {
  margin: 0 0.2rem;
  padding-left: 0.2rem;
  position: relative;
}

.product-1 .msg dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.09rem;
  height: 0.09rem;
  background: #999;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-1 .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.3rem;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.product-1 .list li {
  border: rgba(179,179,179,.6) solid 1px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  top: 0;
  padding-left: 0.2rem;
}

.product-1 .list li:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  background: -webkit-linear-gradient(left, #1B5F91, #40B2CD);
  background: linear-gradient(90deg, #1B5F91, #40B2CD);
  opacity: 0;
}

.product-1 .list li .num {
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 0.42rem;
  color: #08a3d1;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  line-height: 1em;
  font-family: "AdventPro-SemiBold";
}

.product-1 .list li .name {
  position: relative;
  font-size: 0.2rem;
  line-height: 1em;
}

.product-1 .list li:hover {
  box-shadow: 0 0.08rem 0.2rem 0 rgba(19,68,102,.2);
  border-color: rgba(0,0,0,0);
  top: -0.2rem;
  color: #fff;
}

.product-1 .list li:hover:before {
  opacity: 1;
}

.product-1 .list li:hover .num {
  color: #fff;
}

.product-2 {
  position: relative;
  z-index: 2;
}

.product-2 .bg {
  position: absolute;
  inset: 0;
  background: center no-repeat;
  background-size: cover;
}

.product-2 .list {
  position: relative;
  z-index: 5;
}

.product-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
}

.product-2 .list li {
  height: 7rem;
  -webkit-transition: .5s;
  transition: .5s;
  border-left: rgba(255,255,255,.5) solid 1px;
  font-size: 0.2rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  --w: 16.666%;
  width: var(--w);
}

.cooperation-banner {
  height: 6.5rem;
  background: center no-repeat;
  background-size: cover;
}

.cooperation-01 {
  padding: 1.6rem 0;
}

.cooperation-01 .title {
  text-align: center;
  font-size: 0.42rem;
  padding-bottom: 0.8rem;
}

.cooperation-01 .video {
  position: relative;
  max-width: 12rem;
  margin: 0 auto;
}

.cooperation-01 .video video {
  display: block;
  width: 100%;
}

.cooperation-01 .video img.poster {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.cooperation-01 .video .tips p {
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  z-index: 5;
  right: 0.2rem;
  pointer-events: none;
}

.cooperation-01 .video .tips p:nth-child(1) {
  top: 0.2rem;
}

.cooperation-01 .video .tips p:nth-child(2) {
  bottom: 0.2rem;
}

.cooperation-01 .video .video-btn {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.cooperation-01 .video.on img.poster,
.cooperation-01 .video.on .video-btn {
  opacity: 0;
  visibility: hidden;
}

.cooperation-01 .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.cooperation-01 .list li a {
  display: block;
}

.cooperation-01 .list li a .name {
  font-size: 0.22rem;
  line-height: 1em;
  padding: 0.45rem 0 0.25rem 0;
}

.cooperation-01 .list li a p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666;
  font-family: "NotoSansHans-Light";
}

.cooperation-02 {
  background: #f5f7fa;
  padding: 1.6rem 0;
}

.cooperation-02 .title {
  text-align: center;
  font-size: 0.42rem;
  padding-bottom: 0.8rem;
}

.cooperation-02 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cooperation-02 .list li {
  width: 20%;
  position: relative;
}

.cooperation-02 .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 4.61rem;
  background: url(../image/img560.svg) center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
}

.cooperation-02 .list li:hover:before {
  opacity: .2;
}

.foot-contact {
  background: url(../image/img1920_6.jpg) center no-repeat;
  background-size: cover;
}

.foot-contact .wal {
  height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.foot-contact .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.4rem;
}

.foot-contact p {
  font-size: 0.2rem;
  font-family: "NotoSansHans-Light";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.foot-contact p a {
  position: relative;
  color: #fff;
}

.foot-contact p a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  right: 0;
  height: 1px;
  background: #fff;
}

.about-01 {
  background: url(../image/img1920_7.jpg) center no-repeat;
  background-size: cover;
}

.about-01 .wal {
  height: 100vh;
  color: #fff;
}

.about-01 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding: 1.75rem 0 0.4rem 0;
}

.about-01 .content {
  font-size: 0.2rem;
  font-family: "NotoSansHans-Light";
  line-height: 0.38rem;
}

.about-01 .content p {
  padding-bottom: 0.38rem;
}

.about-02 .wal {
  padding: 1.6rem 0;
  position: relative;
}

.about-02 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.7rem;
}

.about-02 .arrow {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: rgba(102,102,102,.25) solid 1px;
}

.about-02 .arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(102,102,102,.25);
}

.about-02 .arrow a {
  width: 0.88rem;
  height: 0.42rem;
  position: relative;
}

.about-02 .arrow a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.about-02 .arrow a.prev:before {
  background: url(../image/prev185.png) left center no-repeat;
  background-size: auto 0.15rem;
  right: 0;
  left: 0.15rem;
}

.about-02 .arrow a.prev:hover:before {
  left: -0.25rem;
}

.about-02 .arrow a.next:before {
  background: url(../image/next185.png) right center no-repeat;
  background-size: auto 0.15rem;
  left: 0;
  right: 0.15rem;
}

.about-02 .arrow a.next:hover:before {
  right: -0.25rem;
}

.about-02 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-02 .list .list-wrapper {
  margin-right: -0.31rem;
}

.about-02 .list li {
  padding-right: 0.31rem;
}

.about-02 .list li a {
  display: block;
  border-radius: 0.18rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-02 .list li a .logo {
  width: 1.36rem;
  position: absolute;
  z-index: 5;
  left: 0.28rem;
  top: 0.28rem;
}

.about-02 .list li a .bd {
  position: absolute;
  z-index: 5;
  left: 0.28rem;
  bottom: 0.28rem;
  right: 0;
  color: #fff;
}

.about-02 .list li a .bd .name {
  font-size: 0.28rem;
  padding-bottom: 0.1rem;
  line-height: 1em;
}

.about-02 .list li a .bd p {
  font-size: 0.2rem;
  font-family: "NotoSansHans-Light";
}

.about-5 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-5 .wal {
  min-height: 10.56rem;
  padding: 1.22rem 0;
  position: relative;
}

.about-5 .map {
  width: 14.27rem;
  margin: 0 auto;
}

.about-5 .map .item {
  cursor: pointer;
}

.about-5 .map .item2 g {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.about-5 .map .item2 g:nth-child(2) {
  opacity: 0;
}

.about-5 .map .item2.on g:nth-child(1) {
  opacity: 0;
}

.about-5 .map .item2.on g:nth-child(2) {
  opacity: 1;
}

.about-5 .list2 li {
  position: absolute;
  left: 0;
  top: 50%;
  color: #08a3d1;
  margin-top: -0.6rem;
  opacity: 0;
  visibility: hidden;
}

.about-5 .list2 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6rem;
  width: 40rem;
  margin-left: -20rem;
  height: 1px;
  background: #08a3d1;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.about-5 .list2 li .name {
  font-size: .4rem;
  line-height: 1em;
  height: .6rem;
  overflow: hidden;
  position: relative;
}

.about-5 .list2 li .name div {
  position: relative;
  top: .6rem;
}

.about-5 .list2 li .msg {
  font-size: .32rem;
  text-transform: uppercase;
  line-height: 1em;
  padding-top: .2rem;
  opacity: 0;
  visibility: hidden;
}

.about-5 .list2 li.on {
  opacity: 1;
  visibility: visible;
}

.about-5 .list2 li.on .name div,
.about-5 .list2 li.on .msg {
  -webkit-transition: all .5s .5s ease;
  transition: all .5s .5s ease;
}

.about-5 .list2 li.on .name div {
  top: 0;
}

.about-5 .list2 li.on .msg {
  opacity: 1;
  visibility: visible;
}

.about-5 .list {
  position: absolute;
  width: 7rem;
  bottom: .8rem;
  right: 0;
  min-height: 3.5rem;
}

.about-5 .list li {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-5 .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .8rem;
  width: 1.87rem;
  height: 2rem;
  background: rgba(8,163,209,.6);
  z-index: 6;
}

.about-5 .list li .container {
  position: absolute;
  top: .8rem;
  right: 0;
  width: 3.13rem;
  height: 2rem;
  background: #08a3d1;
  color: #fff;
  padding: .38rem .1rem 0 .3rem;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.about-5 .list li .container h5 {
  font-size: .24rem;
  line-height: 1em;
  padding-bottom: .24rem;
}

.about-5 .list li .container .content {
  font-size: .16rem;
  line-height: .28rem;
}

.about-5 .list li .zoomImg {
  position: relative;
  z-index: 5;
}

.about-5 .list li.on {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.about-5 .list li.on .container {
  right: 100%;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.about-04 {
  background: url(../image/img1920_8.jpg) center no-repeat;
  background-size: cover;
}

.about-04 .wal {
  height: 8rem;
  position: relative;
}

.about-04 .container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  min-height: 3.4rem;
  background: rgba(255,255,255,.8);
  padding: 0.65rem 0.5rem;
}

.about-04 .container .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.35rem;
}

.about-04 .container li {
  font-size: 0.2rem;
  line-height: 0.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.24rem;
  max-width: 5.4rem;
  font-family: "NotoSansHans-Light";
}

.about-04 .container li .name {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-banner li {
  position: relative;
}

.index-banner li .img video,
.index-banner li .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  outline: none;
}

.index-banner li .container {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.index-banner li .container .wal {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.7rem;
}

.index-banner li .container .wal .title {
  font-size: 0.52rem;
  line-height: 0.76rem;
}

.index-banner li .container .wal div.title {
  font-family: "NotoSansHans-Light";
}

.index-banner li .container .wal .more {
  font-size: 0.18rem;
  margin-top: 0.5rem;
}

.index-banner li .container .wal .more a {
  color: #08a3d1;
}

.index-banner .dots2 {
  position: absolute;
  z-index: 5;
  bottom: 0.6rem;
  width: 15.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-banner .dots2 .dot {
  margin-right: 0.06rem;
  width: 0.32rem;
  height: 0.02rem;
  background: rgba(0,0,0,.2);
  position: relative;
  cursor: pointer;
}

.index-banner .dots2 .dot div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #08a3d1;
}

.index-01 .title {
  text-align: center;
  font-size: 0.42rem;
  line-height: 1em;
  color: #000;
  padding-top: 1rem;
}

.index-01 .btns {
  padding: 0.55rem 0 0.6rem 0;
}

.index-01 .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-01 .btns li {
  -webkit-transition: color .5s;
  transition: color .5s;
  padding: 0 0.4rem;
  color: #b2b2b2;
  cursor: pointer;
  font-size: 0.2rem;
}

.index-01 .btns li:hover,
.index-01 .btns li.on {
  color: #000;
}

.index-01 .btns li.on {
  font-weight: bold;
}

.index-01 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-01 .list li {
  position: relative;
  height: 6.73rem;
}

.index-01 .list li .ico {
  width: 2.43rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-01 .list li .img {
  width: 12rem;
  height: 5.6rem;
  margin: 0 auto;
  background: center no-repeat;
  background-size: cover;
  position: relative;
}

.index-01 .list li .btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-01 .list li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.4rem;
  height: 0.4rem;
  color: #08a3d1;
  border: #08a3d1 solid 1px;
  font-size: 0.15rem;
}

.index-01 .list li .btn a:hover {
  background: #08a3d1;
  color: #fff;
}

.index-01 .list .arrow a {
  font-family: "iconfont";
  font-size: 0.26rem;
  position: absolute;
  z-index: 5;
  top: 2.3rem;
  color: #b3b3b3;
}

.index-01 .list .arrow a:hover {
  color: #08a3d1;
}

.index-01 .list .arrow a.prev {
  left: 0;
}

.index-01 .list .arrow a.next {
  right: 0;
}

.index-01 .mouse-ico {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  margin-left: -0.36rem;
  margin-top: -0.36rem;
}

.index-01 .mouse-ico:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../image/img72.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.index-01 .mouse-ico.on:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index-02 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.index-02 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
}

.index-02 .bg {
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.index-02 .wal {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

.index-02 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding: 0 0 0.45rem 0;
}

.index-02 .content {
  font-size: 0.2rem;
  line-height: 2em;
  width: 10rem;
  margin: 0 auto;
  padding-bottom: 0.65rem;
  font-family: "NotoSansHans-Light";
}

.index-02 .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: #fff solid 1px;
  color: #fff;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.15rem;
  margin: 0 auto;
}

.index-02 .more a:hover {
  background: #fff;
  color: #08a3d1;
}

.index-03 {
  padding: 0 0.12rem 0.12rem 0;
}

.index-03>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-03>ul>li {
  position: relative;
  width: 50%;
  padding: 0.12rem 0 0 0.12rem;
}

.index-03>ul>li .bd {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.index-03>ul>li .bd .name {
  font-size: 0.32rem;
}

.index-03>ul>li .bd p {
  font-size: 0.2rem;
  color: #4d4d4d;
  padding: 0.18rem 0 0.3rem 0;
  font-family: "NotoSansHans-Light";
}

.index-03>ul>li .bd .more a {
  font-size: 0.18rem;
  color: #08a3d1;
}

.index-03>ul>li .img {
  position: relative;
}

.index-03>ul>li .img img {
  width: 100%;
  height: 5.8rem;
}

.index-03>ul>li .img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.index-03>ul>li:nth-child(3) .bd {
  color: #fff;
}

.index-03>ul>li:nth-child(3) .bd p {
  color: #fff;
}

.index-03 li.li_02 img {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.index-03 li.li_04 .bd {
  pointer-events: none;
}

.index-03 li.li_04 .bd .more a {
  pointer-events: auto;
}

.index-03 li.li_04 .list {
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
  position: relative;
}

.index-04 {
  background: url(../image/img1920_11.jpg) center no-repeat;
  background-size: cover;
}

.index-04 .wal {
  min-height: 5rem;
  padding: 0.85rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-04 .col {
  width: 6rem;
}

.index-04 .col .title {
  font-size: 0.42rem;
}

.index-04 .col p {
  font-size: 0.2rem;
  color: #4d4d4d;
  padding: 0.18rem 0 0.5rem 0;
  font-family: "NotoSansHans-Light";
}

.index-04 .col .more a {
  font-size: 0.18rem;
  color: #08a3d1;
}

.index-04 .img {
  width: 7.55rem;
}

.index-news {
  padding-bottom: 0.8rem;
}

.index-news .title {
  text-align: center;
  font-size: 0.42rem;
  line-height: 1em;
  color: #000;
  padding-top: 1.1rem;
}

.index-news .btns {
  padding: 0.55rem 0 0.6rem 0;
}

.index-news .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-news .btns li {
  -webkit-transition: color .5s;
  transition: color .5s;
  padding: 0 0.4rem;
  color: #b2b2b2;
  cursor: pointer;
  font-size: 0.2rem;
}

.index-news .btns li:hover,
.index-news .btns li.on {
  color: #000;
}

.index-news .btns li.on {
  font-weight: bold;
}

.index-news .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.31rem;
}

.index-news .list li {
  width: 33.333%;
  padding-left: 0.31rem;
}

.index-news .list a {
  display: block;
}

.index-news .list a .zoomImg {
  border-radius: 0.06rem;
}

.index-news .list a .name {
  font-size: 0.22rem;
  line-height: 0.32rem;
  padding: 0.4rem 0 0.75rem 0;
  font-family: "NotoSansHans-Light";
}

.index-news .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-news .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.4rem;
  height: 0.4rem;
  color: #08a3d1;
  border: #08a3d1 solid 1px;
  font-size: 0.15rem;
}

.index-news .more a:hover {
  background: #08a3d1;
  color: #fff;
}

body.en .join-banner .wal,
body.en .join-1 li p,
body.en .join-2,
body.en .join-3 .title,
body.en .join-3 .list li .name,
body.en .technology li .wal .col .content,
body.en .product-imgs .msg,
body.en .product-1 .msg,
body.en .cooperation-01 .list li a p,
body.en .foot-contact p,
body.en .about-01 .content,
body.en .about-02 .list li a .bd p,
body.en .about-04 .container li,
body.en .index-banner li .container .wal div.title,
body.en .index-02 .content,
body.en .index-03>ul>li .bd p,
body.en .index-04 .col p,
body.en .index-news .list a .name {
  font-family: "Roboto-Light";
}

@media screen and (max-width: 800px) {
  .join-banner .wal {
    height: 4.5rem;
  }

  .join-banner .wal p {
    font-size: 0.24rem;
  }

  .join-1 {
    padding: 1.6rem 0;
  }

  .join-1 ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.55rem;
  }

  .join-1 li .name {
    font-size: 0.32rem;
    padding: 0.35rem 0 0.15rem 0;
  }

  .join-1 li p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .join-2 .wal {
    height: 4.5rem;
  }

  .join-3 .title {
    width: 13em;
    margin: 0 auto;
  }

  .join-3 .list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .join-3 .list li .name {
    font-size: 0.24rem;
  }

  .technology-banner video,
  .technology-banner img {
    height: 5rem;
  }

  .technology li .wal {
    padding: 1.2rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .technology li .wal .zoomImg {
    width: 100%;
  }

  .technology li .wal .col {
    width: 100%;
    padding-top: 0.6rem;
  }

  .technology li .wal .col .title {
    padding-bottom: 0.3rem;
  }

  .technology li .wal .col .content {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }

  .technology li:nth-child(odd) .wal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .foot-info .title {
    font-size: 0.28rem;
  }

  .product-imgs .wal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-imgs .msg {
    font-size: 0.26rem;
    line-height: 1.6em;
  }

  .product-imgs .list {
    height: 4.1rem;
  }

  .product-imgs .list img {
    height: 4.1rem;
  }

  .product-1 .msg {
    font-size: 0.24rem;
    padding: 0.3rem 0 0.8rem 0;
  }

  .product-1 .list ul {
    grid-gap: 0.2rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .product-1 .list li {
    height: 1.8rem;
    padding-left: 0.2rem;
  }

  .product-1 .list li .num {
    margin-bottom: 0.2rem;
    font-size: 0.52rem;
  }

  .product-1 .list li .name {
    font-size: 0.24rem;
    line-height: 1.3em;
    height: 2.6em;
  }

  .product-2 .list li {
    height: 5rem;
    font-size: 0.2rem;
  }

  .product-2 .list li .name {
    width: 2em;
    text-align: center;
  }

  .cooperation-banner {
    height: 4.5rem;
  }

  .cooperation-01 {
    padding: 1.2rem 0;
  }

  .cooperation-01 .list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem;
  }

  .cooperation-01 .list li a .zoomImg img {
    height: 4.5rem;
  }

  .cooperation-01 .list li a .name {
    font-size: 0.28rem;
    line-height: 1.5em;
    padding: 0.3rem 0 0.15rem 0;
  }

  .cooperation-01 .list li a p {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .cooperation-02 {
    padding: 1.2rem 0;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .cooperation-02 .list li {
    width: 33.333%;
  }

  .cooperation-02 .list li:before {
    width: 4.2rem;
    height: 3.6rem;
  }

  .foot-contact .wal {
    margin: 0;
  }

  .foot-contact p {
    font-size: 0.24rem;
  }

  .about-01 .title {
    padding: 2.2rem 0 0.4rem 0;
  }

  .about-01 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .about-02 .list li a .bd .name {
    font-size: 0.32rem;
    padding-bottom: 0.16rem;
  }

  .about-02 .list li a .bd p {
    font-size: 0.24rem;
  }

  .about-5 .wal {
    padding-top: 0;
  }

  .about-5 .map {
    width: 20rem;
    position: relative;
    left: 50%;
    margin: 0 0 0 -6rem;
  }

  .about-5 .list2 li {
    position: absolute;
    left: 0;
    top: 50%;
    color: #08a3d1;
    margin-top: -0.6rem;
    opacity: 0;
    visibility: hidden;
  }

  .about-5 .list2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .6rem;
    width: 40rem;
    margin-left: -20rem;
    height: 1px;
    background: #08a3d1;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }

  .about-5 .list2 li .name {
    font-size: .4rem;
    line-height: 1em;
    height: .6rem;
    overflow: hidden;
    position: relative;
  }

  .about-5 .list2 li .name div {
    position: relative;
    top: .6rem;
  }

  .about-5 .list2 li .msg {
    font-size: .32rem;
    text-transform: uppercase;
    line-height: 1em;
    padding-top: .2rem;
    opacity: 0;
    visibility: hidden;
  }

  .about-5 .list2 li.on {
    opacity: 1;
    visibility: visible;
  }

  .about-5 .list2 li.on .name div,
  .about-5 .list2 li.on .msg {
    -webkit-transition: all .5s .5s ease;
    transition: all .5s .5s ease;
  }

  .about-5 .list2 li.on .name div {
    top: 0;
  }

  .about-5 .list2 li.on .msg {
    opacity: 1;
    visibility: visible;
  }

  .about-5 .list {
    width: 100%;
  }

  .about-5 .list li:after {
    display: none;
  }

  .about-5 .list li .container {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2.2rem;
    background: rgba(31,79,161,.6);
    z-index: 9;
  }

  .about-5 .list li .container h5 {
    font-size: .28rem;
  }

  .about-5 .list li .container .content {
    font-size: .24rem;
    line-height: 1.5em;
  }

  .about-5 .list li.on .container {
    right: 0;
  }

  .about-04 .wal {
    height: 6rem;
  }

  .about-04 .container {
    width: 6rem;
    padding: 0.65rem 0.3rem;
  }

  .about-04 .container li {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .about-04 .container li:last-child {
    padding-bottom: 0;
  }

  .index-banner li .container .wal .more {
    font-size: 0.24rem;
  }

  .index-banner .dots2 {
    width: 6.9rem;
  }

  .index-banner .dots2 .dot {
    width: 0.6rem;
    height: 0.04rem;
  }

  .index-01 .btns li {
    font-size: 0.26rem;
  }

  .index-01 .list li {
    padding-bottom: 1.2rem;
  }

  .index-01 .list li .img {
    width: 6.6rem;
    height: 3.2rem;
  }

  .index-01 .list li .img img {
    height: 3.2rem;
  }

  .index-01 .list li .btn a {
    width: 2.1rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }

  .index-01 .list .arrow a {
    font-size: 0.36rem;
  }

  .index-02 video {
    display: none;
  }

  .index-02 .title {
    line-height: 1.4em;
  }

  .index-02 .content {
    font-size: 0.24rem;
    width: 6.9rem;
  }

  .index-02 .more a {
    width: 2.1rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }

  .index-03>ul>li {
    width: 100%;
  }

  .index-03>ul>li .bd {
    top: 0.6rem;
  }

  .index-03>ul>li .bd p {
    font-size: 0.22rem;
    line-height: 1.5em;
  }

  .index-03>ul>li .bd .more a {
    font-size: 0.24rem;
  }

  .index-04 .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-04 .col {
    width: 100%;
    text-align: center;
    padding-bottom: 0.5rem;
  }

  .index-04 .col p {
    font-size: 0.22rem;
    line-height: 1.5em;
  }

  .index-04 .col .more a {
    font-size: 0.24rem;
  }

  .index-04 .img {
    width: 100%;
  }

  .index-news .btns li {
    font-size: 0.26rem;
  }

  .index-news .list li {
    width: 100%;
  }

  .index-news .list a .zoomImg img {
    height: 3.6rem;
  }

  .index-news .list a .name {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0.2rem 0 0.5rem 0;
  }

  .index-news .more a {
    width: 2.1rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
}
