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

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

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

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

body {
  font-size: 0.12rem;
  font-family: Arial,"微软雅黑";
  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: #123e97;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

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

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: rgba(0,0,0,0);
  font-size: 0.12rem;
  font-family: Arial,"微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

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

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

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

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 .15rem 0 rgba(0,0,0,.15);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

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

.g-head a.logo {
  display: block;
  position: absolute;
  z-index: 5;
  left: .56rem;
  top: -0.02rem;
  width: 1.18rem;
  height: 1.28rem;
  background: url(../image/logo.png) center no-repeat;
  background-size: 100%;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.g-head .language {
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  right: 0;
  height: .24rem;
  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.24rem;
  padding-right: .14rem;
  font-size: .18rem;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.g-head .language:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: .18rem;
  background: rgba(0,0,0,.1);
}

.g-head .search {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: .6rem;
  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;
}

.g-head .search .ico {
  width: .21rem;
  height: .21rem;
  background: url(../image/search24.png) center no-repeat;
  background-size: 100%;
}

.g-head .search .form {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  width: 100%;
  height: .4rem;
  border-radius: .3rem;
  background: #123e97;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.g-head .search .form .submit {
  background: url(../image/search24on.png) center no-repeat;
  background-size: .21rem;
  width: .6rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.g-head .search.on .form,
.g-head .search.onon .form {
  opacity: 1;
  visibility: visible;
  width: 2rem;
}

.g-head .navA {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  opacity: 0;
  visibility: hidden;
  color: #333;
}

.g-head .navA i {
  font-family: "iconfont";
  font-style: normal;
  font-size: .2rem;
}

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

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

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

.g-head .g-nav a.name {
  display: block;
  height: 1rem;
  line-height: 1rem;
  font-size: .18rem;
  position: relative;
}

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

.g-head .g-nav a.name.on {
  color: #123e97;
  font-weight: bold;
}

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

.g-head.white .head {
  background: rgba(0,0,0,0);
  box-shadow: 0 0 .15rem 0 rgba(0,0,0,0);
}

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

.g-head.white .language {
  color: #fff;
}

.g-head.white .language:before {
  background: rgba(255,255,255,.1);
}

.g-head.white .search .ico {
  background-image: url(../image/search24on.png);
}

.g-head.white .navA {
  color: #fff;
}

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

.g-head.white .g-nav a.name:before {
  background: #fff;
}

.g-head.white2 .language {
  color: #333;
}

.g-head.white2 .language:before {
  background: rgba(0,0,0,.1);
}

.g-head.white2 .search .ico {
  background-image: url(../image/search24.png);
}

.g-head.white2 .navA {
  color: #333;
}

.index-head {
  height: 0;
}

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

  .g-head .g-nav li .list {
    position: absolute;
    left: 50%;
    top: -100vh;
    width: 1.3rem;
    background: rgba(255,255,255,.9);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .05rem .1rem;
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .g-head .g-nav li .list a {
    display: block;
    text-align: center;
    font-size: .16rem;
    line-height: .5rem;
    border-bottom: rgba(33,33,33,.15) solid 1px;
  }

  .g-head .g-nav li .list a:hover {
    color: #123e97;
    border-color: #123e97;
  }

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

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

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

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

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

  .g-head.white.white2 .g-nav a.name {
    color: #333;
  }

  .g-head.white.white2 .g-nav a.name:before {
    background: #123e97;
  }

  .g-head.white.white2 .g-nav li:hover a.name,
  .g-head.white.white2 .g-nav a.name.on {
    color: #123e97;
  }
}

.g-foot {
  background: #00347d url(../image/foot.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}

.g-foot a {
  color: #fff;
}

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

.g-foot .head {
  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: .8rem 0 0 0;
}

.g-foot .head .logo {
  width: .84rem;
  margin-right: .6rem;
}

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

.g-foot .head li {
  margin-right: .24rem;
}

.g-foot .head li a {
  display: block;
  position: relative;
  width: .48rem;
}

.g-foot .head li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: rgba(255,255,255,.3) solid 1px;
  border-radius: 50%;
}

.g-foot .head li a .ico img {
  width: .48rem;
  height: .48rem;
  position: relative;
}

.g-foot .head li a .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.g-foot .head li a .layer {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 100%;
  margin-bottom: .17rem;
  width: 1.1rem;
  background: #fff;
  border-radius: .05rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .05rem;
  display: none;
}

.g-foot .head li a:hover:before {
  background: #fff;
}

.g-foot .head li a:hover .ico img:nth-child(1) {
  opacity: 0;
}

.g-foot .head li a:hover .ico img:nth-child(2) {
  opacity: 1;
}

.g-foot .head li a:hover .layer {
  display: block;
}

.g-foot .nav {
  position: absolute;
  top: .93rem;
  right: 0;
  width: 7.43rem;
  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;
}

.g-foot .nav h5 {
  font-size: .2rem;
  line-height: 1em;
  padding-bottom: .35rem;
}

.g-foot .nav dd {
  font-size: .16rem;
  line-height: .4rem;
  width: 4em;
}

.g-foot .nav dd a {
  color: #ccc;
  display: block;
  margin-right: -6em;
}

.g-foot .nav dd a:hover {
  color: #fff;
}

.g-foot .list {
  min-height: 3.6rem;
  padding-top: .5rem;
  font-size: .16rem;
  color: rgba(255,255,255,.9);
}

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

.g-foot .list li .row {
  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-foot .list li .row .tel {
  font-size: .28rem;
  font-family: "Roboto-Bold";
  color: #fff;
}

.g-foot .list li .row .address {
  font-size: .2rem;
  font-weight: bold;
  color: #fff;
}

.g-foot .list li p {
  margin-top: .12rem;
}

.g-foot .foot {
  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;
  font-size: .14rem;
  color: #ccc;
}

@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 a.navA i:nth-child(1) {
    display: none;
  }

  body.navShow .g-head a.navA i:nth-child(2) {
    display: block;
  }

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

  body.navShow .g-head.white .head {
    background: #fff;
  }

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

  body.navShow .g-head.white .language {
    color: #333;
    border-color: rgba(0,0,0,.1);
  }

  body.navShow .g-head.white .navA {
    color: #333;
  }

  body.navShow .g-head.white .g-nav a.name {
    color: #333;
  }

  .g-head .head {
    position: fixed;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .g-head a.logo {
    left: 0;
  }

  .g-head .language {
    right: .8rem;
    height: .3rem;
    width: .9rem;
    border: 0;
    border-right: rgba(0,0,0,.1) solid 1px;
    font-size: .26rem;
    margin-top: -0.15rem;
  }

  .g-head .language:before {
    display: none;
  }

  .g-head .search {
    right: 1.7rem;
    width: .8rem;
  }

  .g-head .search .ico {
    width: .28rem;
  }

  .g-head .search .form {
    height: .6rem;
  }

  .g-head .search .form .submit {
    background-size: .28rem;
    width: .8rem;
  }

  .g-head .search .form .input input {
    height: .6rem;
    line-height: .6rem;
    padding: 0 .24rem;
    font-size: .24rem;
  }

  .g-head .search.on .form,
  .g-head .search.onon .form {
    width: 3.5rem;
  }

  .g-head .navA {
    right: -0.3rem;
    opacity: 1;
    visibility: visible;
  }

  .g-head .navA i {
    font-family: "iconfont";
    font-style: normal;
    font-size: .3rem;
  }

  .g-head .navA i:nth-child(2) {
    display: none;
  }

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

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

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

  .g-head .g-nav a.name {
    font-size: .28rem;
    padding: 0 0 0 .5rem;
  }

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

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

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

  .g-head .g-nav .list {
    border-top: #eee solid 1px;
    padding: .2rem 0 .2rem .5rem;
    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;
    margin-left: -0.5rem;
  }

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

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

  .g-foot .head {
    padding: .8rem 0 .6rem 0;
  }

  .g-foot .head .logo {
    width: 1rem;
  }

  .g-foot .head li a {
    width: .6rem;
  }

  .g-foot .head li a .ico img {
    width: .6rem;
    height: .6rem;
  }

  .g-foot .nav {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: none;
  }

  .g-foot .nav h5 {
    font-size: .26rem;
  }

  .g-foot .nav dd {
    font-size: .22rem;
    line-height: .48rem;
  }

  .g-foot .list {
    font-size: .24rem;
  }

  .g-foot .list li .row .tel {
    font-size: .38rem;
  }

  .g-foot .list li .row .address {
    font-size: .3rem;
  }

  .g-foot .foot {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .24rem;
    line-height: 1.8em;
    padding-bottom: .8rem;
  }

  .g-foot .foot p {
    width: 5.8rem;
  }
}

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

#index {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#index .index-slide {
  height: 100vh;
  position: relative;
  z-index: 1;
}

#index .index-foot {
  height: 6rem;
}

.index-banner {
  background: #000;
  position: relative;
}

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

.index-banner .wal {
  height: 100vh;
  position: relative;
}

.index-banner .title {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 1.1rem;
  color: #fff;
}

.index-banner .title h2 {
  font-size: .52rem;
  line-height: 1em;
  padding-bottom: .35rem;
}

.index-banner .title .en {
  font-family: "Roboto-Light";
  font-size: .2rem;
}

.index-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-title .col h2 {
  font-size: .42rem;
  line-height: 1em;
  color: #212121;
}

.index-title .col p {
  font-size: .16rem;
  line-height: .28rem;
  color: #666;
  margin-top: .2rem;
}

.index-title a.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;
  font-size: .16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: gray;
  height: .44rem;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  width: 1.37rem;
  position: relative;
  letter-spacing: 0;
}

.index-title a.more:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  bottom: -1px;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: #123e97 solid 1px;
  border-bottom: #123e97 solid 1px;
}

.index-title a.more:hover {
  color: #123e97;
  letter-spacing: .04rem;
  border-color: rgba(0,0,0,0);
}

.index-title a.more:hover:before {
  width: 100%;
}

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

.index-product .list {
  position: relative;
  padding: .6rem 0 0 0;
}

.index-product .list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: .6rem;
  bottom: 0;
  width: 5rem;
  left: 14.85rem;
  background: rgba(255,255,255,.7);
}

