body.show a, body.show .transition, body.show .p-more, body.show .news li a .col .more, .news li a .col body.show .more, body.show :before, body.show :after, body.show img, body.show .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

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

.flex, .p-nav ul, .p-nav li a, .p-num, .p-num .num, .p-num .form, .support_01 .list li dl.info {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .index-solution {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-nav li a, .p-num, .p-num .num, .p-num .form {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-nav li a, .p-num, .index-solution {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .p-num2 ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .p-num2 ul, .g-nav ul, .join .list li .hd dl.info, .support-layer .container .form-3 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-num2 {
  padding: .4rem 0 1rem 0;
  border-top: rgba(57, 57, 52, 0.1) solid 1px;
  font-size: .18rem; }
  .p-num2 a {
    color: #666; }
    .p-num2 a:hover {
      color: #004ca0; }

.p-nav {
  padding: 1rem 0; }
  .p-nav li {
    width: 50%;
    position: relative; }
    .p-nav li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: -1px;
      bottom: 0;
      border: #DADADA solid 1px; }
    .p-nav li a {
      height: 1.28rem;
      position: relative;
      font-size: .28rem;
      color: #666; }
      .p-nav li a .ico {
        width: .5rem;
        height: .5rem;
        position: relative;
        margin-right: .22rem; }
        .p-nav li a .ico img:nth-child(2) {
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
    .p-nav li a:hover, .p-nav li.on a {
      color: #004ca0; }
      .p-nav li a:hover .ico img:nth-child(1), .p-nav li.on a .ico img:nth-child(1) {
        opacity: 0; }
      .p-nav li a:hover .ico img:nth-child(2), .p-nav li.on a .ico img:nth-child(2) {
        opacity: 1; }
    .p-nav li.on {
      z-index: 2; }
      .p-nav li.on a {
        background: #fff;
        box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
        -webkit-box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
        -moz-box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
        margin-right: -2px;
        margin-left: -2px; }

.p-more, .news li a .col .more {
  display: block;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: #004ca0 solid 1px;
  width: 1.22rem;
  height: .36rem;
  line-height: .34rem;
  font-size: .18rem;
  color: #004ca0;
  text-align: center; }
  .p-more:hover, .news li a .col .more:hover {
    background: #004ca0;
    color: #fff; }

.p-num {
  padding: .35rem 0 1rem 0;
  font-size: .16rem;
  color: #666; }
  .p-num a {
    color: #666; }
    .p-num a:hover, .p-num a.on {
      color: #004ca0; }
  .p-num a.arrow {
    line-height: .32rem; }
    .p-num a.arrow.prev {
      padding-left: .28rem;
      background: url("../image/prev8.png") left center no-repeat;
      background-size: .08rem; }
    .p-num a.arrow.next {
      padding-right: .28rem;
      background: url("../image/next8.png") right center no-repeat;
      background-size: .08rem;
      margin-left: .36rem; }
    .p-num a.arrow.disabled {
      cursor: default;
      opacity: .7; }
  .p-num .num {
    padding: 0 .07rem 0 .2rem; }
    .p-num .num a {
      padding: 0 .16rem;
      line-height: .32rem; }
      .p-num .num a.on {
        font-weight: bold; }
  .p-num .form {
    line-height: .32rem; }
    .p-num .form .input {
      width: .56rem;
      border-bottom: #666 solid 1px;
      margin: 0 .07rem; }
      .p-num .form .input input {
        width: 100%;
        height: .31rem;
        line-height: .31rem;
        font-size: .16rem; }
    .p-num .form .submit {
      margin-left: .3rem;
      border: #666 solid 1px;
      width: .68rem;
      height: .32rem; }
      .p-num .form .submit input {
        width: 100%;
        height: .3rem;
        font-size: .16rem;
        cursor: pointer;
        color: #666; }

.p-title {
  position: relative;
  margin-top: 1rem;
  display: block; }
  .p-title h3 {
    color: #9E9E9E;
    opacity: .2;
    font-size: .88rem;
    text-transform: uppercase;
    font-family: 'Impact';
    line-height: .8rem;
    letter-spacing: .02rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto; }
  .p-title h2 {
    font-size: .38rem;
    color: #212121;
    letter-spacing: .02rem;
    line-height: 1em;
    position: relative;
    padding: .5rem 0 .7rem 0; }
    .p-title h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .48rem;
      width: .5rem;
      height: .06rem;
      background: linear-gradient(90deg, #005CD8 0%, #059EE4 100%); }

.p-title-center {
  text-align: center; }
  .p-title-center h2:before {
    left: 50%;
    margin-left: -.25rem; }

.p-num2 {
  font-size: .24rem; }
  .p-num2 li {
    width: 100%;
    line-height: 1.5em;
    padding-bottom: .15rem; }

.p-more, .news li a .col .more {
  width: 1.8rem;
  height: .56rem;
  line-height: .54rem;
  font-size: .24rem; }

.p-num {
  font-size: .26rem; }
  .p-num a.arrow.next {
    margin-left: .16rem; }
  .p-num .form {
    display: none; }

/*-------------------------*/
html {
  font-size: 50px; }

.wal {
  margin: 0 .5rem; }

body.navShow {
  overflow: hidden; }
  body.navShow .g-head:after {
    left: 0; }
  body.navShow .g-head a.logo {
    background-image: url("../image/logo.png"); }
  body.navShow .g-head .navA {
    background-image: url("../image/close.png"); }
  body.navShow .g-nav {
    right: 0; }
    body.navShow .g-nav a.name {
      color: #fff; }

.g-headD {
  height: 1rem; }

.g-head {
  padding: 0; }
  .g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 76, 160, 0.8); }
  .g-head .wal {
    min-height: 1rem; }
  .g-head .navA {
    display: block;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.3rem;
    top: 0;
    bottom: auto;
    width: 1rem;
    height: 1rem;
    background: url("../image/navA.png") center no-repeat;
    background-size: .4rem; }

.g-nav {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  background: rgba(0, 76, 160, 0.8);
  right: -100%;
  top: 1rem;
  bottom: 0; }
  .g-nav li {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    width: 100%;
    margin: 0; }
  .g-nav .list {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    padding: .2rem 0;
    display: none; }
    .g-nav .list a {
      display: block;
      font-size: .26rem;
      color: #fff;
      padding-left: .5rem;
      line-height: .6rem; }
  .g-nav a.name {
    height: 1rem;
    line-height: 1rem;
    font-size: .28rem;
    padding-left: .5rem; }
    .g-nav a.name:before {
      display: none; }

.g-foot {
  font-size: .24rem; }
  .g-foot .msg {
    padding: .3rem 0 .5rem 0; }
    .g-foot .msg p {
      width: 100%;
      line-height: .4rem; }
  .g-foot a.topA {
    top: 1.9rem; }

/*index*/
#index-dots {
  right: .15rem; }

.indexIco {
  right: .3rem; }

.index-msg {
  left: .3rem;
  font-size: .22rem;
  line-height: .4rem; }

.indexFlash li h3 {
  font-size: .5rem; }
.indexFlash li .msg {
  font-size: .24rem;
  line-height: .4rem;
  padding: .1rem .3rem;
  margin-left: -.3rem; }
.indexFlash li .en {
  font-size: .22rem;
  line-height: .36rem;
  max-width: 6rem; }

.index-about .about-1 .wal .col {
  width: 100%;
  padding-right: .2rem; }
.index-about .about-1 .wal .img {
  display: none; }

.index-product .list {
  padding-top: 25vh; }
  .index-product .list:before {
    display: none; }
  .index-product .list .line {
    display: none; }
  .index-product .list li {
    width: 50%;
    height: 25vh; }
    .index-product .list li a .name {
      font-size: .22rem; }
      .index-product .list li a .name h5 {
        font-size: .32rem; }

.index-solution .wal {
  height: auto; }
.index-solution .side {
  min-height: 1rem;
  width: 100%;
  padding-bottom: .6rem; }
  .index-solution .side .msg {
    font-size: .28rem; }
  .index-solution .side .content {
    font-size: .24rem;
    line-height: .44rem;
    width: 100%;
    padding-bottom: .3rem; }
  .index-solution .side .more a {
    font-size: .24rem;
    width: 1.8rem;
    height: .65rem;
    line-height: .63rem; }
.index-solution .list {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  top: 0; }
  .index-solution .list .arrow a.prev {
    left: .3rem; }
  .index-solution .list .arrow a.next {
    right: .3rem; }
  .index-solution .list .list-wrapper2 {
    width: 15.6rem; }
  .index-solution .list li a h5.name {
    font-size: .26rem; }
  .index-solution .list li a .layer .name {
    font-size: .22rem; }

.index-news .list-line {
  display: none; }
.index-news .hd .btn a {
  font-size: .24rem;
  width: 2rem;
  height: .62rem;
  line-height: .6rem; }
.index-news .list li {
  width: 50%;
  padding-bottom: .4rem; }
  .index-news .list li a .name {
    font-size: .26rem; }
  .index-news .list li a .content {
    font-size: .22rem;
    line-height: .36rem;
    height: .72rem; }
  .index-news .list li a .more {
    margin-top: .2rem;
    font-size: .22rem; }

/*page*/
.p-banner .wal {
  height: 5rem; }
.p-banner h3 {
  font-size: .5rem; }
.p-banner .msg {
  font-size: .24rem;
  line-height: .46rem;
  margin-top: .35rem; }

.news-show .hd h2 {
  font-size: .3rem; }
.news-show .hd .time {
  font-size: .24rem; }
.news-show .content {
  font-size: .24rem;
  line-height: .44rem; }

.news li:after {
  display: none; }
.news li a .time {
  width: 1.64rem;
  font-size: .24rem;
  display: none; }
  .news li a .time div {
    font-size: .8rem; }
.news li a .img {
  width: 100%; }
  .news li a .img img {
    width: 100%; }
.news li a .col {
  width: 100%;
  margin-left: 0;
  padding: .3rem 0 0 0; }
  .news li a .col h5 {
    font-size: .28rem; }
  .news li a .col .content {
    font-size: .22rem;
    line-height: .4rem;
    margin-top: .2rem;
    padding: 0;
    max-height: 1.2rem;
    overflow: hidden;
    margin-bottom: .3rem; }

.join .msg {
  font-size: .26rem; }
.join .list li .hd {
  padding: 0 1rem .28rem .4rem; }
  .join .list li .hd:before {
    right: .4rem; }
  .join .list li .hd h3 {
    font-size: .28rem; }
  .join .list li .hd dl.info {
    font-size: .22rem;
    line-height: 1.7em;
    margin-top: -.1rem;
    margin-right: -.5rem; }
    .join .list li .hd dl.info dd {
      padding-right: 0;
      min-width: 50%; }
.join .list li .bd {
  margin-left: .4rem;
  margin-right: .36rem; }
  .join .list li .bd h5 {
    font-size: .28rem;
    line-height: .4rem; }
  .join .list li .bd .content {
    font-size: .24rem; }

.support_01 .list li {
  width: 100%;
  height: 1.5rem;
  font-size: .22rem; }
  .support_01 .list li .name {
    font-size: .28rem; }
  .support_01 .list li dl.info {
    margin-right: -1.5rem; }
    .support_01 .list li dl.info dd {
      line-height: .3rem;
      padding: 0 0 0 .34rem;
      width: 33.333%;
      background-size: .24rem; }
  .support_01 .list li .btn a {
    height: .5rem;
    line-height: .48rem;
    top: .2rem;
    margin-top: 0; }

.support_02 .col {
  width: 100%; }
  .support_02 .col .p-title {
    margin-top: 0; }
  .support_02 .col .list li .col {
    width: 5.8rem; }
    .support_02 .col .list li .col h5 {
      font-size: .28rem; }
    .support_02 .col .list li .col p {
      font-size: .24rem; }
.support_02 .map {
  width: 100%; }

.support-layer .container {
  width: 6.9rem;
  padding-top: .9rem; }
  .support-layer .container .close {
    width: .24rem;
    height: .24rem;
    top: .4rem; }
  .support-layer .container .title {
    height: .8rem;
    margin-bottom: .3rem; }
    .support-layer .container .title h3 {
      font-size: .28rem; }
    .support-layer .container .title p {
      font-size: .22rem; }
  .support-layer .container .form li {
    padding-bottom: .3rem; }
  .support-layer .container .form .input {
    height: .66rem; }
    .support-layer .container .form .input .ico {
      width: .6rem;
      top: .16rem; }
    .support-layer .container .form .input input, .support-layer .container .form .input textarea {
      height: .64rem;
      line-height: .64rem;
      font-size: .24rem;
      padding-left: .8rem; }
    .support-layer .container .form .input textarea {
      height: 1.88rem;
      line-height: .34rem;
      padding: .15rem .2rem .15rem .8rem; }
  .support-layer .container .form .submit {
    width: 100%;
    height: .66rem; }
    .support-layer .container .form .submit input {
      height: .66rem;
      font-size: .24rem; }
  .support-layer .container .form-1 ul {
    margin-left: -.3rem; }
  .support-layer .container .form-1 li {
    width: 50%;
    padding-left: .3rem; }
  .support-layer .container .form-1 li:nth-child(3) {
    width: 100%; }
  .support-layer .container .form-1 .input {
    width: 100%; }
  .support-layer .container .form-1 .submit {
    width: 100%; }
  .support-layer .container .form-2 {
    width: 100%; }
    .support-layer .container .form-2 ul {
      margin-left: -.3rem; }
    .support-layer .container .form-2 li {
      width: 50%;
      padding-left: .3rem; }
    .support-layer .container .form-2 li:nth-child(3) {
      width: 100%; }
    .support-layer .container .form-2 .input {
      width: 100%; }
    .support-layer .container .form-2 .input2 {
      width: 100%;
      height: 1.9rem; }
  .support-layer .container .form-3 {
    width: 100%; }
    .support-layer .container .form-3 ul {
      margin-left: -.3rem;
      flex-direction: row;
      -webkit-flex-direction: row; }
    .support-layer .container .form-3 li {
      width: 50%;
      padding-left: .3rem; }
    .support-layer .container .form-3 li:nth-child(3), .support-layer .container .form-3 li:nth-child(4) {
      width: 100%; }
    .support-layer .container .form-3 .msg {
      font-size: .24rem;
      text-align: left; }

.about-1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem; }
  .about-1 .wal {
    padding: 1rem 0; }
  .about-1 .img {
    position: relative;
    top: 1rem;
    right: 0;
    width: calc(100% - .8rem); }
  .about-1 .content {
    font-size: .24rem;
    line-height: .44rem; }
  .about-1 .list {
    padding-bottom: .5rem; }
    .about-1 .list li .name {
      font-size: .28rem; }
    .about-1 .list li p {
      font-size: .22rem;
      max-width: 2rem; }

.about-2 .list {
  padding: 0 .3rem;
  margin-top: -.2rem; }
  .about-2 .list .arrow a {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: .3rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem; }
    .about-2 .list .arrow a.prev {
      left: -.3rem; }
    .about-2 .list .arrow a.next {
      right: -.3rem; }
  .about-2 .list .list-wrapper2 {
    width: 100%;
    left: 0;
    margin-left: 0; }
    .about-2 .list .list-wrapper2 li {
      padding: .15rem; }

.about-3 .list {
  margin-left: -.3rem; }
  .about-3 .list li {
    width: 100%; }
    .about-3 .list li .col {
      padding-left: .3rem;
      font-size: .24rem; }
      .about-3 .list li .col h3 {
        font-size: .3rem; }
      .about-3 .list li .col .msg {
        padding: .1rem 0 .15rem 0; }
      .about-3 .list li .col .scroll {
        height: 1.9rem; }
      .about-3 .list li .col .content {
        line-height: .38rem;
        max-width: 100%;
        padding-right: .1rem; }
    .about-3 .list li .img {
      width: 2.8rem; }

.solution .msg {
  font-size: .24rem;
  line-height: .44rem; }
.solution .list ul {
  margin-left: -.3rem; }
.solution .list li {
  width: 50%;
  padding: 0 0 .3rem .3rem; }
  .solution .list li a .name, .solution .list li .box .name {
    height: 1.3rem; }
    .solution .list li a .name h5, .solution .list li .box .name h5 {
      font-size: .28rem; }
    .solution .list li a .name .en, .solution .list li .box .name .en {
      font-size: .2rem; }
  .solution .list li a .layer, .solution .list li .box .layer {
    display: none; }
  .solution .list li a:hover .name {
    opacity: 1; }

.product-nav ul {
  margin-bottom: -.3rem; }
.product-nav li {
  width: 3.3rem;
  margin-bottom: .3rem; }
  .product-nav li a .name {
    font-size: .26rem;
    margin-left: .2rem; }

.product .item .hd .img {
  width: 100%; }
.product .item .hd .col {
  width: 100%;
  padding-top: .5rem; }
  .product .item .hd .col .content {
    font-size: .24rem;
    line-height: .44rem; }
    .product .item .hd .col .content p {
      padding-bottom: .24rem; }
.product .item .list li {
  width: 50%;
  padding: 0 .35rem .6rem .35rem; }
  .product .item .list li:before {
    height: .6rem; }
  .product .item .list li:after {
    display: none; }
  .product .item .list li h5 {
    font-size: .28rem; }
  .product .item .list li p {
    font-size: .24rem;
    line-height: 1.7em; }
.product .item .list li:nth-child(odd):before {
  display: none; }
.product .item .list li:nth-child(4):before {
  display: block; }
.product .item:nth-child(even) .hd .img {
  order: -1; }

@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */
