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

a,
.transition,
:before,
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%;
  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: .14rem;
  font-family: Arial,"微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0;
}

body.show {
  opacity: 1;
}

a {
  color: #333;
  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: #0e5fad;
  outline: none;
}

li {
  list-style: outside 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: 12rem;
  margin: 0 auto;
}

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_2640790_gm9xijmeef4.woff2?t=1629885086266") format("woff2"),url("//at.alicdn.com/t/font_2640790_gm9xijmeef4.woff?t=1629885086266") format("woff"),url("//at.alicdn.com/t/font_2640790_gm9xijmeef4.ttf?t=1629885086266") format("truetype");
}

.iconfont {
  font-family: "iconfont";
}

@font-face {
  font-family: "DINPro-Regular";
  src: url(../image/DINPro-Regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-Bold";
  src: url(../image/DINPro-Bold.woff2) format("woff2"),url(../image/DINPro-Bold.woff) format("woff"),url(../image/DINPro-Bold.ttf) format("truetype"),url(../image/DINPro-Bold.eot) format("embedded-opentype"),url(../image/DINPro-Bold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

.g-head .btns li {
  position: relative;
  margin-left: .55rem;
}

.g-head .btns li:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.28rem;
  top: 50%;
  width: 1px;
  height: .16rem;
  background: rgba(255,255,255,.4);
  margin-top: -0.08rem;
}

.g-head .btns li:first-child:before {
  display: none;
}

.g-head .btns 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: .8rem;
  color: #fff;
  line-height: 1em;
}

.g-head .btns li a .ico {
  width: .2rem;
  height: .2rem;
  position: relative;
  margin-right: .05rem;
}

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

.g-head .btns li a:hover {
  color: #19a2d5;
}

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

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

.g-head .language {
  position: absolute;
  top: .8rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: .6rem;
  background: url(../image/img21.png) left center no-repeat;
  background-size: .21rem;
  padding-left: .33rem;
  color: #666;
  text-transform: uppercase;
}

.g-head .language em {
  padding: 0 .06rem;
}

.g-head .language a {
  color: #666;
}

.g-head .language a:hover,
.g-head .language a.on {
  color: #0e5fad;
}

.g-head .language a.on {
  font-size: .18rem;
}

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

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

.g-head .g-nav li {
  margin-right: .35rem;
}

.g-head .g-nav a.name {
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-size: .16rem;
  position: relative;
  padding: 0 .08rem;
}

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

.g-head .g-nav a.name:hover,
.g-head .g-nav a.name.on {
  color: #0e5fad;
}

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

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

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

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

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

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

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

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

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

.g-foot {
  background: url(../image/g-foot.jpg) center no-repeat;
  background-size: cover;
  min-height: 4.19rem;
  color: #fff;
}

.g-foot .wal {
  position: relative;
}

.g-foot .container {
  min-height: 3.54rem;
  padding: .83rem 0 .5rem 0;
}

.g-foot .container .logo {
  width: 2.13rem;
}

.g-foot .container ul {
  padding-top: .32rem;
}

.g-foot .container li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: .38rem;
  color: #bbb;
}

.g-foot .container li img {
  width: .2rem;
  margin-right: .12rem;
}

.g-foot .container li b {
  color: #fff;
}

.g-foot .nav {
  position: absolute;
  width: 5.7rem;
  left: 4.8rem;
  top: .83rem;
  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;
}

.g-foot .nav:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.88rem;
  top: 0;
  width: 1px;
  height: 2.12rem;
  background: rgba(255,255,255,.2);
}

.g-foot .nav h2 {
  font-size: .18rem;
  line-height: 1em;
  padding-bottom: .25rem;
  border-bottom: rgba(255,255,255,.2) solid 1px;
  width: 100%;
  margin-bottom: .2rem;
}

.g-foot .nav li a {
  display: block;
  line-height: .32rem;
  color: #bbb;
}

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

.g-foot a.btn {
  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;
  width: .69rem;
  position: absolute;
  top: 1.53rem;
  right: 0;
  color: rgba(255,255,255,.6);
}

.g-foot a.btn .name {
  padding-top: .1rem;
}

.g-foot .msg {
  border-top: rgba(255,255,255,.2) solid 1px;
  color: rgba(255,255,255,.5);
}

.g-foot .msg .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .25rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-foot .msg .wal 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;
}

.g-foot .msg .wal div p {
  padding-left: .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;
}

.g-foot .msg .wal div p img {
  width: .15rem;
  margin-right: .06rem;
}

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

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

.video-layer .container {
  width: 12rem;
  position: relative;
  background: #fff;
  border-radius: .03rem;
  padding: .1rem;
}

.video-layer .container .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: .46rem;
  height: .46rem;
  position: absolute;
  z-index: 5;
  top: .1rem;
  right: .1rem;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: .18rem;
}

.video-layer .container .close:hover {
  background: #0e5fad;
}

.video-layer .container video {
  width: 100%;
  display: block;
}

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

  body {
    font-size: .24rem;
  }

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

  body.navShow {
    overflow: hidden;
  }

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

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

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

  .g-head {
    position: fixed;
  }

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

  .g-head .btns {
    right: .7rem;
  }

  .g-head .btns li {
    margin-left: .55rem;
  }

  .g-head .btns li:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.28rem;
    top: 50%;
    width: 1px;
    height: .16rem;
    background: rgba(255,255,255,.4);
    margin-top: -0.08rem;
  }

  .g-head .btns li:first-child:before {
    display: none;
  }

  .g-head .btns li a {
    height: 1rem;
  }

  .g-head .btns li a .ico {
    width: .3rem;
    height: .3rem;
    margin-right: .08rem;
  }

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

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

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

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

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

  .g-head .g-nav a.name {
    font-size: .28rem;
    padding-left: .5rem;
    color: #333;
    height: 1rem;
    line-height: 1rem;
  }

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

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

  .g-foot .container li {
    height: .48rem;
  }

  .g-foot .container li img {
    width: .3rem;
    margin-right: .12rem;
  }

  .g-foot .nav {
    display: none;
  }

  .g-foot a.btn .name {
    font-size: .2rem;
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }

  .g-foot .msg .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .22rem;
    padding: .35rem 0;
  }

  .g-foot .msg .wal div {
    padding-top: .1rem;
  }

  .g-foot .msg .wal div p {
    padding-left: 0;
  }

  .video-layer .container {
    width: 6.9rem;
  }

  .video-layer .container .close {
    width: .6rem;
    height: .6rem;
    font-size: .24rem;
  }
}

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

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

.index-flash li {
  background: center no-repeat;
  background-size: cover;
  color: #fff;
}

.index-flash li .wal {
  height: 7.39rem;
  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: 1.4rem;
}

.index-flash li .title {
  position: relative;
  padding-bottom: .8rem;
}

.index-flash li .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .4rem;
  width: .45rem;
  height: 1px;
  background: #fff;
}

.index-flash li .title h5 {
  font-size: .36rem;
  line-height: 1em;
  padding-bottom: .12rem;
  color: #25c2fc;
}

.index-flash li .title .en {
  font-size: .16rem;
  line-height: 1em;
  text-transform: uppercase;
}