.index-product .list .list-wrapper {
  width: 19.8rem;
  overflow: hidden;
  position: relative;
}

.index-product .list .list-wrapper li {
  position: relative;
  padding-right: .3rem;
}

.index-product .list .list-wrapper li .item {
  display: block;
  position: relative;
}

.index-product .list .list-wrapper li .item:before,
.index-product .list .list-wrapper li .item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  box-sizing: border-box;
}

.index-product .list .list-wrapper li .item:before {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: #123e97 solid 1px;
  border-top: #123e97 solid 1px;
}

.index-product .list .list-wrapper li .item:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: #123e97 solid 1px;
  border-bottom: #123e97 solid 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-product .list .list-wrapper li .item .zoomImg img {
  width: 100%;
  height: 5.2rem;
}

.index-product .list .list-wrapper li .item .bd {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .4rem;
}

.index-product .list .list-wrapper li .item .bd h5 {
  font-size: .24rem;
  background: url(../image/arrow22.png) right center no-repeat;
  background-size: .22rem;
}

.index-product .list .list-wrapper li .item .bd p {
  font-size: .16rem;
  color: #4d4d4d;
  margin-top: .1rem;
}

.index-product .list .list-wrapper li .btns {
  position: absolute;
  z-index: 5;
  left: .4rem;
  top: .4rem;
}

.index-product .list .list-wrapper li .btns dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-product .list .list-wrapper li .btns dd {
  margin-right: .1rem;
}

.index-product .list .list-wrapper li .btns dd a {
  display: block;
  position: relative;
  width: .4rem;
  height: .4rem;
  background: #123e97;
  overflow: hidden;
}

.index-product .list .list-wrapper li .btns dd a img {
  display: block;
  width: .4rem;
  height: .4rem;
}

.index-product .list .list-wrapper li .btns dd a em {
  position: absolute;
  left: .43rem;
  top: 0;
  line-height: .4rem;
  font-size: .15rem;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
}

.index-product .list .list-wrapper li .btns dd a:hover {
  width: 1.2rem;
}

.index-product .list .list-wrapper li .btns dd a:hover em {
  opacity: 1;
}

.index-product .list .list-wrapper li .btns dd:nth-child(2) a {
  background: #d62020;
}

.index-product .list .list-wrapper li:hover .item:before,
.index-product .list .list-wrapper li:hover .item:after {
  width: 100%;
  height: 100%;
}

.index-product .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: .3rem;
  position: relative;
  height: .6rem;
}

.index-product .foot .arrow {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.index-product .foot .arrow a {
  display: block;
  width: .6rem;
  height: .6rem;
  margin-right: .2rem;
  position: relative;
}

.index-product .foot .arrow a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img60.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: myAnimation 5s linear infinite;
  animation: myAnimation 5s linear infinite;
}

.index-product .foot .arrow a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: 100%;
}

.index-product .foot .arrow a.prev:before {
  background-image: url(../image/prev60.png);
}

.index-product .foot .arrow a.next:before {
  background-image: url(../image/next60.png);
}

.index-product .foot .num {
  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: .16rem;
  color: gray;
  font-family: "Roboto-Regular";
  margin-right: .1rem;
}

.index-product .foot .num .num-curr {
  font-size: .24rem;
  color: #123e97;
  font-family: "Roboto-Bold";
}

.index-product .foot .line {
  width: 5.56rem;
  height: 0.02rem;
  background: #b3b3b3;
  position: relative;
}

.index-product .foot .line div {
  background: #123e97;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
}

.index-product .foot .dots {
  width: 5.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-product .foot .dots span {
  height: 0.02rem;
  background: #b3b3b3;
  width: 50%;
  cursor: pointer;
}

.index-product .foot .dots span.swiper-pagination-bullet-active {
  background: #123e97;
}

.index-territory .item-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.index-territory .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-top: 20vh;
  background: #fff;
  z-index: 0;
}

.index-territory .item.on {
  z-index: 2;
}

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

.index-territory .item .index-title {
  margin-bottom: .4rem;
  position: relative;
}

.index-territory .item .index-title .col h2,
.index-territory .item .index-title .col p {
  color: #fff;
}

.index-territory .item .index-title .num {
  font-size: 1.2rem;
  font-family: "Roboto-Bold";
  line-height: 1em;
  color: rgba(255,255,255,.15);
}

.index-territory .item .p-btn,
.index-territory .item .about-5 .arrow a,
.about-5 .arrow .index-territory .item a,
.index-territory .item .application li a .col .btn,
.application li a .col .index-territory .item .btn,
.index-territory .item .index-news .list .arrow a,
.index-news .list .arrow .index-territory .item a {
  width: 1.17rem;
  height: 1.17rem;
  display: block;
  position: relative;
}

.index-territory .item .p-btn:after,
.index-territory .item .about-5 .arrow a:after,
.about-5 .arrow .index-territory .item a:after,
.index-territory .item .application li a .col .btn:after,
.application li a .col .index-territory .item .btn:after,
.index-territory .item .index-news .list .arrow a:after,
.index-news .list .arrow .index-territory .item a:after {
  background-image: url(../image/btn80_3.png);
}

.index-territory .list {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: .64rem;
}

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

.index-territory .list li {
  position: relative;
  cursor: pointer;
}

.index-territory .list li .img {
  background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

.index-territory .list li .img:before,
.index-territory .list li .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  box-sizing: border-box;
}

.index-territory .list li .img:before {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: #123e97 solid 1px;
  border-top: #123e97 solid 1px;
}

.index-territory .list li .img:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: #123e97 solid 1px;
  border-bottom: #123e97 solid 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-territory .list li .img img {
  width: 100%;
  height: 1rem;
  opacity: .5;
}

.index-territory .list li .name {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: .2rem;
  text-align: center;
}

.index-territory .list li:hover .img,
.index-territory .list li.on .img {
  background: #123e97;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.index-territory .list li:hover .img:before,
.index-territory .list li:hover .img:after,
.index-territory .list li.on .img:before,
.index-territory .list li.on .img:after {
  width: 100%;
  height: 100%;
}

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

.index-news .wal {
  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;
  height: 100vh;
  padding-top: 1rem;
}

.index-news .list {
  min-height: 6.1rem;
  position: relative;
}

.index-news .list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: .1rem;
}

.index-news .list li a:before,
.index-news .list li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: .1rem;
}

.index-news .list li a:before {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: #123e97 solid 1px;
  border-top: #123e97 solid 1px;
}

.index-news .list li a:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: #123e97 solid 1px;
  border-bottom: #123e97 solid 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-news .list li a .zoomImg img {
  width: 100%;
  height: 2.7rem;
}

.index-news .list li a .name {
  position: absolute;
  z-index: 5;
  left: .3rem;
  bottom: .24rem;
  font-size: .18rem;
  color: #fff;
  right: .3rem;
  height: 1.3em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-news .list li a:hover:before,
.index-news .list li a:hover:after {
  width: 100%;
  height: 100%;
}

.index-news .list .list-wrapper-1 {
  position: absolute;
  left: 0;
  top: 1.36rem;
  width: 4rem;
  overflow: hidden;
  border-radius: .1rem;
  background: #fff;
}

.index-news .list .list-wrapper-2 {
  position: absolute;
  left: 50%;
  margin-left: -2.73rem;
  top: 1.9rem;
  width: 5.46rem;
  overflow: hidden;
  border-radius: .1rem;
}

.index-news .list .list-wrapper-2 li a .zoomImg img {
  height: 3.68rem;
}

.index-news .list .list-wrapper-3 {
  position: absolute;
  right: 0;
  top: .76rem;
  width: 4rem;
  overflow: hidden;
  border-radius: .1rem;
  background: #fff;
}

.index-news .list .ico {
  width: 5.68rem;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  top: 1.85rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: .2rem;
  opacity: 0;
  visibility: hidden;
}

.index-news .list .arrow {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
}

.index-news .list .arrow a.prev {
  -webkit-transform: translateY(0.3rem) rotate(180deg);
  -ms-transform: translateY(0.3rem) rotate(180deg);
  transform: translateY(0.3rem) rotate(180deg);
  margin-left: .2rem;
}

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

.index-news .btns li {
  margin-right: .6rem;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: .2rem;
  color: gray;
  padding-bottom: .12rem;
  position: relative;
}

.index-news .btns li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: .02rem;
  background: #123e97;
  border-radius: .02rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.index-news .btns li:hover:before,
.index-news .btns li.on:before {
  width: .32rem;
}

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

.index-about .head .wal {
  height: 50vh;
  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;
  position: relative;
  padding-top: 1rem;
}

.index-about .head h2 {
  font-size: .42rem;
  line-height: 1em;
}

.index-about .head .content {
  font-size: .16rem;
  line-height: .3rem;
  text-align: justify;
  width: 6.72rem;
  padding-top: .32rem;
}

.index-about .head .p-btn,
.index-about .head .about-5 .arrow a,
.about-5 .arrow .index-about .head a,
.index-about .head .application li a .col .btn,
.application li a .col .index-about .head .btn,
.index-about .head .index-news .list .arrow a,
.index-news .list .arrow .index-about .head a {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  width: 1.4rem;
  height: 1.4rem;
}

.index-about .head .p-btn:after,
.index-about .head .about-5 .arrow a:after,
.about-5 .arrow .index-about .head a:after,
.index-about .head .application li a .col .btn:after,
.application li a .col .index-about .head .btn:after,
.index-about .head .index-news .list .arrow a:after,
.index-news .list .arrow .index-about .head a:after {
  background-image: url(../image/btn80_3.png);
}

.index-about .list {
  height: 50vh;
  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-about .list ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: .4rem;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.index-about .list .item {
  height: 3.4rem;
  border: rgba(0,0,0,.2) solid 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  padding: .3rem;
  transition: all .5s ease;
}

.index-about .list .item .ico {
  position: relative;
}

.index-about .list .item .ico img {
  height: .4rem;
}

.index-about .list .item .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.index-about .list .item .num {
  position: absolute;
  left: .3rem;
  top: 2.7rem;
  color: #034198;
  font-family: "Roboto-Bold";
  font-size: .48rem;
  line-height: 1em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-about .list .item h5 {
  color: #123e97;
  font-size: .24rem;
  padding: .35rem 0 .15rem 0;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.index-about .list .item p {
  font-size: .16rem;
  line-height: .28rem;
  height: .56rem;
  color: #707781;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-about .list .item:hover {
  background: #034198;
  border-color: #123e97;
  color: #fff;
  padding-top: 1.4rem;
}

.index-about .list .item:hover .ico img:nth-child(1) {
  opacity: 0;
}

.index-about .list .item:hover .ico img:nth-child(2) {
  opacity: 1;
}

.index-about .list .item:hover .num {
  top: .3rem;
  color: #fff;
}

.index-about .list .item:hover h5 {
  color: #fff;
}

.index-about .list .item:hover p {
  color: #fff;
}

.index-dots {
  position: fixed;
  z-index: 50;
  right: .6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-dots .dot {
  height: .5rem;
  position: relative;
}

.index-dots .dot .name {
  font-size: .14rem;
  height: .14rem;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
}

.index-dots .dot .name:after {
  display: block;
  content: "";
  width: .1rem;
  height: 1px;
  background: #e6e6e6;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-dots .dot .name em {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  white-space: nowrap;
  opacity: 0;
}

.index-dots .dot .lines {
  position: absolute;
  top: .2rem;
  right: 0;
  height: .21rem;
  width: .05rem;
  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;
}

.index-dots .dot .lines div {
  background: #ccc;
  height: 1px;
  width: .05rem;
}

.index-dots .dot.on .name:after,
.index-dots .dot:hover .name:after {
  width: .18rem;
  background: #fff;
}

.index-dots .dot.on .name em,
.index-dots .dot:hover .name em {
  opacity: 1;
  right: .24rem;
}

.index-dots.hide {
  opacity: 0;
  visibility: hidden;
}

.index-dots.gray {
  color: #123e97;
}

.index-dots.gray .dot .name:after {
  background: #666;
}

.index-dots.gray .dot .lines div {
  background: #999;
}

.index-dots.gray .dot.on .name:after,
.index-dots.gray .dot:hover .name:after {
  background: #123e97;
}

.index-tips {
  position: absolute;
  z-index: 40;
  right: .6rem;
  bottom: .6rem;
  width: 1.4rem;
  height: 1.4rem;
}

.index-tips .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img140.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: myAnimation 5s linear infinite;
  animation: myAnimation 5s linear infinite;
}

.index-tips .ico {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img14.png) center no-repeat;
  background-size: .14rem;
  -webkit-animation: myAnimation2 1s linear infinite alternate;
  animation: myAnimation2 1s linear infinite alternate;
}

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

.page-banner .wal {
  height: 5.5rem;
  position: relative;
}

.page-banner .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  margin-top: -0.8rem;
}

.page-banner .title h2 {
  font-size: .42rem;
  line-height: 1em;
  padding-bottom: .16rem;
}

.page-banner .title p {
  font-size: .24rem;
}

.page-banner .nav {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.page-banner .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-banner .nav li {
  width: 50%;
  border-left: rgba(255,255,255,.1) solid 1px;
}

.page-banner .nav li:first-child {
  border: 0;
}

.page-banner .nav 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;
  height: .8rem;
  color: #fff;
  font-size: .18rem;
}

.page-banner .nav a:hover,
.page-banner .nav a.on {
  background: #123e97;
}

.page-bg {
  background: #f5f5f5;
}

.product {
  padding: .6rem 0 0 0;
}

.product ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
}

.product li {
  width: 25%;
  padding: 0 0 .4rem .4rem;
}

.product .item {
  display: block;
  background: #fff;
}

.product .item .zoomImg img {
  height: 2.9rem;
}

.product .item .bd {
  min-height: 1.67rem;
  padding: 0 .2rem;
}

.product .item .bd h5 {
  font-size: .24rem;
  color: #212121;
  height: .42rem;
  line-height: .42rem;
}

.product .item .bd p {
  font-size: .16rem;
  color: #999;
  height: .27rem;
  line-height: .27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product .item .bd .btns {
  padding-top: .24rem;
  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 .item .bd .btns dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .item .bd .btns dd {
  margin-right: .1rem;
}

.product .item .bd .btns dd a {
  display: block;
  position: relative;
  width: .4rem;
  height: .4rem;
  background: #123e97;
  overflow: hidden;
}

.product .item .bd .btns dd a img {
  display: block;
  width: .4rem;
  height: .4rem;
}

.product .item .bd .btns dd a em {
  position: absolute;
  left: .43rem;
  top: 0;
  line-height: .4rem;
  font-size: .15rem;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
}

.product .item .bd .btns dd a:hover {
  width: 1.2rem;
}

.product .item .bd .btns dd a:hover em {
  opacity: 1;
}

.product .item .bd .btns dd:nth-child(2) a {
  background: #d62020;
}

.product .item .bd .btns a.more {
  display: block;
  background: url(../image/arrow22.png) center no-repeat;
  background-size: 100%;
  width: .22rem;
  height: .22rem;
}

.page-num {
  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: .2rem 0 .86rem 0;
}

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

.page-num .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;
  text-align: center;
  margin-right: .2rem;
  background: #fff;
  border-radius: 0.03rem;
  border: #e6e6e6 solid 1px;
  height: .4rem;
  min-width: .4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.page-num .num a.arrow {
  padding: 0 .12rem;
}

.page-num .num p {
  padding-left: .17rem;
}

.page-num .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-num .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: .4rem;
  width: 1.2rem;
  font-size: .15rem;
  color: #fff;
  background: #e66e1f;
}

.page-num .btn a img {
  width: .4rem;
}

.page-num .btn a.btn-1 {
  margin-right: .2rem;
  background: #123e97;
  width: 1.1rem;
  padding-right: .1rem;
}

.page-curr {
  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: .77rem;
  font-size: .16rem;
  color: #999;
  border-bottom: #ededed solid 1px;
  padding-left: .24rem;
  background: url(../image/img15.png) left center no-repeat;
  background-size: .15rem;
}

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

.page-curr a:after {
  display: block;
  content: "";
  color: #999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7);
  -ms-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
  left: 100%;
  width: .3rem;
  text-align: center;
  line-height: 1em;
}

.page-curr a:hover {
  color: #123e97;
}

.page-curr em {
  color: #333;
}

.product-detail {
  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;
  padding: .3rem 0 .7rem 0;
}

.product-detail .img-list {
  width: .9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: .2rem;
}

.product-detail .img-list .list-wrapper {
  height: 4rem;
  overflow: hidden;
  position: relative;
}

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

.product-detail .img-list .list-wrapper li .img {
  position: relative;
  cursor: pointer;
}

.product-detail .img-list .list-wrapper li .img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #e6e6e6 solid 1px;
  opacity: 0;
}

.product-detail .img-list .list-wrapper li .img img {
  width: 100%;
  height: .9rem;
}

.product-detail .img-list .list-wrapper li.on .img:before {
  opacity: 1;
}

.product-detail .img-list .arrow {
  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;
  font-size: .14rem;
}

.product-detail .img-list .arrow a {
  font-family: "iconfont";
  color: #666;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: .16rem;
}

.product-detail .img-list .arrow a:hover {
  color: #123e97;
}

.product-detail .img-list .arrow .num2 {
  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: .4rem;
  color: #999;
}

.product-detail .img-list .arrow .num2 .num-curr {
  color: #333;
  font-weight: bold;
}

.product-detail .big-img {
  width: 4.77rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-detail .big-img .img {
  display: none;
  position: relative;
}

.product-detail .big-img .img em {
  position: absolute;
  z-index: 5;
  left: .3rem;
  top: .3rem;
  font-size: .18rem;
}

.product-detail .big-img img {
  width: 100%;
  height: 4.77rem;
}

.product-detail .col {
  width: 100%;
  padding-left: .54rem;
}

.product-detail .col h2 {
  font-size: .3rem;
  color: #191c24;
  padding: .3rem 0 .2rem 0;
}

.product-detail .col .list {
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
  padding: .3rem 0;
}

.product-detail .col .list h3 {
  font-size: .16rem;
  line-height: 1em;
  color: #191c24;
  padding-bottom: .2rem;
}

.product-detail .col .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail .col .list li {
  width: 50%;
  font-size: .14rem;
  line-height: .3rem;
  color: #6f737b;
}

.product-detail .col .price {
  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: .16rem;
  color: #191c24;
  padding: .3rem 0 .55rem 0;
}

.product-detail .col .price span {
  position: relative;
  top: .02rem;
}

.product-detail .col .price em {
  font-size: .3rem;
  color: #ea3232;
  line-height: 1em;
}

.product-detail .col .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product-detail .col .btns 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: .5rem;
  margin-right: .4rem;
  background: #123e97;
  font-size: .18rem;
  color: #fff;
}

.product-detail .col .btns a img {
  width: .5rem;
}

.product-detail .col .btns a em {
  padding: 0 .16rem 0 .06rem;
}

.product-detail .col .btns a:nth-child(2) {
  background: #d62020;
}

.product-detail .col .btns a:nth-child(3) {
  background: #e66e1f;
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail2 {
  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: .4rem 0 .9rem 0;
}

.product-detail2 .side-nav {
  width: 3.9rem;
  background: #fff;
  min-height: 2rem;
  padding: .17rem .25rem;
}

.product-detail2 .side-nav .item {
  border-bottom: #e6e6e6 solid 1px;
}

.product-detail2 .side-nav .item:last-child {
  border-bottom: 0;
}

.product-detail2 .side-nav .item h3 {
  height: .68rem;
  line-height: .68rem;
  position: relative;
  font-size: .18rem;
  cursor: pointer;
}

.product-detail2 .side-nav .item h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  color: #ccc;
  -webkit-transform: rotate(90deg) scale(0.6);
  -ms-transform: rotate(90deg) scale(0.6);
  transform: rotate(90deg) scale(0.6);
}

.product-detail2 .side-nav .item .list {
  display: none;
  padding-bottom: .2rem;
  margin-top: -0.1rem;
}

.product-detail2 .side-nav .item .list ul>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4em;
  padding: .08rem .3rem .08rem 0;
  font-size: .16rem;
  color: #666;
  position: relative;
}

