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

.linear-text,
.g-head .g-nav li a:hover em,
.g-head .g-nav li a.on em {
  background: -webkit-linear-gradient(left, #0E6EB8 35.4736328125%, #69BB66 100%);
  background: linear-gradient(to right, #0E6EB8 35.4736328125%, #69BB66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.linear-bg,
.g-foot,
.g-head .g-nav li a:before {
  background: -webkit-linear-gradient(left, #0E6EB8 35.4736328125%, #69BB66 100%);
  background: linear-gradient(to right, #0E6EB8 35.4736328125%, #69BB66 100%);
}

@-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: Arial,"NotoSansHans-Regular";
  color: #212121;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

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: #025ab7;
  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: Arial,"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: 12rem;
  margin: 0 auto;
}

@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: "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;
}

.g-head {
  height: 0.88rem;
}

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 0.08rem rgba(0,0,0,.1);
}

.g-head .wal {
  height: 0.88rem;
  position: relative;
}

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

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

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

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

.g-head .g-nav li 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;
  padding-top: 0.1rem;
  height: 0.88rem;
  position: relative;
  line-height: 1em;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333;
}

.g-head .g-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.02rem;
  opacity: 0;
}

.g-head .g-nav li a:hover:before,
.g-head .g-nav li a.on:before {
  opacity: 1;
}

.g-foot {
  color: #fff;
}

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

.g-foot .hd {
  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;
  padding: 0.6rem 0 0.7rem 0;
}

.g-foot .hd .logo {
  width: 2rem;
}

.g-foot .hd h3 {
  font-size: 0.22rem;
  text-transform: uppercase;
}

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

.g-foot .list li {
  position: relative;
  padding-left: 0.67rem;
}

.g-foot .list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0.71rem;
  background: #fff;
  opacity: .6;
}

.g-foot .list li .ico {
  width: 0.36rem;
  position: absolute;
  left: 0;
  top: 0;
}

.g-foot .list li h5 {
  font-size: 0.16rem;
}

.g-foot .list li p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  line-height: 0.26rem;
  opacity: .8;
}

@media screen and (min-width: 800px) {
  .g-foot .list li:nth-child(1) {
    width: 3.21rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.59rem;
  }

  .g-foot .list li:nth-child(2) {
    width: 3.14rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.59rem;
  }

  .g-foot .list li:nth-child(3) {
    width: 100%;
  }

  .g-foot .list li:nth-child(3):after {
    display: none;
  }
}

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

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

  body.navShow {
    overflow: hidden;
  }

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

  .g-head .g-nav li a {
    font-size: 0.22rem;
  }

  .g-foot .hd {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.6rem 0 0.7rem 0;
  }

  .g-foot .hd .logo {
    width: 2rem;
  }

  .g-foot .hd h3 {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }

  .g-foot .list {
    padding-bottom: 0.6rem;
  }

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

  .g-foot .list li {
    width: 100%;
    padding-bottom: 0.4rem;
  }

  .g-foot .list li:after {
    display: none;
  }

  .g-foot .list li h5 {
    font-size: 0.26rem;
  }

  .g-foot .list li p {
    font-size: 0.24rem;
    margin-top: 0.1rem;
    line-height: 1.5em;
  }
}

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

.linear-text {
  background: -webkit-linear-gradient(left, #0E6EB8 35.4736328125%, #69BB66 100%);
  background: linear-gradient(to right, #0E6EB8 35.4736328125%, #69BB66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.linear-bg,
.product .hd {
  background: -webkit-linear-gradient(left, #0E6EB8 35.4736328125%, #69BB66 100%);
  background: linear-gradient(to right, #0E6EB8 35.4736328125%, #69BB66 100%);
}

@-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);
  }
}

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

.page-title {
  background: url(../image/page-title.jpg) center 1.2rem no-repeat;
  background-size: auto 0.4rem;
  text-align: center;
  height: 2.27rem;
  padding-top: 1.42rem;
}

.page-title h2 {
  font-size: 0.3rem;
  line-height: 1em;
}

.product {
  padding-bottom: 1.2rem;
}

.product .hd,
.product .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .hd .item,
.product .list li .item {
  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;
  position: relative;
}

.product .hd .item:after,
.product .list li .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(7,1,2,.2);
}

.product .hd .item:nth-child(1),
.product .list li .item:nth-child(1) {
  width: 40%;
}

.product .hd .item:nth-child(2),
.product .hd .item:nth-child(3),
.product .list li .item:nth-child(2),
.product .list li .item:nth-child(3) {
  width: 30%;
}

.product .hd .item {
  height: 0.6rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #fff;
}

.product .hd .item:first-child:after {
  display: none;
}

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

.product .list:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(7,1,2,.2);
}

.product .list li .item {
  border-bottom: rgba(7,1,2,.2) solid 1px;
  height: 0.57rem;
  font-size: 0.16rem;
  color: #545454;
}

.product .list li .item:nth-child(1) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0.38rem;
}

.product .list li:nth-child(even) {
  background: rgba(14,110,184,.03);
}

.about {
  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;
  padding-bottom: 1.2rem;
}

.about .img {
  width: 5.74rem;
}

.about .content {
  width: 5.33rem;
  min-height: 5.8rem;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
}

@media screen and (max-width: 800px) {
  .page-banner {
    height: 3.2rem;
  }

  .page-title h2 {
    font-size: 0.32rem;
  }

  .product .hd .item:nth-child(1),
  .product .list li .item:nth-child(1) {
    width: 40%;
  }

  .product .hd .item:nth-child(2),
  .product .hd .item:nth-child(3),
  .product .list li .item:nth-child(2),
  .product .list li .item:nth-child(3) {
    width: 30%;
  }

  .product .hd .item {
    height: 0.8rem;
    font-size: 0.26rem;
  }

  .product .list li .item {
    height: auto;
    padding: 0.2rem 0;
    font-size: 0.22rem;
  }

  .product .list li .item:nth-child(1) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0.12rem;
  }

  .about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about .img {
    width: 5.74rem;
  }

  .about .content {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.43rem;
  }
}