.index-flash li p {
  max-width: 5.05rem;
  font-size: .21rem;
  line-height: .37rem;
}

.index-flash .dots {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: .68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-flash .dots div {
  border-radius: .1rem;
  margin: 0 .1rem;
  width: .1rem;
  height: .1rem;
  border: #fff solid 1px;
  overflow: hidden;
  position: relative;
}

.index-flash .dots div i {
  display: block;
  width: 0;
  background: #0e5fad;
  border-radius: .1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}

.index-flash .dots div.on {
  width: .6rem;
}

.index-title {
  text-align: center;
  padding: .8rem 0 .4rem 0;
}

.index-title h2 {
  font-size: .3rem;
  line-height: 1em;
  color: #000;
}

.index-title h2 em {
  color: #0e5fad;
}

.index-title .en {
  font-size: .16rem;
  line-height: 1em;
  padding-top: .1rem;
  color: #999;
  text-transform: uppercase;
}

.index-title p {
  font-size: .16rem;
  color: #666;
  position: relative;
  padding-top: .39rem;
}

.index-title p:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: .19rem;
  width: .4rem;
  height: 1px;
  background: #0e5fad;
  margin-left: -0.2rem;
}

.index-title-left {
  text-align: left;
}

.index-about .content {
  font-size: .16rem;
  line-height: 2em;
  text-align: justify;
  padding-bottom: .26rem;
  color: #666;
}

.index-about .content p {
  padding-bottom: .16rem;
}

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

.index-about .list li {
  width: 25%;
  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;
  text-align: center;
  min-height: 1.46rem;
}

.index-about .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .17rem;
  width: 1px;
  height: .9rem;
  background: rgba(0,0,0,.1);
}

.index-about .list li:first-child:before {
  display: none;
}

.index-about .list li .ico {
  width: .5rem;
}

.index-about .list li .name h5 {
  position: relative;
  font-size: .22rem;
  line-height: 1em;
  font-weight: 400;
  padding: .36rem 0 .1rem 0;
}

.index-about .list li .name h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: .15rem;
  width: .26rem;
  height: .02rem;
  background: #0e5fad;
  margin-left: -0.13rem;
}

.index-about .list li .name .en {
  color: #999;
  text-transform: uppercase;
  line-height: 1em;
}

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

.index-news .container {
  width: 5.8rem;
  padding: 0 .2rem .2rem;
  border-radius: .06rem;
  border: rgba(0,0,0,.1) solid 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-news .container .time {
  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-bottom: rgba(0,0,0,.1) solid 1px;
  height: .8rem;
  font-size: .28rem;
  color: #999;
  font-family: "DINPro-Regular";
}

.index-news .container .time div {
  color: #fff;
  background: #0e5fad;
  width: 1rem;
  line-height: .4rem;
  text-align: center;
  border-radius: .04rem;
}

.index-news .container h5 {
  line-height: .3rem;
  font-size: .16rem;
  padding: .2rem 0 .1rem 0;
}

.index-news .container h5 a {
  color: #0e5fad;
}

.index-news .container p {
  line-height: 2em;
  height: 4em;
  overflow: hidden;
  color: rgba(0,0,0,.7);
  text-align: justify;
  margin-bottom: .26rem;
}

.index-news .container .zoomImg {
  border-radius: .04rem;
}

.index-news .container:hover {
  box-shadow: 0 0 .08rem 0 rgba(0,0,0,.16);
}

.index-news .list {
  width: 5.8rem;
}

.index-news .list li {
  position: relative;
}

.index-news .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0,0,0,.1);
}

.index-news .list li a {
  display: block;
  min-height: 1.88rem;
  padding: .1rem .2rem 0 .44rem;
  border-radius: .06rem;
  position: relative;
}

.index-news .list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: .2rem;
  top: .34rem;
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  background: #0e5fad;
}

.index-news .list li a h5 {
  color: #0e5fad;
  font-size: .16rem;
  height: .55rem;
  line-height: .55rem;
}

.index-news .list li a p {
  line-height: 2em;
  height: 4em;
  overflow: hidden;
  color: rgba(0,0,0,.7);
}

.index-news .list li a .time {
  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: .25rem 0;
  line-height: 1em;
  color: #999;
}

.index-news .list li a .time div {
  font-family: "DINPro-Regular";
  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-news .list li a .time div:before {
  display: block;
  content: "";
  font-family: "iconfont";
  margin-right: .06rem;
  position: relative;
  top: .01rem;
}

.index-news .list li a .time 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-transition: color .5s ease;
  transition: color .5s ease;
}

.index-news .list li a .time em:after {
  display: block;
  content: "";
  font-family: "iconfont";
  margin-left: .06rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.index-news .list li:hover:before {
  opacity: 0;
}

.index-news .list li:hover a {
  box-shadow: 0 0 .08rem 0 rgba(0,0,0,.16);
}

.index-news .list li:hover a em {
  color: #0e5fad;
}

.index-case .list {
  margin-left: -0.48rem;
  margin-right: -0.48rem;
  padding: 0 .35rem;
  position: relative;
}

.index-case .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;
  font-family: "iconfont";
  font-size: .24rem;
  position: absolute;
  top: 0;
  bottom: 1rem;
  color: #999;
}

.index-case .list .arrow a:hover {
  color: #0e5fad;
}

.index-case .list .arrow a.prev {
  left: 0;
}

.index-case .list .arrow a.next {
  right: 0;
}

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

.index-case .list-wrapper li {
  padding: 0 .13rem 1rem .13rem;
  position: relative;
}

.index-case .list-wrapper li:before {
  content: "";
  display: block;
  position: absolute;
  left: .13rem;
  right: .13rem;
  bottom: 1rem;
  height: 1px;
  background: rgba(0,0,0,.1);
}

.index-case .list-wrapper li a {
  display: block;
  border-radius: .06rem;
  overflow: hidden;
}

.index-case .list-wrapper li a .zoomImg img {
  width: 100%;
}

.index-case .list-wrapper li a .name {
  font-size: .16rem;
  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: .54rem;
}

.index-case .list-wrapper li:hover:before {
  opacity: 0;
}

.index-case .list-wrapper li:hover a {
  box-shadow: 0 0 .08rem 0 rgba(0,0,0,.16);
}