.product-detail2 .side-nav .item .list ul>li>a:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .05rem;
  height: .18rem;
  background: #123e97;
  border-radius: 0 .04rem .04rem 0;
  opacity: 0;
}

.product-detail2 .side-nav .item .list ul>li>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  color: #ccc;
  -webkit-transform: translateY(-50%) rotate(90deg) scale(0.6);
  -ms-transform: translateY(-50%) rotate(90deg) scale(0.6);
  transform: translateY(-50%) rotate(90deg) scale(0.6);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product-detail2 .side-nav .item .list ul>li>a:hover,
.product-detail2 .side-nav .item .list ul>li>a.on {
  color: #123e97;
}

.product-detail2 .side-nav .item .list ul>li>a:hover:before,
.product-detail2 .side-nav .item .list ul>li>a.on:before {
  opacity: 1;
}

.product-detail2 .side-nav .item .list ul>li.open>a:after {
  color: #123e97;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(0.6);
  -ms-transform: translateY(-50%) rotate(-90deg) scale(0.6);
  transform: translateY(-50%) rotate(-90deg) scale(0.6);
}

.product-detail2 .side-nav .item .list ul>li.open dl {
  display: block;
}

.product-detail2 .side-nav .item .list ul>li dl {
  padding: .06rem 0 .1rem .16rem;
  display: none;
}

.product-detail2 .side-nav .item .list ul>li dl a {
  display: block;
  font-size: .16rem;
  color: #666;
  line-height: 1.4em;
  padding: .04rem .3rem .04rem 0;
  position: relative;
}

.product-detail2 .side-nav .item .list ul>li dl a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: .22rem;
  background: url(../image/arrow22on.png) center no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product-detail2 .side-nav .item .list ul>li dl a:hover,
.product-detail2 .side-nav .item .list ul>li dl a.on {
  color: #123e97;
}

.product-detail2 .side-nav .item .list ul>li dl a:hover:after,
.product-detail2 .side-nav .item .list ul>li dl a.on:after {
  opacity: 1;
}

.product-detail2 .side-nav .item.open h3:before {
  color: #123e97;
  -webkit-transform: rotate(-90deg) scale(0.6);
  -ms-transform: rotate(-90deg) scale(0.6);
  transform: rotate(-90deg) scale(0.6);
}

.product-detail2 .side-nav .item.open .list {
  display: block;
}

.product-detail2 .w1090 {
  width: 10.9rem;
  background: #fff;
  min-height: 2rem;
  padding: 0 .47rem .55rem .47rem;
}

.product-detail2 .w1090 .title {
  font-size: .3rem;
  line-height: 1em;
  color: #191c24;
  padding: .45rem 0 .2rem 0;
}

.product-detail2 .w1090 .content {
  font-size: .16rem;
  line-height: .32rem;
  color: #666;
  padding-bottom: .35rem;
}

.product-detail2 .w1090 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
  padding: .42rem 0;
}

.product-detail2 .w1090 .row .item {
  width: 50%;
  padding-right: .5rem;
}

.product-detail2 .w1090 .row .item .title {
  padding-top: 0;
}

.product-detail2 .w1090 .row .item .content {
  padding-bottom: 0;
}

.product-detail2 .w1090 .row .item:nth-child(2) {
  padding: 0 0 0 .46rem;
  border-left: #e6e6e6 solid 1px;
}

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

.cart {
  padding-bottom: .9rem;
  font-size: .16rem;
}

.cart .title {
  text-align: center;
  padding: .45rem 0;
  font-size: .4rem;
  color: #212121;
}

.cart .title em {
  color: #123e97;
}

.cart .list {
  background: #fff;
  padding: 0 .66rem;
}

.cart .list .hd,
.cart .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart .list .hd .col-1,
.cart .list li .col-1 {
  width: 100%;
  text-align: left;
}

.cart .list .hd .col-2,
.cart .list .hd .col-3,
.cart .list li .col-2,
.cart .list li .col-3 {
  width: 27%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart .list .hd .col-4,
.cart .list li .col-4 {
  width: .74rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart .list .hd {
  color: #212121;
  font-weight: bold;
  line-height: 1em;
  padding: .34rem 0 .23rem 0;
}

.cart .list li {
  border-top: #e6e6e6 solid 1px;
  height: 2.52rem;
}

.cart .list li .col-1 {
  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;
}

.cart .list li .col-1 .img {
  width: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart .list li .col-1 .img img {
  width: 100%;
  height: 1.5rem;
}

.cart .list li .col-1 h5 {
  font-size: .24rem;
  padding-left: .8rem;
}

.cart .list li .col-2 {
  color: #999;
}

.cart .list li .col-3 b {
  font-size: .24rem;
  color: #d62020;
}

.cart .list li .col-4 {
  height: .5rem;
  position: relative;
}

.cart .list li .col-4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  border: #d9d9d9 solid 1px;
  cursor: pointer;
}

.cart .list li .col-4.on:after {
  border-color: rgba(0,0,0,0);
  background: url(../image/check50.png) center no-repeat;
  background-size: 100% 100%;
}

.cart .btns {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1rem;
  margin-top: .4rem;
  padding-left: .65rem;
}

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

.cart .btns li {
  margin-right: .48rem;
  font-size: .24rem;
}

.cart .btns li.num em {
  color: #d62020;
}

.cart .btns li.price span {
  color: #d62020;
}

.cart .btns .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;
  height: 1rem;
  width: 2.7rem;
  background: #123e97;
  color: #fff;
  cursor: pointer;
  font-size: .24rem;
}

.p-btn,
.about-5 .arrow a,
.application li a .col .btn,
.index-news .list .arrow a {
  width: .8rem;
  height: .8rem;
  position: relative;
}

.p-btn:before,
.about-5 .arrow a:before,
.application li a .col .btn:before,
.index-news .list .arrow a:before,
.p-btn:after,
.about-5 .arrow a:after,
.application li a .col .btn:after,
.index-news .list .arrow a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: 100% 100%;
}

.p-btn:before,
.about-5 .arrow a:before,
.application li a .col .btn:before,
.index-news .list .arrow a:before {
  background-image: url(../image/btn80_1.png);
  -webkit-animation: myAnimation 5s linear infinite;
  animation: myAnimation 5s linear infinite;
}

.p-btn:after,
.about-5 .arrow a:after,
.application li a .col .btn:after,
.index-news .list .arrow a:after {
  background-image: url(../image/btn80_2.png);
}

.p-btn:hover:before,
.about-5 .arrow a:hover:before,
.application li a .col .btn:hover:before,
.index-news .list .arrow a:hover:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

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

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

@-webkit-keyframes myAnimation2 {
  0% {
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }

  100% {
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}

@keyframes myAnimation2 {
  0% {
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }

  100% {
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}

.application {
  padding: .7rem 0 .4rem 0;
}

.application li {
  padding-bottom: .6rem;
}

.application 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;
  background: #fff;
}

.application li a .zoomImg {
  width: 50%;
}

.application li a .col {
  width: 50%;
  padding: 0 .8rem;
}

.application li a .col h3 {
  font-size: .36rem;
}

.application li a .col .content {
  min-height: 2.2rem;
  padding: .3rem 0;
  font-size: .16rem;
  line-height: 2em;
  color: #666;
}

.application li a .col .content .scroll {
  max-height: 1.6rem;
  overflow-y: auto;
  margin-right: -0.3rem;
  padding-right: .3rem;
}

.application li a .col .content .scroll::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.application li a .col .content .scroll::-webkit-scrollbar-thumb {
  background: #123e97;
  border-radius: .06rem;
}

.application li a .col .content .scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
}

.application li:nth-child(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news {
  padding: .65rem 0 0 0;
}

.news li {
  padding-bottom: .4rem;
}

.news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: .54rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news li a .zoomImg {
  width: 4.4rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news li a .zoomImg img {
  width: 100%;
  height: 2.75rem;
}

.news li a .time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.97rem;
  height: .9rem;
  border-right: #e6e6e6 solid 1px;
  padding-left: .58rem;
  color: #333;
}

.news li a .time h5 {
  font-size: .36rem;
  line-height: .45rem;
}

.news li a .time .year {
  font-size: .18rem;
}

.news li a .col {
  width: 100%;
  padding-left: .4rem;
}

.news li a .col .name {
  font-size: .36rem;
  line-height: .48rem;
  min-height: .96rem;
}

.news li a .col .content {
  font-size: .18rem;
  color: #999;
  min-height: 1.1rem;
  padding: .4rem 0;
}

.news li a .col .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .18rem;
}

.news li a .col .more:after {
  display: block;
  content: "";
  margin-left: .18rem;
  width: .22rem;
  height: .18rem;
  background: url(../image/arrow22on.png) center no-repeat;
  background-size: 100%;
}

.news-detail {
  padding: 1.1rem 0;
}

.news-detail .head {
  text-align: center;
  border-bottom: #e6e6e6 solid 1px;
  padding-bottom: .3rem;
}

.news-detail .head h2 {
  font-weight: 400;
  font-size: .36rem;
  padding-bottom: .22rem;
}

.news-detail .head 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;
}

.news-detail .head dd {
  position: relative;
  padding: 0 .2rem;
  font-size: .16rem;
  color: #ccc;
  line-height: 1em;
}

.news-detail .head dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: .14rem;
  background: #ccc;
}

.news-detail .head dd:last-child:after {
  display: none;
}

.news-detail .content {
  font-size: .18rem;
  line-height: 2em;
  padding: .8rem 0;
}

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

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

.news-detail .list {
  background: #fff;
  padding: 0 .33rem .2rem .37rem;
}

.news-detail .list h2 {
  font-size: .3rem;
  line-height: 1.12rem;
}

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

.news-detail .list li {
  width: 33.333%;
  padding: 0 0 .3rem .3rem;
}

.news-detail .list li a {
  display: block;
}

.news-detail .list li a .name {
  font-size: .24rem;
  line-height: .35rem;
  height: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .1rem;
}

.news-detail .list li a .time {
  font-size: .16rem;
  color: #999;
  margin-top: .15rem;
}

.join {
  padding: 1rem 0;
}

.join .wal {
  position: relative;
}

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

.join .wal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

.join .wal li {
  width: 33.333%;
  height: 5.45rem;
  border-left: #fff solid 1px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 .6rem .6rem;
  color: #fff;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.join .wal li:first-child {
  border: 0;
}

.join .wal li .ico img {
  height: .54rem;
}

.join .wal li>.name {
  font-size: .24rem;
  position: relative;
  line-height: 1em;
  padding: .4rem 0 .3rem 0;
}

.join .wal li>.name:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: .46rem;
  height: .04rem;
  border-radius: .04rem;
  background: #fff;
}

.join .wal li dl {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-top: .36rem;
}

.join .wal li dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .2rem;
  line-height: .22rem;
  font-size: .16rem;
}

.join .wal li dl dd .tel {
  font-family: "Roboto-Bold";
  font-size: .28rem;
  line-height: .22rem;
  color: #fff;
}

.join .wal li dl dd .ewm {
  width: 1.21rem;
}

.join .wal li.on {
  background: rgba(18,62,151,.8);
}

.join .wal li.on dl {
  height: 2.58rem;
  opacity: 1;
}

.contact {
  padding: .8rem 0 1rem 0;
}

.contact .wal {
  position: relative;
  background: #fff;
  padding: .06rem;
}

.contact .map {
  height: 6.9rem;
  position: relative;
  z-index: 0;
}

.contact .container {
  width: 4.62rem;
  background: #123e97 url(../image/img462.png) left top no-repeat;
  background-size: 100%;
  min-height: 5.36rem;
  color: #fff;
  position: absolute;
  top: .8rem;
  right: -0.66rem;
  padding: 0 .5rem;
}

.contact .container:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  width: .66rem;
  height: .49rem;
  background: url(../image/img66.svg) center no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.contact .container h2 {
  font-size: .24rem;
  line-height: 1em;
  padding: .6rem 0 .35rem 0;
}

.contact .container .tel .name {
  font-size: .14rem;
  color: #a6c8f4;
}

.contact .container .tel h5 {
  font-size: .48rem;
  font-family: "Roboto-Bold";
  line-height: 1em;
  margin-top: .06rem;
}

.contact .container .list {
  min-height: 2rem;
  padding: .35rem 0;
  border-bottom: #fff solid 1px;
}

.contact .container .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .16rem;
  height: .35rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .container .list li .ico {
  width: .19rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: .08rem;
}

.contact .container .btns {
  padding-top: .4rem;
}

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

.contact .container .btns li {
  width: .41rem;
  margin-right: .19rem;
  position: relative;
}

.contact .container .btns li .layer {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 100%;
  margin-bottom: .17rem;
  width: 1.1rem;
  background: #fff;
  border-radius: .05rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .05rem;
  display: none;
}

.contact .container .btns li:hover .layer {
  display: block;
}

.develop {
  padding: .8rem 0;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.develop .img {
  width: 5.38rem;
}

.develop .col {
  width: 9rem;
}

.develop .col h2 {
  font-size: .3rem;
  line-height: 1em;
  padding: .3rem 0 .4rem 0;
}

.develop .col .content {
  font-size: .18rem;
  line-height: 2em;
  padding-bottom: .6rem;
}

.develop .col .content p {
  padding-bottom: .18rem;
}

.develop .col h5 {
  font-size: .2rem;
  color: #123e97;
  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;
}

.develop .col h5:before {
  display: block;
  content: "";
  margin-right: .32rem;
  width: .88rem;
  height: .03rem;
  background: #123e97;
}

.develop2 {
  padding-bottom: 1rem;
}

.develop2 h2 {
  font-size: .3rem;
  line-height: 1em;
  padding: .55rem 0;
}

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

.develop2 .list li {
  background: #fff;
  min-height: 3.55rem;
  padding: 0 .4rem .4rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.develop2 .list li .name {
  font-size: .24rem;
  line-height: 1em;
  padding: .5rem 0 0 0;
}

.develop2 .list li .content {
  font-size: .16rem;
  line-height: .3rem;
  color: #666;
  min-height: 2.15rem;
  padding: .32rem 0;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.develop2 .list li .btn {
  display: block;
  width: .25rem;
  height: .25rem;
  background: url(../image/img25.png) center no-repeat;
  background-size: 100% 100%;
}

.develop2 .list li:hover {
  background: #123e97;
  color: #fff;
}

.develop2 .list li:hover .content {
  color: #fff;
}

.develop2 .list li:hover .btn {
  background-image: url(../image/img25on.png);
}

.about-1 {
  padding: .9rem 0 1rem 0;
  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;
}

.about-1>.zoomImg {
  width: 6rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-1>.zoomImg img {
  width: 100%;
}

.about-1>.zoomImg .line-1,
.about-1>.zoomImg .line-2 {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-1>.zoomImg .line-1 {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: #123e97 solid 1px;
  border-top: #123e97 solid 1px;
}

.about-1>.zoomImg .line-2 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: #123e97 solid 1px;
  border-bottom: #123e97 solid 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-1>.zoomImg:hover .line-1,
.about-1>.zoomImg:hover .line-2 {
  width: 100%;
  height: 100%;
}

.about-1>.col {
  width: 100%;
  background: #f7fcff url(../image/img1057.jpg) right center no-repeat;
  background-size: auto 100%;
  padding: 0 1.29rem 0 1.33rem;
  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;
}

.about-1>.col .title {
  font-size: .42rem;
  line-height: 1em;
}

.about-1>.col .content {
  font-size: .16rem;
  line-height: .3rem;
  text-align: justify;
  min-height: 3.5rem;
  padding: .3rem 0;
}

.about-1>.col .list {
  border-top: rgba(0,0,0,.1) solid 1px;
}

.about-1>.col .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;
}

.about-1>.col .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .35rem;
}

.about-1>.col .list li .num {
  color: #123e97;
  font-size: .8rem;
  font-family: "Roboto-Bold";
  letter-spacing: -0.03rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-1>.col .list li .col {
  padding-left: .15rem;
}

.about-1>.col .list li .col em {
  font-size: .24rem;
  display: block;
  position: relative;
  top: -0.03rem;
}

.about-1>.col .list li .col p {
  font-size: .16rem;
  letter-spacing: -0.01rem;
}

.about-2 {
  background: url(../image/about-2.png) center no-repeat;
  background-size: cover;
  min-height: 6.69rem;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.about-2 .title {
  font-size: .42rem;
  line-height: 1em;
  padding: .84rem 0;
}

.about-2 .list {
  position: relative;
  max-width: 15.11rem;
  margin: 0 auto;
  padding: 0 .2rem;
}

.about-2 .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .5rem;
  right: 0;
  background: url(../image/line.png) center no-repeat;
  background-size: auto 100%;
  height: .05rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-2 .list li {
  width: 20%;
  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;
}

.about-2 .list li .ico {
  width: 1rem;
}

.about-2 .list li .name {
  font-size: .2rem;
  line-height: 1em;
  margin-top: .2rem;
}

.about-2 .content {
  font-size: .16rem;
  line-height: .3rem;
  max-width: 12.96rem;
  margin: 0 auto;
  padding: .9rem 0;
}

.about-2 .content p {
  padding-bottom: .14rem;
}

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

.about-3 .wal {
  min-height: 12.38rem;
}

.about-3 .title {
  text-align: center;
  padding: .94rem 0 .89rem 0;
  font-size: .4rem;
  line-height: 1em;
}

.about-3 .list {
  padding: 0 .3rem;
  position: relative;
}

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

.about-3 .list li {
  height: 4.14rem;
  position: relative;
}

.about-3 .list li .item {
  position: absolute;
  left: 50%;
  bottom: .48rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.3rem;
  min-height: 1.16rem;
  background: #fff;
  border: #ededed solid 1px;
  border-radius: .07rem;
  padding: .07rem .19rem .12rem .19rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-3 .list li .item .year {
  line-height: .43rem;
  font-size: .16rem;
  font-weight: bold;
  position: relative;
  padding-left: .16rem;
}

.about-3 .list li .item .year:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: .05rem;
  height: .05rem;
  background: #ffb607;
}

.about-3 .list li .item .content {
  font-size: .16rem;
  line-height: .23rem;
  color: #999;
  height: .46rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about-3 .list li.swiper-slide-active .item {
  opacity: 0;
}

.about-3 .list .layer {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: .48rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #123e97;
  border-radius: .07rem;
  width: 5.66rem;
  min-height: 3.66rem;
  color: #fff;
  padding: .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;
}

.about-3 .list .layer:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  width: .2rem;
  height: .2rem;
  background: #123e97;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.about-3 .list .layer .img {
  width: 2.24rem;
}

.about-3 .list .layer .img img {
  width: 100%;
  height: 3.04rem;
}

.about-3 .list .layer .col {
  width: 2.6rem;
}

.about-3 .list .layer .col h3 {
  font-size: .3rem;
  line-height: 1em;
  padding: .3rem 0 .2rem 0;
  border-bottom: rgba(255,255,255,.2) solid 1px;
}

.about-3 .list .layer .col .content {
  font-size: .16rem;
  line-height: .28rem;
  position: relative;
  text-align: justify;
  padding: .2rem 0 0 .18rem;
}

.about-3 .list .layer .col .content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .3rem;
  background: #fff;
  border-radius: 50%;
  width: .05rem;
  height: .05rem;
}

.about-3 .list2 {
  background: url(../image/img19.png) center top no-repeat;
  background-size: auto .19rem;
  min-height: .6rem;
  position: relative;
  padding: 0 .8rem;
}

.about-3 .list2 .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: .36rem;
  height: .36rem;
  border: #8dadef solid .02rem;
  font-family: "iconfont";
  color: #8dadef;
  font-size: .14rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 5;
  opacity: .5;
}

.about-3 .list2 .arrow a.prev {
  left: .3rem;
}

.about-3 .list2 .arrow a.next {
  right: .3rem;
}

.about-3 .list2 .arrow a:hover {
  opacity: 1;
}

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

.about-3 .list2 .list-wrapper li {
  text-align: center;
  padding-top: .19rem;
  line-height: .5rem;
  font-size: .18rem;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-3 .list2 .list-wrapper li.swiper-slide-active {
  color: #123e97;
  font-size: .24rem;
}

.about-4-layer,
.product-layer,
.develop-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-4-layer.show,
.product-layer.show,
.develop-layer.show {
  opacity: 1;
  visibility: visible;
}

.about-4 {
  background: #f7f7f7;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-4 .wal {
  padding-bottom: .74rem;
}

.about-4 .title {
  text-align: center;
  padding: .7rem 0 .8rem 0;
  font-size: .18rem;
  color: #666;
}

.about-4 .title h2 {
  font-weight: 400;
  font-size: .4rem;
  line-height: 1em;
  color: #333;
  padding-bottom: .1rem;
}

.about-4 .list {
  position: relative;
  min-height: 5.08rem;
}

.about-4 .list .img {
  position: relative;
}

.about-4 .list .img:before {
  content: "";
  display: block;
  position: absolute;
  left: .13rem;
  top: .13rem;
  right: .12rem;
  bottom: .13rem;
  background: rgba(18,62,151,.9) url(../image/img31.png) center no-repeat;
  background-size: .31rem;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.about-4 .list .img img {
  width: 100%;
}

.about-4 .list .img:hover:before {
  opacity: 1;
}

.about-4 .list-1 {
  max-width: 15.14rem;
  margin: 0 auto;
}

.about-4 .list-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 3.38rem;
  width: 18.28rem;
  height: 2.37rem;
  background: url(../image/img1828.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: -8.45rem;
}

.about-4 .list-1 .list-wrapper2 {
  margin-right: -1.22rem;
}

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

.about-4 .list-1 .list-wrapper li {
  padding-right: 1.22rem;
}

.about-4 .list-1 .list-wrapper li .img img {
  height: 3.13rem;
}

.about-4 .list-2 {
  max-width: 15.02rem;
  margin: 0 auto;
  min-height: 5.6rem;
}

.about-4 .list-2:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 3.59rem;
  width: 18.06rem;
  height: 2.39rem;
  background: url(../image/img1806.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: -8.45rem;
}

.about-4 .list-2 .list-wrapper2 {
  margin-left: -1.63rem;
}

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

.about-4 .list-2 .list-wrapper li {
  padding-left: 1.63rem;
}

.about-4 .list-2 .list-wrapper li .img img {
  height: 3.59rem;
}

.about-4-layer .close {
  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;
  background: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: .7rem;
  height: .7rem;
  font-size: .22rem;
  font-family: "iconfont";
  cursor: pointer;
}

.about-4-layer .img img {
  max-width: 90vw;
  max-height: 90vh;
}

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

.about-5 .wal {
  min-height: 8.85rem;
  position: relative;
}

.about-5 .title {
  padding: 1.8rem 0 .4rem 0;
  font-size: .4rem;
}

.about-5 .content {
  font-size: .16rem;
  line-height: 2em;
  text-align: justify;
  color: #666;
  width: 4.48rem;
}

.about-5 .list {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 1.08rem;
  margin-left: -2.32rem;
  width: 15.54rem;
  overflow: hidden;
}

.about-5 .list li {
  padding-right: .54rem;
}

.about-5 .list li img {
  opacity: .35;
  width: 100%;
  height: 5.64rem;
}

.about-5 .list li.swiper-slide-active img,
.about-5 .list li.swiper-slide-next img,
.about-5 .list li.swiper-slide-prev img {
  opacity: 1;
}

.about-5 .arrow {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 5.7rem;
  left: 50%;
  margin-left: -5.04rem;
}

.about-5 .arrow a.prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: .22rem;
}

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

.about-6 .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.about-6 .wal {
  min-height: 8.2rem;
  position: relative;
  color: #fff;
}

.about-6 .title {
  font-size: .4rem;
  line-height: 1em;
  padding: 1.37rem 0 .33rem 0;
}

.about-6 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-6 .btns 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: .4rem;
  color: #fff;
  height: .51rem;
  padding: 0 .32rem;
  font-size: .24rem;
  border: rgba(0,0,0,0) solid .02rem;
  margin-right: .1rem;
}

.about-6 .btns a:hover,
.about-6 .btns a.on {
  border-color: #fff;
}

.about-6 .content {
  font-size: .16rem;
  line-height: .28rem;
  text-align: justify;
  max-width: 6.4rem;
  min-height: 3.3rem;
  padding: .6rem 0;
}

.about-6 .img-list {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 1.23rem;
}

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

.about-6 .img-list li .img {
  position: relative;
  background: #000;
  top: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

.about-6 .img-list li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border: #fff solid .03rem;
}

.about-6 .img-list li .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -0.05rem;
  width: .2rem;
  height: .2rem;
  background: #123e97;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-6 .img-list li .img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1rem;
}

.about-6 .img-list li:hover .img,
.about-6 .img-list li.on .img {
  top: -0.12rem;
}

.about-6 .img-list li:hover .img:before,
.about-6 .img-list li.on .img:before {
  border-color: #123e97;
}

.about-6 .img-list li:hover .img:after,
.about-6 .img-list li.on .img:after {
  opacity: 1;
}

.product-layer .container {
  width: 9rem;
  min-height: 4rem;
  background: #fff;
}

.product-layer .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #123e97;
  color: #fff;
  height: .8rem;
  padding: 0 .33rem;
}

.product-layer .title h2 {
  font-size: .24rem;
  font-weight: 400;
}

.product-layer .title .close {
  color: #fff;
  font-family: "iconfont";
  font-size: .2rem;
}

.product-layer .form {
  padding: .3rem .27rem .53rem 0;
}

.product-layer .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;
}

