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

.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: #1a1a1a;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

body.show {
  opacity: 1;
}

a {
  color: #1a1a1a;
  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: #004098;
  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";
}

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

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

@font-face {
  font-family: "D-DIN-PRO-400-REGULAR";
  src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/D-DIN-PRO-400-REGULAR.OTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

.g-head .g-nav a.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: .8rem;
  font-size: .16rem;
  color: #fff;
  position: relative;
}

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

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

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

.g-head.on .head,
.g-head.onon .head,
.page-head .head {
  background: #fff;
  box-shadow: 0 .04rem .1rem 0 rgba(129,149,183,.1);
}

.g-head.on a.logo,
.g-head.onon a.logo,
.page-head a.logo {
  background-image: url(../image/logo.png);
}

.g-head.on .g-nav a.name,
.g-head.onon .g-nav a.name,
.page-head .g-nav a.name {
  color: #1a1a1a;
}

.g-head.on .g-nav a.name:before,
.g-head.onon .g-nav a.name:before,
.page-head .g-nav a.name:before {
  background: #004098;
}

.g-head.on .g-nav a.name.on,
.g-head.onon .g-nav a.name.on,
.page-head .g-nav a.name.on {
  color: #004098;
}

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

  .g-head .g-nav li.s-nav-li a.name:after {
    display: block;
    content: "";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right: -0.2rem;
    -webkit-transform: translateY(-50%) rotate(90deg) scale(0.7);
    -ms-transform: translateY(-50%) rotate(90deg) scale(0.7);
    transform: translateY(-50%) rotate(90deg) scale(0.7);
  }

  .g-head .g-nav li.s-nav-li .list {
    position: absolute;
    left: 50%;
    top: -100vh;
    width: 2rem;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 .04rem .1rem 0 rgba(129,149,183,.2);
    padding: .1rem 0;
  }

  .g-head .g-nav li.s-nav-li .list a {
    display: block;
    font-size: .16rem;
    line-height: .46rem;
    padding-left: .26rem;
  }

  .g-head .g-nav li.s-nav-li .list a:hover {
    color: #004098;
    background: #f5f7fa;
  }

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

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

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

  .g-head.on .g-nav li:hover a.name,
  .g-head.onon .g-nav li:hover a.name,
  .page-head li:hover a.name {
    color: #004098;
  }
}

.g-foot {
  background: url(../image/foot.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: .16rem;
  position: relative;
  z-index: 20;
}

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

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

.g-foot .logo {
  width: 1.73rem;
  position: absolute;
  left: 0;
  top: .5rem;
  z-index: 5;
}

.g-foot .nav {
  border-bottom: rgba(255,255,255,.2) solid 1px;
  padding-top: .42rem;
}

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

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

.g-foot .nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: .86rem;
  position: relative;
  font-size: .16rem;
}

.g-foot .nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  right: 50%;
  height: 0.02rem;
  background: #fff;
}

.g-foot .nav li a:hover:before,
.g-foot .nav li a.on:before {
  left: 0;
  right: 0;
}

.g-foot .list {
  min-height: 2.68rem;
  padding: .52rem 0 0 0;
}

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

.g-foot .list li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: .14rem;
  line-height: 1em;
  padding-bottom: .18rem;
}

.g-foot .list li .name img {
  width: .2rem;
  margin-right: .06rem;
}

.g-foot .list li .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-foot .list li .tel b {
  font-family: "Roboto-Bold";
  font-size: .34rem;
  line-height: 1em;
}

.g-foot .list li .tel em {
  font-size: .14rem;
  opacity: .7;
}

.g-foot .list li p {
  font-size: .18rem;
}

.g-foot .list2 {
  position: absolute;
  left: 5.93rem;
  right: 0;
  top: 1.9rem;
}

.g-foot .list2:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 1.48rem;
  background: rgba(255,255,255,.2);
}

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

.g-foot .list2 li:last-child {
  padding-bottom: 0;
}

.g-foot .list2 li h3 {
  font-size: .18rem;
  padding-bottom: .1rem;
}

.g-foot .list2 li p {
  font-size: .18rem;
}

.g-foot .ewm {
  position: absolute;
  top: 1.87rem;
  right: 0;
  text-align: center;
}

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

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

.g-foot .ewm .name {
  line-height: 1em;
  padding-top: .13rem;
}

.g-foot .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: rgba(255,255,255,.2) solid 1px;
  line-height: .28rem;
  padding: .2rem 0;
}

.g-foot .foot .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 .foot .row p {
  padding-right: 2em;
}

.topA {
  display: block;
  width: .4rem;
  height: .4rem;
  border: rgba(255,255,255,.2) solid 1px;
  border-radius: 50%;
  background: url(../image/img16.png) center no-repeat;
  background-size: .16rem;
  position: absolute;
  z-index: 5;
  right: .3rem;
  bottom: .3rem;
}

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

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

  body.navShow {
    overflow: hidden;
  }

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

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

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

  .g-headD {
    height: 1rem;
  }

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

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

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

  .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-left: .5rem;
    height: 1rem;
    line-height: 1rem;
  }

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

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

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

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

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

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

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

  .g-head.on .navA,
  .g-head.onon .navA,
  .page-head .navA {
    color: #333;
  }

  .g-foot {
    font-size: .24rem;
    padding-top: .4rem;
  }

  .g-foot .logo {
    width: 2rem;
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .g-foot .nav {
    padding-top: .1rem;
  }

  .g-foot .nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .g-foot .nav li {
    margin-left: 0;
  }

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

  .g-foot .list {
    min-height: 1rem;
    padding: .52rem 0 0 0;
  }

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

  .g-foot .list li .name img {
    width: .24rem;
  }

  .g-foot .list li .tel b {
    font-size: .44rem;
  }

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

  .g-foot .list li p {
    font-size: .26rem;
  }

  .g-foot .list2 {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: .6rem;
  }

  .g-foot .list2:before {
    display: none;
  }

  .g-foot .list2 li h3 {
    font-size: .28rem;
    padding-bottom: .1rem;
  }

  .g-foot .list2 li p {
    font-size: .24rem;
    margin-right: -0.3rem;
  }

  .g-foot .ewm {
    width: 100%;
    position: relative;
    top: 0;
  }

  .g-foot .ewm ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-foot .ewm li {
    width: 1.8rem;
    margin-left: 0;
    padding: 0 .2rem .4rem .2rem;
  }

  .g-foot .ewm .name {
    font-size: .2rem;
  }

  .g-foot .foot {
    line-height: .38rem;
    padding: .35rem 0;
  }

  .g-foot .foot p {
    width: 100%;
    text-align: center;
  }

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

  .g-foot .foot .row p {
    padding-right: 0;
  }
}

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

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

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

#index .index-slide.index-foot {
  height: 4.68rem;
}

#index .g-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

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

.index-flash li {
  position: relative;
}

.index-flash li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #062a44;
}

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

.index-flash li .wal {
  height: 100vh;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.index-flash li .wal .title {
  font-size: .56rem;
  line-height: .88rem;
}

.index-flash .control {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: .5rem;
  margin-left: -7.6rem;
}

.index-flash .control .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: .16rem;
  line-height: 1em;
  color: #fff;
  font-family: "Roboto-Bold";
}

.index-flash .control .num div {
  opacity: .5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: .22rem;
  cursor: pointer;
}

.index-flash .control .num div.on {
  opacity: 1;
  font-size: .2rem;
}

.index-flash .control .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;
  height: .2rem;
  margin-top: .04rem;
}

.index-flash .control .row .line {
  width: 2rem;
  height: 0.02rem;
  border-radius: 1px;
  background: rgba(255,255,255,.3);
}

.index-flash .control .row .line div {
  height: 0.02rem;
  border-radius: 1px;
  background: #fff;
  width: 0;
}

.index-flash .control .row .btn {
  width: .4rem;
  height: .4rem;
  background: url(../image/btn.svg) center no-repeat;
  background-size: .24rem;
  cursor: pointer;
}

.index-flash .control .row .btn.stop {
  background-image: url(../image/btn2.svg);
}

.index-1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 250vh;
}

.index-1 .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.index-1 .container .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
}

.index-1 .container .wal {
  height: 100vh;
  position: relative;
  z-index: 5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.75rem 0 .92rem;
}

.index-1 .container .wal .logo {
  width: 5.14rem;
  height: 5.14rem;
  position: relative;
  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;
}

.index-1 .container .wal .logo div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img514.png) center no-repeat;
  background-size: 100% 100%;
}

.index-1 .container .wal .logo img {
  width: 1.24rem;
  position: relative;
}

.index-1 .container .wal .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-1 .container .wal .col .en {
  font-size: .68rem;
  font-family: "DINPro-Bold";
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: .25rem;
}

.index-1 .container .wal .col h2 {
  font-size: .6rem;
  line-height: 1em;
  padding-bottom: 1rem;
  position: relative;
}

.index-1 .container .wal .col h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  width: .8rem;
  height: .04rem;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-1 .container .wal .col .en2 {
  font-size: .3rem;
  font-family: "D-DIN-PRO-400-REGULAR";
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: .5rem;
}

.index-1 .container .wal .col .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;
  border-radius: .5rem;
  border: #fff solid 1px;
  width: 1.8rem;
  height: .48rem;
  font-size: .2rem;
  color: #fff;
}

.index-1 .container .wal .col .btn a:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  margin-left: .06rem;
}

.index-1 .container .wal .col .btn a:hover {
  background: #004098;
  color: #fff;
  border-color: #004098;
}

.index-1.on .container {
  position: fixed;
}

.p-more,
.appointment .submit div,
.apply .submit div,
.contact .form .submit div,
#product-down-form .submit div,
.service-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;
  border-radius: .5rem;
  width: 1.8rem;
  height: .48rem;
  font-size: .2rem;
  color: #fff;
  background: -webkit-linear-gradient(left, #025BB9, #4FA3FF);
  background: linear-gradient(90deg, #025BB9, #4FA3FF);
}

.p-more:after,
.appointment .submit div:after,
.apply .submit div:after,
.contact .form .submit div:after,
#product-down-form .submit div:after,
.service-form .submit div:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  margin-left: .06rem;
}

.p-more:hover,
.appointment .submit div:hover,
.apply .submit div:hover,
.contact .form .submit div:hover,
#product-down-form .submit div:hover,
.service-form .submit div:hover {
  box-shadow: 0 .04rem .2rem rgba(0,0,0,.25);
  color: #fff;
}

.index-2 {
  background: #fff;
  position: relative;
  z-index: 2;
  color: #004098;
}

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

.index-2 .title {
  font-size: .48rem;
  line-height: 1em;
  padding-bottom: .25rem;
}

.index-2 .ico {
  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;
}

.index-2 .ico:before,
.index-2 .ico:after {
  display: block;
  content: "";
  width: 3.4rem;
  height: 0.02rem;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #2293E5);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #2293E5);
}

.index-2 .ico:after {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #2293E5);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #2293E5);
}

.index-2 .ico 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;
  border-radius: 50%;
  width: .48rem;
  height: .48rem;
  border: #2293e5 solid 1px;
  margin: 0 .14rem;
}

.index-2 .ico div img {
  width: .29rem;
}

.index-2 .content {
  max-width: 6.1rem;
  font-size: .2rem;
  line-height: 2em;
  padding: .55rem 0;
}

.index-3 {
  background: #fff;
  position: relative;
  z-index: 2;
}

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

.index-3 h2.title {
  font-size: .48rem;
  color: #004098;
  line-height: 1em;
  padding-bottom: .6rem;
}

.index-3 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  border-radius: .1rem;
}

.index-3 .list li {
  position: relative;
  height: 5.24rem;
}

.index-3 .list li .title {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 0 0 1.2rem;
  color: #fff;
}

.index-3 .list li .title div {
  font-size: .32rem;
  line-height: 1em;
}

.index-3 .list li .title .line {
  height: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-3 .list li .title .line:after {
  display: block;
  content: "";
  width: .4rem;
  height: 0.02rem;
  background: #fff;
}

.index-3 .list li .title h2 {
  font-size: .48rem;
  line-height: 1em;
}

.index-3 .dots2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  left: 1.2rem;
  bottom: 1.4rem;
}

.index-3 .dots2 span {
  width: .18rem;
  height: .18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-right: .2rem;
}

.index-3 .dots2 span:before {
  display: block;
  content: "";
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
}

.index-3 .dots2 span svg {
  width: .18rem;
  height: .18rem;
  opacity: 0;
}

.index-3 .dots2 span.on:before {
  background: #fff;
}

.index-3 .dots2 span.on svg {
  opacity: 1;
}

