.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 .g-head .wal,
.g-head body.show .wal,
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);
  pointer-events: none;
}

.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: "Source Han Sans";
  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: #0a3e92;
  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: "Source Han Sans";
  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: 14.4rem;
  margin: 0 auto;
}

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

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

.g-head {
  height: .8rem;
}

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

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

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

.g-head .side {
  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 .side .search {
  position: relative;
}

.g-head .side .search a.btn {
  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;
  z-index: 6;
  width: 0.36rem;
  height: 0.36rem;
  background: #0a3e92 url(../image/search.svg) center no-repeat;
  background-size: 0.14rem;
  border-radius: 50%;
}

.g-head .side .search a.btn:hover {
  background-color: #c64144;
}

.g-head .side .search .form {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.g-head .side .search .form .input {
  width: 100%;
  background: #0a3e92;
  border-radius: 0.2rem;
}

.g-head .side .search .form .input input::-webkit-input-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input input::-moz-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input input:-moz-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input input:-ms-input-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input textarea::-moz-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input textarea:-moz-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input textarea:-ms-input-placeholder {
  color: rgba(255,255,255,.5);
}

.g-head .side .search .form .input input {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.16rem;
  font-size: 0.16rem;
  color: #fff;
}

.g-head .side .search.on .form,
.g-head .side .search:hover .form {
  width: 2.3rem;
  opacity: 1;
  visibility: visible;
}

.g-head .side .language {
  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: 0.36rem;
  height: 0.36rem;
  background: #0a3e92;
  border-radius: 50%;
  margin-left: 0.3rem;
  font-size: 0.14rem;
  color: #fff;
}

.g-head .side .language:hover {
  background-color: #c64144;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav {
    position: absolute;
    top: 0;
    right: 1.6rem;
  }

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

  .g-head .g-nav li {
    margin-left: .6rem;
    position: relative;
  }

  .g-head .g-nav 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;
    height: 0.8rem;
    font-size: .18rem;
    color: #444;
    position: relative;
  }

  .g-head .g-nav a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.02rem;
    background: #0a3e92;
    opacity: 0;
  }

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

  .g-head .g-nav a.name.on:before {
    width: 100%;
    opacity: 1;
  }
}

@media screen and (min-width: 800px)and (min-width: 800px) {
  .g-head .g-nav .list {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.6rem;
    background: #fff;
    box-shadow: 0 0.08rem 0.14rem 1px rgba(1,0,43,.08);
    border-radius: 0 0 0.12rem 0.12rem;
    border-top: #0a3e92 solid 0.02rem;
    margin-top: -0.02rem;
    padding: 0.18rem 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .g-head .g-nav .list a {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.43rem;
    color: #666;
  }

  .g-head .g-nav .list a:hover {
    color: #0a3e92;
  }

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

  .g-head .g-nav li:hover a.name:before {
    width: 100%;
    opacity: 1;
  }

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

@media screen and (max-width: 800px) {
  .g-head {
    height: 1rem;
  }

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

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

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

  .g-head .side .search a.btn {
    width: 0.56rem;
    height: 0.56rem;
    background-size: 0.24rem;
  }

  .g-head .side .search .form .input {
    border-radius: 0.28rem;
  }

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

  .g-head .side .search.on .form,
  .g-head .side .search:hover .form {
    width: 2.8rem;
  }

  .g-head .side .language {
    width: 0.56rem;
    height: 0.56rem;
    font-size: 0.24rem;
  }

  .g-head .navA {
    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: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    right: -0.3rem;
    font-size: 0.28rem;
  }

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

  .g-head .g-nav {
    position: fixed;
    z-index: 45;
    left: 0;
    top: 1rem;
    width: 100%;
    bottom: 0;
    background: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s;
  }

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

  .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;
    height: 0.9rem;
    font-size: 0.28rem;
    padding: 0 0.5rem;
    font-weight: 600;
  }

  .g-head .g-nav li .list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
  }

  .g-head .g-nav li .list dd {
    padding-left: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  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-foot {
  background: #263a5c;
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 0.16rem;
}

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

.g-foot .list {
  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 .item {
  width: 6.38rem;
  min-height: 3rem;
}

.g-foot .list .item h2 {
  font-size: 0.18rem;
  line-height: 1em;
  padding: 0.6rem 0 0.3rem 0;
}

.g-foot .list .item li .name {
  opacity: .5;
}

.g-foot .list .item li p {
  padding: 0.15rem 0 0.25rem 0;
}

.g-foot .ewm-list {
  position: absolute;
  top: 0.73rem;
  right: 0;
}

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

.g-foot .ewm-list li {
  width: 1.2rem;
  margin-left: 0.4rem;
}

.g-foot .ewm-list li .name {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.08rem;
}

.g-foot .msg {
  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: 0.24rem 0;
  border-top: rgba(255,255,255,.3) solid 1px;
}

@media screen and (max-width: 800px) {
  .g-foot {
    font-size: 0.24rem;
  }

  .g-foot .list {
    padding: 0.4rem 0;
  }

  .g-foot .list .item {
    width: 100%;
    min-height: 1rem;
  }

  .g-foot .list .item h2 {
    font-size: 0.28rem;
  }

  .g-foot .list .item li p {
    padding: 0.1rem 0 0.25rem 0;
  }

  .g-foot .ewm-list {
    top: 0.9rem;
  }

  .g-foot .ewm-list li .name {
    font-size: 0.22rem;
  }

  .g-foot .msg {
    text-align: center;
  }

  .g-foot .msg p {
    width: 100%;
    padding: 0.08rem 0;
  }
}

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

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

  body.navShow {
    overflow: hidden;
  }
}

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

.p-more {
  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.6rem;
  height: 0.48rem;
  background: #0a3e92;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  color: #fff;
}

.p-more:after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../image/arrow15.svg) center no-repeat;
  background-size: 100%;
  margin-left: 0.12rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.p-more:hover {
  color: #fff;
  background-color: #c64144;
}

.p-more:hover:after {
  margin-left: 0.2rem;
}

@media screen and (max-width: 800px) {
  .p-more {
    width: 1.92rem;
    height: 0.65rem;
    font-size: 0.24rem;
  }

  .p-more:after {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../image/img1920.jpg) center no-repeat;
  background-size: cover;
}

.index-flash .list li {
  position: relative;
  height: 6.8rem;
  overflow: hidden;
}

.index-flash .list li 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;
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  right: 0;
}

.index-flash .list li dd {
  width: 5rem;
  height: 5rem;
  position: relative;
  -webkit-transform-origin: center 85%;
  -ms-transform-origin: center 85%;
  transform-origin: center 85%;
  margin: 0 0.1rem;
}

.index-flash .list li dd .img {
  position: relative;
  z-index: 5;
  -webkit-transform-origin: center 85%;
  -ms-transform-origin: center 85%;
  transform-origin: center 85%;
}

.index-flash .list li dd .yuan {
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateX(-50%) scale(1.7) rotateX(278deg);
  transform: translateX(-50%) scale(1.7) rotateX(278deg);
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
}

.index-flash .list li dd .yuan:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(../image/img300.png) center no-repeat;
  background-size: cover;
  -webkit-animation: rotateAnima 30s linear infinite;
  animation: rotateAnima 30s linear infinite;
}

.index-flash .list li .bd {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0.8rem;
  text-align: center;
  color: #fff;
  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;
}

.index-flash .list li .bd h2 {
  font-size: 0.52rem;
}

.index-flash .list li .bd p {
  font-size: 0.22rem;
  padding: 0.25rem 0 0.35rem 0;
}

.index-flash .my-dots {
  position: absolute;
  z-index: 5;
  bottom: 0.2rem;
  left: 0;
  right: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-flash .my-dots span {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
}

.index-flash .my-dots span:after {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-flash .my-dots span svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.22rem;
  height: 0.22rem;
  opacity: 0;
}

.index-flash .my-dots span.on:after {
  opacity: 1;
}

.index-flash .my-dots span.on svg {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .index-flash .list li dd:nth-child(1),
  .index-flash .list li dd:nth-child(3) {
    display: none;
  }
}

.index-title .en,
.product>ul>li .bd .name .en,
.page-banner2 .title .en {
  font-size: 0.16rem;
  color: #666;
  line-height: 1em;
}

.index-title h2,
.product>ul>li .bd .name h2,
.page-banner2 .title h2 {
  font-size: 0.36rem;
  color: #0a3e92;
  line-height: 1em;
  margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
  .index-title .en,
  .product>ul>li .bd .name .en,
  .page-banner2 .title .en {
    font-size: 0.2rem;
  }

  .index-title h2,
  .product>ul>li .bd .name h2,
  .page-banner2 .title h2 {
    font-size: 0.42rem;
  }
}

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

.index-product .wal {
  min-height: 8.3rem;
  position: relative;
  padding: 1.6rem 0 1.2rem 0;
}

.index-product .content {
  padding: 0.5rem 0 0.25rem 0;
  width: 4.13rem;
  font-size: 0.18rem;
  color: #454545;
  line-height: 0.32rem;
}

.index-product .content p {
  padding-bottom: 0.15rem;
}

@media screen and (min-width: 800px) {
  .index-product .list {
    overflow: hidden;
    position: absolute;
    bottom: 1.4rem;
    left: 5.36rem;
    padding-left: 0.4rem;
  }

  .index-product .list .list-wrapper {
    width: 13.2rem;
  }
}

.index-product .list li {
  padding-right: 0.4rem;
  position: relative;
  height: 5.7rem;
}

.index-product .list li a {
  display: block;
  position: absolute;
  border-radius: 0.24rem;
  overflow: hidden;
  left: 0;
  bottom: 0;
  right: 0.4rem;
}

.index-product .list li a .bd {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.6rem 0.3rem 0.3rem;
  color: #eeeff1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #565656 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #565656 100%);
}

.index-product .list li a .bd .num {
  font-size: 0.28rem;
  color: rgba(0,0,0,0);
  font-weight: bold;
  text-stroke: 1px #eeeff1;
  line-height: 1em;
  -webkit-text-stroke: 1px #eeeff1;
}

.index-product .list li a .bd h5 {
  font-size: 0.2rem;
  line-height: 1em;
  margin-top: 0.18rem;
}

.index-product .list li a .bd p {
  font-size: 0.16rem;
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.05rem;
}

.index-product .list li.swiper-slide-active a {
  left: -0.4rem;
}

.index-product .list li.swiper-slide-active a .bd {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0A3E92 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0A3E92 100%);
}

.index-product .list li.hide a {
  opacity: 0;
}

.index-product .control {
  margin-top: 1rem;
  width: 3.18rem;
  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.2rem;
  font-weight: bold;
}

.index-product .control .num {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.76rem;
  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;
}

.index-product .control .line {
  width: 100%;
  height: 0.02rem;
  background: #999;
  position: relative;
}

.index-product .control .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--w, 50%);
  background: #0a3e92;
}

.index-product .control .arrow {
  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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.3rem;
}

.index-product .control .arrow a {
  color: #999;
}

.index-product .control .arrow a:after {
  content: "";
}

.index-product .control .arrow a:hover {
  color: #0a3e92;
}

.index-product .control .arrow a.next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-left: 0.1rem;
}

@media screen and (max-width: 800px) {
  .index-product .content {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .index-product .list {
    width: calc(100% + 0.3rem);
    overflow: hidden;
    position: relative;
    margin-top: 0.6rem;
    padding-left: 0.4rem;
  }

  .index-product .list .list-wrapper {
    width: 8.8rem;
  }

  .index-product .list li a .bd .num {
    font-size: 0.42rem;
  }

  .index-product .list li a .bd h5 {
    font-size: 0.28rem;
    margin-top: 0.06rem;
  }

  .index-product .list li a .bd p {
    font-size: 0.22rem;
    margin-top: 0.06rem;
  }

  .index-product .control {
    width: 4.5rem;
    font-size: 0.28rem;
    margin-top: 0.6rem;
  }

  .index-product .control .num {
    width: 1rem;
  }
}

.index-solutions {
  background: url(../image/index-solutions.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}

.index-solutions .wal {
  min-height: 8.5rem;
  padding: 1rem 0;
}

.index-solutions .index-title,
.index-solutions .product>ul>li .bd .name,
.product>ul>li .bd .index-solutions .name,
.index-solutions .page-banner2 .title,
.page-banner2 .index-solutions .title {
  padding-bottom: 0.5rem;
}

.index-solutions .index-title .en,
.index-solutions .product>ul>li .bd .name .en,
.product>ul>li .bd .index-solutions .name .en,
.index-solutions .page-banner2 .title .en,
.page-banner2 .index-solutions .title .en,
.index-solutions .index-title h2,
.index-solutions .product>ul>li .bd .name h2,
.product>ul>li .bd .index-solutions .name h2,
.index-solutions .page-banner2 .title h2,
.page-banner2 .index-solutions .title h2 {
  color: #fff;
}

.index-solutions .content {
  width: 8.51rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
  padding-bottom: 0.35rem;
}

.index-solutions .content p {
  padding-bottom: 0.18rem;
}

.index-solutions .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-solutions .list li {
  margin-right: 0.3rem;
  font-size: 0.18rem;
  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;
}

.index-solutions .list li img {
  width: 0.2rem;
  margin-right: 0.1rem;
}

@media screen and (max-width: 800px) {
  .index-solutions .content {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .index-solutions .list li {
    font-size: 0.24rem;
  }

  .index-solutions .list li img {
    width: 0.24rem;
  }
}

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

.index-news .wal {
  min-height: 8.87rem;
  padding: 1.2rem 0;
  position: relative;
}

.index-news .btns {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 1.6rem;
}

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

.index-news .btns li {
  padding-left: 0.4rem;
  position: relative;
}

.index-news .btns li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background: #ccc;
}

.index-news .btns li:first-child:after {
  display: none;
}

.index-news .btns li a {
  font-size: 0.18rem;
  color: #666;
}

.index-news .btns li a:hover,
.index-news .btns li a.on {
  color: #0a3e92;
}

.index-news .list {
  margin-right: -0.2rem;
  margin-left: -0.2rem;
  position: relative;
}

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

.index-news .list li {
  padding: 0.6rem 0.2rem;
}

.index-news .list li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.16rem 0.02rem rgba(0,20,39,.06);
  border-radius: 0.24rem;
}

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

.index-news .list li a .bd {
  padding: 0.3rem 0.3rem 0 0.3rem;
}

.index-news .list li a .bd .name {
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .list li a .bd .time {
  margin-top: 0.3rem;
  border-top: #ccc solid 1px;
  height: 0.74rem;
  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;
  font-size: 0.18rem;
  color: #666;
}

.index-news .list li a .bd .time:after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../image/arrow15-666.svg) center no-repeat;
  background-size: 100%;
}

.index-news .list .arrow 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-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #999;
}

.index-news .list .arrow a:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../image/arrow15-999.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-news .list .arrow a:hover {
  background: #fff;
  border-color: #fff;
  background: #0a3e92;
}

.index-news .list .arrow a:hover:after {
  background-image: url(../image/arrow15.svg);
}

.index-news .list .arrow a.prev {
  left: -0.8rem;
}

.index-news .list .arrow a.prev:after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.index-news .list .arrow a.next {
  right: -0.8rem;
}

@media screen and (max-width: 800px) {
  .index-news .btns {
    top: 0.2rem;
    position: relative;
  }

  .index-news .btns ul {
    margin-left: -0.6rem;
  }

  .index-news .btns li {
    padding-left: 0.6rem;
  }

  .index-news .btns li::after {
    left: 0.3rem;
  }

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

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

  .index-news .list li a .bd .name {
    font-size: 0.24rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }

  .index-news .list li a .bd .time {
    font-size: 0.24rem;
  }

  .index-news .list .arrow {
    display: none;
  }
}

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

.page-banner .wal {
  height: 4.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-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;
  color: #fff;
}

.page-banner .title {
  text-align: center;
}

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

.page-banner .title .en {
  font-size: 0.24rem;
  line-height: 1em;
  margin-top: 0.15rem;
}

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

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

.page-banner2 .wal {
  height: 2.49rem;
  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: #fff;
}

.page-banner2 .title .en,
.page-banner2 .title h2 {
  color: #fff;
}

.page-curr {
  background: url(../image/img17.svg) left center no-repeat;
  background-size: 0.17rem;
  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.55rem;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #666;
}

.page-curr a {
  color: #666;
  margin-right: 0.24rem;
  position: relative;
}

.page-curr a:hover {
  color: #0a3e92;
}

.page-curr a:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 0.24rem;
  color: #666;
  pointer-events: none;
  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;
  content: "";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.page-curr em {
  color: #0a3e92;
}

@media screen and (max-width: 800px) {
  .page-curr {
    font-size: 0.24rem;
    height: 0.9rem;
    overflow: hidden;
    padding-left: 0.34rem;
    background-size: 0.24rem;
  }

  .page-curr a {
    margin-right: 0.34rem;
  }

  .page-curr a:after {
    width: 0.34rem;
  }

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

.product>ul>li .wal {
  padding: 0.5rem 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;
}

.product>ul>li:nth-child(even) {
  background: #fcfcfc;
}

.product>ul>li:nth-child(even) .wal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product>ul>li .zoomImg {
  width: 6.8rem;
}

.product>ul>li .bd {
  width: 7rem;
}

.product>ul>li .bd .content {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  color: #212121;
  line-height: 0.3rem;
}

.product>ul>li .bd .content p {
  padding-bottom: 0.18rem;
}

.product>ul>li .bd .content p.p-gray {
  color: #4d4d4d;
}

.product>ul>li .bd .content p a {
  font-weight: 500;
  color: #0a3e92;
  text-decoration: underline;
}

.product>ul>li .bd .content h5 {
  font-weight: 500;
  font-size: 0.18rem;
  color: #212121;
  padding-bottom: 0.1rem;
}

.product>ul>li .bd .content li {
  padding: 0 0 0.1rem 0.24rem;
  position: relative;
}

.product>ul>li .bd .content li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.15rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
  background: #0a3e92;
}