.index-case .list-wrapper li:hover a .name {
  padding: 0 .24rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-case .list-wrapper li:hover a .name:after {
  display: block;
  content: "";
  font-family: "iconfont";
  font-size: .2rem;
}

@media screen and (max-width: 800px) {
  .index-flash li {
    position: relative;
  }

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

  .index-flash li .wal {
    height: 5.6rem;
    padding-top: 1rem;
  }

  .index-flash li .title .en {
    font-size: .22rem;
  }

  .index-flash li p {
    max-width: 100%;
    font-size: .24rem;
    line-height: .44rem;
  }

  .index-title h2 {
    font-size: .36rem;
  }

  .index-title .en {
    font-size: .22rem;
    padding-top: .15rem;
  }

  .index-title p {
    font-size: .24rem;
    line-height: 1.5em;
  }

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

  .index-about .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .index-about .list li {
    width: 50%;
    min-height: 2rem;
  }

  .index-about .list li:nth-child(3):before {
    display: none;
  }

  .index-about .list li .name h5 {
    font-size: .26rem;
  }

  .index-about .list li .name .en {
    font-size: .2rem;
  }

  .index-news {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-news .container {
    width: 100%;
  }

  .index-news .container .time {
    height: 1.1rem;
    font-size: .3rem;
  }

  .index-news .container .time div {
    width: 1.3rem;
    line-height: .56rem;
  }

  .index-news .container h5 {
    line-height: .4rem;
    font-size: .28rem;
    padding: .25rem 0 .1rem 0;
  }

  .index-news .container p {
    line-height: 1.8em;
    height: auto;
    overflow: auto;
  }

  .index-news .container .zoomImg {
    border-radius: .04rem;
  }

  .index-news .container:hover {
    box-shadow: 0 0 .08rem 0 rgba(0,0,0,.16);
  }

  .index-news .list {
    width: 100%;
    padding-top: .3rem;
  }

  .index-news .list li a {
    padding: .2rem 0 .1rem .44rem;
  }

  .index-news .list li a:before {
    top: .5rem;
  }

  .index-news .list li a h5 {
    font-size: .26rem;
    height: .7rem;
    line-height: .7rem;
  }

  .index-news .list li a p {
    line-height: 1.8em;
    height: auto;
    overflow: auto;
  }

  .index-case .list {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .index-case .list-wrapper li a .name {
    font-size: .24rem;
    height: .8rem;
  }
}

.p-banner2 {
  padding-top: 1.4rem;
}

.p-banner2 .bg img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .p-banner2 {
    padding-top: 1rem;
  }
}

.satellite-1 {
  position: relative;
  padding-bottom: 0.2rem;
}

.satellite-1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4.92rem;
  background: url(../image/img492.jpg) center no-repeat;
  background-size: cover;
  -webkit-transition: 0s;
  transition: 0s;
}

.satellite-1 .wal {
  min-height: 6rem;
  position: relative;
}

.satellite-1 .content {
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: justify;
  color: #666;
  padding-bottom: 0.6rem;
}

.satellite-1 .list {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0,0,0,.1);
}

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

.satellite-1 .list li {
  width: 33.333%;
  height: 2.26rem;
  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;
}

.satellite-1 .list li .ico {
  width: 0.6rem;
}

.satellite-1 .list li .name {
  font-size: 0.24rem;
  line-height: 1.4em;
  margin-top: 0.2rem;
  background: -webkit-linear-gradient(left, #1064B0 0%, #2E9DCD 100%);
  background: linear-gradient(90deg, #1064B0 0%, #2E9DCD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  background-clip: text;
  text-fill-color: rgba(0,0,0,0);
}

.satellite-1 .list li .num,
.satellite-1 .list li p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
}

.satellite-1 .list li .num {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 800px) {
  .satellite-1::before {
    height: calc(100% - 5.4rem);
  }

  .satellite-1 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .satellite-1 .list {
    padding: 0.3rem 0;
  }

  .satellite-1 .list 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;
    gap: 0.3rem 0;
  }

  .satellite-1 .list li {
    width: 100%;
  }

  .satellite-1 .list li .name {
    font-size: 0.32rem;
  }

  .satellite-1 .list li .num,
  .satellite-1 .list li p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.p-more,
.satellite-2 .list a .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: #d9d9d9 solid 1px;
  width: 1.5rem;
  height: 0.5rem;
  color: #999;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 0.16rem;
  padding-left: 0.15rem;
}

.p-more::before,
.satellite-2 .list a .more::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  border-left: #d9d9d9 solid 1px;
  content: "";
  font-family: "iconfont";
  font-size: 0.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;
}

@media screen and (max-width: 800px) {
  .p-more,
  .satellite-2 .list a .more {
    font-size: 0.24rem;
    padding-left: 0.2rem;
    width: 2.1rem;
    height: 0.68rem;
  }

  .p-more::before,
  .satellite-2 .list a .more::before {
    width: 0.58rem;
    font-size: 0.2rem;
  }
}

.satellite-2 {
  padding-bottom: 1rem;
}

.satellite-2 .list 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;
}

.satellite-2 .list li {
  width: 5.85rem;
}

.satellite-2 .list a {
  display: block;
  padding: 0.3rem;
  background: #f8f8f8;
  position: relative;
}

.satellite-2 .list a .zoomImg img {
  height: 3rem;
  width: 100%;
}

.satellite-2 .list a h5 {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.satellite-2 .list a p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 3.35rem;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.satellite-2 .list a .more {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}

.satellite-2 .list a:hover {
  background: #0e5fad;
  color: #fff;
}

.satellite-2 .list a:hover p {
  color: rgba(255,255,255,.7);
}

.satellite-2 .list a:hover .p-more,
.satellite-2 .list a:hover .more {
  color: #fff;
  border-color: rgba(255,255,255,.7);
}

.satellite-2 .list a:hover .p-more::before,
.satellite-2 .list a:hover .more::before {
  border-color: rgba(255,255,255,.7);
}

@media screen and (max-width: 800px) {
  .satellite-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4rem 0;
  }

  .satellite-2 .list li {
    width: 100%;
  }

  .satellite-2 .list a .zoomImg img {
    height: 4rem;
  }

  .satellite-2 .list a h5 {
    font-size: 0.28rem;
    line-height: 0.36rem;
    height: 0.36rem;
  }

  .satellite-2 .list a p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    width: 4rem;
  }
}

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

.satellite-3 .wal {
  min-height: 5.3rem;
}

.satellite-3 .index-title {
  padding: 1.07rem 0 0.6rem 0;
}

.satellite-3 .list {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}

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

.satellite-3 .list li {
  padding: 0 0.15rem;
}

.satellite-3 .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: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont";
  font-size: .16rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #d9d9d9;
  color: #999;
}

.satellite-3 .list .arrow a:hover {
  background: #0e5fad;
  border-color: #0e5fad;
  color: #fff;
}

.satellite-3 .list .arrow a em {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.satellite-3 .list .arrow a.prev {
  left: -0.75rem;
}

.satellite-3 .list .arrow a.next {
  right: -0.75rem;
}

@media screen and (max-width: 800px) {
  .satellite-3 .list .arrow a {
    background: #0e5fad;
    border-color: #0e5fad;
    color: #fff;
  }

  .satellite-3 .list .arrow a.prev {
    left: 0;
  }

  .satellite-3 .list .arrow a.next {
    right: 0;
  }
}

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

.satellite-4 .wal {
  min-height: 8rem;
  position: relative;
}

.satellite-4 .index-title {
  padding: 1.07rem 0 0.6rem 0;
  text-align: left;
}

.satellite-4 .index-title h2 {
  color: #fff;
}

.satellite-4 .year {
  position: absolute;
  left: 0;
  top: 2.77rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  -webkit-text-stroke: rgba(255,255,255,.4) 1px;
  color: rgba(0,0,0,0);
  width: 2.36rem;
  word-break: break-all;
}

.satellite-4 .list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7.25rem;
  padding-top: 1.1rem;
}

.satellite-4 .list::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
}

.satellite-4 .list .wrapper {
  height: 5.36rem;
  padding-top: 0.2rem;
  overflow: hidden;
  position: relative;
}

.satellite-4 .list .list-wrapper {
  height: 5.16rem;
}

.satellite-4 .list li {
  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;
  position: relative;
  opacity: .7;
  height: 0.86rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.satellite-4 .list li::before,
.satellite-4 .list li::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 0.22rem;
  width: 0.11rem;
  height: 0.11rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.satellite-4 .list li::before {
  opacity: 0;
  width: 0.33rem;
  height: 0.33rem;
}

.satellite-4 .list li .time {
  line-height: 0.46rem;
  width: 1.2rem;
  padding-right: 0.3rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: right;
  white-space: nowrap;
  font-size: 0.2rem;
}

.satellite-4 .list li .name {
  padding-left: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 0.09rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.satellite-4 .list li.swiper-slide-active {
  opacity: 1;
  font-weight: bold;
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}

.satellite-4 .list li.swiper-slide-active::before {
  opacity: .5;
}

.satellite-4 .list li.swiper-slide-active .time {
  font-size: 0.32rem;
}

.satellite-4 .list li.swiper-slide-active .name {
  font-size: 0.18rem;
}

.satellite-4 .list .more {
  width: 0.5rem;
  position: relative;
  left: 1.2rem;
  margin-left: -0.25rem;
  top: 0.2rem;
}

@media screen and (max-width: 800px) {
  .satellite-4 .wal {
    height: 13rem;
  }

  .satellite-4 .year {
    top: 0.8rem;
    left: auto;
    right: 0;
    word-break: normal;
    width: auto;
    font-size: 1.5rem;
    line-height: 1em;
  }

  .satellite-4 .list {
    top: 2rem;
    width: 100%;
  }

  .satellite-4 .list .wrapper {
    height: 7.4rem;
  }

  .satellite-4 .list .list-wrapper {
    height: 7.2rem;
  }

  .satellite-4 .list li {
    height: 1.2rem;
  }

  .satellite-4 .list li .time {
    font-size: 0.24rem;
  }

  .satellite-4 .list li .name {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    margin-top: 0.04rem;
  }

  .satellite-4 .list li.swiper-slide-active .name {
    font-size: 0.26rem;
  }
}

.satellite-5 {
  padding-bottom: 1rem;
}

.satellite-5 .index-title {
  padding: 1rem 0 0 0;
}

.satellite-5 li {
  border-bottom: #d9d9d9 solid 1px;
  padding: 0.4rem 0;
}

.satellite-5 li:last-child {
  border-bottom: none;
}

.satellite-5 li a {
  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;
}

.satellite-5 li a .time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.74rem;
  margin-right: 0.29rem;
  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;
  font-size: 0.16rem;
  color: #666;
}

.satellite-5 li a .time b {
  color: #0e5fad;
  font-size: 0.6rem;
  line-height: 0.52rem;
  margin-bottom: 0.08rem;
}

.satellite-5 li a .zoomImg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.8rem;
  margin-right: 0.29rem;
}

.satellite-5 li a .zoomImg img {
  height: 2.2rem;
  width: 100%;
}

.satellite-5 li a .col {
  width: 100%;
  height: 2.2rem;
  position: relative;
}

.satellite-5 li a .col h5 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.satellite-5 li a .col p {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
}

.satellite-5 li a .col .p-more,
.satellite-5 li .satellite-2 .list a .col .more,
.satellite-2 .list .satellite-5 li a .col .more {
  position: absolute;
  left: 0;
  bottom: 0;
}

.satellite-5 li a .col .p-more:hover,
.satellite-5 li .satellite-2 .list a .col .more:hover,
.satellite-2 .list .satellite-5 li a .col .more:hover {
  color: #0e5fad;
  border-color: #0e5fad;
}

.satellite-5 li a .col .p-more:hover::before,
.satellite-5 li .satellite-2 .list a .col .more:hover::before,
.satellite-2 .list .satellite-5 li a .col .more:hover::before {
  border-color: #0e5fad;
}

@media screen and (max-width: 800px) {
  .satellite-5 li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .satellite-5 li a .time {
    width: 1.2rem;
    font-size: 0.24rem;
  }

  .satellite-5 li a .zoomImg {
    width: calc(100% - 1.2rem - 0.29rem);
    margin-right: 0;
  }

  .satellite-5 li a .zoomImg img {
    height: 3.2rem;
  }

  .satellite-5 li a .col {
    margin-top: 0.3rem;
    height: auto;
    padding-bottom: 0.9rem;
  }

  .satellite-5 li a .col h5 {
    font-size: 0.28rem;
    line-height: 0.36rem;
    height: 0.36rem;
  }

  .satellite-5 li a .col p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
}

.satellite-list-banner {
  padding-top: 1.4rem;
}

.satellite-list-banner img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .satellite-list-banner {
    padding-top: 1rem;
  }
}

.satellite-list {
  background: #f8f8f8;
  min-height: 8rem;
  padding-bottom: 0.6rem;
}

.satellite-list .title {
  text-align: center;
  padding: 1rem 0 0.57rem 0;
}

.satellite-list .title h2 {
  color: #000;
  font-size: 0.3rem;
  line-height: 1.4em;
}

.satellite-list .title p {
  margin-top: 0.04rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999;
}

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

.satellite-list .list li {
  width: 25%;
  padding: 0 0 0.4rem 0.3rem;
}

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

  .satellite-list .list li {
    width: 50%;
  }
}

.perovskite-1 {
  padding-bottom: 1rem;
}

.perovskite-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;
  margin-left: -0.3rem;
  margin-bottom: -0.2rem;
}

.perovskite-1 .list li {
  width: 33.333%;
  padding: 0 0 0.2rem 0.3rem;
}

.perovskite-1 .list li .item {
  background: -webkit-linear-gradient(305deg, #1064B0 0%, #2E9DCD 100%);
  background: linear-gradient(145deg, #1064B0 0%, #2E9DCD 100%);
  height: 3.14rem;
  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;
  text-align: center;
}

.perovskite-1 .list li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.06rem;
  top: 0.06rem;
  right: 0.06rem;
  bottom: 0.06rem;
  background: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}

.perovskite-1 .list li .item h5,
.perovskite-1 .list li .item .en {
  position: relative;
  z-index: 2;
  background: -webkit-linear-gradient(left, #1064B0 0%, #2E9DCD 100%),#1769b2;
  background: linear-gradient(90deg, #1064B0 0%, #2E9DCD 100%),#1769b2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  background-clip: text;
  text-fill-color: rgba(0,0,0,0);
}

.perovskite-1 .list li .item h5 {
  font-size: 0.28rem;
  line-height: 1.4em;
}

.perovskite-1 .list li .item .en {
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin-top: 0.19rem;
  width: 2.94rem;
  font-weight: 300;
}

.perovskite-1 .list li a {
  display: block;
  position: relative;
}

.perovskite-1 .list li a h5 {
  margin-bottom: 0.2rem;
  border-bottom: #1769b2 solid 0.03rem;
  height: 0.38rem;
  line-height: 0.26rem;
  font-weight: 500;
  line-height: 0.26rem;
  font-size: 0.2rem;
}

.perovskite-1 .list li a .num {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.26rem;
  font-size: 0.24rem;
  color: #2467a8;
}

.perovskite-1 .list li a .zoomImg img {
  height: 2.6rem;
}

@media screen and (max-width: 800px) {
  .perovskite-1 .list li {
    width: 50%;
  }

  .perovskite-1 .list li a h5 {
    font-size: 0.26rem;
    height: 0.48rem;
    line-height: 0.36rem;
  }

  .perovskite-1 .list li a .num {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }

  .perovskite-1 .list li a .zoomImg img {
    height: 2.45rem;
  }
}

.perovskite-2 {
  background: #f8f8f8;
  padding-bottom: 1rem;
}

.perovskite-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.3rem;
  margin-bottom: -0.3rem;
}

.perovskite-2 li {
  width: 33.333%;
  padding: 0 0 0.3rem 0.3rem;
}

.perovskite-2 li a {
  display: block;
}

.perovskite-2 li a .zoomImg img {
  height: 2.3rem;
}

.perovskite-2 li a .name {
  background: #fff;
  padding: 0 0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  box-shadow: 0 0 0.3rem 0 rgba(0,0,0,.1);
}

@media screen and (max-width: 800px) {
  .perovskite-2 li {
    width: 50%;
  }

  .perovskite-2 li a .name {
    font-size: 0.24rem;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-banner {
  background: center no-repeat;
  background-size: cover;
  color: #fff;
}

.p-banner .wal {
  height: 5.58rem;
  padding-top: 1.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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.p-banner .title h2 {
  font-size: .38rem;
  line-height: 1em;
  padding-bottom: .18rem;
}

.p-banner .title .en {
  font-size: .16rem;
  text-transform: uppercase;
}

.p-curr {
  background: #fff;
  box-shadow: 0 .02rem .06rem 0 rgba(3,63,119,.1);
}

.p-curr .wal {
  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: .7rem;
}

.p-curr .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;
  color: #999;
  line-height: .4rem;
  background: url(../image/img18.png) left center no-repeat;
  background-size: .18rem;
  padding-left: .26rem;
}

.p-curr .curr b {
  font-weight: 400;
}

.p-curr .curr a {
  color: #999;
}

.p-curr .curr a:hover {
  color: #0e5fad;
}

.p-curr .curr span {
  font-family: "iconfont";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  padding: 0 .06rem;
}

.p-curr .curr em {
  color: #0e5fad;
}

.p-curr .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-curr .nav li {
  position: relative;
}

.p-curr .nav li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: .14rem;
  background: rgba(0,0,0,.2);
  margin-top: -0.07rem;
}

.p-curr .nav li:first-child:before {
  display: none;
}

.p-curr .nav a {
  display: block;
  padding: 0 .2rem;
  color: #666;
  height: .7rem;
  line-height: .7rem;
  position: relative;
}

.p-curr .nav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 50%;
  height: .02rem;
  background: #0e5fad;
  opacity: 0;
}

.p-curr .nav a:hover,
.p-curr .nav a.on {
  color: #0e5fad;
}

.p-curr .nav a:hover:before,
.p-curr .nav a.on:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.about-1 {
  padding-top: .8rem;
}

.about-1 .video {
  margin-bottom: .36rem;
  position: relative;
}

.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../image/btn107.png) center no-repeat;
  background-size: .75rem;
  cursor: pointer;
}

.video-btn div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #0e5fad solid 1px;
  border-radius: 50%;
  opacity: 0;
}

.history {
  padding-bottom: .8rem;
  position: relative;
}

.history:before {
  content: "";
  display: block;
  position: absolute;
  left: .58rem;
  top: 0;
  bottom: 1rem;
  width: 1px;
  background: rgba(102,102,102,.2);
}

.history li {
  padding: 0 0 .2rem 1.32rem;
  position: relative;
}

.history li .year {
  position: absolute;
  left: .47rem;
  top: .13rem;
  width: .22rem;
  height: .22rem;
  border-radius: 50%;
  background: #d1d1d1;
  font-size: 0;
  color: rgba(0,0,0,0);
}

.history li .year:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: .28rem;
  height: .28rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: rgba(0,0,0,.1) solid 1px;
  border-radius: 50%;
}

.history li .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;
  position: relative;
  border: #e5e5e5 solid 1px;
  font-size: .16rem;
  color: #666;
}

.history li .box .time {
  width: 1.58rem;
  padding-left: .4rem;
  line-height: .46rem;
}

.history li .box .zoomImg {
  display: none;
}

.history li.on .year {
  left: 0;
  top: .34rem;
  width: 1.12rem;
  height: 1.12rem;
  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: #0e5fad;
  color: #fff;
  font-size: .3rem;
}

.history li.on .year:before {
  display: none;
}

.history li.on .year:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.08rem;
  top: -0.08rem;
  right: -0.08rem;
  bottom: -0.08rem;
  border: rgba(14,95,173,.2) solid .08rem;
  border-radius: 50%;
}

.history li.on .box {
  background: #0e5fad;
  color: #fff;
  border-radius: .06rem;
  box-shadow: 0 .02rem .08rem 0 rgba(0,0,0,.2);
  min-height: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: .16rem;
  padding: 0 3rem .2rem .41rem;
  border: 0;
}

.history li.on .box .time {
  font-size: .3rem;
  padding: .3rem 0 .4rem 0;
  position: relative;
  line-height: 1em;
  width: 100%;
}

.history li.on .box .time:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .2rem;
  width: .4rem;
  height: .02rem;
  background: #fff;
}

.history li.on .box .zoomImg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 .06rem .06rem 0;
  width: 2.85rem;
}

.honor li {
  padding-bottom: .2rem;
}

.honor li .box {
  position: relative;
  border: #e5e5e5 solid 1px;
  font-size: .16rem;
  color: #666;
}

.honor li .box .name {
  padding-left: .41rem;
  line-height: .46rem;
  font-size: .16rem;
}

.honor li .box p,
.honor li .box .zoomImg {
  display: none;
}

.honor li.on .box {
  background: #0e5fad;
  color: #fff;
  border-radius: .06rem;
  box-shadow: 0 .02rem .08rem 0 rgba(0,0,0,.2);
  min-height: 2.2rem;
  font-size: .16rem;
  padding: 0 3rem .2rem .41rem;
  border: 0;
}

.honor li.on .box .name {
  font-size: .3rem;
  padding: .3rem 0 .45rem 0;
  position: relative;
  line-height: 1.3em;
}

.honor li.on .box .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .2rem;
  width: .4rem;
  height: .02rem;
  background: #fff;
}

.honor li.on .box p {
  display: block;
}

.honor li.on .box .zoomImg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 .06rem .06rem 0;
  width: 2.85rem;
}

.p-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .2rem 0 1rem 0;
}

.p-num a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #666;
}

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

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

.p-num .num a {
  font-size: .16rem;
  width: .3rem;
  height: .3rem;
  margin-right: .1rem;
}

.p-num .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-num .arrow a {
  font-family: "iconfont";
  width: .4rem;
  height: .4rem;
  margin-left: .2rem;
  border: rgba(0,0,0,.2) solid 1px;
}

.p-num .arrow a:hover,
.p-num .arrow a.on {
  border-color: #0e5fad;
}

.company-profile {
  padding: .8rem 0 0 0;
}

.company-profile .history {
  padding: 0;
}

.company-profile .history:before {
  bottom: .2rem;
}

.company-profile .p-num {
  padding-bottom: .2rem;
}

.contact-the-secretary ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-the-secretary li {
  width: 33.333%;
  text-align: center;
  padding: .3rem 0 1rem 0;
  position: relative;
}

.contact-the-secretary li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .4rem;
  width: 1px;
  height: 1.6rem;
  background: rgba(0,0,0,.2);
}

.contact-the-secretary li:first-child:before {
  display: none;
}

.contact-the-secretary li .ico img {
  width: .8rem;
}

.contact-the-secretary li .name {
  padding: .4rem 0 .2rem 0;
  color: #999;
  font-size: .2rem;
}

.contact-the-secretary li p {
  font-size: .18rem;
}

.patent {
  padding-bottom: 1rem;
}

.patent .content {
  font-size: .16rem;
  line-height: .3rem;
  text-align: justify;
  color: #666;
  padding-bottom: .8rem;
}

.patent .content h5 {
  font-size: .16rem;
  padding-bottom: .1rem;
  color: #333;
}

.patent .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.patent .img-list {
  width: 7.38rem;
}

.patent .img-list .list-wrapper {
  width: 9.09rem;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -4.545rem;
}

.patent .img-list li {
  padding: .05rem .29rem;
}

.patent .img-list li .img {
  padding: 1px;
  background: #fff;
  box-shadow: 0 0 .1rem rgba(0,0,0,.3);
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.patent .img-list li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(0,0,0,.2);
}

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

.patent .img-list li.swiper-slide-active .img:before {
  opacity: 0;
}

.patent .side-list {
  width: 3.5rem;
  position: relative;
  height: 3.1rem;
  padding-top: .5rem;
}

.patent .side-list .list-wrapper {
  height: 2.1rem;
  overflow: hidden;
  position: relative;
}

.patent .side-list li {
  height: .7rem;
  padding: .12rem .1rem;
}

.patent .side-list li .name {
  height: .46rem;
  line-height: .46rem;
  text-align: center;
  font-size: .16rem;
  border-radius: .5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

.patent .side-list li .name:hover {
  color: #0e5fad;
}

.patent .side-list li.swiper-slide-active .name {
  color: #0e5fad;
  box-shadow: 0 .02rem .08rem 0 rgba(0,0,0,.2);
}

.patent .side-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;
  left: 0;
  right: 0;
  font-family: "iconfont";
  font-size: .22rem;
}

.patent .side-list .arrow a em {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.patent .side-list .arrow a.prev {
  top: 0;
}

.patent .side-list .arrow a.next {
  bottom: 0;
}

.patent-list {
  padding-bottom: .7rem;
}

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

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

.patent-list li a {
  display: block;
}

.patent-list li a .zoomImg {
  border-radius: .06rem .06rem 0 0;
}

.patent-list li a .zoomImg img {
  width: 100%;
}

.patent-list li a .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: .55rem;
  border-radius: 0 0 .06rem .06rem;
  border: rgba(0,0,0,.1) solid 1px;
  border-top: 0;
  font-size: .16rem;
}

.patent-list li a:hover {
  box-shadow: 0 0 .08rem 0 rgba(0,0,0,.16);
}

.patent-list li a:hover .name {
  padding: 0 .24rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.patent-list li a:hover .name:after {
  display: block;
  content: "";
  font-family: "iconfont";
  font-size: .2rem;
}

.patent-show .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: .73rem 0 .15rem 0;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.patent-show .hd h2 {
  font-size: .26rem;
  line-height: .5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.patent-show .hd a.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  font-family: "iconfont";
  width: .5rem;
  height: .5rem;
  border: rgba(7,0,2,.2) solid 1px;
  font-size: .22rem;
  color: #0e5fad;
}

.patent-show .hd a.back:hover {
  color: #fff;
  background: #0e5fad;
  border-color: #0e5fad;
}

.patent-show .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.patent-show .container {
  width: 6.4rem;
}

.patent-show .container .title {
  position: relative;
  padding-bottom: .55rem;
}

.patent-show .container .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .23rem;
  width: .4rem;
  height: .02rem;
  background: #0e5fad;
}

.patent-show .container .title h3 {
  font-size: .22rem;
  line-height: 1em;
}

.patent-show .container .title h3 em {
  color: #0e5fad;
}

.patent-show .container .title .en {
  line-height: 1em;
  padding-top: .1rem;
  color: #999;
}

.patent-show .container .content {
  font-size: .16rem;
  line-height: .31rem;
  color: #666;
}

.patent-show .video {
  width: 4.87rem;
  position: relative;
}

.patent-show .video .video-btn {
  background-image: url(../image/img60.png);
  background-size: .6rem;
  width: 1.8rem;
  height: 1.8rem;
}

.patent-show .video .video-btn div {
  border-color: #fff;
}

.patent-show .list {
  padding: 1.4rem 0 1rem 0;
}

.patent-show .list h3 {
  font-size: .22rem;
  padding-bottom: .4rem;
}

.patent-show .list th {
  font-size: .2rem;
  font-weight: 400;
  height: .63rem;
  background: #0e5fad;
  color: #fff;
  padding: 0 .34rem;
}

.patent-show .list th:nth-child(1) {
  border-right: rgba(255,255,255,.2) solid 1px;
  width: 3.94rem;
}

.patent-show .list td {
  padding: .2rem .34rem;
  border: rgba(0,0,0,.1) solid 1px;
  border-top: 0;
  font-size: .16rem;
  line-height: .31rem;
  color: #666;
}

.patent-show .list td:nth-child(1) {
  border-right: 0;
  color: #0e5fad;
}

.case {
  padding: .8rem 0 .3rem 0;
}

.case 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case li {
  width: 5.5rem;
}

.case li a {
  display: block;
  position: relative;
  padding-bottom: .7rem;
}

.case li a .zoomImg {
  border-radius: .06rem;
  background: #0e5fad;
}

.case li a .zoomImg:before {
  display: none;
}

.case li a .zoomImg img {
  width: 100%;
  height: 3.3rem;
}

.case li a .layer {
  position: absolute;
  background: url(../image/img507.png) center no-repeat;
  background-size: 100% 100%;
  width: 5.7rem;
  height: 3.71rem;
  left: -0.1rem;
  top: -0.2rem;
  padding: .7rem .6rem;
  color: #fff;
  line-height: .3rem;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.case li a .layer .scroll {
  overflow-y: auto;
  position: relative;
  height: 2.4rem;
  padding-right: .2rem;
  margin-right: -0.2rem;
}

.case li a .layer .scroll::-webkit-scrollbar {
  width: .04rem;
}

.case li a .layer .scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: .04rem;
}

.case li a .layer .scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,.3);
  border-radius: .04rem;
}