.index-3 .btns {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: .94rem;
  width: 1.4rem;
  background: url(../image/img140.png) center no-repeat;
  background-size: 100% 100%;
  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-3 .btns dl {
  width: 100%;
}

.index-3 .btns dd {
  height: .84rem;
  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;
  font-size: .22rem;
  color: #fff;
  position: relative;
}

.index-3 .btns dd span {
  width: .28rem;
  height: .28rem;
  position: relative;
  margin-left: .17rem;
}

.index-3 .btns dd span:before {
  display: block;
  content: "";
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
}

.index-3 .btns dd span svg {
  width: .28rem;
  height: .28rem;
  opacity: 0;
}

.index-3 .btns dd:nth-child(1) {
  right: -0.05rem;
}

.index-3 .btns dd:nth-child(2) {
  right: -0.13rem;
}

.index-3 .btns dd:nth-child(3) {
  right: -0.03rem;
}

.index-3 .btns dd.on span svg {
  opacity: 1;
}

.page-banner-wrapper {
  height: 4.78rem;
}

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

.page-banner .wal {
  height: 6.8rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: .8rem;
  position: relative;
}

.page-banner .wal .title {
  font-size: .3rem;
}

.page-banner .wal .title h2 {
  font-weight: 400;
  font-size: .6rem;
  line-height: 1em;
  padding-bottom: .3rem;
}

.page-banner .wal .page-curr {
  position: absolute;
  left: 0;
  bottom: 1.34rem;
  right: 0;
}

.page-banner .wal .page-curr a {
  color: #fff;
}

.page-banner .wal .title2 {
  text-align: center;
  font-size: .6rem;
  line-height: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5rem;
}

.p-more2,
.news li a .col .more,
.product a .bd .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: .4rem;
  width: 1.4rem;
  height: .44rem;
  border: #1a1a1a solid 1px;
  font-size: .16rem;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.p-more2:before,
.news li a .col .more:before,
.product a .bd .more:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: .4rem;
  background: -webkit-linear-gradient(left, #025BB9, #4FA3FF);
  background: linear-gradient(90deg, #025BB9, #4FA3FF);
  opacity: 0;
}

.p-more2:after,
.news li a .col .more:after,
.product a .bd .more:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  margin-left: .06rem;
}

.p-more2 em,
.news li a .col .more em,
.product a .bd .more em,
.p-more2:after,
.news li a .col .more:after,
.product a .bd .more:after {
  position: relative;
}

.p-more2:hover,
.news li a .col .more:hover,
.product a .bd .more:hover {
  color: #fff;
}

.p-more2:hover:before,
.news li a .col .more:hover:before,
.product a .bd .more:hover:before {
  opacity: 1;
}

.product {
  background: #f5f7fa;
  padding: 1.2rem 0;
}

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

.product a {
  display: block;
  border-radius: .2rem;
  background: #fff;
  height: 3.64rem;
  position: relative;
  overflow: hidden;
}

.product a .bd {
  padding: .65rem .48rem;
  position: relative;
  z-index: 2;
}

.product a .bd .name {
  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;
}

.product a .bd .name h3 {
  font-weight: 400;
  font-size: .3rem;
}

.product a .bd .name em {
  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;
  margin-left: .22rem;
  height: .3rem;
  font-size: .16rem;
  padding: 0 .09rem;
  border-radius: .06rem;
  background: #004098;
  color: #fff;
  -webkit-transform: translateY(0.06rem);
  -ms-transform: translateY(0.06rem);
  transform: translateY(0.06rem);
}

.product a .bd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .2rem 0 .35rem 0;
  margin-left: -0.25rem;
}

.product a .bd dl dd {
  padding-left: .25rem;
  font-size: .18rem;
  color: #1a1a1a;
  position: relative;
}

.product a .bd dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: .12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: .16rem;
  background: rgba(0,0,0,.3);
}

.product a .bd dl dd:first-child:before {
  display: none;
}

.product a .zoomImg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6rem;
}

.product a:hover {
  box-shadow: 0 .08rem .28rem 0 rgba(129,149,183,.2);
}

.service-form {
  padding: 1.2rem 0;
}

.service-form .wal {
  max-width: 9.8rem;
}

.service-form .title {
  text-align: center;
}

.service-form .title h2 {
  font-size: .36rem;
  line-height: 1em;
  font-weight: 400;
}

.service-form .title p {
  font-size: .18rem;
  padding: .25rem 0 .55rem 0;
}

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

.service-form .form li {
  width: 4.6rem;
  padding-bottom: .4rem;
}

.service-form .form li .name {
  font-size: .16rem;
  line-height: 1em;
  padding-bottom: .14rem;
}

.service-form .form li .input {
  border-radius: .04rem;
  border: rgba(0,0,0,.1) solid 1px;
}

.service-form .form li .input input,
.service-form .form li .input textarea {
  width: 100%;
  height: .48rem;
  line-height: .48rem;
  padding: 0 .15rem;
  font-size: .2rem;
  color: #1a1a1a;
}

.service-form .form li .input textarea {
  height: 1rem;
  line-height: .28rem;
  padding: .1rem .15rem;
}

.service-form .form li.on .name {
  color: #004098;
}

.service-form .form li.on .input {
  border-color: #004098;
}

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

.service-form .tips {
  padding-bottom: .7rem;
  margin-top: -0.1rem;
  font-size: .14rem;
}

.service-form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-form .submit div {
  width: 1.8rem;
  height: .54rem;
  cursor: pointer;
}

.service-form .submit div:after {
  display: none;
}

.service-form2>.wal {
  max-width: 15.2rem;
  background: #fff;
  border-radius: .2rem;
  padding: 1rem 0;
}

.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;
  font-size: .18rem;
  line-height: 1em;
  padding: .3rem 0;
}

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

.page-curr a:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  width: .3rem;
  text-align: center;
}

.product-detail-hd {
  background: center no-repeat;
  background-size: auto 100%;
}

.product-detail-hd .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
}

.product-detail-hd .img img {
  max-width: 19.2rem;
  width: 100%;
  height: 9.5rem;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.product-detail-hd .wal {
  height: 9.5rem;
  position: relative;
  z-index: 5;
}

.product-detail-hd .title {
  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;
  padding-top: 2.1rem;
}

.product-detail-hd .title h2 {
  font-weight: 400;
  font-size: .48rem;
  padding-bottom: .26rem;
}

.product-detail-hd .title em {
  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: .46rem;
  font-size: .22rem;
  padding: 0 .13rem;
  border-radius: .06rem;
  background: #004098;
  color: #fff;
}

.product-detail-hd .page-curr {
  position: absolute;
  left: 0;
  bottom: .8rem;
  right: 0;
}

.product-title {
  text-align: center;
  font-size: .36rem;
  line-height: 1em;
  padding: 1.2rem 0 .6rem 0;
}

.product-specialty {
  padding-bottom: .4rem;
}

.product-specialty .wal {
  position: relative;
  top: -0.8rem;
  z-index: 5;
  background: #fff;
  min-height: 4.35rem;
  border-radius: .2rem;
}

.product-specialty .product-title {
  padding: 1rem 0 0 0;
}

.product-specialty .list {
  position: relative;
  padding: 0 .5rem;
}

.product-specialty .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product-specialty .list li {
  position: relative;
}

.product-specialty .list li .bd {
  height: 2.4rem;
  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;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  left: 0;
}

.product-specialty .list li .bd .ico {
  width: .7rem;
}

.product-specialty .list li .bd .name {
  text-align: center;
  font-size: .22rem;
  line-height: 1em;
  padding-top: .35rem;
}

.product-specialty .list li .content {
  font-size: .16rem;
  line-height: .28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
}

.product-specialty .list li:hover .bd {
  opacity: 0;
}

.product-specialty .list li:hover .content {
  opacity: 1;
  visibility: visible;
}

.product-specialty .list .arrow a {
  display: block;
  font-family: "iconfont";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .2rem;
}

.product-specialty .list .arrow a.prev {
  left: .2rem;
}

.product-specialty .list .arrow a.next {
  right: .2rem;
}

.product-detail {
  background: #fff;
  position: relative;
}

.product-detail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.15rem;
  height: 1px;
  background: rgba(26,26,26,.1);
}

.product-detail .wal {
  position: relative;
  z-index: 2;
  min-height: 8.68rem;
}

.product-detail .navs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .navs li {
  height: 2.16rem;
  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;
  margin-right: .95rem;
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  position: relative;
}

.product-detail .navs li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.02rem;
  background: #004098;
}

.product-detail .navs li .img {
  width: 1.05rem;
}

.product-detail .navs li .img img {
  width: 100%;
  height: 1rem;
}

.product-detail .navs li .name {
  text-align: center;
  font-size: .2rem;
  padding-top: .1rem;
}

.product-detail .navs li a {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.product-detail .navs li:hover,
.product-detail .navs li.on {
  color: #004098;
}

.product-detail .navs li:hover:before,
.product-detail .navs li.on:before {
  left: 0;
  right: 0;
}

.product-detail .navs-2 li .img {
  width: 1.42rem;
}

.product-detail .navs-2 li .img img {
  height: 1.12rem;
}

.product-detail .item {
  min-height: 6.5rem;
  position: relative;
  padding: 1.2rem 0;
}

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

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

.product-detail .item .row .select {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.05rem;
  height: .36rem;
  border-radius: .06rem;
  background: #004098;
  color: #fff;
  font-size: .16rem;
  margin-left: .18rem;
}

.product-detail .item .row .select:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: rotate(90deg) scale(0.7);
  -ms-transform: rotate(90deg) scale(0.7);
  transform: rotate(90deg) scale(0.7);
  margin-left: .06rem;
}

.product-detail .item .row .select .select-layer {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.4rem;
  display: none;
}

.product-detail .item .row .select .select-layer dl {
  border-radius: .1rem;
  background: #fff;
  box-shadow: 0 .04rem .12rem 0 rgba(101,122,159,.2);
  padding: .11rem 0;
}

.product-detail .item .row .select .select-layer dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: .46rem;
  padding: 0 .27rem;
  font-size: .18rem;
  color: #666;
}

.product-detail .item .row .select .select-layer dd:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.product-detail .item .row .select .select-layer dd:hover {
  background: #f5f7fa;
  color: #004098;
}

.product-detail .item .row .select.on .select-layer {
  display: block;
}

.product-detail .item dl.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .24rem 0 .5rem 0;
  margin-left: -0.25rem;
}

.product-detail .item dl.info dd {
  padding-left: .25rem;
  font-size: .18rem;
  color: #1a1a1a;
  position: relative;
}

.product-detail .item dl.info dd:before {
  content: "";
  display: block;
  position: absolute;
  left: .12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: .16rem;
  background: rgba(0,0,0,.3);
}

.product-detail .item dl.info dd:first-child:before {
  display: none;
}

.product-detail .item .list {
  width: 7.74rem;
}

.product-detail .item .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 .item .list li {
  width: 33.333%;
  padding: 0 .3rem .48rem 0;
}

.product-detail .item .list li .value {
  font-size: .22rem;
  line-height: 1em;
  padding-bottom: .2rem;
}

.product-detail .item .list li .name {
  font-size: .18rem;
  line-height: 1em;
  color: #666;
}

.product-detail .item .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .item .btns a {
  margin-right: .4rem;
  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: .06rem;
  width: 1.5rem;
  height: .6rem;
  border: #1a1a1a solid 1px;
  font-size: .18rem;
}

.product-detail .item .btns a span {
  font-family: "iconfont";
  -webkit-transform: scale(0.7) rotate(90deg);
  -ms-transform: scale(0.7) rotate(90deg);
  transform: scale(0.7) rotate(90deg);
  margin-left: .06rem;
}

.product-detail .item .btns a:hover,
.product-detail .item .btns a.on {
  background: #004098;
  border-color: #004098;
  color: #fff;
}

.product-detail .item .btns a.on span {
  -webkit-transform: scale(0.7) rotate(-90deg);
  -ms-transform: scale(0.7) rotate(-90deg);
  transform: scale(0.7) rotate(-90deg);
}

.product-detail .item .imgs {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.8rem;
}

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

.product-detail .item .imgs li {
  text-align: center;
}

.product-detail .item .imgs li img {
  width: 5.4rem;
  height: 3.8rem;
}

.product-detail .item .imgs .arrow a {
  display: block;
  font-family: "iconfont";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .2rem;
}

.product-detail .item .imgs .arrow a.prev {
  left: 0;
}

.product-detail .item .imgs .arrow a.next {
  right: 0;
}

.product-detail .item .imgs .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: .2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.product-detail .item .imgs .dots span {
  margin: 0 .08rem;
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
}

.product-detail .item .imgs .dots span.swiper-pagination-bullet-active {
  background: #000;
}

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

.product-layer.show {
  opacity: 1;
  visibility: visible;
}

.product-layer .container {
  width: 12rem;
  min-height: 7.63rem;
  position: relative;
  background: #fff;
  border-radius: .26rem;
  padding: .6rem;
}

.product-layer .title {
  font-size: .32rem;
  line-height: 1em;
  padding-bottom: .4rem;
}

.product-layer .close {
  font-family: "iconfont";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3rem;
  height: 1.3rem;
  font-size: .2rem;
}

#product-configuration .nav {
  background: #f5f7fa;
  border-radius: .06rem;
  padding-left: .3rem;
}

#product-configuration .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#product-configuration .nav li {
  margin-right: .85rem;
  line-height: .55rem;
  font-size: .2rem;
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  position: relative;
}

#product-configuration .nav li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 50%;
  height: 0.02rem;
  background: #004098;
}

#product-configuration .nav li:hover,
#product-configuration .nav li.on {
  color: #004098;
}

#product-configuration .nav li:hover:before,
#product-configuration .nav li.on:before {
  left: 0;
  right: 0;
}

#product-configuration .item .sub-title {
  padding: .5rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#product-configuration .item .sub-title h3 {
  font-weight: 400;
  background: #004098;
  color: #fff;
  width: 1.08rem;
  height: .5rem;
  font-size: .22rem;
  border-radius: .06rem;
  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;
}

#product-configuration .item .list {
  padding: .24rem 0 .1rem 0;
}

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

#product-configuration .item .list li {
  border-bottom: rgba(0,0,0,.1) solid 1px;
  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;
  height: .37rem;
  padding-left: .11rem;
}

#product-configuration .item .list li:before {
  display: block;
  content: "";
  border-radius: 50%;
  background: #004098;
  width: .06rem;
  height: .06rem;
  margin-right: .1rem;
}

#product-down-form .container {
  min-height: 5.87rem;
  padding: .6rem 1.1rem;
}

#product-down-form .title {
  text-align: center;
  padding-bottom: .8rem;
}

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

#product-down-form .form li {
  width: 4.6rem;
  padding-bottom: .4rem;
}

#product-down-form .form li .name {
  font-size: .16rem;
  line-height: 1em;
  padding-bottom: .14rem;
}

#product-down-form .form li .input {
  border-radius: .04rem;
  border: rgba(0,0,0,.1) solid 1px;
}

#product-down-form .form li .input input {
  width: 100%;
  height: .48rem;
  line-height: .48rem;
  padding: 0 .15rem;
  font-size: .2rem;
  color: #1a1a1a;
}

#product-down-form .form li.on .name {
  color: #004098;
}

#product-down-form .form li.on .input {
  border-color: #004098;
}

#product-down-form .tips {
  padding-bottom: .6rem;
  margin-top: -0.1rem;
  font-size: .14rem;
}

#product-down-form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product-down-form .submit div {
  width: 1.8rem;
  height: .54rem;
  cursor: pointer;
}

#product-down-form .submit div:after {
  display: none;
}

.product-superiority .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: .2rem;
  background: #fff;
}

.product-superiority .row .list {
  width: calc(50% - .3rem);
  padding: 0 .3rem 0 .48rem;
  max-height: 3.8rem;
  overflow-y: auto;
}

.product-superiority .row .list::-webkit-scrollbar {
  width: .04rem;
  border-radius: .04rem;
}

.product-superiority .row .list::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: .04rem;
}

.product-superiority .row .list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: .04rem;
}

.product-superiority .row .list li {
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.product-superiority .row .list li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: .73rem;
  font-size: .22rem;
  position: relative;
  cursor: pointer;
  padding: 0 .35rem 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product-superiority .row .list li .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: .19rem;
  background: url(../image/img19.png) center no-repeat;
  background-size: 100%;
  opacity: 0;
}

.product-superiority .row .list li .name:after {
  content: "";
  display: block;
  position: absolute;
  right: .3rem;
  top: 50%;
  content: "";
  font-family: "iconfont";
  -webkit-transform: translateY(-50%) scale(0.7);
  -ms-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
}

.product-superiority .row .list li .content {
  font-size: .18rem;
  line-height: .34rem;
  color: #666;
  padding: 0 .9rem .2rem 0;
  display: none;
}

.product-superiority .row .list li.on .name {
  padding-left: .35rem;
  color: #004098;
}

.product-superiority .row .list li.on .name:before {
  opacity: 1;
}

.product-superiority .row .zoomImg {
  border-radius: 0 .2rem .2rem 0;
  width: 50%;
}

.product-superiority .row .zoomImg img {
  width: 100%;
  height: 5.2rem;
}

.application {
  padding: .4rem 0 1.2rem 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.application ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  border-bottom: #e5e5e5 solid 1px;
}

.application li {
  width: 33.333%;
  padding: .8rem .4rem 0 0;
  border-bottom: #e5e5e5 solid 1px;
  position: relative;
  top: 1px;
}

.application a {
  display: block;
}

.application a .zoomImg {
  border-radius: .1rem;
}

.application a .zoomImg img {
  width: 100%;
  height: 3rem;
}

.application a .col {
  min-height: 1.97rem;
}

.application a .col h3 {
  font-size: .26rem;
  font-weight: 400;
  padding: .3rem 0 .1rem 0;
}

.application a .col p {
  font-size: .18rem;
  color: #1a1a1a;
}

.application a .col .more {
  position: absolute;
  left: 0;
  bottom: -1px;
  font-size: .16rem;
  line-height: 1em;
  padding-bottom: .38rem;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.application a .col .more:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin-left: .03rem;
}

.application a .col .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.02rem;
  background: #004098;
}

.application a:hover .col .more {
  color: #004098;
}

.application a:hover .col .more:before {
  width: 100%;
}

.application-detail {
  min-height: 100vh;
  background: #f5f7fa;
}

.application-detail .title {
  text-align: center;
  padding: 1.2rem 0 .6rem 0;
  font-size: .36rem;
  line-height: 1em;
}

.application-detail .head {
  position: relative;
  z-index: 5;
  background: #fff;
  min-height: 3.4rem;
  border-radius: .2rem;
  top: -1.34rem;
  margin-bottom: -1.34rem;
}

.application-detail .head .title {
  padding: 1rem 0 .5rem 0;
}

.application-detail .head .content {
  font-size: .2rem;
  line-height: 1.7em;
  text-align: center;
  padding: 0 .3rem .9rem .3rem;
}

.application-detail .program-overview {
  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;
  border-radius: .2rem;
  background: #fff;
}

.application-detail .program-overview .list {
  width: calc(50% - .3rem);
  padding: 0 .3rem 0 .48rem;
  max-height: 3.8rem;
  overflow-y: auto;
}

.application-detail .program-overview .list::-webkit-scrollbar {
  width: .04rem;
  border-radius: .04rem;
}

.application-detail .program-overview .list::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: .04rem;
}

.application-detail .program-overview .list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: .04rem;
}

.application-detail .program-overview .list li {
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.application-detail .program-overview .list li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: .73rem;
  font-size: .22rem;
  position: relative;
  cursor: pointer;
  padding: 0 .35rem 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.application-detail .program-overview .list li .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: .19rem;
  background: url(../image/img19.png) center no-repeat;
  background-size: 100%;
  opacity: 0;
}

.application-detail .program-overview .list li .name:after {
  content: "";
  display: block;
  position: absolute;
  right: .3rem;
  top: 50%;
  content: "";
  font-family: "iconfont";
  -webkit-transform: translateY(-50%) scale(0.7);
  -ms-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
}

.application-detail .program-overview .list li .content {
  font-size: .18rem;
  line-height: .34rem;
  color: #666;
  padding: 0 .9rem .2rem 0;
  display: none;
}

.application-detail .program-overview .list li.on .name {
  padding-left: .35rem;
  color: #004098;
}

.application-detail .program-overview .list li.on .name:before {
  opacity: 1;
}

.application-detail .program-overview .zoomImg {
  border-radius: 0 .2rem .2rem 0;
  width: 50%;
}

.application-detail .program-overview .zoomImg img {
  width: 100%;
  height: 5.2rem;
}

.application-detail .customer-case {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.2rem;
}

.application-detail .customer-case .title {
  padding-bottom: .6rem;
}

.application-detail .customer-case .list li {
  position: relative;
  height: 4.4rem;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
}

.application-detail .customer-case .list li .bd {
  background: #fff;
  height: 3.6rem;
  border-radius: .1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .22rem .33rem;
}

.application-detail .customer-case .list li .bd h5 {
  font-size: .24rem;
  height: .64rem;
  line-height: .64rem;
}

.application-detail .customer-case .list li .bd p {
  font-size: .16rem;
  line-height: .26rem;
  height: .52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.application-detail .customer-case .list li .item {
  position: absolute;
  z-index: 5;
  left: .34rem;
  right: .34rem;
  bottom: .34rem;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
  border-radius: .1rem;
  background: #fff;
}

.application-detail .customer-case .list li .item .zoomImg {
  display: block;
}

.application-detail .customer-case .list li .item .zoomImg img {
  width: 100%;
  height: 1.6rem;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
}

.application-detail .customer-case .list li .item .layer {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  top: 0;
  width: 3.18rem;
  opacity: 0;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
  color: #fff;
  background: -webkit-linear-gradient(left, rgba(0, 64, 152, 0.8), rgba(0, 64, 152, 0.4));
  background: linear-gradient(to right, rgba(0, 64, 152, 0.8), rgba(0, 64, 152, 0.4));
  border-radius: .1rem 0 0 .1rem;
  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: .6rem .32rem;
  pointer-events: none;
}

.application-detail .customer-case .list li .item .layer h5 {
  font-size: .26rem;
  height: .64rem;
  line-height: .64rem;
}

.application-detail .customer-case .list li .item .layer .msg {
  font-size: .2rem;
  margin-right: -0.1rem;
  padding-bottom: .3rem;
}

.application-detail .customer-case .list li .item .layer p {
  font-size: .16rem;
  line-height: .26rem;
  height: .52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.application-detail .customer-case .list li.on {
  width: 7.36rem;
}

.application-detail .customer-case .list li.on .item {
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 .06rem .14rem 0 rgba(159,163,170,.2);
}

.application-detail .customer-case .list li.on .item .zoomImg {
  border-radius: .1rem;
}

.application-detail .customer-case .list li.on .item .zoomImg img {
  height: 4.4rem;
}

.application-detail .customer-case .list li.on .item .layer {
  opacity: 1;
}

.application-detail .customer-case .list li.on .btn {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .application-detail .customer-case .list {
    position: relative;
    padding-bottom: .4rem;
  }

  .application-detail .customer-case .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
  }

  .application-detail .customer-case .list li {
    width: 3.56rem;
    margin-right: .3rem;
  }

  .application-detail .customer-case.space-between .list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .application-detail .customer-case.space-between .list li {
    margin-right: 0;
  }

  .application-detail .customer-case .dots {
    position: relative;
    width: 6.2rem;
    border-top: #c1c1c1 solid 0.02rem;
    margin: 0 auto;
  }

  .application-detail .customer-case .dots .line {
    position: absolute;
    left: 0;
    top: -0.02rem;
    height: 0.02rem;
    background: #004098;
    width: 1.24rem;
  }

  .application-detail .customer-case .dots dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .application-detail .customer-case .dots dd {
    width: 50%;
    text-align: center;
    font-size: .14rem;
    color: #c1c1c1;
    font-family: "Roboto-Bold";
    line-height: 1em;
    padding-top: .14rem;
    cursor: pointer;
  }
}

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

.customer-case-layer.show {
  opacity: 1;
  visibility: visible;
}

.customer-case-layer .container {
  width: 12rem;
  min-height: 7rem;
  position: relative;
  background: #fff;
  border-radius: .26rem;
  padding: .6rem;
}

.customer-case-layer .close {
  font-family: "iconfont";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3rem;
  height: 1.3rem;
  font-size: .2rem;
}

.customer-case-layer h2.title {
  font-weight: 400;
  font-size: .32rem;
  line-height: 1em;
  padding-bottom: .3rem;
}

.customer-case-layer h3.title {
  font-size: .22rem;
}

.customer-case-layer .content {
  font-size: .16rem;
  line-height: 2em;
  max-width: 7.8rem;
  padding: .1rem 0 .5rem 0;
}

.customer-case-layer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f5f7fa;
  border-radius: .2rem;
}

.customer-case-layer .row .col {
  width: 50%;
  padding: 0 .3rem .5rem .3rem;
  height: 3.6rem;
  overflow-y: auto;
}

.customer-case-layer .row .col::-webkit-scrollbar {
  width: .04rem;
  border-radius: .04rem;
}

.customer-case-layer .row .col::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: .04rem;
}

.customer-case-layer .row .col::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: .04rem;
}