.product>ul>li .bd .content dl {
  display: -ms-grid;
  display: grid;
  gap: 0.2rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.product>ul>li .bd .content dd 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: #e9eaea solid 1px;
  width: 1.6rem;
  height: 0.54rem;
}

.product>ul>li .bd .content dd a:hover {
  background: #0a3e92;
  border-color: #0a3e92;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .product>ul>li .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product>ul>li:nth-child(even) .wal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .product>ul>li .zoomImg {
    width: 100%;
  }

  .product>ul>li .bd {
    width: 100%;
    padding: 0.3rem 0 0.6rem 0;
  }

  .product>ul>li .bd .content {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }

  .product>ul>li .bd .content h5 {
    font-size: 0.26rem;
  }

  .product>ul>li .bd .content li:before {
    top: 0.22rem;
  }

  .product>ul>li .bd .content dd a {
    height: 0.6rem;
  }
}

.product-row {
  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.5rem 0 1rem 0;
  position: relative;
}

.product-row .w1056 {
  width: 10.56rem;
}

.product-row .w1056>div.title {
  padding-bottom: 0.36rem;
}

.product-row .w1056>div.title h2 {
  font-size: 0.36rem;
  color: #0a3e92;
}

.product-nav {
  width: 3.2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1.3rem;
  border-radius: 0.12rem;
}

@media screen and (min-width: 800px) {
  .product-nav {
    overflow: hidden;
  }
}

.product-nav>ul>li {
  padding-bottom: 0.02rem;
  position: relative;
}

.product-nav>ul>li>a {
  background: #fcfcfc;
  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;
  height: 0.68rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
}

.product-nav>ul>li>a:after {
  content: "";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.product-nav>ul>li.s-nav-li>a:after {
  display: none;
}

.product-nav>ul>li.s-nav-li .arrow {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 0.78rem;
  height: 0.68rem;
  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.2rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.product-nav>ul>li.s-nav-li .arrow:after {
  content: "";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.product-nav>ul>li .list {
  background: #fcfcfc;
  padding: 0.15rem 0;
  display: none;
}

.product-nav>ul>li .list 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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.18rem;
  height: 0.46rem;
  padding: 0 0.3rem;
}

.product-nav>ul>li .list a:after {
  content: "";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.product-nav>ul>li .list a:hover,
.product-nav>ul>li .list a.on {
  color: #0a3e92;
}

.product-nav>ul>li.on>a,
.product-nav>ul>li.open>a {
  background: #0a3e92;
  color: #fff;
}

.product-nav>ul>li.on .arrow,
.product-nav>ul>li.open .arrow {
  color: #fff;
}

.product-nav>ul>li.open .arrow:after {
  content: "";
}

@media screen and (max-width: 800px) {
  .product-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-row .w1056 {
    width: 100%;
  }

  .product-nav {
    position: absolute;
    z-index: 20;
    left: -0.3rem;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 4rem;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fff;
  }

  .product-nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: drop-shadow(0 0.12rem 0.36rem rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0.12rem 0.36rem rgba(0, 0, 0, 0.15));
  }

  .product-nav.open .phone-btn:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .product-nav .phone-btn {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
    background: #ddd;
    border-radius: 0 0.12rem 0.12rem 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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a3e92;
    font-size: 0.28rem;
  }

  .product-nav .phone-btn:after {
    content: "";
    -webkit-transition: .5s;
    transition: .5s;
  }

  .product-nav>ul>li>a {
    height: 0.7rem;
    font-size: 0.24rem;
  }

  .product-nav>ul>li.s-nav-li .arrow {
    width: 0.82rem;
    height: 0.7rem;
    font-size: 0.28rem;
  }

  .product-nav>ul>li .list a {
    font-size: 0.24rem;
    height: 0.6rem;
  }
}

.novoDoser .content {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-bottom: 0.22rem;
}

.novoDoser .content p {
  padding-bottom: 0.18rem;
}

.novoDoser .img-list {
  max-width: 9rem;
}

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

.novoDoser .img-list li .name {
  font-size: 0.18rem;
  text-align: center;
  font-weight: 500;
  padding: 0.2rem 0 0.8rem 0;
}

.novoDoser .advantage {
  padding-bottom: 0.2rem;
}

.novoDoser .advantage h2 {
  color: #0a3e92;
  padding-bottom: 0.3rem;
  font-size: 0.2rem;
}

.novoDoser .advantage li {
  position: relative;
  padding: 0 0 0.2rem 0.19rem;
}

.novoDoser .advantage li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.13rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #0a3e92;
  border-radius: 50%;
}

.novoDoser .advantage li h5 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  padding-bottom: 0.1rem;
}

.novoDoser .advantage li p {
  font-size: 0.16rem;
  color: #4d4d4d;
  line-height: 0.26rem;
  padding-bottom: 0.1rem;
}

.novoDoser .img883 {
  max-width: 8.83rem;
}

@media screen and (max-width: 800px) {
  .novoDoser {
    padding-top: 0.5rem;
  }

  .novoDoser .content {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }

  .novoDoser .img-list ul {
    grid-gap: 0.3rem;
  }

  .novoDoser .img-list li .name {
    font-size: 0.24rem;
  }

  .novoDoser .advantage h2 {
    font-size: 0.28rem;
  }

  .novoDoser .advantage li:before {
    top: 0.18rem;
  }

  .novoDoser .advantage li h5 {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .novoDoser .advantage li p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}

.related-products {
  background: #fcfcfc;
  padding: 1rem 0;
}

.related-products .list {
  margin-top: 0.5rem;
}

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

.related-products .list a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
  border: rgba(0,0,0,.1) solid 1px;
  background: #fff;
}

