a, .transition, :before, img, .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; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-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;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

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

  .wal, .wal2 {
    max-width: 8rem; }

  body.navShow {
    overflow: hidden; }
    body.navShow .head .navA {
      background-image: url("../image/close.png"); }
    body.navShow .nav {
      right: 0; }

  .headD {
    height: 1rem; }

  .head {
    height: 1rem; }
    .head .wal {
      height: 1rem;
      margin: 0 .3rem; }
    .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; }
    .head .language {
      right: .7rem;
      font-size: .24rem;
      line-height: 1rem; }
    .head .search {
      right: 1.7rem;
      width: .6rem;
      height: 1rem; }
      .head .search a {
        height: .6rem;
        width: .6rem;
        margin-top: -.3rem; }
      .head .search .input {
        margin-top: -.3rem;
        height: .6rem; }
        .head .search .input:before {
          width: .6rem; }
        .head .search .input input {
          height: .6rem;
          line-height: .6rem;
          font-size: .24rem;
          padding-left: .6rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    background: #000;
    right: -100%;
    top: 1rem;
    padding-bottom: 1rem; }
    .nav ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .nav li {
      border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
      margin: 0;
      width: 100%; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .26rem;
      padding-left: .5rem; }
      .nav a.name:before {
        display: none; }
    .nav .list {
      background: rgba(255, 255, 255, 0.1);
      display: none;
      border-top: rgba(255, 255, 255, 0.4) solid 1px;
      padding: .1rem 0; }
      .nav .list a {
        display: block;
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .5rem;
        color: #fff; }
        .nav .list a img {
          display: none; }

  .foot {
    font-size: .24rem; }
    .foot .wal {
      margin: 0 .3rem;
      padding-top: .5rem; }
    .foot .list {
      min-height: 1rem; }
      .foot .list ul {
        justify-content: space-between;
        -webkit-justify-content: space-between; }
      .foot .list li {
        padding-right: 0; }
    .foot .list2 {
      max-width: 100%;
      min-height: 1.83rem; }
      .foot .list2 li {
        min-width: 50%;
        height: .54rem; }
        .foot .list2 li img {
          width: .28rem; }
    .foot a.logo {
      position: relative;
      left: 0;
      top: 0;
      margin: 0 auto; }
    .foot .ewm {
      display: none; }
    .foot .msg {
      font-size: .2rem; }

  /*index*/
  #index .indexFoot {
    height: 5.35rem; }

  .indexSlide .lineL, .indexSlide .lineR {
    display: none; }

  .indexDots {
    top: 65%; }
    .indexDots li em {
      font-size: .22rem; }

  .indexPart1 .tips, .pageBanner .tips {
    font-size: .2rem;
    line-height: .32rem; }
    .indexPart1 .tips div, .pageBanner .tips div {
      font-size: .24rem; }

  .indexBtn {
    bottom: .6rem;
    padding: 0 .3rem; }
    .indexBtn .arrow a, .indexBtn a.more {
      height: .6rem; }
    .indexBtn .arrow {
      margin-left: -2.5rem; }
      .indexBtn .arrow a {
        margin: 0 .2rem; }
    .indexBtn a.more {
      width: 2rem; }
      .indexBtn a.more em {
        font-size: .22rem; }

  .indexPart2 h2.title {
    font-size: .4rem;
    left: .3rem; }

  .indexPart3 .layer {
    top: 20%;
    padding: 0 .3rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .indexPart3 .layer h2 {
      padding-right: 0;
      margin-right: 0;
      border-right: 0; }
    .indexPart3 .layer p {
      font-size: .24rem;
      line-height: .44rem;
      width: 100%;
      padding-top: .2rem; }
  .indexPart3 .indexBtn dl {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding-bottom: .3rem; }
    .indexPart3 .indexBtn dl dd {
      font-size: .22rem;
      padding-right: 0;
      width: 25%;
      padding-left: .3rem; }
      .indexPart3 .indexBtn dl dd:before {
        right: 0;
        height: .6rem;
        margin-top: -.3rem; }
      .indexPart3 .indexBtn dl dd div {
        font-size: .28rem; }
  .indexPart3 .indexBtn .arrow {
    position: relative;
    left: 0;
    margin-left: -.65rem; }

  .indexPart4 .layer {
    top: 20%;
    padding: 0 .3rem; }
  .indexPart4 .col {
    width: 100%; }
    .indexPart4 .col p {
      font-size: .24rem;
      line-height: .44rem; }
  .indexPart4 .list {
    width: 100%; }
    .indexPart4 .list li {
      padding-left: 0;
      width: 33%;
      position: relative;
      left: -.5rem; }
    .indexPart4 .list a .img {
      width: 1.2rem; }
    .indexPart4 .list a p {
      font-size: .26rem; }

  .indexPart5 li {
    padding-top: 20vh; }
  .indexPart5 .box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: .4rem .3rem;
    border: 0; }
    .indexPart5 .box:before {
      left: 2rem; }
    .indexPart5 .box .name {
      width: 5.6rem;
      padding: 0 0 0 .9rem; }
    .indexPart5 .box .content {
      font-size: .24rem;
      line-height: .44rem;
      width: 100%;
      height: 1.76rem;
      overflow: hidden;
      position: relative;
      margin-top: .1rem; }
  .indexPart5 .indexBtn .arrow {
    position: relative;
    left: 0;
    margin-left: -1.85rem; }

  /*page*/
  .about_01 .img {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0 0 .5rem .3rem;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .about_01 .wal {
    padding: 1rem 0; }
  .about_01 .content {
    font-size: .22rem;
    line-height: .4rem;
    max-width: 100%; }
  .about_01 .title2 {
    font-size: .28rem; }
  .about_01 .list li em {
    font-size: .24rem; }

  .about_02 .title {
    margin-bottom: .8rem; }
  .about_02 .list-wrapper li div {
    font-size: .46rem; }
  .about_02 .list-wrapper li.swiper-slide-active div {
    font-size: .58rem; }
  .about_02 .box {
    font-size: .22rem;
    line-height: .4rem; }
    .about_02 .box .scroll {
      height: 3rem; }

  .pageTitle-2 div {
    font-size: 1.5rem;
    top: .3rem; }

  .team .list {
    top: 1rem;
    right: 50%;
    margin-right: -3.5rem; }
  .team .box {
    padding: 3.05rem 0 0 40%; }
    .team .box .img {
      width: 4rem;
      left: -.3rem; }
    .team .box .name {
      font-size: .22rem; }
      .team .box .name em {
        top: .03rem; }
    .team .box .scroll li {
      font-size: .22rem;
      line-height: .44rem;
      padding-right: .2rem; }

  .honor_01 {
    height: 6.76rem; }
    .honor_01 .list {
      margin-left: -3rem;
      width: 10rem; }
      .honor_01 .list .box {
        margin-right: .4rem;
        padding-bottom: .2rem; }
        .honor_01 .list .box .name a {
          font-size: .24rem; }
        .honor_01 .list .box dl {
          height: 1.3rem;
          overflow: hidden;
          position: relative; }
        .honor_01 .list .box dd {
          font-size: .22rem;
          line-height: .3rem; }
          .honor_01 .list .box dd:before {
            height: .3rem; }
      .honor_01 .list .box:hover {
        top: 0; }
    .honor_01 .arrow {
      margin-left: -3rem;
      top: 6rem; }

  .honor_02 .list, .honor_02 .list2 {
    padding: 0 .55rem; }
    .honor_02 .list li, .honor_02 .list2 li {
      padding: 0 .1rem; }
    .honor_02 .list .img, .honor_02 .list2 .img {
      height: 2.2rem; }
    .honor_02 .list .name, .honor_02 .list2 .name {
      font-size: .22rem;
      height: .65rem;
      line-height: .65rem; }

  .honor_03 .list ul {
    margin-left: -.3rem; }
  .honor_03 .list li {
    width: 33.333%;
    padding: 0 0 .3rem .3rem; }

  .case .title {
    height: .9rem;
    margin-right: -.3rem;
    margin-left: -.3rem; }
    .case .title h2 {
      font-size: .3rem; }
  .case .list {
    padding: .25rem 0 .6rem 0; }
    .case .list li {
      padding: .35rem 0; }
    .case .list .img {
      width: 100%;
      position: relative;
      top: 0; }
    .case .list .box {
      height: auto;
      padding: .3rem 0 0 0; }
      .case .list .box .name {
        font-size: .26rem;
        line-height: .5rem; }
      .case .list .box .content {
        font-size: .22rem;
        line-height: .4rem; }
      .case .list .box .dl_01 {
        margin-right: -.3rem; }
        .case .list .box .dl_01 dd {
          width: auto;
          padding-right: .3rem; }
        .case .list .box .dl_01 .ico {
          width: .5rem;
          flex-shrink: 0;
          -webkit-flex-shrink: 0; }
        .case .list .box .dl_01 .col {
          font-size: .22rem;
          line-height: .32rem; }
    .case .list .layer {
      visibility: hidden; }
    .case .list li:hover .layer {
      opacity: 0;
      visibility: hidden; }

  .caseImg .layer .name {
    font-size: .36rem; }
  .caseImg .layer .num {
    height: .5rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
    .caseImg .layer .num a {
      background-size: .2rem;
      width: .3rem;
      height: .3rem; }
  .caseImg a.arrow {
    width: .6rem;
    height: .6rem; }
    .caseImg a.arrow.prev {
      left: .3rem;
      margin-left: 0; }
    .caseImg a.arrow.next {
      right: .3rem;
      margin-right: 0; }

  .caseLayer .container {
    width: 7rem; }
  .caseLayer .btn {
    height: 1rem; }
    .caseLayer .btn dl {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; }
    .caseLayer .btn dd {
      padding: 0 .2rem 0 0; }
      .caseLayer .btn dd div {
        width: 1.4rem;
        height: .65rem;
        line-height: .63rem;
        font-size: .24rem; }
  .caseLayer .list-wrapper li {
    width: 50%; }
  .caseLayer .arrow {
    padding-top: .5rem; }

  .caseShow .content {
    font-size: .24rem;
    line-height: .44rem; }
  .caseShow .list li {
    width: 50%;
    height: 1.2rem; }
    .caseShow .list li .name, .caseShow .list li .msg {
      font-size: .22rem;
      line-height: .32rem; }
  .caseShow .list li:nth-child(9) {
    width: 100%; }

  .pageBack {
    padding: .5rem 0; }
    .pageBack a {
      font-size: .24rem;
      height: .6rem;
      line-height: .58rem; }

  .caseShow2 .box {
    padding: 5.5rem 0 .6rem 0; }
    .caseShow2 .box .name {
      font-size: .24rem; }
      .caseShow2 .box .name b {
        font-size: .32rem; }
    .caseShow2 .box .img {
      width: 4rem;
      right: -.3rem; }
    .caseShow2 .box .content {
      font-size: .22rem;
      line-height: .44rem; }
    .caseShow2 .box .content, .caseShow2 .box .list {
      position: relative;
      z-index: 11;
      padding-right: 2.6rem; }
    .caseShow2 .box .list {
      padding-right: 0; }
      .caseShow2 .box .list dd {
        font-size: .22rem;
        line-height: .44rem; }
  .caseShow2 .imgList {
    bottom: auto;
    left: 50%;
    top: 3.2rem;
    margin-left: -3.5rem; }

  .news .box .name a {
    font-size: .26rem; }
  .news .box .content {
    font-size: .22rem;
    line-height: .36rem;
    padding-bottom: .3rem; }
  .news .box .more a {
    position: relative;
    top: 0;
    height: .65rem;
    line-height: .63rem;
    font-size: .22rem; }

  .newShow .time {
    font-size: .22rem; }
    .newShow .time img {
      width: .2rem; }
  .newShow .content {
    font-size: .24rem; }
    .newShow .content .img .name {
      font-size: .28rem; }

  .pageShare {
    font-size: .24rem; }
    .pageShare li a {
      width: .45rem; }
    .pageShare a.back {
      font-size: .24rem;
      height: .55rem;
      line-height: .53rem; }

  .pageNum2 a {
    font-size: .24rem; }

  .job .name h2 {
    font-size: .26rem; }
  .job .name dl {
    font-size: .22rem; }
  .job .content {
    font-size: .24rem;
    line-height: .44rem;
    margin-left: -.3rem;
    margin-right: -.3rem; }

  .contact_01 .list {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 0;
    padding: .4rem 0 .3rem .5rem;
    border: 0; }
    .contact_01 .list li {
      height: 1.2rem; }
      .contact_01 .list li h2 {
        font-size: .26rem; }
      .contact_01 .list li p {
        font-size: .24rem; }
  .contact_01 .map {
    height: 4.5rem; }

  .contact_02 .form li img {
    width: .3rem;
    top: .2rem; }
  .contact_02 .form li .input input, .contact_02 .form li .input textarea {
    font-size: .22rem;
    padding-left: .6rem; }
  .contact_02 .submit div {
    height: .65rem;
    line-height: .63rem;
    font-size: .26rem; }

  .pageSearchMsg {
    font-size: .24rem; } }
@media screen and (max-width: 550px) {
  .wal, .wal2 {
    margin: 0 .3rem; } }

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