.customer-case-layer .row .col .title {
  font-size: .32rem;
  line-height: 1em;
  padding-top: .45rem;
}

.customer-case-layer .row .col .list {
  padding-top: .25rem;
}

.customer-case-layer .row .col .list ul {
  width: 100%;
}

.customer-case-layer .row .col .list li {
  position: relative;
  font-size: .18rem;
  line-height: .34rem;
  padding: 0 .33rem;
}

.customer-case-layer .row .col .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: .34rem;
  width: .19rem;
  background: url(../image/img19.png) center no-repeat;
  background-size: 100%;
}

.customer-case-layer .row .zoomImg {
  border-radius: 0 .2rem .2rem 0;
  width: 50%;
}

.customer-case-layer .row .zoomImg img {
  width: 100%;
  height: 3.6rem;
}

.about-1 {
  position: relative;
}

.about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 2.37rem;
  background: url(../image/img658.png) center no-repeat;
  background-size: 100% 100%;
  width: 6.58rem;
  height: 2.86rem;
  margin-left: -9.2rem;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.about-1 .wal {
  padding: 1.4rem 0 1.2rem 0;
  position: relative;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.about-1 .title .en {
  font-size: .18rem;
  line-height: 1em;
  text-transform: uppercase;
}

.about-1 .content {
  width: 10.15rem;
  font-size: .18rem;
  line-height: .32rem;
  text-align: justify;
  padding-bottom: .5rem;
}

.about-1 .video {
  width: 100%;
  position: relative;
}

.about-1 .video img {
  width: 100%;
  height: 3.76rem;
  border-radius: .2rem;
}

.about-1 .video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img52.png) center no-repeat;
  background-size: .52rem;
  z-index: 5;
  cursor: pointer;
}

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

.about-2 .wal {
  min-height: 9.28rem;
  position: relative;
  padding: 1.2rem 0;
}

.about-2 .title {
  padding-bottom: 1.2rem;
}

.about-2 .title h2 {
  font-size: .4rem;
  font-weight: 400;
  line-height: 1em;
}

.about-2 .title p {
  font-size: .18rem;
  line-height: 1em;
  margin-top: .25rem;
}

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

.about-2 .list .item {
  height: 3.6rem;
  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;
}

.about-2 .list .item .hd {
  width: 6.17rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding-left: 2.56rem;
}

.about-2 .list .item .hd:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1.95rem;
  background: rgba(0,0,0,.1);
}

.about-2 .list .item .hd h2 {
  font-size: .52rem;
  line-height: 1em;
  color: #004098;
  padding-bottom: .2rem;
}

.about-2 .list .item .hd .year {
  font-size: 1.3rem;
  color: rgba(153,153,153,.1);
  line-height: 1em;
  font-family: "DINPro-Bold";
}

.about-2 .list .item .bd {
  width: 100%;
  padding-left: .82rem;
}

.about-2 .list .item .bd .msg {
  font-size: .26rem;
  line-height: 1em;
  padding: 0 0 .2rem 0;
}

.about-2 .list .item .bd li {
  font-size: .18rem;
  line-height: .4rem;
  position: relative;
  padding-left: .2rem;
}

.about-2 .list .item .bd li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: .06rem;
  height: .06rem;
  background: rgba(0,0,0,.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.about-2 .list .list-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1px;
  background: rgba(0,0,0,.1);
}

.about-2 .list .list-wrapper li {
  height: .9rem;
  position: relative;
  background: url(../image/img18.svg) center no-repeat;
  background-size: .18rem;
}

.about-2 .list .list-wrapper li .yuan {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.about-2 .list .list-wrapper li .yuan div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: 100% 100%;
}

.about-2 .list .list-wrapper li .yuan .yuan-1 {
  background-image: url(../image/img100_1.png);
}

.about-2 .list .list-wrapper li .yuan .yuan-2 {
  background-image: url(../image/img100_2.png);
}

.about-2 .list .list-wrapper li .yuan:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img84.png) center no-repeat;
  background-size: .84rem;
}

.about-2 .list .list-wrapper li .year {
  font-size: .22rem;
  color: #666;
  font-family: "D-DIN-PRO-400-REGULAR";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: .3rem;
  z-index: 5;
}

.about-2 .list .list-wrapper li.swiper-slide-active .yuan {
  opacity: 1;
  visibility: visible;
}

.about-2 .list .list-wrapper li.swiper-slide-active .year {
  margin-top: 0;
  color: #fff;
  font-size: .28rem;
  font-weight: bold;
}

.about-2 .list .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: .68rem;
  font-size: .18rem;
  color: #999;
  border-radius: 50%;
  border: rgba(0,0,0,.1) solid 1px;
  width: .6rem;
  height: .6rem;
  background: center no-repeat;
  background-size: .22rem;
}

.about-2 .list .arrow a:hover {
  background-color: #004098;
  border-color: #004098;
}

.about-2 .list .arrow a.prev {
  left: 0;
  background-image: url(../image/prev22.png);
}

.about-2 .list .arrow a.prev:hover {
  background-image: url(../image/prev22on.png);
}

.about-2 .list .arrow a.next {
  right: 0;
  background-image: url(../image/next22.png);
}

.about-2 .list .arrow a.next:hover {
  background-image: url(../image/next22on.png);
}

.about-3 .wal {
  position: relative;
  padding-bottom: 1.2rem;
}

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

.about-3 .title h2 {
  font-size: .4rem;
  font-weight: 400;
  line-height: 1em;
}

.about-3 .title p {
  font-size: .18rem;
  line-height: 1em;
  margin-top: .25rem;
}

.about-3 .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 1.2rem;
  right: 0;
}

.about-3 .form .search {
  width: 3rem;
  height: .54rem;
  border: #e7e6e6 solid 1px;
  border-radius: .06rem;
  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;
}

.about-3 .form .search .input {
  width: 100%;
}

.about-3 .form .search .input input::-webkit-input-placeholder {
  color: #999;
}

.about-3 .form .search .input input::-moz-placeholder {
  color: #999;
}

.about-3 .form .search .input input:-moz-placeholder {
  color: #999;
}

.about-3 .form .search .input input:-ms-input-placeholder {
  color: #999;
}

.about-3 .form .search .input textarea::-webkit-input-placeholder {
  color: #999;
}

.about-3 .form .search .input textarea::-moz-placeholder {
  color: #999;
}

.about-3 .form .search .input textarea:-moz-placeholder {
  color: #999;
}

.about-3 .form .search .input textarea:-ms-input-placeholder {
  color: #999;
}

.about-3 .form .search .input input {
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .18rem;
  color: #333;
  padding: 0 .2rem;
}

.about-3 .form .search .submit {
  font-family: "iconfont";
  cursor: pointer;
  font-size: .2rem;
  width: .6rem;
  height: .52rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
}

.about-3 .form .select {
  margin-left: .26rem;
  width: 1.8rem;
  height: .54rem;
  border: #e7e6e6 solid 1px;
  border-radius: .06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .15rem;
  font-size: .18rem;
  color: #999;
  position: relative;
}

.about-3 .form .select:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: rotate(90deg) scale(0.7);
  -ms-transform: rotate(90deg) scale(0.7);
  transform: rotate(90deg) scale(0.7);
}

.about-3 .form .select .select-layer {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding-top: .06rem;
  display: none;
}

.about-3 .form .select .select-layer dl {
  background: #fff;
  box-shadow: 0 .02rem .06rem 0 rgba(129,149,183,.2);
  border-radius: .06rem;
  padding: .1rem 0;
}

.about-3 .form .select .select-layer dd {
  line-height: .38rem;
  padding: 0 .16rem;
}

.about-3 .form .select .select-layer dd:hover {
  color: #004098;
  background: #e6eaf3;
}

.about-3 .form .select.open .select-layer {
  display: block;
}

.about-3 .list li {
  margin-bottom: .28rem;
  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: 1.1rem;
  border-radius: .1rem;
  background: #f5f7fa;
  padding: 0 1rem 0 .77rem;
  font-size: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

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

.about-3 .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: .77rem;
  background: url(../image/img26.png) center no-repeat;
  background-size: .26rem;
}

.about-3 .list li .name {
  width: 100%;
}

.about-3 .list li .time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .6rem;
  color: #999;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.about-3 .list li .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;
  width: .9rem;
  height: .4rem;
  border-radius: .05rem;
  color: #fff;
  font-size: .16rem;
  background: #004098;
}

.about-3 .list li:hover {
  background: #004098;
  box-shadow: 0 .06rem .1rem 0 rgba(0,64,152,.3);
  color: #fff;
}

.about-3 .list li:hover:before {
  background-image: url(../image/img26on.png);
}

.about-3 .list li:hover .time {
  color: #fff;
}

.about-3 .list li:hover .btn {
  background: #fff;
  color: #004098;
}

.page-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .5rem;
  font-size: .16rem;
}

.page-num a {
  color: #5c6166;
  margin: 0 .1rem;
}

.page-num a:hover,
.page-num a.on {
  color: #004098;
}

.page-num a.on {
  font-weight: bold;
}

.page-num a.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.page-num a.arrow span {
  font-family: "iconfont";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.job-1 {
  background: #f5f7fa;
  padding: 1.2rem 0;
}

.job-1 .wal {
  background: #fff;
  border-radius: .1rem;
}

.job-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-1 li {
  width: 33.333%;
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.job-1 li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6rem;
  background: rgba(26,26,26,.1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job-1 li .ico {
  width: .7rem;
}

.job-1 li .name {
  font-size: .36rem;
  line-height: 1em;
  padding: .35rem 0 .2rem 0;
}

.job-1 li p {
  font-size: .2rem;
  line-height: .32rem;
  height: .64rem;
  text-align: center;
}

.job-1 li:last-child:after {
  display: none;
}

.job-1 li:hover .ico img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.job-list {
  padding: 1.2rem 0;
}

.job-list .title {
  font-size: .48rem;
  line-height: 1em;
  padding-bottom: .48rem;
}

.job-list .class-list {
  padding-bottom: .36rem;
}

.job-list .class-list .item {
  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;
}

.job-list .class-list .item .name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: .38rem;
  font-size: .2rem;
  width: 1.35rem;
}

.job-list .class-list .item 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.24rem;
}

.job-list .class-list .item li {
  padding: 0 0 .24rem .24rem;
}

.job-list .class-list .item li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: .38rem;
  min-width: .88rem;
  text-align: center;
  font-size: .16rem;
  padding: 0 .2rem;
  border-radius: .06rem;
}

.job-list .class-list .item li a:hover,
.job-list .class-list .item li a.on {
  background: #004098;
  color: #fff;
}

.job-list .list li {
  margin-bottom: .2rem;
  background: #f5f7fa;
  border-radius: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 .7rem 0 .8rem;
}

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

.job-list .list li .hd {
  position: relative;
  min-height: 1.2rem;
  cursor: pointer;
  padding-top: .04rem;
}

.job-list .list li .hd:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  font-family: "iconfont";
  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: .4rem;
  height: .4rem;
  border-radius: 50%;
  margin-top: -0.2rem;
  border: rgba(184,184,184,.7) solid 1px;
  box-sizing: border-box;
  color: #b8b8b8;
}

.job-list .list li .hd .name {
  line-height: .35rem;
  padding: .2rem 0;
  font-size: .2rem;
  position: relative;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.job-list .list li .hd .name:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.22rem;
  top: 50%;
  width: .04rem;
  height: .2rem;
  background: #333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: .02rem;
}

.job-list .list li .hd .address {
  font-size: .16rem;
  color: #666;
  margin-top: -0.05rem;
}

.job-list .list li .bd {
  display: none;
  border-top: rgba(0,0,0,.1) solid 1px;
}

.job-list .list li .bd .msg {
  font-size: .18rem;
  line-height: .34rem;
  padding: .3rem 0;
}

.job-list .list li .bd>h5 {
  font-size: .2rem;
  padding-left: .2rem;
  position: relative;
  margin-bottom: .1rem;
}

.job-list .list li .bd>h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: .06rem;
  height: .06rem;
  background: #333;
}

.job-list .list li .bd .content {
  font-size: .16rem;
  line-height: 2em;
  color: #666;
  padding: 0 0 .3rem .18rem;
}

.job-list .list li .bd .msg2 {
  font-size: .2rem;
}

.job-list .list li .bd .msg2 a {
  color: #004098;
}

.job-list .list li .bd .btn {
  padding: .6rem 0 .8rem 0;
}

.job-list .list li .bd .btn a:after {
  display: none;
}

.job-list .list li.on {
  background: #fff;
  box-shadow: 0 .06rem .22rem 0 rgba(159,163,170,.2);
}