.product-layer .form li {
  width: 4.32rem;
  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-bottom: .2rem;
}

.product-layer .form li .name {
  line-height: .46rem;
  text-align: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.14rem;
  padding-right: .12rem;
  font-size: .16rem;
  color: #666;
}

.product-layer .form li .input {
  border: #e6e6e6 solid 1px;
  width: 100%;
}

.product-layer .form li .input input::-webkit-input-placeholder {
  color: #ccc;
}

.product-layer .form li .input input::-moz-placeholder {
  color: #ccc;
}

.product-layer .form li .input input:-moz-placeholder {
  color: #ccc;
}

.product-layer .form li .input input:-ms-input-placeholder {
  color: #ccc;
}

.product-layer .form li .input textarea::-webkit-input-placeholder {
  color: #ccc;
}

.product-layer .form li .input textarea::-moz-placeholder {
  color: #ccc;
}

.product-layer .form li .input textarea:-moz-placeholder {
  color: #ccc;
}

.product-layer .form li .input textarea:-ms-input-placeholder {
  color: #ccc;
}

.product-layer .form li .input input,
.product-layer .form li .input textarea {
  width: 100%;
  height: .44rem;
  line-height: .44rem;
  padding: 0 .12rem;
  font-size: .16rem;
  color: #333;
}

.product-layer .form li .input textarea {
  height: 2.07rem;
  line-height: .24rem;
  padding: .1rem .12rem;
}

.product-layer .form li.li_01 {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-layer .form li.li_lzm .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.3rem;
  margin-left: .1rem;
  border: #e6e6e6 solid 1px;
}

.product-layer .form .submit {
  padding: .23rem 0 0 1.14rem;
}

.product-layer .form .submit div {
  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;
  background: #123e97;
  color: #fff;
  cursor: pointer;
  width: 1.78rem;
  height: .6rem;
  font-size: .18rem;
}

.develop-layer .container {
  width: 10rem;
  min-height: 4rem;
  background: #fff;
  padding: 0 .38rem;
}

.develop-layer .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: .9rem;
  border-bottom: #ededed solid 1px;
}

.develop-layer .title h2 {
  font-size: .3rem;
  color: #123e97;
}

.develop-layer .title .close {
  font-family: "iconfont";
  font-size: .2rem;
}

.develop-layer .scroll {
  font-size: .16rem;
  line-height: 2em;
  padding: .3rem .3rem 0 0;
  margin-right: -0.3rem;
  height: 5.1rem;
  overflow-y: auto;
}

.develop-layer .scroll::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.develop-layer .scroll::-webkit-scrollbar-thumb {
  background: #123e97;
  border-radius: .06rem;
}

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

.develop-layer .scroll h3 {
  font-size: .16rem;
}

.develop-layer .scroll .content {
  padding-bottom: .3rem;
  color: #666;
}

.develop-layer .btn {
  padding: .2rem 0 .6rem 0;
}

.develop-layer .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #123e97;
  color: #fff;
  width: 2.37rem;
  height: .56rem;
  border-radius: .4rem;
  font-size: .18rem;
}

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

.page-search .search-head {
  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;
  padding: .8rem 0;
}

.page-search .search-head .title {
  position: relative;
  padding-bottom: .65rem;
  font-size: .4rem;
  line-height: 1em;
}

.page-search .search-head .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: .4rem;
  width: .6rem;
  height: .04rem;
  border-radius: .04rem;
  background: #123e97;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-search .search-head .form {
  background: #fff;
  border-radius: .5rem;
  position: relative;
  width: 7.56rem;
  height: .68rem;
  box-shadow: 0 .04rem .14rem 0 rgba(6,0,1,.1);
}

.page-search .search-head .form .submit {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.08rem;
  background: url(../image/search24.png) center no-repeat;
  background-size: .24rem;
  cursor: pointer;
}

.page-search .search-head .form .input input::-webkit-input-placeholder {
  color: #999;
}

.page-search .search-head .form .input input::-moz-placeholder {
  color: #999;
}

.page-search .search-head .form .input input:-moz-placeholder {
  color: #999;
}

.page-search .search-head .form .input input:-ms-input-placeholder {
  color: #999;
}

.page-search .search-head .form .input textarea::-webkit-input-placeholder {
  color: #999;
}

.page-search .search-head .form .input textarea::-moz-placeholder {
  color: #999;
}

