a, .transition, :before, img, .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 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

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

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

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

  .wal {
    max-width: 8rem; }

      a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  body.navShow {
    overflow: hidden; }
    body.navShow .g-head, body.navShow .p-head {
      background: rgba(255, 255, 255, 0.9); }
    body.navShow .g-head .navA {
      background-image: url("../image/close.png"); }
    body.navShow .g-nav {
      right: 0;
      left: 0; }

  .g-headD {
    height: 1rem; }

  .g-head {
    background: rgba(255, 255, 255, 0.7); }
    .g-head .wal {
      min-height: 1rem;
      margin: 0 .3rem; }
    .g-head a.logo {
      width: 1.8rem;
      background-image: url("../image/logo2.png"); }
    .g-head a.tel {
      line-height: 1rem;
      font-size: .28rem;
      right: .7rem; }
    .g-head .navA {
      display: block;
      position: absolute;
      z-index: 10;
      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(255, 255, 255, 0.9);
    right: -100%;
    top: 1rem;
    bottom: 0;
    left: 100%; }
    .g-nav li {
      border-top: #eee solid 1px;
      width: 100%;
      margin: 0; }
    .g-nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .28rem;
      padding-left: .5rem;
      color: #333; }
      .g-nav a.name:before {
        display: none; }
    .g-nav .list {
      border: #eee solid 1px;
      padding: .1rem 0;
      display: none; }
      .g-nav .list a {
        display: block;
        font-size: .26rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .7rem; }

  .p-head .wal {
    margin: 0 .3rem;
    min-height: 1rem; }
  .p-head a.logo {
    height: 1rem; }
  .p-head a.tel {
    line-height: 1rem; }
  .p-head .g-nav a.name {
    height: 1rem;
    line-height: 1rem; }

  .g-foot {
    font-size: .22rem; }
    .g-foot:after {
      display: none; }
    .g-foot .logo {
      position: static;
      padding-top: .6rem; }
    .g-foot .container {
      padding: .6rem 0 .3rem 0; }
      .g-foot .container .tel div {
        font-size: .26rem;
        line-height: .4rem; }
      .g-foot .container .tel h2 {
        font-size: .46rem;
        line-height: .7rem; }
      .g-foot .container li {
        min-height: .5rem; }
        .g-foot .container li .ico {
          width: .24rem; }
    .g-foot .msg {
      position: relative;
      line-height: .45rem;
      padding: .2rem 0;
      border-top: rgba(255, 255, 255, 0.1) solid 1px;
      text-align: center; }
      .g-foot .msg p {
        width: 100%; }

  a.topA {
    width: .66rem;
    height: .66rem; }

  /*index*/
  .p-content {
    font-size: .24rem;
    line-height: .44rem; }

  .p-more {
    width: 2rem;
    height: .56rem;
    line-height: .56rem;
    font-size: .24rem; }

  .p-more-2 {
    width: 2rem;
    height: .56rem;
    line-height: .56rem;
    font-size: .24rem; }

  .p-back {
    width: 1.6rem;
    height: .54rem;
    line-height: .5rem;
    font-size: .24rem; }

  #index-dots {
    opacity: 0;
    visibility: hidden; }

  .indexFlash li .layer {
    left: .3rem; }
    .indexFlash li .layer h2 {
      font-size: .6rem; }
    .indexFlash li .layer h3 {
      font-size: .3rem;
      margin-bottom: .8rem; }
  .indexFlash .dots {
    left: .3rem; }

  .index-about .wal, .index-case .wal, .index-solution .wal, .index-news .wal {
    margin: 0 0.3rem; }

  .index-about .p-content {
    padding: .2rem 0;
    max-width: 100%;
    text-indent: 2em; }
  .index-about .msg {
    padding-bottom: .3rem; }
  .index-about .more {
    position: relative;
    z-index: 12; }
  .index-about .list {
    background: none;
    width: 100%;
    height: 7rem;
    position: relative;
    top: -.6rem;
    right: 0; }
    .index-about .list .title {
      position: relative;
      padding-bottom: .2rem; }
      .index-about .list .title span {
        padding: .3rem 0 .2rem 0; }
    .index-about .list ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center; }
    .index-about .list li {
      width: 33.333%;
      position: relative;
      left: 0;
      padding: 0 0 .2rem 0; }
      .index-about .list li .ico {
        width: 1.5rem;
        margin: 0 auto; }
      .index-about .list li .name {
        font-size: .24rem;
        padding-top: .15rem; }
      .index-about .list li.li_01, .index-about .list li.li_02, .index-about .list li.li_03, .index-about .list li.li_04, .index-about .list li.li_05 {
        top: 0;
        margin-left: 0; }

  .index-case:before {
    left: 0; }
  .index-case:after {
    margin-left: 0; }
  .index-case .img-list {
    position: relative;
    top: 0;
    left: -2.8rem;
    width: 10rem;
    margin-top: 0; }
    .index-case .img-list .list-wrapper {
      width: 20rem;
      margin-left: -8.8rem; }
  .index-case .index-title {
    padding-top: .5rem;
    color: #000; }
    .index-case .index-title h3 {
      color: #fff; }
  .index-case .arrow {
    height: 1rem; }
    .index-case .arrow .num {
      font-size: .24rem;
      color: #000; }
      .index-case .arrow .num .num-curr {
        font-size: .5rem; }
  .index-case .list {
    margin-left: 59%;
    color: #000; }

  .index-solution .p-content {
    padding: .3rem 0; }
  .index-solution .more, .index-solution .p-content, .index-solution .index-title {
    width: 100%; }
  .index-solution .more {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.5rem;
    top: 25vh;
    bottom: auto;
    width: auto; }
  .index-solution .list {
    margin-left: -.6rem;
    margin-right: -.6rem; }
    .index-solution .list ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center; }
    .index-solution .list li {
      width: 33.333%;
      padding-top: .5rem; }
      .index-solution .list li a {
        font-size: .26rem;
        top: 0; }
  .index-solution .arrow {
    display: none; }

  .index-news .more {
    padding-top: .3rem; }
  .index-news .list {
    position: relative;
    right: 0;
    left: 0; }
    .index-news .list li {
      height: 50vh;
      padding: 0 .25rem; }
      .index-news .list li .time {
        font-size: .28rem; }
        .index-news .list li .time b {
          padding-bottom: .3rem; }
      .index-news .list li .name div {
        font-size: .26rem;
        line-height: .4rem;
        height: .8rem; }
      .index-news .list li .img {
        padding-bottom: .25rem; }
      .index-news .list li p {
        font-size: .22rem;
        line-height: .36rem;
        padding-top: 0;
        max-height: 1.08rem;
        overflow: hidden; }
    .index-news .list .arrow {
      left: -1px;
      bottom: -.4rem; }
  .index-news .foot {
    line-height: .35rem;
    padding: .15rem 0;
    font-size: .22rem; }
    .index-news .foot p {
      width: 100%; }

  /*page*/
  .p-banner {
    height: 4rem; }
    .p-banner .title h2 {
      font-size: .5rem;
      padding: 2rem 0 .05rem 0; }
    .p-banner .title span {
      font-size: .26rem; }

  .case li .img {
    width: 100%; }
  .case li .col {
    width: 100%; }
  .case li .name {
    font-size: .28rem;
    line-height: 1.6em;
    padding-top: .25rem;
    font-weight: bold; }
  .case li p {
    font-size: .24rem;
    line-height: .44rem;
    padding: .2rem 0; }

  .case-show a.p-back {
    top: .9rem; }
  .case-show h2.title {
    padding: .95rem 1.8rem .3rem 0;
    font-size: .32rem; }
  .case-show .content {
    font-size: .24rem;
    line-height: .46rem; }
    .case-show .content h2 {
      font-size: .28rem;
      line-height: .8rem; }

  .p-num2 a {
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem; }

  .solutions .list li {
    width: 100%;
    padding: 1.65rem 0 0 0; }
  .solutions .list a .name {
    font-size: .28rem;
    margin-top: -.5rem;
    font-weight: bold; }
  .solutions .list a p {
    font-size: .24rem;
    line-height: .44rem;
    max-width: 6rem;
    padding-bottom: .5rem; }
  .solutions .list2 {
    padding: .4rem 0 .6rem 0; }
    .solutions .list2 dl {
      margin-left: -.25rem; }
    .solutions .list2 dd {
      padding: 0 0 .2rem .25rem;
      width: 33.333%; }
    .solutions .list2 a {
      font-size: .24rem;
      height: .68rem;
      line-height: .68rem; }

  .solutions2 .box {
    padding: .65rem .3rem .4rem .3rem; }
    .solutions2 .box .img {
      position: relative;
      left: 0;
      top: -.2rem;
      margin: 0 auto; }
    .solutions2 .box .name h2 {
      font-size: .32rem;
      font-weight: bold; }
    .solutions2 .box .list {
      margin-right: -.3rem; }
      .solutions2 .box .list dd {
        width: 33.333%; }
      .solutions2 .box .list a {
        font-size: .24rem;
        height: .56rem;
        line-height: .56rem; }

  .solutions-nav li {
    width: 50%; }
  .solutions-nav a .layer .name {
    font-size: .26rem; }
  .solutions-nav a .layer p {
    font-size: .22rem;
    line-height: .36rem;
    padding: .12rem .15rem 0 .15rem; }

  .solutions-show a.p-back {
    top: .9rem; }
  .solutions-show h2.title {
    padding: .95rem 1.8rem .3rem 0;
    font-size: .32rem; }
  .solutions-show .list li .col {
    width: 100%; }
    .solutions-show .list li .col .content {
      font-size: .24rem;
      line-height: .44rem;
      padding-bottom: .2rem; }
  .solutions-show .list li .img {
    width: 100%; }
  .solutions-show .list li:nth-child(even) .img {
    order: 1; }

  .about-title h2 {
    font-size: .32rem; }

  .about-1 .content {
    padding-bottom: .5rem;
    max-width: 100%;
    font-size: .24rem;
    line-height: .44rem; }
  .about-1 .img {
    width: 6.5rem;
    position: relative;
    top: 0;
    left: .3rem; }

  .about-2 {
    padding-bottom: .5rem; }
    .about-2 .list {
      height: 5rem; }
      .about-2 .list li {
        height: 5rem;
        align-items: flex-start;
        -webkit-align-items: flex-start; }
        .about-2 .list li h3 {
          width: 100%;
          text-align: center; }
        .about-2 .list li dl {
          margin-left: -.5rem; }
        .about-2 .list li dd {
          margin-left: .5rem;
          width: 3rem; }
          .about-2 .list li dd .name {
            font-size: .22rem;
            line-height: .4rem; }
            .about-2 .list li dd .name:before {
              height: .4rem; }
    .about-2 .year-list {
      position: relative;
      top: 0; }
      .about-2 .year-list .wal {
        margin: 0 .1rem; }
      .about-2 .year-list li {
        font-size: .24rem;
        padding-top: 1rem; }

  .about-3 .list ul {
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: -.3rem;
    margin-left: -.3rem; }
  .about-3 .list li {
    width: 2.3rem; }
    .about-3 .list li .name {
      font-size: .3rem; }
    .about-3 .list li p {
      font-size: .24rem;
      line-height: .46rem; }
  .about-3 .list li:nth-child(4), .about-3 .list li:nth-child(5) {
    width: 2.6rem; }
  .about-3 .list li:nth-child(even) {
    top: 0; }

  .about-4 li {
    width: 33.333%; }

  .honor-1 li {
    padding: 0 0 .5rem 0;
    text-align: center;
    font-size: .28rem; }
    .honor-1 li .img {
      position: static;
      margin: 0 auto; }

  .honor-2 li {
    width: 50%; }
    .honor-2 li .name {
      height: 1.1rem;
      font-size: .24rem;
      line-height: .3rem; }

  .join-1 .list-wrapper {
    width: 18rem;
    margin-left: -9rem; }
  .join-1 li .name {
    font-size: .26rem;
    bottom: .6rem; }

  .join-2 li .title {
    padding: 0 .3rem;
    font-size: .22rem; }
    .join-2 li .title:before {
      right: .3rem; }
    .join-2 li .title h2 {
      font-size: .26rem;
      width: 5rem;
      line-height: 1.35em; }
    .join-2 li .title .address {
      display: none; }
  .join-2 li .box {
    padding: 1.15rem .3rem 0 .3rem; }
    .join-2 li .box h3 {
      font-size: .26rem; }
    .join-2 li .box .content {
      font-size: .24rem; }
    .join-2 li .box .msg {
      font-size: .24rem; }

  .contact .list {
    padding-bottom: .4rem; }
    .contact .list li {
      padding: 0 0 .3rem .75rem; }
      .contact .list li h3 {
        font-size: .26rem; }
      .contact .list li p {
        font-size: .24rem;
        line-height: .4rem;
        max-width: 100%; }
  .contact .map {
    width: 100%;
    position: relative;
    top: 0; }

  .news li {
    width: 100%; }
  .news a .name {
    font-size: .26rem;
    line-height: .44rem; }
  .news a .time {
    font-size: .26rem; }
    .news a .time div {
      font-size: .66rem; }

  .news-show a.p-back {
    top: .9rem; }
  .news-show h2.title {
    padding: .95rem 1.8rem .3rem 0;
    font-size: .32rem; }
  .news-show .content {
    font-size: .24rem;
    line-height: .46rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

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