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

:after,
:before {
  font-family: "iconfont";
}

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.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: #116ea8;
  outline: none;
}

ul li {
  list-style: outside none;
}

ul li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-position: inside;
}

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

.g-head {
  height: 1.46rem;
}

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
}

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

.g-head .side {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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 .side .search {
  width: 2rem;
  height: 0.34rem;
  border: #116ea8 solid 1px;
  border-radius: 0.06rem;
  position: relative;
}

.g-head .side .search .input input::-webkit-input-placeholder {
  color: #666;
}

.g-head .side .search .input input::-moz-placeholder {
  color: #666;
}

.g-head .side .search .input input:-moz-placeholder {
  color: #666;
}

.g-head .side .search .input input:-ms-input-placeholder {
  color: #666;
}

.g-head .side .search .input textarea::-webkit-input-placeholder {
  color: #666;
}

.g-head .side .search .input textarea::-moz-placeholder {
  color: #666;
}

.g-head .side .search .input textarea:-moz-placeholder {
  color: #666;
}

.g-head .side .search .input textarea:-ms-input-placeholder {
  color: #666;
}

.g-head .side .search .input input {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  padding: 0 0.14rem;
  color: #333;
}

.g-head .side .search .submit {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.44rem;
  background: url(../image/search.svg) center no-repeat;
  background-size: 0.2rem;
}

.g-head .side .language {
  width: 1rem;
  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;
  font-size: 0.14rem;
}

.g-head .side .language a {
  padding: 0.05rem 0.1rem;
  color: #c3c3c3;
  position: relative;
}

.g-head .side .language a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #116ea8;
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  opacity: 0;
}

.g-head .side .language a:hover,
.g-head .side .language a.on {
  color: #116ea8;
}

.g-head .side .language a:hover:before,
.g-head .side .language a.on:before {
  opacity: 1;
}

.g-head .side .language .line {
  width: 1px;
  height: 0.18rem;
  background: #116ea8;
}

.g-head .side .tel {
  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;
  color: #116ea8;
}

.g-head .side .tel .ico {
  width: 0.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.g-head .side .tel .col h5 {
  font-size: 0.22rem;
  white-space: nowrap;
  line-height: 1em;
  margin-bottom: 0.06rem;
}

.g-head .side .tel .col p {
  font-size: 0.14rem;
}

.g-head .logo {
  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;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
}

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

.g-head .logo .name {
  color: #116ea8;
  margin-left: 0.2rem;
  white-space: nowrap;
  font-size: 0.14rem;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav {
    background: #116ea8;
  }

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

  .g-head .g-nav ul:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 0.22rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }

  .g-head .g-nav li {
    width: 12.5%;
    position: relative;
  }

  .g-head .g-nav li a.name {
    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;
    height: 0.46rem;
    font-size: .18rem;
    color: #fff;
    position: relative;
  }

  .g-head .g-nav li a.name:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.22rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }

  .g-head .g-nav li a.name.on {
    color: #116ea8;
    background: #ffb72c;
  }

  .g-head .g-nav li .list {
    position: absolute;
    left: 0;
    top: 100%;
    background: #438cba;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  .g-head .g-nav li .list dd {
    border-bottom: 1px solid #66a7d0;
  }

  .g-head .g-nav li .list dd:last-child {
    border-bottom: 0;
  }

  .g-head .g-nav li .list dd a {
    display: block;
    padding: 0.08rem 0.2rem;
    font-size: 0.18rem;
    white-space: nowrap;
    color: #fff;
  }

  .g-head .g-nav li .list dd a:hover {
    background: #ffb72c;
    color: #116ea8;
  }

  .g-head .g-nav li:hover a.name {
    color: #116ea8;
    background: #ffb72c;
  }

  .g-head .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.g-foot {
  background: #2c3339;
  color: #fff;
  position: relative;
  z-index: 20;
}

.g-foot .topA {
  width: 1rem;
  height: 1rem;
  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: absolute;
  left: 50%;
  top: -0.2rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #2c3339;
  padding: 0 0.6rem 0.6rem 0;
  font-size: 0.16rem;
}

.g-foot .topA em {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}

.g-foot .wal {
  height: 2rem;
  position: relative;
  z-index: 5;
  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;
}

.g-foot .logo {
  width: 1.65rem;
}

.g-foot .list {
  width: 6.9rem;
}

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

.g-foot .list li {
  width: 50%;
  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;
  height: 0.64rem;
  font-size: 0.16rem;
}

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

.g-foot .list li a {
  color: #007bff;
}

.g-foot .list li a:hover {
  text-decoration: underline;
}

.g-foot-msg {
  font-size: 0.14rem;
  color: #fff;
  background: #1b2329;
  padding: 0.1rem 0.2rem;
  text-align: center;
}

.side-bar {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 2.4rem;
  width: 0.65rem;
  box-shadow: -0.05rem 0.02rem 0.2rem 0 rgba(51,51,51,.2);
  border-radius: 0.1rem 0 0 0.1rem;
  background: #116ea8;
  padding: 0.15rem 0.1rem;
}

.side-bar li {
  padding-bottom: 0.1rem;
}

.side-bar li:last-child {
  padding-bottom: 0;
}

@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 .navA:after {
    content: "";
  }

  body.navShow .g-head .g-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .g-head {
    height: 1.3rem;
  }

  .g-head .head {
    box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
  }

  .g-head .head>.wal {
    height: 1.3rem;
  }

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

  .g-head .side .search {
    width: 3.6rem;
    height: 0.64rem;
    border-radius: 0.09rem;
  }

  .g-head .side .search .input input {
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }

  .g-head .side .search .submit {
    width: 0.64rem;
    background-size: 0.3rem;
  }

  .g-head .side .language,
  .g-head .side .tel {
    display: none;
  }

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

  .g-head .logo .name {
    display: none;
  }

  .g-head .navA {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.2rem;
    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;
    font-size: 0.32rem;
    color: #116ea8;
  }

  .g-head .navA:after {
    content: "";
  }

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

  .g-head .g-nav .wal {
    margin: 0;
  }

  .g-head .g-nav li {
    border-bottom: #eee solid 1px;
    position: relative;
  }

  .g-head .g-nav a.name {
    font-size: .32rem;
    padding-left: .5rem;
    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;
    position: relative;
    line-height: 1rem;
  }

  .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 .topA {
    width: 1.5rem;
    height: 1.5rem;
    top: -0.2rem;
    padding: 0 0.8rem 0.8rem 0;
    font-size: 0.28rem;
  }

  .g-foot .wal {
    height: auto;
    padding: 0.7rem 0;
    -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;
  }

  .g-foot .logo {
    width: 2.5rem;
  }

  .g-foot .list {
    width: 5.2rem;
    margin-top: 0.3rem;
  }

  .g-foot .list li {
    width: 100%;
    height: 0.7rem;
    font-size: 0.28rem;
  }

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

  .g-foot-msg {
    font-size: 0.24rem;
    padding: 0.3rem 0.2rem;
    line-height: 1.5em;
  }

  .side-bar {
    bottom: 2.4rem;
    width: 0.9rem;
    border-radius: 0.18rem 0 0 0.18rem;
    padding: 0.25rem 0.12rem;
  }

  .side-bar li {
    padding-bottom: 0.2rem;
  }

  .side-bar li:last-child {
    padding-bottom: 0;
  }
}

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

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

.index-flash li img {
  width: 100%;
}

.index-flash .dots-wrapper {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0.2rem;
  right: 0;
}

.index-flash .dots-wrapper .dots {
  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-flash .dots-wrapper span {
  width: 0.5rem;
  height: 0.05rem;
  margin: 0 0.05rem;
  background: #959595;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-flash .dots-wrapper span.on {
  background: #fff;
}

.p-more,
.index-product .list li .bd .more a,
.index-about .bd .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;
  font-size: 0.14rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1.16rem;
  height: 0.32rem;
  padding: 0 0.15rem;
  color: #fff;
  background: #116ea8;
}

.p-more:after,
.index-product .list li .bd .more a:after,
.index-about .bd .more a:after {
  content: "";
}

.p-more:hover,
.index-product .list li .bd .more a:hover,
.index-about .bd .more a:hover {
  width: 1.36rem;
  color: #fff;
}

.p-title {
  font-size: 0.28rem;
  color: #116ea8;
  position: relative;
  padding-bottom: 0.28rem;
  text-align: center;
  font-family: "NotoSansHans-Bold";
}

.p-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.3rem;
  height: 0.03rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffb72c;
}

.index-about {
  padding: 0.8rem 0;
}

.index-about .wal {
  position: relative;
}

.index-about .zoomImg {
  width: 9rem;
  margin-left: auto;
}

.index-about .zoomImg img {
  height: 5.8rem;
}

.index-about .bd {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 5.4rem;
  background: #116ea8;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0 0.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;
}

.index-about .bd .title {
  margin-bottom: 0.25rem;
  position: relative;
  font-size: 0.28rem;
  padding-bottom: 0.28rem;
}

.index-about .bd .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.03rem;
  background: #ffb72c;
}

.index-about .bd .content {
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: justify;
}

.index-about .bd .more {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-about .bd .more a {
  border: #fff solid 1px;
}

.index-product {
  background: -webkit-linear-gradient(#e5f0f5, #c7eef5);
  background: linear-gradient(#e5f0f5, #c7eef5);
  position: relative;
}

.index-product:before,
.index-product:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 1;
}

.index-product:before {
  background: url(../image/index-p-01.png) right top no-repeat;
  background-size: auto 3.2rem;
}

.index-product:after {
  background: url(../image/index-p-02.png) left bottom no-repeat;
  background-size: auto 5.82rem;
}

.index-product .wal {
  min-height: 10rem;
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}

.index-product .hd {
  text-align: center;
}

.index-product .hd p {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
}

.index-product .list li {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-product .list li:last-child {
  margin-bottom: 0;
}

.index-product .list li .zoomImg {
  width: 8rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-product .list li .zoomImg img {
  height: 3.6rem;
}

.index-product .list li .bd {
  width: 100%;
  min-height: 3.6rem;
  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: 0 0.5rem;
}

.index-product .list li .bd .name {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  color: #116ea8;
  margin-right: -0.1rem;
}

.index-product .list li .bd .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-right: -0.1rem;
  max-height: 1.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.index-product .list li .bd .more {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 800px) {
  .index-product .list li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.index-service {
  background: #e5f0f5;
  position: relative;
}

.index-service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 1;
}

.index-service:before {
  background: url(../image/index-p-01.png) right top no-repeat;
  background-size: auto 3.2rem;
}

.index-service .wal {
  min-height: 5rem;
  position: relative;
  z-index: 2;
  padding: 0.8rem 0;
  max-width: 9.6rem;
}

.index-service .list {
  padding-top: 0.3rem;
}

.index-service .list li {
  font-size: 0.16rem;
  line-height: 0.28rem;
  position: relative;
  color: #838383;
  padding-left: 0.18rem;
}

.index-service .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.11rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #838383;
}

.index-service .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.index-service .imgs .list-wrapper {
  width: 20rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-service .imgs li {
  padding: 0 0.15rem;
}

.index-service .imgs .dots {
  padding: 0.2rem 0 0.5rem 0;
  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-service .imgs .dots span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 0 0.05rem;
  background: rgba(0,0,0,.2);
}

.index-service .imgs .dots span.on {
  background: #116ea8;
}

.index-news .wal {
  padding: 0.5rem 0;
}

.index-news .list {
  padding-top: 0.5rem;
}

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

.index-news .list li a {
  display: block;
  background: #fff;
  border-radius: 0 0 0.05rem 0.05rem;
  box-shadow: 0 0 0.08rem 1px #e4e4e4;
}

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

.index-news .list li a .bd {
  min-height: 1.4rem;
  padding: 0.2rem;
}

.index-news .list li a .bd .name {
  font-size: 0.2rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #116ea8;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.index-news .list li a .bd p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #838383;
}

.index-news .list li a:hover .bd .name {
  color: #ffa200;
}

.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;
  padding-top: 0.5rem;
}

.index-contact {
  background: url(../image/c-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
}

.index-contact .wal {
  height: 3.85rem;
  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;
  max-width: 6rem;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0 0.3rem;
}

.index-contact .content {
  width: 100%;
  padding: 0.25rem 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #838383;
}

.index-contact .list {
  width: 100%;
}

.index-contact .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-contact .list li:nth-child(1),
.index-contact .list li:nth-child(2) 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: 2.55rem;
  height: 0.72rem;
  border: #116ea8 solid 1px;
}

.index-contact .list li:nth-child(1) img,
.index-contact .list li:nth-child(2) a img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.5rem;
}

.index-contact .list li:nth-child(1) div {
  font-size: 0.16rem;
  line-height: 1.5em;
  color: #116ea8;
}

.index-contact .list li:nth-child(2) a {
  background: #116ea8;
  color: #fff;
  font-size: 0.24rem;
}

.index-contact .list li:nth-child(2) a:hover {
  background: #2083c1;
  border-color: #2083c1;
}

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

.page-banner .wal {
  max-width: 8rem;
  padding: 10vh 0;
}

.page-banner .title {
  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;
}

.page-banner .title h2 {
  font-size: 0.4rem;
  color: #116ea8;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 0.2rem;
}

.page-banner .title:before,
.page-banner .title:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #116ea8;
}

.page-banner .title:after {
  background: #ffb72c;
  margin-left: 0.06rem;
}

.page-curr .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  max-width: 9.6rem;
}

.page-curr .wal:before {
  width: 100%;
  height: 1px;
  content: "";
  background: #ffa200;
  margin-right: 0.1rem;
}

.page-curr .wal em,
.page-curr .wal a,
.page-curr .wal span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.14rem;
  color: #116ea8;
}

.page-curr .wal a:hover {
  color: #ffa200;
}

.page-curr .wal em {
  padding: 0 0.06rem;
}

.page-curr .wal em:after {
  content: "/";
}

.about {
  padding: 0.5rem 0 1rem 0;
  max-width: 9.6rem;
}

.about .content {
  font-size: 0.16rem;
  line-height: 2em;
  color: #838383;
  margin-top: 0.35rem;
}

.page-hd {
  padding: 0.5rem 0 0.5rem 0;
}

.page-hd .msg {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
  margin-top: 0.35rem;
}

.page-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  position: relative;
}

.side-nav {
  width: 2.8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1.7rem;
}

.side-nav .search {
  height: 0.34rem;
  border: #116ea8 solid 1px;
  border-radius: 0.06rem;
  position: relative;
}

.side-nav .search .input input::-webkit-input-placeholder {
  color: #666;
}

.side-nav .search .input input::-moz-placeholder {
  color: #666;
}

.side-nav .search .input input:-moz-placeholder {
  color: #666;
}

.side-nav .search .input input:-ms-input-placeholder {
  color: #666;
}

.side-nav .search .input textarea::-webkit-input-placeholder {
  color: #666;
}

.side-nav .search .input textarea::-moz-placeholder {
  color: #666;
}

.side-nav .search .input textarea:-moz-placeholder {
  color: #666;
}

.side-nav .search .input textarea:-ms-input-placeholder {
  color: #666;
}

.side-nav .search .input input {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  padding: 0 0.14rem;
  color: #333;
}

.side-nav .search .submit {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.44rem;
  background: url(../image/search.svg) center no-repeat;
  background-size: 0.2rem;
}

.side-nav .title {
  line-height: 0.37rem;
  margin-bottom: 0.1rem;
  margin-top: 0.15rem;
  border-bottom: #dee2e6 solid 1px;
  font-size: 0.22rem;
}

.side-nav .nav li {
  padding-bottom: 0.1rem;
}

.side-nav .nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  padding: 0.1rem 0.2rem;
  border: 1px solid #ced4da;
  color: #116ea8;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-nav .nav li a:before {
  content: "";
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  font-weight: bold;
  -webkit-transition: 0s;
  transition: 0s;
}

.side-nav .nav li a:hover,
.side-nav .nav li a.on {
  background: #116ea8;
  border-color: #116ea8;
  color: #fff;
}

.side-nav .nav li a.on {
  font-weight: bold;
}

.w890 {
  width: 8.9rem;
}

.page-title {
  line-height: 0.34rem;
  padding-bottom: 0.06rem;
  border-bottom: #dee2e6 solid 1px;
  color: #116ea8;
  font-size: 0.22rem;
  font-family: "NotoSansHans-Bold";
}

.product-list {
  padding-top: 0.3rem;
}

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

.product-list li a {
  display: block;
  background: #fff;
  border-radius: 0 0 0.05rem 0.05rem;
  box-shadow: 0 0 0.08rem 1px #e4e4e4;
}

.product-list li a .zoomImg img {
  height: 1.95rem;
}

.product-list li a .bd {
  padding: 0.2rem;
}

.product-list li a .bd .name {
  font-size: 0.2rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #116ea8;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.product-list li a:hover .bd .name {
  color: #ffa200;
}

.case-list li a .bd .name {
  height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.analysis-list li a .bd .name {
  height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page-num {
  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;
  padding-top: 0.5rem;
}

.page-num ul {
  border-radius: 0.04rem;
  border: #116ea8 solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-num li {
  border-left: #116ea8 solid 1px;
  border-right: #116ea8 solid 1px;
}

.page-num 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #116ea8;
  width: 0.34rem;
  height: 0.38rem;
  line-height: 1em;
}

.page-num li a:hover {
  background: #c7eef5;
}

.page-num li a.on {
  background: #116ea8;
  color: #fff;
}

.page-num li:first-child,
.page-num li:last-child {
  border: 0;
  font-weight: bold;
  font-size: 0.22rem;
}

.page-back {
  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;
  padding-top: 0.5rem;
}

.page-back a {
  background: none;
  color: #116ea8;
  border: #116ea8 solid 1px;
}

.page-back a:hover {
  background: #116ea8;
  color: #fff;
}

.product-detail {
  background: #f8f8f8;
  padding: 0.3rem 0.2rem;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}

.product-detail .item {
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 0.2rem;
  width: 100%;
}

.product-detail .item .title {
  background: url(../image/p-tit-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.2rem 0.3rem;
  font-size: 0.24rem;
  color: #fff;
}

.product-detail .item .content {
  padding: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
}

.product-detail .list {
  margin-left: 0.15rem;
  width: 5.3rem;
}

.product-detail .list .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .list .title h3 {
  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: 0.1rem 0.15rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #116ea8;
  border: #116ea8 solid 1px;
  font-family: "NotoSansHans-Regular";
}

.product-detail .list .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
}

.product-detail .img-list {
  width: 2.5rem;
  margin-right: 0.15rem;
}

.product-detail .img-list li {
  padding-bottom: 0.1rem;
}

.maintain-detail {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
  padding-top: 0.3rem;
}

.maintain-detail .img {
  padding-bottom: 0.2rem;
}

.maintain-detail .title {
  color: #116ea8;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
}

.maintain-detail a {
  color: #116ea8;
  font-size: 0.18rem;
}

.maintain-detail a:hover {
  text-decoration: underline;
}

.performance {
  background: -webkit-linear-gradient(#e5f0f5, #c7eef5);
  background: linear-gradient(#e5f0f5, #c7eef5);
  position: relative;
  padding: 0 0.5rem;
}

.performance:before,
.performance:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 1;
}

.performance:before {
  background: url(../image/index-p-01.png) right top no-repeat;
  background-size: auto 3.2rem;
}

.performance:after {
  background: url(../image/index-p-02.png) left bottom no-repeat;
  background-size: auto 5.82rem;
}

.performance .wal {
  min-height: 10rem;
  position: relative;
  z-index: 2;
  padding: 0.5rem 0 1rem 0;
}

.performance .item {
  background: #fff;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}

.performance .item .col {
  width: 4.85rem;
}

.performance .item .col .title {
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
  color: #116ea8;
}

.performance .item .col .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
}

.performance .item .imgs {
  width: 4.85rem;
}

.performance .item .imgs .big-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.performance .item .imgs .big-img .list-wrapper {
  margin-left: -0.1rem;
}

.performance .item .imgs .big-img li {
  padding-left: 0.1rem;
}

.performance .item .imgs .big-img img {
  height: 3.23rem;
}

.performance .item .imgs .list {
  margin-top: 0.1rem;
  position: relative;
  padding: 0 0.45rem;
}

.performance .item .imgs .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.performance .item .imgs .list li {
  padding: 0 0.05rem;
}

.performance .item .imgs .list li img {
  height: 0.6rem;
}

.performance .item .imgs .list .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #116ea8;
  opacity: .4;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.26rem;
  font-weight: bold;
  cursor: default;
}

.performance .item .imgs .list .arrow a.on {
  opacity: 1;
  cursor: pointer;
}

.performance .item .imgs .list .arrow a.prev {
  left: 0.06rem;
}

.performance .item .imgs .list .arrow a.prev:after {
  content: "";
}

.performance .item .imgs .list .arrow a.next {
  right: 0.06rem;
}

.performance .item .imgs .list .arrow a.next:after {
  content: "";
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1rem 0;
  max-width: 9.6rem;
  margin: 0 auto;
}

.contact .map {
  width: 6rem;
  height: 4.2rem;
}

.contact .col {
  width: 3rem;
}

.contact .col .logo {
  margin: 0 auto;
  width: 2rem;
}

.contact .col .list {
  padding-top: 0.3rem;
}

.contact .col .list li {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
  padding-bottom: 0.05rem;
}

.contact .col .list li h3 {
  font-size: 0.18rem;
  color: #116ea8;
}

.news {
  padding-bottom: 1rem;
}

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

.news>ul>li a {
  display: block;
  background: #fff;
  border-radius: 0 0 0.05rem 0.05rem;
  box-shadow: 0 0 0.08rem 1px #e4e4e4;
}

.news>ul>li a .zoomImg img {
  height: 2.66rem;
}

.news>ul>li a .bd {
  min-height: 1.4rem;
  padding: 0.2rem;
}

.news>ul>li a .bd .name {
  font-size: 0.2rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #116ea8;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.news>ul>li a .bd p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #838383;
}

.news>ul>li a:hover .bd .name {
  color: #ffa200;
}

.news-detail .hd {
  padding-bottom: 0.3rem;
}

.news-detail .hd .time {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  color: #ffb72c;
}

.news-detail .hd .title {
  font-weight: 600;
  font-size: 0.22rem;
  color: #116ea8;
}

.news-detail .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #838383;
}

.news-detail .content .img {
  text-align: center;
  padding-bottom: 0.3rem;
}

.page-search {
  padding-bottom: 0.5rem;
}

.page-search .list {
  padding: 0.2rem 0 0.5rem 0;
}

.page-search .list li {
  padding: 0.2rem;
  border-bottom: 1px solid #c3c3c3;
}

.page-search .list li .name {
  color: #116ea8;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}

.page-search .list li p {
  font-size: 0.18rem;
  line-height: 1.5em;
  color: #838383;
  margin-bottom: 0.15rem;
}

.page-search .list li .p-more,
.page-search .list li .index-about .bd .more a,
.index-about .bd .more .page-search .list li a,
.page-search .index-product .list li .bd .more a,
.index-product .page-search .list li .bd .more a {
  border: #116ea8 solid 1px;
  background: none;
  color: #116ea8;
}

@media screen and (max-width: 800px) {
  .index-flash li img {
    height: 4rem;
  }

  .p-more,
  .index-about .bd .more a,
  .index-product .list li .bd .more a {
    width: 1.8rem;
    height: 0.58rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }

  .p-more:hover,
  .index-about .bd .more a:hover,
  .index-product .list li .bd .more a:hover {
    width: 1.8rem;
    color: #fff;
  }

  .p-title {
    font-size: 0.4rem;
  }

  .p-title:before {
    width: 0.6rem;
    height: 0.04rem;
  }

  .index-about .zoomImg {
    width: 100%;
  }

  .index-about .zoomImg img {
    height: 4.8rem;
  }

  .index-about .bd {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 0.2rem 0.2rem;
    padding: 0.5rem 0.3rem;
  }

  .index-about .bd .title {
    font-size: 0.32rem;
    font-weight: bold;
  }

  .index-about .bd .title:after {
    width: 0.6rem;
  }

  .index-about .bd .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .index-product:before {
    background-size: auto 2.2rem;
  }

  .index-product:after {
    background-size: auto 4.82rem;
  }

  .index-product .wal {
    padding: 1rem 0;
  }

  .index-product .hd p {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .index-product .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .index-product .list li .zoomImg img {
    height: 3.6rem;
  }

  .index-product .list li .bd {
    padding: 0.4rem 0.3rem;
  }

  .index-product .list li .bd .name {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .index-product .list li .bd .content {
    font-size: 0.24rem;
    line-height: 1.6em;
    max-height: 9.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-right: 0;
  }

  .index-service:before {
    background-size: auto 2.2rem;
  }

  .index-service .list {
    padding-top: 0.3rem;
  }

  .index-service .list li {
    font-size: 0.26rem;
    line-height: 0.48rem;
  }

  .index-service .list li:before {
    top: 0.2rem;
    width: 0.08rem;
    height: 0.08rem;
  }

  .index-service .imgs .list-wrapper {
    width: 24rem;
  }

  .index-news .wal {
    padding: 1rem 0;
  }

  .index-news .list {
    padding-top: 0.5rem;
  }

  .index-news .list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
  }

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

  .index-news .list li a .bd .name {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }

  .index-news .list li a .bd p {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.34rem;
    height: 0.68rem;
  }

  .index-contact {
    padding: 0.7rem 0.2rem;
  }

  .index-contact .wal {
    height: 4rem;
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .index-contact .content {
    padding: 0.35rem 0;
    font-size: 0.24rem;
    line-height: 1.6em;
  }

  .index-contact .list li:nth-child(1),
  .index-contact .list li:nth-child(2) a {
    width: 2.8rem;
    height: 0.9rem;
  }

  .index-contact .list li:nth-child(1) img,
  .index-contact .list li:nth-child(2) a img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.5rem;
  }

  .index-contact .list li:nth-child(1) div {
    font-size: 0.24rem;
    line-height: 1.3em;
  }

  .index-contact .list li:nth-child(2) a {
    font-size: 0.34rem;
  }

  .page-banner .wal {
    padding: 1.3rem 0;
  }

  .page-curr .wal {
    height: 1.1rem;
  }

  .page-curr .wal:before {
    margin-right: 0.2rem;
  }

  .page-curr .wal em,
  .page-curr .wal a,
  .page-curr .wal span {
    font-size: 0.24rem;
  }

  .page-curr .wal span {
    max-width: 50vw;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .about .content {
    font-size: 0.26rem;
  }

  .page-hd .msg {
    font-size: 0.24rem;
    line-height: 1.6em;
  }

  .page-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-nav {
    display: none;
  }

  .w890 {
    width: 100%;
  }

  .page-title {
    line-height: 0.64rem;
    font-size: 0.32rem;
  }

  .product-list {
    padding-top: 0.3rem;
  }

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

  .product-list li a .zoomImg img {
    height: 2.3rem;
  }

  .product-list li a .bd {
    padding: 0.2rem;
  }

  .product-list li a .bd .name {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }

  .case-list li a .bd .name {
    height: 1.08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .analysis-list li a .bd .name {
    height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .page-num ul {
    border-radius: 0.08rem;
  }

  .page-num li a {
    font-size: 0.28rem;
    width: 0.64rem;
    height: 0.68rem;
  }

  .page-num li:first-child,
  .page-num li:last-child {
    font-size: 0.32rem;
  }

  .product-detail .item .title {
    font-size: 0.28rem;
    line-height: 1.5em;
  }

  .product-detail .item .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .product-detail .list {
    margin-left: 0;
    width: 100%;
    padding-top: 0.3rem;
  }

  .product-detail .list .title h3 {
    padding: 0.12rem 0.25rem;
    font-size: 0.3rem;
  }

  .product-detail .list .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .product-detail .img-list {
    width: 100%;
    margin-right: 0;
    padding-top: 0.3rem;
  }

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

  .product-detail .img-list li {
    padding-bottom: 0;
  }

  .maintain-detail {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .maintain-detail .img {
    padding-bottom: 0.3rem;
  }

  .maintain-detail .title {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }

  .maintain-detail a {
    font-size: 0.28rem;
  }

  .performance {
    padding: 0;
  }

  .performance:before {
    background-size: auto 2.2rem;
  }

  .performance:after {
    background-size: auto 4.82rem;
  }

  .performance .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 0.3rem;
  }

  .performance .item .col {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .performance .item .col .title {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }

  .performance .item .col .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .performance .item .imgs {
    width: 100%;
  }

  .performance .item .imgs .big-img img {
    height: 4.23rem;
  }

  .performance .item .imgs .list {
    margin-top: 0.2rem;
  }

  .performance .item .imgs .list li img {
    height: 0.9rem;
  }

  .performance .item .imgs .list .arrow a {
    font-size: 0.32rem;
  }

  .performance .item .imgs .list .arrow a.prev {
    left: 0;
  }

  .performance .item .imgs .list .arrow a.next {
    right: 0;
  }

  .contact {
    -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;
  }

  .contact .map {
    width: 100%;
    height: 4.2rem;
  }

  .contact .col {
    width: 5rem;
    margin-top: 0.5rem;
  }

  .contact .col .logo {
    width: 2.8rem;
  }

  .contact .col .list {
    padding-top: 0.3rem;
  }

  .contact .col .list li {
    font-size: 0.26rem;
    line-height: 0.38rem;
    padding-bottom: 0.15rem;
  }

  .contact .col .list li h3 {
    font-size: 0.28rem;
  }

  .news>ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
  }

  .news>ul>li a .zoomImg img {
    height: 2.2rem;
  }

  .news>ul>li a .bd .name {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }

  .news>ul>li a .bd p {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.34rem;
    height: 0.68rem;
  }

  .news-detail .hd {
    padding-bottom: 0.3rem;
  }

  .news-detail .hd .time {
    font-size: 0.26rem;
    margin-bottom: 0.16rem;
  }

  .news-detail .hd .title {
    font-size: 0.28rem;
  }

  .news-detail .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .page-search .list li {
    padding: 0.35rem 0;
  }

  .page-search .list li .name {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }

  .page-search .list li p {
    font-size: 0.24rem;
  }
}