.page-search .search-head .form .input textarea:-moz-placeholder {
  color: #999;
}

.page-search .search-head .form .input textarea:-ms-input-placeholder {
  color: #999;
}

.page-search .search-head .form .input input {
  height: .68rem;
  line-height: .68rem;
  width: 100%;
  font-size: .2rem;
  padding: 0 .42rem;
  color: #212121;
}

.page-search .search-head .btns {
  padding-top: .6rem;
}

.page-search .search-head .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-search .search-head .btns li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .5rem;
  margin: 0 .3rem;
  width: 1.54rem;
  height: .4rem;
  background: #eaeaea;
  color: #123e97;
  font-size: .18rem;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-left: .1rem;
}

.page-search .search-head .btns li:hover,
.page-search .search-head .btns li.on {
  background: #123e97;
  color: #fff;
}

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

@media screen and (max-width: 800px) {
  .page-banner {
    position: relative;
  }

  .page-banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
  }

  .page-banner .wal {
    height: 4rem;
    position: relative;
  }

  .page-banner .title {
    margin-top: -0.3rem;
  }

  .page-banner .nav {
    display: none;
  }

  .product ul {
    margin-left: -0.3rem;
  }

  .product li {
    width: 50%;
    padding: 0 0 .3rem .3rem;
  }

  .product .item .zoomImg img {
    height: 2.7rem;
    width: 100%;
  }

  .product .item .bd {
    padding: 0 .2rem .3rem .2rem;
  }

  .product .item .bd h5 {
    font-size: .26rem;
  }

  .product .item .bd p {
    font-size: .24rem;
    height: .7rem;
    line-height: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

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

  .page-num .num {
    font-size: .24rem;
  }

  .page-num .num a {
    margin: 0 .1rem;
    height: .6rem;
    min-width: .6rem;
    display: none;
  }

  .page-num .num a.arrow {
    padding: 0 .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-num .num p {
    display: none;
  }

  .page-num .btn {
    padding-top: .3rem;
  }

  .page-num .btn a {
    height: .6rem;
    width: 1.8rem;
    font-size: .24rem;
  }

  .page-num .btn a img {
    width: .6rem;
  }

  .page-num .btn a.btn-1 {
    width: 1.6rem;
  }

  .page-curr {
    height: 1rem;
    font-size: .24rem;
    padding-left: .32rem;
    background-size: .2rem;
  }

  .product-detail {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-detail .img-list {
    width: 1.1rem;
  }

  .product-detail .img-list .list-wrapper {
    height: 4.8rem;
  }

  .product-detail .img-list .list-wrapper li .img img {
    height: 1.1rem;
  }

  .product-detail .img-list .arrow {
    font-size: .24rem;
  }

  .product-detail .img-list .arrow a {
    font-family: "iconfont";
    color: #666;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: .16rem;
  }

  .product-detail .img-list .arrow a:hover {
    color: #123e97;
  }

  .product-detail .img-list .arrow .num2 {
    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: .4rem;
    color: #999;
  }

  .product-detail .img-list .arrow .num2 .num-curr {
    color: #333;
    font-weight: bold;
  }

  .product-detail .big-img {
    width: 5.5rem;
  }

  .product-detail .big-img img {
    width: 100%;
    height: 5.5rem;
  }

  .product-detail .col {
    width: 100%;
    padding: .3rem 0 0 0;
  }

  .product-detail .col h2 {
    font-size: .32rem;
  }

  .product-detail .col .list h3 {
    font-size: .3rem;
  }

  .product-detail .col .list li {
    font-size: .24rem;
    line-height: .48rem;
    width: 100%;
  }

  .product-detail .col .price {
    font-size: .26rem;
  }

  .product-detail .col .price em {
    font-size: .48rem;
  }

  .product-detail .col .btns a {
    height: .66rem;
    font-size: .24rem;
  }

  .product-detail .col .btns a img {
    width: .66rem;
  }

  .product-detail .col .btns a em {
    padding: 0 .2rem 0 0;
  }

  .product-detail2 .side-nav {
    display: none;
  }

  .product-detail2 .w1090 {
    width: 100%;
    padding: 0 .3rem .4rem .3rem;
  }

  .product-detail2 .w1090 .title {
    font-size: .32rem;
  }

  .product-detail2 .w1090 .content {
    font-size: .24rem;
    line-height: .44rem;
  }

  .product-detail2 .w1090 .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .42rem 0;
  }

  .product-detail2 .w1090 .row .item {
    width: 100%;
    padding: 0 0 .4rem 0;
  }

  .product-detail2 .w1090 .row .item .title {
    padding-top: 0;
  }

  .product-detail2 .w1090 .row .item .content {
    padding-bottom: 0;
  }

  .product-detail2 .w1090 .row .item:nth-child(2) {
    padding: .4rem 0 0 0;
    border: 0;
    border-top: #e6e6e6 solid 1px;
  }

  .product-detail2 .w1090 .img-list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .cart {
    font-size: .24rem;
  }

  .cart .list {
    padding: 0 .3rem;
  }

  .cart .list .hd,
  .cart .list li {
    -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;
  }

  .cart .list .hd .col-2,
  .cart .list .hd .col-3,
  .cart .list li .col-2,
  .cart .list li .col-3 {
    width: 40%;
  }

  .cart .list .hd .col-4,
  .cart .list li .col-4 {
    width: .74rem;
  }

  .cart .list .hd {
    display: none;
  }

  .cart .list li {
    height: auto;
    padding: .3rem 0;
  }

  .cart .list li:first-child {
    border: 0;
  }

  .cart .list li .col-1 {
    padding-bottom: .2rem;
  }

  .cart .list li .col-1 h5 {
    font-size: .26rem;
    padding-left: .3rem;
  }

  .cart .list li .col-3 b {
    font-size: .3rem;
  }

  .cart .btns {
    padding-left: .3rem;
  }

  .cart .btns li {
    margin-right: .4rem;
    font-size: .26rem;
  }

  .cart .btns .btn {
    width: 2.2rem;
    font-size: .28rem;
  }

  .application li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .application li a .zoomImg {
    width: 100%;
  }

  .application li a .col {
    width: 100%;
    padding: .3rem .3rem;
  }

  .application li a .col .content {
    padding: .2rem 0;
    font-size: .24rem;
    line-height: 1.8em;
  }

  .application li a .col .content .scroll {
    max-height: 3rem;
  }

  .application li:nth-child(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .news li a .zoomImg {
    width: 100%;
  }

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

  .news li a .time {
    width: 1.4rem;
    height: auto;
    border: 0;
    border-bottom: #e6e6e6 solid 1px;
    padding: .3rem 0 .2rem 0;
    position: relative;
    left: .4rem;
  }

  .news li a .time h5 {
    font-size: .4rem;
    line-height: .5rem;
  }

  .news li a .time .year {
    font-size: .26rem;
  }

  .news li a .col {
    width: 100%;
    padding: .3rem .3rem .4rem .4rem;
  }

  .news li a .col .content {
    font-size: .24rem;
    line-height: 1.6em;
    padding: .25rem 0;
  }

  .news li a .col .more {
    font-size: .24rem;
  }

  .news li a .col .more:after {
    width: .22rem;
    height: .28rem;
  }

  .news-detail .head dd {
    padding: 0 .25rem;
    font-size: .24rem;
  }

  .news-detail .head dd:after {
    height: .2rem;
  }

  .news-detail .content {
    font-size: .26rem;
  }

  .news-detail .list {
    padding: 0 .3rem .2rem .3rem;
  }

  .news-detail .list h2 {
    font-size: .32rem;
    line-height: 1.2rem;
  }

  .news-detail .list ul {
    margin-left: -0.2rem;
  }

  .news-detail .list li {
    width: 50%;
    padding: 0 0 .3rem .2rem;
  }

  .news-detail .list li:nth-child(3) {
    display: none;
  }

  .news-detail .list li a .time {
    font-size: .22rem;
  }

  .join .wal ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .join .wal li {
    width: 100%;
    height: 3rem;
    border: 0;
    border-top: #fff solid 1px;
    padding: 0 0 .3rem .6rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .join .wal li>.name {
    font-size: .28rem;
  }

  .join .wal li dl dd {
    line-height: .32rem;
    font-size: .24rem;
  }

  .join .wal li dl dd .tel {
    font-size: .38rem;
    line-height: .32rem;
  }

  .join .wal li dl dd .ewm {
    width: 1.4rem;
  }

  .join .wal li.on {
    height: 5rem;
  }

  .join .wal li.on dl {
    height: 2.58rem;
    opacity: 1;
  }

  .contact {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .contact .wal {
    left: -0.3rem;
  }

  .contact .map {
    height: 9rem;
  }

  .contact .container {
    right: -0.66rem;
    padding: 0 .35rem;
  }

  .contact .container h2 {
    font-size: .28rem;
    padding: .6rem 0 .35rem 0;
  }

  .contact .container .tel .name {
    font-size: .24rem;
  }

  .contact .container .list {
    padding: .2rem 0;
  }

  .contact .container .list li {
    font-size: .24rem;
    height: auto;
    padding: .1rem 0;
  }

  .contact .container .list li .ico {
    width: .24rem;
  }

  .contact .container .btns {
    padding: .3rem 0;
  }

  .develop .col {
    width: 100%;
  }

  .develop .col h2 {
    font-size: .32rem;
    padding: .4rem 0;
  }

  .develop .col .content {
    font-size: .24rem;
  }

  .develop .col h5 {
    font-size: .28rem;
  }

  .develop2 h2 {
    font-size: .32rem;
  }

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

  .develop2 .list li .name {
    font-size: .28rem;
  }

  .develop2 .list li .content {
    font-size: .24rem;
    line-height: 1.7em;
  }

  .about-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-1>.zoomImg {
    width: 100%;
  }

  .about-1>.col {
    width: 100%;
    padding: .6rem .3rem 0 .3rem;
  }

  .about-1>.col .content {
    font-size: .24rem;
    line-height: 1.7em;
  }

  .about-1>.col .list {
    padding-bottom: .5rem;
  }

  .about-1>.col .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-1>.col .list li {
    width: 100%;
  }

  .about-1>.col .list li .col {
    padding-left: .15rem;
  }

  .about-1>.col .list li .col em {
    font-size: .28rem;
  }

  .about-1>.col .list li .col p {
    font-size: .24rem;
    letter-spacing: 0;
  }

  .about-2 .list {
    padding: 0;
  }

  .about-2 .list:before {
    display: none;
  }

  .about-2 .list li .name {
    font-size: .24rem;
    line-height: 1.4em;
    width: 3em;
    height: 2.8em;
  }

  .about-2 .content {
    font-size: .24rem;
    line-height: 1.7em;
  }

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

  .about-3 .list {
    padding: 0;
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .about-3 .list li {
    height: 4.8rem;
  }

  .about-3 .list li .item {
    width: 2.6rem;
    padding: .07rem .19rem .12rem .19rem;
  }

  .about-3 .list li .item .year {
    line-height: .6rem;
    font-size: .26rem;
  }

  .about-3 .list li .item .content {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
  }

  .about-3 .list .layer {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: .48rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #123e97;
    border-radius: .07rem;
    width: 5.66rem;
    min-height: 3.66rem;
    color: #fff;
    padding: .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;
  }

  .about-3 .list .layer:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    width: .2rem;
    height: .2rem;
    background: #123e97;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .about-3 .list .layer .img {
    width: 2.24rem;
  }

  .about-3 .list .layer .img img {
    width: 100%;
    height: 3.04rem;
  }

  .about-3 .list .layer .col {
    width: 2.6rem;
  }

  .about-3 .list .layer .col h3 {
    padding: 0 0 .2rem 0;
  }

  .about-3 .list .layer .col .content {
    font-size: .22rem;
    line-height: 1.5em;
  }

  .about-3 .list .layer .col .content:before {
    top: .35rem;
  }

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

  .about-3 .list2 .arrow a {
    width: .56rem;
    height: .56rem;
    font-size: .2rem;
    top: -0.1rem;
  }

  .about-3 .list2 .arrow a.prev {
    left: 0;
  }

  .about-3 .list2 .arrow a.next {
    right: 0;
  }

  .about-3 .list2 .list-wrapper li {
    line-height: .8rem;
    font-size: .24rem;
  }

  .about-3 .list2 .list-wrapper li.swiper-slide-active {
    font-size: .32rem;
  }

  .about-4 .title {
    font-size: .24rem;
  }

  .about-4 .list {
    position: relative;
    min-height: 1rem;
    padding-bottom: 1.8rem;
  }

  .about-4 .list .img {
    position: relative;
  }

  .about-4 .list .img:before {
    content: "";
    display: block;
    position: absolute;
    left: .13rem;
    top: .13rem;
    right: .12rem;
    bottom: .13rem;
    background: rgba(18,62,151,.9) url(../image/img31.png) center no-repeat;
    background-size: .31rem;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
  }

  .about-4 .list .img img {
    width: 100%;
  }

  .about-4 .list .img:hover:before {
    opacity: 1;
  }

  .about-4 .list-1:before {
    top: 2.6rem;
    width: 14rem;
    height: 1.7rem;
    margin-left: -3.5rem;
  }

  .about-4 .list-1 .list-wrapper2 {
    margin-right: -0.4rem;
  }

  .about-4 .list-1 .list-wrapper li {
    padding-right: .4rem;
  }

  .about-4 .list-1 .list-wrapper li .img img {
    height: 2.4rem;
  }

  .about-4 .list-2 {
    min-height: 1rem;
  }

  .about-4 .list-2:before {
    top: 3.59rem;
    width: 14rem;
    height: 1.7rem;
    margin-right: -3.5rem;
  }

  .about-4 .list-2 .list-wrapper2 {
    margin-left: -0.4rem;
  }

  .about-4 .list-2 .list-wrapper li {
    padding-left: .4rem;
  }

  .about-4 .list-2 .list-wrapper li .img img {
    height: 3rem;
  }

  .about-5 .title {
    padding: .8rem 0 .4rem 0;
  }

  .about-5 .content {
    font-size: .24rem;
    line-height: 1.8em;
    width: 100%;
    padding-bottom: .6rem;
  }

  .about-5 .list {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 9.6rem;
  }

  .about-5 .list li {
    padding-right: .3rem;
  }

  .about-5 .list li img {
    height: 3.8rem;
  }

  .about-5 .arrow {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: .4rem 0 1rem 0;
  }

  .about-6 .title {
    padding: 1rem 0 .33rem 0;
  }

  .about-6 .btns a {
    height: .66rem;
    padding: 0 .4rem;
    font-size: .26rem;
  }

  .about-6 .content {
    font-size: .24rem;
    line-height: 1.7em;
  }

  .index-dots {
    display: none;
  }

  #index .index-foot {
    height: 12rem;
  }

  .index-banner video {
    display: none;
  }

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

  .index-banner .title {
    bottom: 2.1rem;
  }

  .index-banner .title h2 {
    line-height: 1.5em;
  }

  .index-banner .title .en {
    font-size: .24rem;
  }

  .index-title .col {
    width: 70%;
  }

  .index-title .col h2 {
    font-size: .42rem;
    line-height: 1.5em;
  }

  .index-title .col p {
    font-size: .24rem;
    line-height: .38rem;
  }

  .index-title a.more {
    font-size: .24rem;
    height: .64rem;
  }

  .index-product .index-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index-product .index-title .col h2 {
    width: 8em;
  }

  .index-product .index-title a.more {
    top: .5rem;
  }

  .index-product .list:after {
    width: 5.5rem;
    left: 5.5rem;
  }

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

  .index-product .list .list-wrapper li .item .zoomImg img {
    height: 6rem;
  }

  .index-product .list .list-wrapper li .item .bd h5 {
    font-size: .28rem;
  }

  .index-product .list .list-wrapper li .item .bd p {
    font-size: .22rem;
  }

  .index-product .foot:before {
    display: none;
  }

  .index-product .foot .num {
    font-size: .26rem;
  }

  .index-product .foot .num .num-curr {
    font-size: .34rem;
  }

  .index-product .foot .line {
    width: 3.6rem;
  }

  .index-territory .item {
    padding-top: 16vh;
  }

  .index-territory .item .index-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index-territory .list {
    bottom: .64rem;
  }

  .index-territory .list ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .index-territory .list li .name {
    font-size: .24rem;
    padding: 0 .1rem;
  }

  .index-news .list {
    min-height: 7rem;
    position: relative;
  }

  .index-news .list .list-wrapper-1 {
    display: none;
  }

  .index-news .list .list-wrapper-2 {
    top: 1rem;
    width: 6.9rem;
    z-index: 2;
    margin-left: -3.45rem;
  }

  .index-news .list .list-wrapper-2 li a .zoomImg img {
    height: 4.6rem;
  }

  .index-news .list .list-wrapper-2 li a .name {
    font-size: .24rem;
  }

  .index-news .list .list-wrapper-3 {
    display: none;
  }

  .index-news .list .ico {
    top: 1.1rem;
    width: 6.9rem;
    margin-left: .2rem;
  }

  .index-news .btns li {
    margin-right: .4rem;
    font-size: .26rem;
  }

  .index-about .head .wal {
    height: 40vh;
    padding-top: 1.5rem;
  }

  .index-about .head .content {
    font-size: .24rem;
    line-height: .44rem;
    width: 100%;
  }

  .index-about .head .p-btn,
  .index-about .head .index-news .list .arrow a,
  .index-news .list .arrow .index-about .head a,
  .index-about .head .application li a .col .btn,
  .application li a .col .index-about .head .btn,
  .index-about .head .about-5 .arrow a,
  .about-5 .arrow .index-about .head a {
    margin-top: -2rem;
  }

  .index-about .list {
    height: 60vh;
  }

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

  .index-about .list .item {
    padding-right: .1rem;
  }

  .index-about .list .item h5 {
    font-size: .28rem;
    padding: .35rem 0 .15rem 0;
  }

  .index-about .list .item p {
    font-size: .22rem;
    line-height: .34rem;
    height: .68rem;
  }

  .product-layer .container {
    width: 7rem;
  }

  .product-layer .title {
    height: 1rem;
  }

  .product-layer .title h2 {
    font-size: .3rem;
  }

  .product-layer .title .close {
    font-size: .24rem;
  }

  .product-layer .form {
    padding: .5rem .3rem .53rem 0;
  }

  .product-layer .form li {
    width: 6rem;
    padding-bottom: .3rem;
  }

  .product-layer .form li .name {
    line-height: .66rem;
    width: 1.7rem;
    font-size: .24rem;
  }

  .product-layer .form li .input input,
  .product-layer .form li .input textarea {
    height: .66rem;
    line-height: .6rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  .product-layer .form li .input textarea {
    height: 2.5rem;
    line-height: .36rem;
    padding: .15rem .2rem;
  }

  .product-layer .form li.li_lzm .img {
    height: .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;
  }

  .product-layer .form .submit {
    padding: .23rem 0 0 1.7rem;
  }

  .product-layer .form .submit div {
    width: 2.2rem;
    height: .8rem;
    font-size: .28rem;
  }

  .develop-layer .container {
    width: 7rem;
  }

  .develop-layer .title {
    height: 1rem;
  }

  .develop-layer .title h2 {
    font-size: .32rem;
  }

  .develop-layer .title .close {
    font-size: .24rem;
  }

  .develop-layer .scroll {
    font-size: .24rem;
    height: 55vh;
  }

  .develop-layer .scroll h3 {
    font-size: .26rem;
  }

  .develop-layer .btn a {
    width: 2.8rem;
    height: .7rem;
    font-size: .28rem;
  }

  .page-search .search-head .form {
    width: 6rem;
    height: .8rem;
  }

  .page-search .search-head .form .submit {
    background-size: .28rem;
  }

  .page-search .search-head .form .input input {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    padding: 0 .4rem;
  }

  .page-search .search-head .btns li {
    margin: 0 .2rem;
    width: 2.2rem;
    height: .7rem;
    font-size: .24rem;
    padding-left: .1rem;
  }

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