.related-products .list a .zoomImg img {
  height: 2.4rem;
}

.related-products .list a .name {
  text-align: center;
  font-size: 0.18rem;
  height: 0.56rem;
  line-height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-top: #f5f5f5 solid 1px;
}

@media screen and (max-width: 800px) {
  .related-products .list ul {
    grid-gap: 0.3rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .related-products .list a .name {
    font-size: 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

.product-detail h3.title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #0a3e92;
  padding-bottom: 0.18rem;
}

.product-detail .content {
  font-size: 0.18rem;
  color: #212121;
  line-height: 0.27rem;
  padding-bottom: 0.36rem;
}

.product-detail .content a {
  color: #0a3e92;
}

.product-detail .content .img {
  padding-top: 0.36rem;
  max-width: 9.2rem;
  margin: 0 auto;
}

.product-detail .list li {
  position: relative;
  padding: 0 0 0.24rem 0.18rem;
}

.product-detail .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.12rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #0a3e92;
  border-radius: 50%;
}

.product-detail .list li h5 {
  font-size: 0.18rem;
  color: #212121;
  line-height: 0.24rem;
  font-weight: 400;
}

.product-detail .list li p {
  font-size: 0.16rem;
  margin-top: 0.08rem;
  color: #4d4d4d;
  line-height: 0.24rem;
}

@media screen and (max-width: 800px) {
  .product-detail {
    padding-top: 0.5rem;
  }

  .product-detail h3.title {
    font-size: 0.28rem;
  }

  .product-detail .content {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .product-detail .list li:before {
    top: 0.19rem;
  }

  .product-detail .list li h5,
  .product-detail .list li p {
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
}

.cjbljs {
  font-size: 0.18rem;
  color: #212121;
  line-height: 0.27rem;
  padding: 0.6rem 0;
}

.cjbljs p {
  padding-bottom: 0.2rem;
}

.cjbljs a {
  color: #0a3e92;
  text-decoration: underline;
}

.cjbljs .img {
  max-width: 9.2rem;
  margin: 0 auto;
  padding: 0.3rem 0 0.5rem 0;
  text-align: center;
}

.cjbljs .img h5 {
  font-size: 0.24rem;
  padding-bottom: 0.24rem;
}

.cjbljs .title {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.cjbljs .list {
  padding: 0.15rem 0;
}

.cjbljs .list li {
  line-height: 0.46rem;
  position: relative;
  padding-left: 0.18rem;
}

.cjbljs .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.23rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #0a3e92;
  border-radius: 50%;
}

@media screen and (max-width: 800px) {
  .cjbljs {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }

  .cjbljs .title {
    font-size: 0.26rem;
  }
}

.sljs {
  padding: 0.6rem 0 1.2rem 0;
}

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

.sljs li a {
  display: block;
  border-bottom: rgba(45,43,111,.2) solid 1px;
}

.sljs li a .zoomImg {
  border-radius: 0.12rem;
  border: rgba(45,43,111,.2) solid 1px;
}

.sljs li a .name {
  padding: 0.3rem 0 0.2rem 0;
  font-weight: 400;
  font-size: 0.24rem;
  color: #0a3e92;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sljs ul {
    grid-gap: 0.4rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-bg {
  background: url(../image/index-news.jpg) center no-repeat;
  background-size: cover;
  min-height: 8.87rem;
}

.news {
  padding: 0.5rem 0 0 0;
  position: relative;
}

.news .btns {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0.8rem;
}

.news .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news .btns li {
  padding-left: 0.4rem;
  position: relative;
}

.news .btns li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background: #ccc;
}

.news .btns li:first-child:after {
  display: none;
}

.news .btns li a {
  font-size: 0.18rem;
  color: #666;
}

.news .btns li a:hover,
.news .btns li a.on {
  color: #0a3e92;
}

.news .list {
  margin-top: 0.6rem;
}

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

.news .list li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.16rem 0.02rem rgba(0,20,39,.06);
  border-radius: 0.24rem;
}

.news .list li a .zoomImg img {
  height: 3.1rem;
}

.news .list li a .bd {
  padding: 0.3rem 0.3rem 0 0.3rem;
}

.news .list li a .bd .name {
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .list li a .bd .time {
  margin-top: 0.3rem;
  border-top: #ccc solid 1px;
  height: 0.74rem;
  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;
  font-size: 0.18rem;
  color: #666;
}

.news .list li a .bd .time:after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../image/arrow15-666.svg) center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 800px) {
  .news .btns {
    top: 0.2rem;
    position: relative;
  }

  .news .btns ul {
    margin-left: -0.6rem;
  }

  .news .btns li {
    padding-left: 0.6rem;
  }

  .news .btns li::after {
    left: 0.3rem;
  }

  .news .btns li a {
    font-size: 0.28rem;
  }

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

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

  .news .list li a .bd .name {
    font-size: 0.24rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }

  .news .list li a .bd .time {
    font-size: 0.24rem;
  }
}

.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: 0.6rem 0 1.2rem 0;
}

.page-num 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: 0.3rem;
  height: 0.3rem;
  border-radius: 0.03rem;
  border: 1px solid #ccc;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  color: #666;
}

.page-num a:hover,
.page-num a.on {
  background: #0a3e92;
  color: #fff;
  border-color: #0a3e92;
}

.page-num a.prev,
.page-num a.next {
  width: 0.7rem;
  border: 0;
}

@media screen and (max-width: 800px) {
  .page-num a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
  }

  .page-num a.prev,
  .page-num a.next {
    width: 1.2rem;
  }
}

.news-detail .hd {
  text-align: center;
  padding: 0.5rem 0 0.3rem 0;
  border-bottom: 1px solid #ccc;
}

.news-detail .hd h2 {
  font-size: 0.3rem;
}

.news-detail .hd .time {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  color: #666;
}

@media screen and (max-width: 800px) {
  .news-detail .hd h2 {
    font-size: 0.36rem;
  }

  .news-detail .hd .time {
    font-size: 0.24rem;
  }
}

.news-detail .content {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  padding: 0.35rem 0 0.6rem 0;
}

.news-detail .content .p {
  text-indent: 2em;
  margin-bottom: 0.18rem;
}

.news-detail .content .img {
  text-align: center;
  max-width: 8rem;
  margin: 0 auto;
  padding-top: 0.35rem;
}

.news-detail .content .img .name {
  padding-bottom: 0.18rem;
  font-size: 0.18rem;
}

@media screen and (max-width: 800px) {
  .news-detail .content {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .news-detail .content .img .name {
    font-size: 0.24rem;
  }
}

.page-num2 {
  border-top: #ccc solid 1px;
  padding: 0.3rem 0 1.2rem 0;
  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;
}

.page-num2 li {
  padding-bottom: 0.1rem;
}

.page-num2 li a {
  font-size: 0.18rem;
  color: #4d4d4d;
}

.page-num2 li a:hover {
  color: #0a3e92;
}

.page-num2 .back {
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6rem;
  height: 0.5rem;
  background: #0a3e92;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.18rem;
}

.page-num2 .back:hover {
  background: #c64144;
}

@media screen and (max-width: 800px) {
  .page-num2 li {
    padding-right: 0.2rem;
  }

  .page-num2 li a {
    font-size: 0.24rem;
  }

  .page-num2 .back {
    height: 0.7rem;
    font-size: 0.24rem;
  }
}

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

.product-list li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.24rem;
}

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

.product-list li a .name {
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.2rem;
}

.product-list li a:hover {
  box-shadow: 0 0.04rem 0.15rem rgba(8,15,138,.15);
}

.product-list li a:hover .name {
  background: #0a3e92;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .product-list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

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

.contact-map {
  min-height: 9.5rem;
  position: relative;
}

.contact-map .bg {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 100%;
}

.contact-map .bd {
  position: relative;
  z-index: 5;
}

.contact-map .bd .index-title,
.contact-map .bd .page-banner2 .title,
.page-banner2 .contact-map .bd .title,
.contact-map .product>ul>li .bd .name,
.product>ul>li .contact-map .bd .name {
  padding: 0.5rem 0 0.6rem 0;
}

.contact-map .bd .container {
  width: 6.2rem;
  min-height: 4.47rem;
  background: #fff;
  box-shadow: 0 0.08rem 0.14rem 1px rgba(0,0,0,.06);
  border-radius: 0.24rem;
  padding: 0.55rem 0.4rem;
}

.contact-map .bd .container h3 {
  font-size: 0.24rem;
  padding-bottom: 0.22rem;
  color: #0a3e92;
  line-height: 1em;
  border-bottom: #ccc solid 1px;
  margin-bottom: 0.35rem;
}

.contact-map .bd .container li {
  padding-bottom: 0.35rem;
  font-size: 0.18rem;
}

.contact-map .bd .container li:last-child {
  padding-bottom: 0;
}

.contact-map .bd .container li .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;
  color: #666;
  padding-bottom: 0.1rem;
}

.contact-map .bd .container li .name img {
  width: 0.18rem;
  margin-right: 0.08rem;
}

.contact-map .list li {
  position: absolute;
  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;
}

.contact-map .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.69rem;
  top: -0.2rem;
  background: url(../image/img66.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.66rem;
  height: 0.74rem;
}

.contact-map .list li .name {
  font-size: 0.18rem;
  color: #666;
  white-space: nowrap;
}

.contact-map .list li:nth-child(1) {
  left: 10.95rem;
  top: 3.57rem;
}

.contact-map .list li:nth-child(1):before {
  left: auto;
  right: -0.69rem;
}

.contact-map .list li:nth-child(1) .name {
  color: #fff;
}

.contact-map .list li:nth-child(2) {
  left: 12.43rem;
  top: 4.95rem;
}

@media screen and (max-width: 800px) {
  .contact-map .bg {
    left: -20%;
    width: 120%;
  }

  .contact-map .bd {
    padding-top: 2rem;
  }

  .contact-map .bd .container {
    width: 6.9rem;
  }

  .contact-map .bd .container h3 {
    font-size: 0.28rem;
  }

  .contact-map .bd .container li {
    font-size: 0.24rem;
  }

  .contact-map .bd .container li .name img {
    width: 0.22rem;
  }

  .contact-map .list li:nth-child(1) {
    left: 4.55rem;
    top: 2.03rem;
  }

  .contact-map .list li:nth-child(2) {
    left: 3.95rem;
    top: 2.73rem;
  }

  .contact-map .list li:nth-child(2):before {
    left: auto;
    right: -0.69rem;
  }
}

.contact-form {
  padding: 1.05rem 0 1.2rem 0;
}

.contact-form .form {
  padding-top: 0.05rem;
}

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

.contact-form .form li {
  width: 4.47rem;
}

.contact-form .form li .name {
  padding: 0.5rem 0 0.15rem 0;
  font-size: 0.18rem;
}

.contact-form .form li .name em {
  color: red;
}

.contact-form .form li .input {
  border-radius: 0.04rem;
  border: 1px solid #ccc;
}

.contact-form .form li .input input::-webkit-input-placeholder {
  color: #999;
}

.contact-form .form li .input input::-moz-placeholder {
  color: #999;
}

.contact-form .form li .input input:-moz-placeholder {
  color: #999;
}

.contact-form .form li .input input:-ms-input-placeholder {
  color: #999;
}

.contact-form .form li .input textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-form .form li .input textarea::-moz-placeholder {
  color: #999;
}

.contact-form .form li .input textarea:-moz-placeholder {
  color: #999;
}

.contact-form .form li .input textarea:-ms-input-placeholder {
  color: #999;
}

.contact-form .form li .input textarea,
.contact-form .form li .input input {
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  padding: 0 0.28rem;
  font-size: 0.16rem;
  color: #212121;
}

.contact-form .form li .input textarea {
  height: 2.89rem;
  padding: 0.2rem 0.28rem;
  line-height: 0.38rem;
}

.contact-form .form li.li_01 {
  width: 100%;
}

.contact-form .submit {
  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.6rem;
}

.contact-form .submit div {
  cursor: pointer;
  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.6rem;
  height: 0.5rem;
  background: #0a3e92;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-form .submit div:hover {
  background: #c64144;
}

@media screen and (max-width: 800px) {
  .contact-form .form li {
    width: calc(50% - 0.15rem);
  }

  .contact-form .form li .name {
    font-size: 0.24rem;
  }

  .contact-form .form li .input {
    border-radius: 0.08rem;
  }

  .contact-form .form li .input textarea,
  .contact-form .form li .input input {
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0 0.28rem;
    font-size: 0.24rem;
  }

  .contact-form .form li .input textarea {
    height: 2.89rem;
    padding: 0.2rem 0.28rem;
    line-height: 0.38rem;
  }

  .contact-form .submit div {
    width: 2.16rem;
    height: 0.68rem;
    border-radius: 0.05rem;
    font-size: 0.24rem;
  }
}

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

.page-search h2.title {
  padding: 0.6rem 0 0.4rem 0;
  font-size: 0.36rem;
  color: #0a3e92;
}

.page-search .product-list {
  padding: 0 0 0.4rem 0;
}

.page-search .news {
  padding: 0;
}

.page-search .news .list {
  margin: 0;
}

.about-1 {
  position: relative;
  min-height: 7.7rem;
  padding: 0.5rem 0 1rem 0;
}

.about-1 .content {
  width: 8.05rem;
  font-size: 0.18rem;
  color: #212121;
  line-height: 0.3rem;
  margin-top: 0.35rem;
}

.about-1 .content p {
  padding-bottom: 0.2rem;
}

.about-1 .zoomImg {
  border-radius: 0 0 0 0.9rem;
  width: 5.1rem;
}

@media screen and (min-width: 800px) {
  .about-1 .zoomImg {
    position: absolute;
    top: 0.28rem;
    right: 0;
  }
}

@media screen and (max-width: 800px) {
  .about-1 .content {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.8em;
    padding-bottom: 0.3rem;
  }

  .about-1 .zoomImg {
    width: 90%;
  }
}

.about-2 {
  background: #fcfcfc;
  padding: 1.2rem 0;
}

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

.about-2 .list {
  margin-right: -0.2rem;
  margin-left: -0.2rem;
}

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

.about-2 .list li {
  padding: 0.6rem 0.2rem 0.5rem 0.2rem;
}

.about-2 .list li .item {
  height: 2.8rem;
  background: #fff;
  box-shadow: 0 0.08rem 0.24rem 0.02rem rgba(0,0,0,.05);
  border-radius: 0.15rem;
  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 0.4rem;
}

.about-2 .list li .item .zoomImg {
  width: 1.6rem;
  border-radius: 0.1rem;
}

@media screen and (min-width: 800px) {
  .about-2 .list li .item .bd {
    width: 1.43rem;
    height: 2.01rem;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.18rem;
    font-weight: 500;
  }

  .about-2 .list li .item .bd .year {
    font-size: 0.2rem;
    font-weight: bold;
  }
}

.about-2 .line {
  height: 0.02rem;
  background: #ccc;
  position: relative;
}

.about-2 .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--w, 50%);
  background: #0a3e92;
}

.about-2 .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.about-2 .arrow a {
  color: #999;
  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.24rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #999;
}

.about-2 .arrow a:after {
  content: "";
}

.about-2 .arrow a:hover {
  color: #fff;
  background: #0a3e92;
  border-color: #0a3e92;
}

.about-2 .arrow a.next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-left: 0.4rem;
}

@media screen and (max-width: 800px) {
  .about-2 .list li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 4.4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.25rem;
  }

  .about-2 .list li .item .bd {
    text-align: center;
    font-size: 0.24rem;
  }

  .about-2 .list li .item .bd .year {
    font-size: 0.26rem;
    font-weight: bold;
    padding: 0.2rem 0;
  }

  .about-2 .arrow {
    top: 0.2rem;
  }
}

.about-3 {
  padding: 1.2rem 0;
}

.about-3 .list {
  padding-top: 0.6rem;
}

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

.about-3 .list li .zoomImg {
  border-radius: 0.08rem;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 800px) {
  .about-3 .list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.25rem;
  }
}

.about-4 {
  background: #fcfcfc;
  padding: 1.2rem 0;
}

.about-4 .filtration {
  padding: 0.4rem 0 0.2rem 0;
}

.about-4 .filtration .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;
  border-bottom: #ccc solid 1px;
  font-size: 0.18rem;
  padding: 0.2rem 0;
}

.about-4 .filtration .item:last-child {
  border-bottom: 0;
}

.about-4 .filtration .item .name {
  color: #0a3e92;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
}

.about-4 .filtration .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-4 .filtration .item li {
  padding: 0 0.1rem 0 0.5rem;
}

.about-4 .filtration .item li a.on {
  color: #0a3e92;
}

@media screen and (max-width: 800px) {
  .about-4 .filtration .item {
    font-size: 0.24rem;
  }
}

.about-4 .list li {
  margin-bottom: 0.2rem;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0 0.4rem;
}

@media screen and (max-width: 800px) {
  .about-4 .list li {
    padding: 0 0.25rem;
  }
}

.about-4 .list li:last-child {
  margin-bottom: 0;
}

.about-4 .list li .hd {
  position: relative;
}