.case li a .name {
  text-align: center;
  border-bottom: rgba(0,0,0,.2) solid 1px;
  min-height: .63rem;
  font-size: .18rem;
  padding-top: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.case li a:hover .zoomImg img {
  opacity: .1;
}

.case li a:hover .layer {
  opacity: 1;
}

.case li a:hover .name {
  border-color: rgba(0,0,0,0);
  padding-top: .38rem;
}

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

.news a {
  display: block;
  padding: .3rem 0;
}

.news a .wal {
  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 a .time {
  width: 1.12rem;
  height: 2.35rem;
  font-family: "DINPro-Regular";
  font-size: .16rem;
  color: #666;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news a .time div {
  color: #0e5fad;
  font-size: .54rem;
  font-family: "DINPro-Bold";
}

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

.news a .col {
  width: 6.13rem;
  margin-left: .6rem;
}

.news a .col h5 {
  font-size: .18rem;
  line-height: .32rem;
}

.news a .col p {
  line-height: .27rem;
  color: #666;
  padding: .2rem 0;
  min-height: 1.12rem;
}

.news a .col .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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1.56rem;
  height: .5rem;
  border: rgba(0,0,0,.1) solid 1px;
  border-radius: .02rem;
  font-size: .16rem;
  color: #999;
  padding-left: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news a .col .more:after {
  display: block;
  content: "";
  font-family: "iconfont";
  height: .48rem;
  border-left: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: .5rem;
  font-size: .14rem;
  -webkit-transition: border-left-color .5s ease;
  transition: border-left-color .5s ease;
}

.news a .col .more:hover {
  background: #0e5fad;
  border-color: #0e5fad;
  color: #fff;
}

.news a .col .more:hover:after {
  border-left-color: rgba(255,255,255,.2);
}

.news a:hover {
  box-shadow: 0 0 .14rem 0 rgba(0,0,0,.12);
}

.p-num2 {
  padding: .4rem 0 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .16rem;
}

.p-num2 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;
  color: #666;
  padding: 0 .18rem;
  line-height: 1em;
}

.p-num2 a:hover,
.p-num2 a.on {
  color: #0e5fad;
}

.p-num2 a.arrow span {
  font-family: "iconfont";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  padding: 0 .03rem;
}

.news-show .hd {
  padding: .75rem .8rem .3rem 0;
  position: relative;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.news-show .hd h2 {
  font-size: .26rem;
}

.news-show .hd .time {
  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: .12rem;
  color: rgba(0,0,0,.7);
  line-height: 1em;
}

.news-show .hd .time span {
  font-family: "iconfont";
  margin-right: .06rem;
}

.news-show .hd a.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "iconfont";
  width: .5rem;
  height: .5rem;
  border: rgba(7,0,2,.2) solid 1px;
  font-size: .22rem;
  color: #0e5fad;
  position: absolute;
  top: .8rem;
  right: 0;
}

.news-show .hd a.back:hover {
  color: #fff;
  background: #0e5fad;
  border-color: #0e5fad;
}

.news-show .content {
  line-height: .3rem;
  text-align: justify;
  padding: .4rem 0;
}

.news-show .content .imgs 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-show .content .imgs li {
  width: 5.7rem;
  padding-top: .4rem;
}

.p-num3 {
  padding: .4rem 0 1rem 0;
  font-size: .16rem;
  color: #666;
  border-top: rgba(0,0,0,.1) solid 1px;
}

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

.join {
  padding: .8rem 0;
}

.join li {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: .1rem;
  position: relative;
}

.join li:before {
  content: "";
  display: block;
  position: absolute;
  left: .06rem;
  bottom: -1px;
  right: .06rem;
  height: 1px;
  background: rgba(0,0,0,.1);
}

.join li:last-child:before {
  display: none;
}

.join li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 1.1rem;
  border-radius: .1rem .1rem 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.join li .title h2 {
  padding: 0 0 0 .5rem;
  font-size: .24rem;
  width: 5.4rem;
}

.join li .title dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.join li .title dl dd {
  line-height: .4rem;
  padding: 0 .4rem;
  min-width: 2.25rem;
  font-size: .16rem;
  background: left center no-repeat;
  background-size: .3rem;
}

.join li .title dl dd.dd_01 {
  background-image: url(../image/img30_1.png);
}

.join li .title dl dd.dd_02 {
  background-image: url(../image/img30_2.png);
}

.join li .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .5rem;
  border-radius: 50%;
  width: .44rem;
  height: .44rem;
  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;
  line-height: 1em;
  border: #0e5fad solid 1px;
  content: "";
  font-family: "iconfont";
  margin-top: -0.22rem;
  color: #0e5fad;
  font-size: .2rem;
  cursor: pointer;
}

.join li .box {
  display: none;
  padding: .4rem .5rem 0 .5rem;
}

.join li .box h5 {
  font-size: .2rem;
  color: #0e5fad;
  padding: 0 0 .15rem .16rem;
  position: relative;
}

.join li .box h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .12rem;
  width: .06rem;
  height: .06rem;
  background: #0e5fad;
  border-radius: 50%;
}

.join li .box .content {
  line-height: 2em;
  color: #666;
  padding-bottom: .35rem;
}

.join li .box .content p {
  padding-left: 1.5em;
}

.join li .box .msg {
  margin-right: -0.1rem;
  margin-left: -0.1rem;
  padding: 0 .1rem;
  line-height: .75rem;
  font-weight: 600;
  border-top: rgba(34,123,192,.2) solid 1px;
  color: #0e5fad;
}

.join li.on {
  box-shadow: 0 0 .19rem 0 rgba(1,33,57,.2);
  background: #fff;
  z-index: 2;
}

.join li.on:before {
  opacity: 0;
}

.join li.on .title {
  background: #0e5fad;
  color: #fff;
}

.join li.on .title dl dd.dd_01 {
  background-image: url(../image/img30_1on.png);
}

.join li.on .title dl dd.dd_02 {
  background-image: url(../image/img30_2on.png);
}

.join li.on .title:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  border-color: #fff;
  color: #0e5fad;
}

.contact {
  padding: .4rem 0 0 0;
}

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

.contact .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-right: -2rem;
}