.job-list .list li.on .hd:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #004098;
  border-color: #004098;
  color: #fff;
}

.job-list .list li.on .hd .name {
  color: #004098;
}

.job-list .list li.on .hd .name:before {
  background: #004098;
}

.contact {
  padding-top: .8rem;
  position: relative;
}

.contact:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 8rem;
  background: url(../image/img800.jpg) center no-repeat;
  background-size: cover;
  margin-left: -9.6rem;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.contact .wal {
  min-height: calc(100vh - .8rem);
  position: relative;
  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-right: .6rem;
}

.contact .side {
  min-height: calc(100vh - .8rem);
  width: 5rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .side .title {
  font-size: .36rem;
  line-height: 1em;
  position: relative;
  padding-bottom: .5rem;
  border-bottom: rgba(255,255,255,.2) solid 1px;
  width: 3.73rem;
}

.contact .side .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: .6rem;
  height: 0.02rem;
  background: #fff;
}

.contact .side .list {
  padding-top: .5rem;
}

.contact .side .list li {
  padding-bottom: .36rem;
}

.contact .side .list li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: .14rem;
  line-height: 1em;
  padding-bottom: .18rem;
}

.contact .side .list li .name img {
  width: .2rem;
  margin-right: .06rem;
}

.contact .side .list li .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .side .list li .tel b {
  font-family: "Roboto-Bold";
  font-size: .34rem;
  line-height: 1em;
}

.contact .side .list li em {
  font-size: .14rem;
  opacity: .7;
  display: block;
  padding-top: .08rem;
}

.contact .side .list li p {
  font-size: .18rem;
}

.contact .side .list2 li {
  padding-bottom: .4rem;
}

.contact .side .list2 li h3 {
  font-size: .18rem;
  padding-bottom: .1rem;
}

.contact .side .list2 li p {
  font-size: .18rem;
}

.contact .side .ewm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact .side .ewm li {
  width: 1.18rem;
  margin-right: .35rem;
  text-align: center;
}

.contact .side .ewm li .name {
  font-size: .18rem;
  line-height: 1em;
  padding-top: .15rem;
}

.contact .form {
  min-height: calc(100vh - .8rem);
  width: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .form .title {
  text-align: center;
  font-size: .36rem;
  padding-bottom: .48rem;
}

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

.contact .form li {
  width: 3.8rem;
  padding-bottom: .4rem;
}

.contact .form li .name {
  font-size: .16rem;
  line-height: 1em;
  padding-bottom: .14rem;
}

.contact .form li .input {
  border-radius: .04rem;
  border: rgba(0,0,0,.1) solid 1px;
}

.contact .form li .input input,
.contact .form li .input textarea {
  width: 100%;
  height: .48rem;
  line-height: .48rem;
  padding: 0 .15rem;
  font-size: .2rem;
  color: #1a1a1a;
}

.contact .form li .input textarea {
  height: 1rem;
  line-height: .28rem;
  padding: .1rem .15rem;
}

.contact .form li.on .name {
  color: #004098;
}

.contact .form li.on .input {
  border-color: #004098;
}

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

.contact .form .tips {
  padding-bottom: .7rem;
  margin-top: -0.1rem;
  font-size: .14rem;
}

.contact .form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .form .submit div {
  width: 1.8rem;
  height: .54rem;
  cursor: pointer;
}

.contact .form .submit div:after {
  display: none;
}

#join .title {
  text-align: center;
}

#join .title h2 {
  font-size: .36rem;
  font-weight: 400;
  line-height: 1em;
}

#join .title p {
  font-size: .18rem;
  line-height: 1em;
  padding-top: .25rem;
}

#join .join-1 {
  background: #fff;
  border-radius: .2rem;
  min-height: 7.68rem;
  position: relative;
}

#join .join-1 .title {
  padding: .8rem 0 .6rem 0;
}

#join .join-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#join .join-1 .list li {
  width: 33.333%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: .6rem;
}

#join .join-1 .list li .ico {
  width: .62rem;
}

#join .join-1 .list li .name {
  font-size: .24rem;
  line-height: 1em;
  padding: .36rem 0 .15rem 0;
}

#join .join-1 .list li p {
  font-size: .18rem;
  line-height: .3rem;
}

#join .join-1 .list li:hover .ico img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#join .join-2 {
  padding-top: 1.2rem;
}

#join .join-2 .title {
  padding-bottom: .6rem;
}

#join .join-2 .list {
  background: #fff;
  min-height: 4rem;
  padding: 1.2rem 0;
}

#join .join-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;
}

#join .join-2 .list li {
  width: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

#join .join-2 .list li .ico {
  width: .8rem;
  border-radius: 50%;
  border: #b1b1b1 solid 1px;
  background: #fff;
}

#join .join-2 .list li .name {
  font-size: .18rem;
  line-height: .26rem;
  padding-top: .35rem;
}

#join .join-2 .list li .name a {
  color: #004098;
}

#join .join-2 .list li .line {
  position: absolute;
  left: 50%;
  top: .4rem;
  margin-left: .52rem;
  width: 1.76rem;
  height: 1px;
  background: #b1b1b1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#join .join-2 .list li:last-child .line {
  display: none;
}

#join .join-3 {
  padding: 1.2rem 0;
}

#join .join-3 .title {
  padding-bottom: .6rem;
}

#join .join-3 .list {
  background: #fff;
  border-radius: .2rem;
  min-height: 2.62rem;
}

#join .join-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#join .join-3 .list li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.62rem;
}

#join .join-3 .list li .ico {
  width: .64rem;
}

#join .join-3 .list li .col {
  padding-left: .8rem;
  position: relative;
}

#join .join-3 .list li .col:before {
  content: "";
  display: block;
  position: absolute;
  left: .4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: .6rem;
  background: rgba(26,26,26,.2);
}

#join .join-3 .list li .col h3 {
  font-size: .28rem;
  line-height: 1em;
  font-family: "Roboto-Bold";
}

#join .join-3 .list li .col p {
  font-size: .18rem;
  color: #999;
  line-height: 1em;
  margin-top: .2rem;
}

.apply {
  padding-bottom: 1.2rem;
}

.apply .wal {
  background: #fff;
  border-radius: .2rem;
  min-height: 50vh;
  padding: .8rem 0 1.2rem 0;
}

.apply .title {
  text-align: center;
  padding-bottom: .6rem;
}

.apply .title h2 {
  font-size: .36rem;
  font-weight: 400;
  line-height: 1em;
}

.apply .title p {
  font-size: .18rem;
  line-height: 1em;
  padding-top: .25rem;
}

.apply .form {
  max-width: 9.8rem;
  margin: 0 auto;
}

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

.apply .form li {
  width: 4.6rem;
  padding-bottom: .4rem;
}

.apply .form li .name {
  font-size: .16rem;
  line-height: 1em;
  padding-bottom: .14rem;
}

.apply .form li .input {
  border-radius: .04rem;
  border: rgba(0,0,0,.1) solid 1px;
}

.apply .form li .input input,
.apply .form li .input textarea {
  width: 100%;
  height: .48rem;
  line-height: .48rem;
  padding: 0 .15rem;
  font-size: .2rem;
  color: #1a1a1a;
}

.apply .form li .input textarea {
  height: 1rem;
  line-height: .28rem;
  padding: .1rem .15rem;
}

.apply .form li.on .name {
  color: #004098;
}

.apply .form li.on .input {
  border-color: #004098;
}

.apply .form li.li_01 {
  width: 100%;
}

.apply .tips {
  padding-bottom: .4rem;
  margin-top: -0.1rem;
  font-size: .14rem;
}

.apply .file-box {
  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: .7rem;
}

.apply .file-box .file {
  width: 1.48rem;
  height: 1.8rem;
  border: rgba(26,26,26,.2) dashed 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply .file-box .file img {
  width: .61rem;
}

.apply .file-box .file .name {
  font-size: .2rem;
  line-height: 1em;
  margin-top: .39rem;
}

.apply .file-box .file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.apply .file-box .msg {
  font-size: .2rem;
  line-height: 1.5em;
  padding-left: .3rem;
  color: #666;
}

.apply .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply .submit div {
  width: 1.8rem;
  height: .54rem;
  cursor: pointer;
}

.apply .submit div:after {
  display: none;
}

.appointment {
  padding-bottom: 1.2rem;
}

.appointment .wal {
  background: #fff;
  border-radius: .2rem;
  min-height: 50vh;
  padding: 0 1rem 1.2rem 1rem;
}

.appointment .step {
  border-bottom: #004098 solid 1px;
}

.appointment .step 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;
}

.appointment .step li {
  height: 1.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;
  font-size: .2rem;
}

.appointment .step li .num {
  margin-right: .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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: .34rem;
  height: .34rem;
  border: #1a1a1a solid 1px;
}

.appointment .step li.on {
  color: #004098;
}

.appointment .step li.on .num {
  border-color: #004098;
  background: #004098;
  color: #fff;
}

.appointment .step li.line {
  width: .92rem;
  background: url(../image/img92.png) center no-repeat;
  background-size: 100%;
}

.appointment .step li.line.on {
  background-image: url(../image/img92on.png);
}

.appointment .title {
  font-size: .36rem;
  line-height: 1em;
  padding: .8rem 0 .4rem 0;
}

.appointment .date-list {
  border-radius: .2rem;
  border: #d6d6d6 solid 1px;
  padding: 0 .6rem .6rem;
}

.appointment .date-list .hd,
.appointment .date-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  font-size: .2rem;
  text-align: center;
  grid-gap: .5rem .34rem;
}

.appointment .date-list .hd {
  line-height: .98rem;
}

.appointment .date-list li {
  background: #f7fbff;
  border: #c5dcff solid 1px;
  border-radius: .1rem;
  height: 1.28rem;
  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;
  position: relative;
  color: #004098;
}

.appointment .date-list li .name {
  padding-top: .25rem;
}

.appointment .date-list li em {
  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: #004098;
  color: #fff;
  font-size: .14rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .1rem 0 0 0;
  width: .24rem;
  height: .24rem;
}

.appointment .date-list li.on {
  border-color: #004098;
}

.appointment .date-list li.on:after {
  display: block;
  content: "";
  background: url(../image/img32.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.07rem;
  bottom: -0.07rem;
  width: .32rem;
  height: .32rem;
}

.appointment .date-list li.disabled {
  color: #999;
  background: #fff;
  border-color: #d6d6d6;
}

.appointment .address-list ul,
.appointment .time-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.24rem;
  margin-bottom: -0.24rem;
}

.appointment .address-list li,
.appointment .time-list li {
  padding: 0 0 .24rem .24rem;
}

.appointment .address-list li div,
.appointment .time-list li 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;
  width: 2.48rem;
  height: .46rem;
  border-radius: .06rem;
  border: #d6d6d6 solid 1px;
  font-size: .2rem;
  color: #666;
}

.appointment .address-list li.on div,
.appointment .time-list li.on div {
  color: #004098;
  border-color: #004098;
}

.appointment .address-list li div {
  width: 1.2rem;
}

.appointment .form li {
  margin-bottom: .2rem;
  border-radius: .06rem;
  background: #f5f7fa;
  position: relative;
  font-size: .2rem;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: .64rem;
}

.appointment .form li.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.appointment .form li .num {
  line-height: .58rem;
  position: absolute;
  left: 0;
  top: 0;
  width: .64rem;
  text-align: center;
}

.appointment .form li .item {
  height: .58rem;
  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;
  width: 3.26rem;
  margin-right: .47rem;
}

.appointment .form li .item .name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .2rem;
}

.appointment .form li .item .input {
  width: 100%;
  background: #fff;
  border: #d6d6d6 solid 1px;
  border-radius: .06rem;
}

.appointment .form li .item .input input {
  width: 100%;
  height: .32rem;
  line-height: .3rem;
  padding: 0 .12rem;
  font-size: .14rem;
}

.appointment .form li .item-2 {
  width: 4.9rem;
  margin-right: 0;
}

.appointment .form .btns {
  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: .08rem;
}

.appointment .form .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: #004098 solid 1px;
  color: #004098;
  width: 1.6rem;
  height: .48rem;
  border-radius: .06rem;
  font-size: .2rem;
}

.appointment .form .btns a:before {
  display: block;
  content: "";
  font-family: "iconfont";
  margin-right: .1rem;
}

.appointment .form .btns p {
  font-size: .16rem;
  color: #999;
  margin-left: .12rem;
}

.appointment .tips {
  padding: .6rem 0;
}

.appointment .tips .name {
  font-size: .22rem;
  padding-bottom: .12rem;
}

.appointment .tips li {
  line-height: .37rem;
  font-size: .18rem;
  padding-left: .31rem;
  background: url(../image/img21.png) left center no-repeat;
  background-size: .21rem;
}