@media screen and (min-width: 800px) {
  .about-4 .list li .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;
    height: 0.9rem;
  }
}

.about-4 .list li .hd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  opacity: 0;
}

.about-4 .list li .hd .name {
  font-size: 0.2rem;
  width: 4rem;
}

.about-4 .list li .hd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-4 .list li .hd dd {
  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.18rem;
  margin-right: 0.9rem;
}

.about-4 .list li .hd dd img {
  height: 0.18rem;
  margin-right: 0.08rem;
}

.about-4 .list li .hd:after {
  content: "";
  margin-left: auto;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../image/img36.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .about-4 .list li .hd {
    padding-bottom: 0.25rem;
  }

  .about-4 .list li .hd .name {
    font-size: 0.28rem;
    font-weight: bold;
    padding: 0.2rem 0;
    width: 100%;
  }

  .about-4 .list li .hd dd {
    margin-right: 0.3rem;
    font-size: 0.22rem;
  }

  .about-4 .list li .hd dd:last-child {
    margin-right: 0;
  }

  .about-4 .list li .hd dd img {
    height: 0.2rem;
  }

  .about-4 .list li .hd:after {
    position: absolute;
    top: 0.2rem;
    right: 0;
    display: block;
  }
}

.about-4 .list li .bd {
  display: none;
  padding: 0.4rem 0 0.15rem 0;
}

.about-4 .list li .bd .title {
  font-size: 0.2rem;
}

.about-4 .list li .bd .content {
  padding: 0.2rem 0 0.35rem 0;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
}

@media screen and (max-width: 800px) {
  .about-4 .list li .bd .title {
    font-size: 0.28rem;
    font-weight: 600;
  }

  .about-4 .list li .bd .content {
    font-size: 0.24rem;
    line-height: 1.8em;
  }
}

.about-4 .list li.open .hd:before {
  opacity: 1;
}

.about-4 .list li.open .hd:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-news2 {
  background: #e8e8e8;
  padding-bottom: 1.1rem;
}

.index-news2 .index-title,
.index-news2 .page-banner2 .title,
.page-banner2 .index-news2 .title,
.index-news2 .product>ul>li .bd .name,
.product>ul>li .bd .index-news2 .name {
  text-align: center;
  padding: 0.75rem 0 1.1rem 0;
}

@media screen and (min-width: 800px) {
  .index-news2 .wal {
    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;
  }
}

.index-news2 .left {
  width: 6.78rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 800px) {
  .index-news2 .left {
    width: 100%;
  }
}

.index-news2 .left li a {
  display: block;
  position: relative;
}

.index-news2 .left li a .time {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 1.08rem;
  height: 1.08rem;
  background: #0a3e92;
  border-radius: 0.2rem 0 0.2rem 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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
}

.index-news2 .left li a .time b {
  font-size: 0.26rem;
}

.index-news2 .left li a .zoomImg {
  border-radius: 0.2rem 0.2rem 0 0;
  background: #cacaca;
}

.index-news2 .left li a .zoomImg img {
  height: 2.93rem;
}

.index-news2 .left li a .bd {
  height: 1.3rem;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.1);
  border-radius: 0 0 0.2rem 0.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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.8rem 0 0.2rem;
}

.index-news2 .left li a .bd h5 {
  font-size: 0.22rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news2 .left li a .bd .tag {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #999;
}

@media screen and (max-width: 800px) {
  .index-news2 .left li a .time {
    width: 1.32rem;
    height: 1.32rem;
    font-size: 0.24rem;
  }

  .index-news2 .left li a .time b {
    font-size: 0.36rem;
  }

  .index-news2 .left li a .zoomImg img {
    height: 3.6rem;
  }

  .index-news2 .left li a .bd h5 {
    font-size: 0.26rem;
    height: 1.5em;
  }

  .index-news2 .left li a .bd .tag {
    font-size: 0.24rem;
    margin-top: 0.16rem;
  }
}

.index-news2 .left .arrow {
  position: absolute;
  z-index: 5;
  right: 0.04rem;
  bottom: 0.25rem;
  border-left: #bbb solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-news2 .left .arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 0.2rem;
  background: #bbb;
  opacity: .5;
}

.index-news2 .left .arrow a {
  width: 0.86rem;
  height: 0.8rem;
  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-family: "iconfont";
  color: #bbb;
  font-weight: bold;
  font-size: 0.2rem;
}

.index-news2 .left .arrow a:hover {
  color: #0a3e92;
}

.index-news2 .right {
  width: 100%;
  padding-left: 0.57rem;
}

@media screen and (max-width: 800px) {
  .index-news2 .right {
    padding: 0.5rem 0 0 0;
  }
}

.index-news2 .right li {
  padding-bottom: 0.16rem;
}

.index-news2 .right 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;
}

.index-news2 .right li a .zoomImg {
  background: #0a3e92;
  width: 2.4rem;
  border-radius: 0.1rem;
  height: 1.3rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-news2 .right li a .zoomImg img {
  height: 1.3rem;
}

.index-news2 .right li a .bd {
  width: 100%;
  padding-left: 0.15rem;
}

.index-news2 .right li a .bd h5 {
  font-size: 0.22rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news2 .right li a .bd .time {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #999;
  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;
}

.index-news2 .right li a .bd .time em {
  margin-right: 1em;
}

@media screen and (max-width: 800px) {
  .index-news2 .right li {
    padding-bottom: 0.26rem;
  }

  .index-news2 .right li a .zoomImg {
    width: 3rem;
    height: 1.6rem;
  }

  .index-news2 .right li a .zoomImg img {
    height: 1.6rem;
  }

  .index-news2 .right li a .bd {
    padding-left: 0.2rem;
  }

  .index-news2 .right li a .bd h5 {
    font-size: 0.26rem;
  }

  .index-news2 .right li a .bd .time {
    font-size: 0.24rem;
    margin-top: 0.25rem;
  }
}