.contact .list li {
  width: 33.333%;
  position: relative;
  top: 1px;
  padding: .4rem 0;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.contact .list li h5 {
  font-size: .16rem;
  opacity: .7;
  font-weight: 400;
}

.contact .list li p {
  font-size: .2rem;
  padding-top: .16rem;
}

.contact .map {
  height: 4.07rem;
}

.contact-list {
  padding-bottom: 1rem;
}

.contact-list 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-list li {
  margin-bottom: .4rem;
  height: 1.4rem;
  border: rgba(0,0,0,.1) solid 1px;
  border-radius: .06rem;
  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;
  width: 5.6rem;
  padding: 0 .34rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.contact-list li h5 {
  font-size: .16rem;
  padding-bottom: .22rem;
  position: relative;
}

.contact-list li h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .08rem;
  width: .28rem;
  height: 1px;
  background: #0e5fad;
}

.contact-list li dd {
  line-height: .2rem;
  color: #666;
  position: relative;
  padding: .04rem 0 .04rem 3em;
}

.contact-list li dd b {
  color: #333;
  position: absolute;
  left: 0;
  top: .04rem;
  white-space: nowrap;
}

.contact-list li:hover {
  box-shadow: 0 .02rem .08rem 0 rgba(0,0,0,.1);
}

@media screen and (max-width: 800px) {
  .p-banner .wal {
    height: 4rem;
    padding-top: 1rem;
  }

  .p-banner .title .en {
    font-size: .22rem;
  }

  .p-curr .wal {
    height: 1rem;
  }

  .p-curr .curr {
    line-height: 1rem;
    background-size: .24rem;
    padding-left: .34rem;
  }

  .p-curr .nav {
    display: none;
  }

  .about-1 .video img {
    height: 3rem;
  }

  .history li .year {
    top: .3rem;
  }

  .history li .box {
    font-size: .24rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .2rem .3rem;
    line-height: .4rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history li .box .time {
    width: 100%;
    padding: 0;
    line-height: .4rem;
  }

  .history li.on .year {
    top: .34rem;
  }

  .history li.on .box {
    font-size: .24rem;
    padding: .2rem .3rem .3rem;
  }

  .history li.on .box .zoomImg {
    position: relative;
    border-radius: .1rem;
    width: 100%;
    margin-top: .25rem;
  }

  .honor li .box {
    font-size: .24rem;
  }

  .honor li .box .name {
    padding: .2rem .3rem;
    line-height: .4rem;
    font-size: .24rem;
  }

  .honor li.on .box {
    font-size: .24rem;
    padding: .2rem .3rem .3rem;
  }

  .honor li.on .box .zoomImg {
    position: relative;
    border-radius: .1rem;
    width: 100%;
    margin-top: .25rem;
  }

  .honor li.on .box .zoomImg img {
    width: 100%;
  }

  .p-num .num a {
    font-size: .26rem;
    width: .5rem;
    height: .5rem;
  }

  .p-num .arrow a {
    width: .6rem;
    height: .6rem;
  }

  .contact-the-secretary {
    padding-bottom: 1rem;
  }

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

  .contact-the-secretary li {
    width: 50%;
    padding: .3rem 0;
  }

  .contact-the-secretary li:before {
    display: none;
  }

  .contact-the-secretary li .name {
    padding: .2rem 0;
    font-size: .28rem;
  }

  .contact-the-secretary li p {
    font-size: .24rem;
  }

  .contact-the-secretary li:nth-child(3) {
    width: 100%;
  }

  .patent .content {
    font-size: .24rem;
    line-height: 1.8em;
  }

  .patent .content h5 {
    font-size: .28rem;
  }

  .patent .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;
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }

  .patent .img-list {
    width: 6.9rem;
  }

  .patent .img-list .list-wrapper {
    width: 7.5rem;
    margin-left: -3.75rem;
  }

  .patent .img-list li {
    padding: .05rem 0;
  }

  .patent .side-list {
    width: 100%;
    height: 2rem;
    padding: .5rem 0;
  }

  .patent .side-list .list-wrapper {
    height: 2rem;
    width: 100%;
  }

  .patent .side-list li {
    height: 1rem;
    padding: .2rem 0;
  }

  .patent .side-list li .name {
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
  }

  .patent .side-list .arrow a {
    font-size: .3rem;
  }

  .patent .side-list .arrow a em {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .patent .side-list .arrow a.prev {
    top: 0;
    bottom: 0;
    right: auto;
  }

  .patent .side-list .arrow a.next {
    bottom: 0;
    top: 0;
    left: auto;
  }

  .patent-list li {
    width: 50%;
  }

  .patent-list li a .name {
    font-size: .24rem;
    height: .8rem;
  }

  .patent-show .hd {
    padding-bottom: .4rem;
  }

  .patent-show .hd h2 {
    font-size: .3rem;
  }

  .patent-show .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .patent-show .container {
    width: 100%;
    padding-bottom: .4rem;
  }

  .patent-show .container .title h3 {
    font-size: .28rem;
  }

  .patent-show .container .title .en {
    font-size: .22rem;
  }

  .patent-show .container .content {
    font-size: .24rem;
    line-height: 1.8em;
  }

  .patent-show .video {
    width: 100%;
  }

  .patent-show .video img {
    width: 100%;
  }

  .patent-show .list {
    padding: 1rem 0;
  }

  .patent-show .list h3 {
    font-size: .28rem;
  }

  .patent-show .list th {
    font-size: .24rem;
    height: .8rem;
    padding: 0 .24rem;
  }

  .patent-show .list th:nth-child(1) {
    width: 2rem;
  }

  .patent-show .list td {
    padding: .2rem .24rem;
    font-size: .24rem;
    line-height: 1.7em;
  }

  .case li {
    width: 100%;
  }

  .case li a .zoomImg img {
    height: 4.3rem;
  }

  .case li a .layer {
    width: 7.1rem;
    height: 4.7rem;
    line-height: .4rem;
  }

  .case li a .layer .scroll {
    height: 3.2rem;
  }

  .case li a .name {
    min-height: 1rem;
    font-size: .28rem;
    padding: .3rem 0;
  }

  .news a .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news a .time {
    width: 1.2rem;
    font-size: .26rem;
  }

  .news a .time div {
    font-size: .64rem;
  }

  .news a .zoomImg {
    width: 5.5rem;
  }

  .news a .col {
    width: 100%;
    margin-left: 0;
    padding-top: .3rem;
  }

  .news a .col h5 {
    font-size: .28rem;
    line-height: .48rem;
  }

  .news a .col p {
    line-height: 1.8em;
  }

  .news a .col .more {
    width: 2.2rem;
    height: .7rem;
    font-size: .24rem;
  }

  .news a .col .more:after {
    height: .7rem;
    width: .6rem;
    font-size: .22rem;
  }

  .p-num2 {
    font-size: .26rem;
  }

  .news-show .hd {
    padding: .7rem .8rem .3rem 0;
  }

  .news-show .hd h2 {
    font-size: .3rem;
    line-height: 1.5em;
  }

  .news-show .content {
    line-height: 1.8em;
  }

  .news-show .content .imgs ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-num3 {
    font-size: .24rem;
  }

  .p-num3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-num3 li {
    line-height: 1.5em;
    padding: .1rem 0;
  }

  .join li .title h2 {
    padding: 0 0 0 .3rem;
    font-size: .28rem;
    width: 3.2rem;
  }

  .join li .title dl dd {
    min-width: 1rem;
    font-size: .22rem;
    padding-right: .24rem;
  }

  .join li .title:before {
    right: .3rem;
  }

  .join li .box {
    display: none;
    padding: .4rem .3rem 0 .3rem;
  }

  .join li .box h5 {
    font-size: .28rem;
  }

  .join li .box h5:before {
    top: .15rem;
  }

  .join li .box .content {
    line-height: 1.8em;
  }

  .join li .box .msg {
    line-height: 1rem;
  }

  .contact .list ul {
    margin-right: -0.6rem;
  }

  .contact .list li {
    width: 50%;
  }

  .contact .list li h5 {
    font-size: .24rem;
  }

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

  .contact .list li:nth-child(1) {
    width: 100%;
  }

  .contact .map {
    height: 4rem;
  }

  .contact-list li {
    height: auto;
    width: 100%;
    padding: .32rem;
  }

  .contact-list li h5 {
    font-size: .28rem;
    padding-bottom: .42rem;
  }

  .contact-list li h5:before {
    bottom: .2rem;
    width: .48rem;
  }

  .contact-list li dd {
    line-height: .4rem;
  }
}