.appointment .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.appointment .submit div {
  cursor: pointer;
}

.appointment .submit div:after {
  display: none;
}

.index-application {
  height: 100vh;
  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-application .col {
  width: 6rem;
}

.index-application .col h2 {
  font-size: .48rem;
  font-weight: 400;
  line-height: 1em;
  color: #004098;
  padding-bottom: .2rem;
}

.index-application .col p {
  font-size: .2rem;
  line-height: 2em;
  color: #004098;
}

.index-application .list {
  width: 5.74rem;
}

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

.index-application .list a {
  display: block;
  text-align: center;
  width: 1.58rem;
  color: #999;
}

.index-application .list a .ico {
  background: #85a4c1;
  border-radius: .22rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-application .list a .name {
  font-size: .24rem;
  padding-top: .14rem;
  line-height: 1em;
}

.index-application .list a:hover {
  color: #004098;
}

.index-application .list a:hover .ico {
  background: #004098;
  box-shadow: 0 .08rem .14rem 0 rgba(0,48,114,.3);
}

.news {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: .8rem 0;
}

.news li {
  position: relative;
}

.news li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #f8f8f8;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .2rem 0;
  position: relative;
}

.news li a .zoomImg {
  width: 4.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: .08rem;
}

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

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

.news li a .col .time {
  font-size: .16rem;
  color: #004098;
  padding-bottom: .12rem;
}

.news li a .col h5 {
  font-size: .2rem;
}

.news li a .col p {
  font-size: .16rem;
  line-height: .3rem;
  color: #1a1a1a;
  padding: .2rem 0 .4rem 0;
}

.news li a .col .more {
  border-color: rgba(26,26,26,.1);
  color: #999;
}

.news li:hover:before {
  opacity: 1;
}

.news-detail {
  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;
  padding-bottom: 1rem;
}

.news-detail .left {
  width: 10.8rem;
}

.news-detail .left .hd {
  min-height: 1.88rem;
  border-bottom: rgba(0,0,0,.1) solid 1px;
  position: relative;
  padding-top: .94rem;
}

.news-detail .left .hd h2 {
  font-weight: 400;
  font-size: .3rem;
  padding-right: 1rem;
}

.news-detail .left .hd .time {
  height: .5rem;
  font-size: .14rem;
  color: #666;
  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;
}

.news-detail .left .hd .time:before {
  display: block;
  content: "";
  font-family: "iconfont";
  margin-right: .05rem;
}

.news-detail .left .hd .back {
  font-family: "iconfont";
  position: absolute;
  right: 0;
  top: .86rem;
  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: .6rem;
  height: .6rem;
  border: rgba(7,0,2,.2) solid 1px;
  font-size: .24rem;
  color: #004098;
}

.news-detail .left .hd .back:hover {
  background: #004098;
  border-color: #004098;
  color: #fff;
}

.news-detail .left .content {
  font-size: .16rem;
  line-height: 2em;
  color: #666;
  padding: .55rem 0 .4rem 0;
}

.news-detail .left .content .imgs {
  padding: .4rem 0;
}

.news-detail .left .content .imgs 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;
}

.news-detail .left .content .imgs li {
  width: 5.22rem;
}

.news-detail .left .page-num2 {
  border-top: rgba(0,0,0,.1) solid 1px;
}

.news-detail .left .page-num2 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;
}

.news-detail .left .page-num2 li {
  font-size: 0.16rem;
  padding-top: 0.35rem;
}

.news-detail .right {
  width: 3.22rem;
}

.news-detail .right .title {
  min-height: 1.88rem;
  border-bottom: rgba(0,0,0,.1) solid 1px;
  font-size: .24rem;
  line-height: 1em;
  padding-top: 1.42rem;
  margin-bottom: .6rem;
}

.news-detail .right li {
  padding-bottom: .3rem;
}

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

.news-detail .right li a .zoomImg {
  border-radius: .08rem;
}

.news-detail .right li a .time {
  font-size: .14rem;
  color: #666;
  line-height: 1em;
  padding: .2rem 0 .15rem 0;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.news-detail .right li a .name {
  font-size: .18rem;
  line-height: .28rem;
}

.news-detail .right li a:hover .time {
  color: #004098;
}

.about-4 {
  background: url(../image/about-4.jpg) center top no-repeat;
  background-size: 100%;
}

.about-4 .wal {
  min-height: 9.31rem;
  position: relative;
  padding: 0.9rem 0 0 0;
}

.about-4 .title {
  position: absolute;
  left: 0;
  top: 0.49rem;
}

.about-4 .title h2 {
  font-size: 0.5rem;
  line-height: 1em;
}

.about-4 .title p {
  text-transform: uppercase;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}

.about-4 .map {
  width: 10.2rem;
  position: relative;
}

.about-4 .map svg {
  width: 100%;
}

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

.about-4 .map .g-2 g.on image:nth-child(1) {
  opacity: 0;
}

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

.about-4 .map .g-3 g {
  opacity: 0;
}

.about-4 .map .g-3 g.on {
  opacity: 1;
}

.about-4 .side {
  position: absolute;
  top: 1.49rem;
  right: 0;
  width: 5rem;
}

.about-4 .side .msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0.5rem;
  font-size: 0.25rem;
  color: #1a1a1a;
}

.about-4 .side .msg b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.4rem;
  margin: 0 0.06rem;
  font-weight: bold;
  color: #004098;
  background: #e2ebfc;
  width: 0.53rem;
  height: 0.47rem;
}

.about-4 .side .container {
  width: 4.38rem;
  height: 4.32rem;
  background: url(../image/img438.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
  padding: 1rem 0 0 0.48rem;
}

.about-4 .side .container .name {
  font-size: 0.18rem;
  color: #666;
}

.about-4 .side .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.16rem 0 0.32rem 0;
}

.about-4 .side .container li {
  font-size: 0.19rem;
  color: #014099;
  padding-right: 0.3rem;
}

.product-layer2 {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  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;
}

.product-layer2.show {
  opacity: 1;
  visibility: visible;
}

.product-layer2 .container {
  width: 12rem;
  min-height: 7.63rem;
  position: relative;
  background: #fff;
  border-radius: .26rem;
  padding: 0.6rem;
}

.product-layer2 .close {
  font-family: "iconfont";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3rem;
  height: 1.3rem;
  font-size: .2rem;
}

.product-layer2 .scroll {
  max-height: calc(90vh - 2rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0.6rem;
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.product-layer2 .scroll::-webkit-scrollbar {
  width: .04rem;
  border-radius: .04rem;
}

.product-layer2 .scroll::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: .04rem;
}

.product-layer2 .scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: .04rem;
}

.product-layer2 .container>.title {
  font-size: .32rem;
  line-height: 1em;
  padding-bottom: .4rem;
}

.product-layer2 .tab {
  background: #f5f7fa;
  border-radius: 0.06rem;
  padding-left: 0.3rem;
}

.product-layer2 .tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-layer2 .tab li {
  line-height: 0.55rem;
  cursor: pointer;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  margin-right: 0.2rem;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  color: #333;
}

.product-layer2 .tab li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.02rem;
  background: #004098;
}

.product-layer2 .tab li:hover,
.product-layer2 .tab li.on {
  color: #004098;
}

.product-layer2 .tab li:hover:before,
.product-layer2 .tab li.on:before {
  width: 100%;
}

.product-layer2 .cpjs {
  text-align: center;
  margin-top: 0.5rem;
  background: -webkit-linear-gradient(top, #fff 0%, #DCDDDF 80%);
  background: linear-gradient(to bottom, #fff 0%, #DCDDDF 80%);
  padding: 0.48rem;
}

.product-layer2 .cpjs .content {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.5rem;
}

.product-layer2 .xzjqr .title {
  padding: 0.6rem 0 0.55rem 0;
  font-size: 0.36rem;
  line-height: 1em;
  color: #1a1a1a;
}

.product-layer2 .xzjqr .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-layer2 .xzjqr .row .img {
  width: 4.54rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-layer2 .xzjqr .row .list-1 {
  width: 5.25rem;
  margin-left: 0.2rem;
  padding-top: 0.11rem;
}

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

.product-layer2 .xzjqr .row .list-1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.product-layer2 .xzjqr .row .list-1 li .ico {
  width: 0.64rem;
  background: #f5f7fa;
  border-radius: 0.08rem;
}

.product-layer2 .xzjqr .row .list-1 li .name {
  font-size: 0.18rem;
  line-height: 1em;
  padding: 0.14rem 0 0 0;
  color: #1a1a1a;
}

.product-layer2 .xzjqr .row .list-1 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.product-layer2 .xzjqr .row .list-1 dd {
  width: 33.333%;
  text-align: center;
  position: relative;
}

.product-layer2 .xzjqr .row .list-1 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: 0.44rem;
  border-right: #d0d9e7 dashed 1px;
}

.product-layer2 .xzjqr .row .list-1 dd:last-child:after {
  display: none;
}

.product-layer2 .xzjqr .row .list-1 dd .value {
  font-size: 0.22rem;
  line-height: 1em;
  color: #1a1a1a;
}

.product-layer2 .xzjqr .row .list-1 dd .name {
  font-size: 0.18rem;
  line-height: 1em;
  margin-top: 0.18rem;
  color: #666;
}

.product-layer2 .xzjqr .line {
  height: 0.2rem;
  margin-top: 0.5rem;
  background: #f5f7fa;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.product-layer2 .xzjqr .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.6rem;
}

.product-layer2 .xzjqr .sub-title h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.25rem;
  height: 0.49rem;
  background: #004098;
  border-radius: 0.06rem;
  font-weight: 400;
  font-size: 0.22rem;
  color: #fff;
}

.product-layer2 .xzjqr .list-2 {
  margin-top: 0.25rem;
}

.product-layer2 .xzjqr .list-2 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.6rem;
  margin-bottom: -0.1rem;
}

.product-layer2 .xzjqr .list-2 li {
  width: 33.333%;
  padding: 0 0 0 0.86rem;
  height: 0.45rem;
  margin-bottom: 0.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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 0.18rem;
  color: #1a1a1a;
}

.product-layer2 .xzjqr .list-2 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.6rem;
  bottom: 0;
  right: 0;
  -webkit-transition: 0s;
  transition: 0s;
  height: 1px;
  background: #000;
  opacity: .1;
}

.product-layer2 .xzjqr .list-2 li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.71rem;
  top: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background: #004098;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-layer2 .xzjqr .list-2 li.li_01 {
  width: 5.46rem;
}

@media screen and (max-width: 800px) {
  #index .index-slide.index-foot {
    height: 11.8rem;
  }

  .index-flash li .wal .title {
    font-size: .46rem;
    line-height: .78rem;
  }

  .index-flash .control {
    left: .3rem;
    margin-left: 0;
  }

  .index-flash .control .num {
    font-size: .26rem;
  }

  .index-flash .control .num div.on {
    font-size: .32rem;
  }

  .index-flash .control .row {
    height: .3rem;
    margin-top: .1rem;
  }

  .index-flash .control .row .line {
    width: 3rem;
  }

  .index-flash .control .row .btn {
    width: .6rem;
    height: .6rem;
    font-size: .32rem;
  }

  .index-1 .container .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .index-1 .container .wal .col {
    padding-top: .4rem;
  }

  .index-1 .container .wal .col .btn a {
    width: 2.2rem;
    height: .62rem;
    font-size: .24rem;
  }

  .index-1.on .container {
    position: fixed;
  }

  .p-more,
  .service-form .submit div,
  #product-down-form .submit div,
  .contact .form .submit div,
  .apply .submit div,
  .appointment .submit div {
    width: 2.2rem;
    height: .66rem;
    font-size: .24rem;
  }

  .index-2 .ico:before,
  .index-2 .ico:after {
    width: 2.6rem;
  }

  .index-2 .content {
    font-size: .26rem;
  }

  .index-3 .list li {
    height: 50vh;
  }

  .index-3 .list li .title {
    padding-left: .6rem;
  }

  .index-3 .dots2 {
    left: .6rem;
  }

  .index-3 .btns {
    right: .4rem;
    width: 1.4rem;
  }

  .index-3 .btns dd {
    height: .84rem;
    font-size: .24rem;
  }

  .index-3 .btns dd span {
    width: .36rem;
    height: .36rem;
  }

  .index-3 .btns dd span svg {
    width: .36rem;
    height: .36rem;
  }

  .index-3 .btns dd:nth-child(1) {
    right: -0.15rem;
  }

  .index-3 .btns dd:nth-child(2) {
    right: -0.17rem;
  }

  .index-3 .btns dd:nth-child(3) {
    right: -0.12rem;
  }

  .page-banner-wrapper {
    height: 4.5rem;
  }

  .page-banner .wal {
    height: 5.5rem;
    padding-top: 1rem;
  }

  .page-banner .wal .page-curr {
    position: absolute;
    left: 0;
    bottom: 1.34rem;
    right: 0;
  }

  .page-banner .wal .page-curr a {
    color: #fff;
  }

  .page-banner .wal .title2 {
    text-align: center;
    font-size: .6rem;
    line-height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.5rem;
  }

  .p-more2,
  .product a .bd .more,
  .news li a .col .more {
    width: 1.9rem;
    height: .62rem;
    font-size: .24rem;
  }

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

  .product a {
    height: 8rem;
  }

  .product a .bd {
    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;
  }

  .product a .bd .name h3 {
    font-size: .36rem;
  }

  .product a .bd .name em {
    height: .4rem;
    font-size: .22rem;
    padding: 0 .12rem;
  }

  .product a .bd dl {
    padding: .2rem 0 .35rem 0;
    margin-left: -0.4rem;
  }

  .product a .bd dl dd {
    padding-left: .4rem;
    font-size: .24rem;
  }

  .product a .bd dl dd:before {
    left: .2rem;
    height: .24rem;
  }

  .product a .zoomImg {
    width: 100%;
  }

  .product a .zoomImg img {
    width: 100%;
    height: 5rem;
  }

  .product ul:nth-child(1) {
    width: 100%;
    margin-bottom: .38rem;
  }

  .product ul:nth-child(1) a {
    height: 8rem;
  }

  .product ul:nth-child(1) a .zoomImg {
    width: 100%;
  }

  .service-form .title h2 {
    font-weight: 600;
  }

  .service-form .title p {
    font-size: .24rem;
  }

  .service-form .form li {
    width: calc(50% - .15rem);
  }

  .service-form .form li .name {
    font-size: .24rem;
    padding-bottom: .2rem;
  }

  .service-form .form li .input input,
  .service-form .form li .input textarea {
    height: .68rem;
    line-height: .68rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  .service-form .form li .input textarea {
    height: 1.2rem;
    line-height: .38rem;
    padding: .15rem .2rem;
  }

  .service-form .tips {
    font-size: .24rem;
    line-height: 1.7em;
  }

  .service-form .submit div {
    width: 2.8rem;
    height: .8rem;
    font-size: .28rem;
  }

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

  .product-title {
    text-align: center;
    font-size: .36rem;
    line-height: 1em;
    padding: 1.2rem 0 .6rem 0;
  }

  .product-specialty .list li dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem;
  }

  .product-specialty .list li dd {
    width: 33.333%;
  }

  .product-specialty .list li dd .bd {
    height: 1.6rem;
  }

  .product-specialty .list li dd .bd .name {
    font-size: .24rem;
    padding-top: .15rem;
  }

  .product-specialty .list li .bd {
    height: 2.4rem;
  }

  .product-specialty .list li .bd .ico {
    width: .7rem;
  }

  .product-specialty .list li .bd .name {
    font-size: .24rem;
  }

  .product-specialty .list li .content {
    font-size: .22rem;
    line-height: .34rem;
    width: 3rem;
  }

  .product-specialty .list .arrow a {
    font-size: .28rem;
  }

  .product-detail {
    width: 100%;
    overflow: hidden;
  }

  .product-detail .navs li {
    margin-right: .6rem;
  }

  .product-detail .navs li .name {
    font-size: .24rem;
  }

  .product-detail .item {
    padding-top: .6rem;
  }

  .product-detail .item .row .select {
    width: 1.6rem;
    height: .52rem;
    font-size: .24rem;
  }

  .product-detail .item .row .select .select-layer {
    width: 3.4rem;
  }

  .product-detail .item .row .select .select-layer dd {
    height: .6rem;
    padding: 0 .24rem;
    font-size: .24rem;
  }

  .product-detail .item dl.info dd {
    font-size: .24rem;
  }

  .product-detail .item .list {
    width: 100%;
  }

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

  .product-detail .item .list li {
    width: 50%;
    padding: 0 0 .48rem .3rem;
  }

  .product-detail .item .list li .value {
    font-size: .28rem;
  }

  .product-detail .item .list li .name {
    font-size: .24rem;
  }

  .product-detail .item .btns {
    padding-bottom: .6rem;
  }

  .product-detail .item .btns a {
    width: 2rem;
    height: .72rem;
    font-size: .26rem;
  }

  .product-detail .item .imgs {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }

  .product-detail .item .imgs .arrow a {
    font-size: .3rem;
  }

  .product-detail .item .imgs .dots {
    padding-top: .4rem;
  }

  .product-detail .item .imgs .dots span {
    width: .1rem;
    height: .1rem;
  }

  .product-layer .container {
    width: 6.9rem;
    border-radius: .2rem;
    padding: .3rem;
  }

  .product-layer .title {
    padding-bottom: .3rem;
    padding-top: .15rem;
  }

  .product-layer .close {
    width: 1rem;
    height: 1rem;
    font-size: .26rem;
  }

  #product-configuration .nav {
    padding: 0 .3rem;
  }

  #product-configuration .nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #product-configuration .nav li {
    margin-right: 0;
    line-height: .8rem;
    font-size: .26rem;
  }

  #product-configuration .item .sub-title h3 {
    width: 1.3rem;
    height: .56rem;
    font-size: .26rem;
  }

  #product-configuration .item .list {
    padding: .24rem 0 .1rem 0;
  }

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

  #product-configuration .item .list li {
    font-size: .24rem;
    height: .5rem;
  }

  #product-down-form .container {
    padding: .6rem .3rem;
  }

  #product-down-form .form li {
    width: calc(50% - .15rem);
  }

  #product-down-form .form li .name {
    font-size: .24rem;
    padding-bottom: .2rem;
  }

  #product-down-form .form li .input input,
  #product-down-form .form li .input textarea {
    height: .68rem;
    line-height: .68rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  #product-down-form .form li .input textarea {
    height: 1.2rem;
    line-height: .38rem;
    padding: .15rem .2rem;
  }

  #product-down-form .tips {
    font-size: .24rem;
    line-height: 1.7em;
  }

  #product-down-form .submit div {
    width: 2.8rem;
    height: .8rem;
    font-size: .28rem;
  }

  .product-superiority .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .3rem;
  }

  .product-superiority .row .list {
    width: 100%;
    padding: 0 .3rem 0 .48rem;
    max-height: 10rem;
  }

  .product-superiority .row .list li:last-child {
    border: 0;
  }

  .product-superiority .row .list li .name {
    height: .9rem;
    font-size: .26rem;
    padding: 0 .15rem 0 0;
  }

  .product-superiority .row .list li .content {
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    padding: 0 .4rem .3rem 0;
    display: none;
  }

  .product-superiority .row .zoomImg {
    border-radius: 0 0 .2rem .2rem;
    width: 100%;
    margin-top: .3rem;
  }

  .application ul {
    margin-right: -0.3rem;
  }

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

  .application a .zoomImg img {
    height: 2.4rem;
  }

  .application a .col {
    min-height: 2.1rem;
  }

  .application a .col h3 {
    font-size: .28rem;
    padding: .3rem 0 .15rem 0;
  }

  .application a .col p {
    font-size: .24rem;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

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

  .application-detail .head .content {
    font-size: .24rem;
  }

  .application-detail .program-overview {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .3rem;
  }

  .application-detail .program-overview .list {
    width: 100%;
    padding: 0 .3rem 0 .48rem;
    max-height: 10rem;
  }

  .application-detail .program-overview .list li:last-child {
    border: 0;
  }

  .application-detail .program-overview .list li .name {
    height: .9rem;
    font-size: .26rem;
    padding: 0 .15rem 0 0;
  }

  .application-detail .program-overview .list li .content {
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    padding: 0 .4rem .3rem 0;
    display: none;
  }

  .application-detail .program-overview .zoomImg {
    border-radius: 0 0 .2rem .2rem;
    width: 100%;
    margin-top: .3rem;
  }

  .application-detail .customer-case {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.2rem;
  }

  .application-detail .customer-case .title {
    padding-bottom: .6rem;
  }

  .application-detail .customer-case .list {
    width: calc(100% + .3rem);
    overflow: hidden;
    position: relative;
  }

  .application-detail .customer-case .list li {
    height: 5.2rem;
  }

  .application-detail .customer-case .list li .bd {
    height: 5.2rem;
    right: .3rem;
    padding: .22rem .33rem;
  }

  .application-detail .customer-case .list li .bd h5 {
    font-size: .28rem;
    height: .8rem;
    line-height: .8rem;
  }

  .application-detail .customer-case .list li .bd p {
    font-size: .24rem;
    line-height: .38rem;
    height: .76rem;
  }

  .application-detail .customer-case .list li .item {
    padding-right: .3rem;
  }

  .application-detail .customer-case .list li .item .zoomImg img {
    height: 2.8rem;
  }

  .application-detail .customer-case .dots {
    padding-top: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }

  .application-detail .customer-case .dots span {
    background: #ccc;
    height: 0.02rem;
    width: 50%;
  }

  .application-detail .customer-case .dots span.swiper-pagination-bullet-active {
    background: #004098;
  }

  .customer-case-layer .container {
    width: 6.9rem;
    padding: .3rem;
  }

  .customer-case-layer .close {
    width: .9rem;
    height: .9rem;
    font-size: .24rem;
  }

  .customer-case-layer h2.title {
    font-weight: 600;
    padding-top: .2rem;
  }

  .customer-case-layer h3.title {
    font-size: .26rem;
  }

  .customer-case-layer .content {
    font-size: .24rem;
    line-height: 1.6em;
  }

  .customer-case-layer .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .2rem;
  }

  .customer-case-layer .row .col {
    width: calc(100% - .2rem);
  }

  .customer-case-layer .row .col .list li {
    font-size: .24rem;
    line-height: .44rem;
  }

  .customer-case-layer .row .col .list li:before {
    height: .44rem;
  }

  .customer-case-layer .row .zoomImg {
    border-radius: 0 0 .2rem .2rem;
    width: 100%;
    margin-top: .2rem;
  }

  .about-1:before {
    left: 0;
    top: 0;
    width: 6rem;
    height: 3.2rem;
    margin-left: 0;
  }

  .about-1 .title {
    padding-bottom: .3rem;
  }

  .about-1 .title .en {
    font-size: .24rem;
  }

  .about-1 .content {
    width: 100%;
    font-size: .24rem;
    line-height: .4rem;
  }

  .about-2 .title {
    padding-bottom: .6rem;
  }

  .about-2 .title p {
    font-size: .24rem;
  }

  .about-2 .list .item {
    height: 6rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-2 .list .item .hd {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .about-2 .list .item .hd:after {
    display: none;
  }

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

  .about-2 .list .item .bd .msg {
    font-size: .28rem;
    text-align: center;
    padding: .3rem 0 .3rem 0;
  }

  .about-2 .list .item .bd li {
    font-size: .24rem;
    line-height: .4rem;
    padding-bottom: .15rem;
  }

  .about-2 .list .item .bd li:before {
    top: .18rem;
  }

  .about-2 .list .list-wrapper li {
    background-size: .22rem;
  }

  .about-2 .list .list-wrapper li .year {
    font-size: .24rem;
  }

  .about-2 .list .list-wrapper li.swiper-slide-active .year {
    font-size: .32rem;
  }

  .about-2 .list .arrow a {
    top: 1.2rem;
  }

  .about-2 .list .arrow a.prev {
    left: -0.1rem;
  }

  .about-2 .list .arrow a.next {
    right: -0.1rem;
  }

  .about-3 .title p {
    font-size: .24rem;
  }

  .about-3 .form {
    position: relative;
    top: -0.3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-3 .form .search {
    width: 2.5rem;
    height: .66rem;
  }

  .about-3 .form .search .input input {
    height: .64rem;
    line-height: .64rem;
    font-size: .24rem;
  }

  .about-3 .form .search .submit {
    height: .66rem;
  }

  .about-3 .form .select {
    width: 2rem;
    height: .66rem;
    font-size: .24rem;
    padding-left: .2rem;
    margin: 0;
  }

  .about-3 .form .select .select-layer dd {
    line-height: .48rem;
    padding: 0 .21rem;
  }

  .about-3 .list li {
    height: 1.6rem;
    padding: .2rem .2rem .2rem .77rem;
    font-size: .24rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-3 .list li:before {
    top: .25rem;
    bottom: auto;
    height: .5rem;
  }

  .about-3 .list li .name {
    width: 100%;
    font-size: .26rem;
    height: .5rem;
    line-height: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .about-3 .list li .time {
    font-size: .24rem;
  }

  .about-3 .list li .btn {
    width: 1.1rem;
    height: .52rem;
    font-size: .22rem;
  }

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

  .job-1 .wal {
    padding: .5rem 0;
  }

  .job-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .job-1 li {
    width: 50%;
    height: 2.8rem;
  }

  .job-1 li p {
    font-size: .24rem;
    line-height: .4rem;
    height: .8rem;
  }

  .job-1 li:nth-child(2):after {
    display: none;
  }

  .job-list .class-list .item .name {
    line-height: .48rem;
    font-size: .24rem;
    width: 1.25rem;
  }

  .job-list .class-list .item ul {
    margin-left: -0.1rem;
  }

  .job-list .class-list .item li {
    padding: 0 0 .1rem .1rem;
  }

  .job-list .class-list .item li a {
    height: .48rem;
    min-width: .8rem;
    text-align: center;
    font-size: .24rem;
    padding: 0 .15rem;
  }

  .job-list .list li {
    padding: 0 .2rem 0 .5rem;
  }

  .job-list .list li .hd:before {
    font-size: .18rem;
  }

  .job-list .list li .hd .name {
    line-height: .35rem;
    padding: .2rem 0;
    font-size: .26rem;
  }

  .job-list .list li .hd .name:before {
    height: .24rem;
  }

  .job-list .list li .hd .address {
    font-size: .24rem;
    margin-top: -0.12rem;
  }

  .job-list .list li .bd .msg {
    font-size: .26rem;
    line-height: .44rem;
  }

  .job-list .list li .bd>h5 {
    font-size: .28rem;
  }

  .job-list .list li .bd .content {
    font-size: .24rem;
    line-height: 1.8em;
  }

  .job-list .list li .bd .msg2 {
    font-size: .26rem;
  }

  .contact {
    padding-top: 1rem;
  }

  .contact:before {
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 11rem;
    top: 1rem;
  }

  .contact .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }

  .contact .side {
    height: 11rem;
    width: 100%;
    min-height: 1rem;
  }

  .contact .side .title {
    font-size: .36rem;
    line-height: 1em;
    position: relative;
    padding-bottom: .5rem;
    border-bottom: rgba(255,255,255,.2) solid 1px;
    width: 3.73rem;
  }

  .contact .side .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: .6rem;
    height: 0.02rem;
    background: #fff;
  }

  .contact .side .list li .name {
    font-size: .24rem;
  }

  .contact .side .list li .name img {
    width: .24rem;
  }

  .contact .side .list li .tel b {
    font-size: .44rem;
  }

  .contact .side .list li em {
    font-size: .24rem;
  }

  .contact .side .list li p {
    font-size: .26rem;
  }

  .contact .side .list2 li h3 {
    font-size: .28rem;
    padding-bottom: .1rem;
  }

  .contact .side .list2 li p {
    font-size: .24rem;
    margin-right: -0.3rem;
  }

  .contact .side .ewm li {
    width: 1.3rem;
  }

  .contact .side .ewm li .name {
    font-size: .22rem;
  }

  .contact .form {
    min-height: 1rem;
    padding: 1.2rem 0;
    width: 100%;
  }

  .contact .form li {
    width: calc(50% - .15rem);
  }

  .contact .form li .name {
    font-size: .24rem;
    padding-bottom: .2rem;
  }

  .contact .form li .input input,
  .contact .form li .input textarea {
    height: .68rem;
    line-height: .68rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  .contact .form li .input textarea {
    height: 1.2rem;
    line-height: .38rem;
    padding: .15rem .2rem;
  }

  .contact .form .tips {
    font-size: .24rem;
    line-height: 1.7em;
  }

  .contact .form .submit div {
    width: 2.8rem;
    height: .8rem;
    font-size: .28rem;
  }

  #join .title p {
    font-size: .24rem;
  }

  #join .join-1 .list li {
    width: 100%;
  }

  #join .join-1 .list li .name {
    font-size: .26rem;
    font-weight: bold;
  }

  #join .join-1 .list li p {
    font-size: .24rem;
    line-height: .4rem;
  }

  #join .join-2 .list {
    padding: 1.2rem 0 .8rem 0;
  }

  #join .join-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #join .join-2 .list li {
    width: 3.3rem;
  }

  #join .join-2 .list li .name {
    font-size: .24rem;
    line-height: .4rem;
    padding: .2rem 0 .4rem 0;
  }

  #join .join-2 .list li .line {
    margin-left: .76rem;
  }

  #join .join-2 .list li:nth-child(2) .line {
    display: none;
  }

  #join .join-3 .list {
    padding: .3rem 0;
  }

  #join .join-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #join .join-3 .list li {
    width: 100%;
    height: 1.2rem;
  }

  #join .join-3 .list li .col {
    width: 4.5rem;
  }

  #join .join-3 .list li .col h3 {
    font-size: .3rem;
  }

  #join .join-3 .list li .col p {
    font-size: .24rem;
  }

  .apply .title p {
    font-size: .24rem;
    line-height: 1.5em;
  }

  .apply .form {
    padding: 0 .3rem;
  }

  .apply .form li {
    width: calc(50% - .15rem);
  }

  .apply .form li .name {
    font-size: .24rem;
    padding-bottom: .2rem;
  }

  .apply .form li .input input,
  .apply .form li .input textarea {
    height: .68rem;
    line-height: .68rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  .apply .form li .input textarea {
    height: 1.2rem;
    line-height: .38rem;
    padding: .15rem .2rem;
  }

  .apply .tips {
    font-size: .24rem;
    line-height: 1.7em;
  }

  .apply .submit div {
    width: 2.8rem;
    height: .8rem;
    font-size: .28rem;
  }

  .apply .file-box .msg {
    font-size: .24rem;
  }

  .appointment .wal {
    padding: 0 .3rem 1.2rem .3rem;
  }

  .appointment .step {
    padding: .2rem 0;
  }

  .appointment .step ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .appointment .step li {
    height: .8rem;
    font-size: .24rem;
    width: 33.333%;
  }

  .appointment .step li .num {
    width: .44rem;
    height: .44rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .appointment .step li .name {
    width: 4em;
    line-height: 1.1em;
  }

  .appointment .step li.line {
    display: none;
  }

  .appointment .date-list {
    padding: 0 .2rem .2rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    border: 0;
  }

  .appointment .date-list .hd,
  .appointment .date-list ul {
    font-size: .24rem;
    grid-gap: .1rem .1rem;
  }

  .appointment .date-list .hd {
    line-height: .4rem;
    padding-bottom: .2rem;
  }

  .appointment .date-list li {
    height: 1.8rem;
  }

  .appointment .date-list li .date {
    width: 3em;
  }

  .appointment .date-list li .name {
    padding-top: .1rem;
    width: 2em;
  }

  .appointment .date-list li em {
    font-size: .2rem;
    width: .32rem;
    height: .32rem;
  }

  .appointment .date-list li.on {
    border-color: #004098;
  }

  .appointment .date-list li.on:after {
    display: block;
    content: "";
    background: url(../image/img32.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.07rem;
    bottom: -0.07rem;
    width: .32rem;
    height: .32rem;
  }

  .appointment .date-list li.disabled {
    color: #999;
    background: #fff;
    border-color: #d6d6d6;
  }

  .appointment .address-list li div,
  .appointment .time-list li div {
    width: 3rem;
    height: .66rem;
    font-size: .24rem;
  }

  .appointment .address-list li div {
    width: 1.8rem;
  }

  .appointment .form li {
    font-size: .24rem;
    padding: .2rem .2rem .2rem 1rem;
  }

  .appointment .form li .num {
    line-height: .58rem;
    font-size: .26rem;
  }

  .appointment .form li .item {
    height: .7rem;
    width: 100%;
    margin-right: 0;
  }

  .appointment .form li .item .name {
    width: 6em;
    padding: 0;
  }

  .appointment .form li .item .input input {
    height: .44rem;
    line-height: .44rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  .appointment .form li .item-2 {
    width: 100%;
  }

  .appointment .form .btns a {
    width: 2.2rem;
    height: .68rem;
    font-size: .24rem;
  }

  .appointment .form .btns p {
    font-size: .24rem;
    margin-left: .24rem;
  }

  .appointment .tips .name {
    font-size: .28rem;
  }

  .appointment .tips li {
    line-height: .48rem;
    font-size: .24rem;
  }

  .index-application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index-application .col {
    width: 100%;
    padding: 0 .3rem 1rem .3rem;
  }

  .index-application .col p {
    font-size: .24rem;
  }

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

  .index-application .list a {
    margin: 0 auto;
  }

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

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

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

  .news li a .col {
    padding: .3rem;
  }

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

  .news li a .col h5 {
    font-size: .28rem;
  }

  .news li a .col p {
    font-size: .24rem;
    line-height: 1.6em;
  }

  .news-detail .left {
    width: 100%;
  }

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

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

  .news-detail .left .hd .time {
    height: .8rem;
    font-size: .24rem;
  }

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

  .news-detail .left .content .imgs li {
    width: 100%;
    padding-bottom: .3rem;
  }

  .news-detail .left .content .imgs li:last-child {
    padding-bottom: 0;
  }

  .news-detail .left .page-num2 {
    padding-top: .1rem;
  }

  .news-detail .left .page-num2 li {
    font-size: .26rem;
    padding-top: .2rem;
  }

  .news-detail .right {
    width: 100%;
  }

  .news-detail .right .title {
    font-size: .3rem;
    padding-top: 1.2rem;
  }

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

  .news-detail .right li a .zoomImg img {
    width: 100%;
  }

  .news-detail .right li a .time {
    font-size: .24rem;
    padding: .3rem 0 .2rem 0;
  }

  .news-detail .right li a .name {
    font-size: .28rem;
    line-height: .4rem;
  }

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

  .about-4 .wal {
    min-height: 13.31rem;
  }

  .about-4 .title h2 {
    font-size: 0.4rem;
  }

  .about-4 .title p {
    font-size: 0.24rem;
  }

  .about-4 .map {
    width: 8.59rem;
  }

  .about-4 .side {
    top: -0.8rem;
    position: relative;
    width: 5rem;
  }

  .about-4 .side .msg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-4 .side .container {
    width: 4.38rem;
    height: 4.32rem;
    padding: 0.8rem 0 0 0.4rem;
  }

  .about-4 .side .container .name {
    font-size: 0.24rem;
  }

  .about-4 .side .container ul {
    padding: 0.12rem 0 0.2rem 0;
  }

  .about-4 .side .container li {
    font-size: 0.24rem;
  }

  .product-layer2 .container {
    width: 6.9rem;
    padding: 0.3rem;
  }

  .product-layer2 .close {
    width: 1.3rem;
    height: 1.3rem;
    font-size: .32rem;
  }

  .product-layer2 .scroll {
    max-height: calc(90vh - 2rem);
    padding: 0 0.3rem;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .product-layer2 .container>.title {
    font-size: .384rem;
    font-weight: 600;
    padding-top: 0.2rem;
  }

  .product-layer2 .tab li {
    line-height: 0.71rem;
    font-size: 0.26rem;
  }

  .product-layer2 .cpjs .content {
    font-size: 0.24rem;
    line-height: 0.41rem;
  }

  .product-layer2 .xzjqr .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-layer2 .xzjqr .row .list-1 {
    width: 100%;
    margin-left: 0;
    padding-top: 0.2rem;
  }

  .product-layer2 .xzjqr .row .list-1 ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 0.4rem 0;
  }

  .product-layer2 .xzjqr .row .list-1 li .ico {
    width: 0.96rem;
  }

  .product-layer2 .xzjqr .row .list-1 li .name {
    font-size: 0.24rem;
    padding: 0.19rem 0 0 0;
  }

  .product-layer2 .xzjqr .row .list-1 dl {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .product-layer2 .xzjqr .row .list-1 dd:after {
    height: 0.59rem;
  }

  .product-layer2 .xzjqr .row .list-1 dd .value {
    font-size: 0.3rem;
  }

  .product-layer2 .xzjqr .row .list-1 dd .name {
    font-size: 0.24rem;
  }

  .product-layer2 .xzjqr .line {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .product-layer2 .xzjqr .sub-title h3 {
    height: 0.59rem;
    font-size: 0.26rem;
  }

  .product-layer2 .xzjqr .list-2 ul {
    margin-left: -0.42rem;
  }

  .product-layer2 .xzjqr .list-2 li {
    width: 50%;
    height: 0.61rem;
    padding: 0 0 0 0.69rem;
    font-size: 0.24rem;
  }

  .product-layer2 .xzjqr .list-2 li:before {
    left: 0.42rem;
  }

  .product-layer2 .xzjqr .list-2 li:after {
    left: 0.5rem;
  }

  .product-layer2 .xzjqr .list-2 li.li_01 {
    width: 100%;
  }
}
