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 {
    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 .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 a.tel {
    font-size: .24rem;
    right: 1rem; }

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

  .foot {
    font-size: .22rem; }
    .foot .list li {
      height: .46rem; }
    .foot .list img {
      width: .26rem; }
    .foot .info em {
      display: block;
      padding: .1rem 0; }

  /*index*/
  .indexFlash li {
    height: 5rem; }
    .indexFlash li .title {
      padding: 1.8rem 0 0 .8rem; }
      .indexFlash li .title h2 {
        font-size: .46rem; }
  .indexFlash .arrow.prev {
    left: .1rem; }
  .indexFlash .arrow.next {
    right: .1rem; }

  .indexPart1 {
    width: 100%;
    padding: .3rem 0; }
    .indexPart1 .title {
      height: .9rem; }
      .indexPart1 .title h2 {
        font-size: .3rem; }
      .indexPart1 .title em {
        font-size: .22rem; }
      .indexPart1 .title a {
        width: .24rem;
        height: .24rem; }
    .indexPart1 .content {
      font-size: .24rem;
      line-height: .44rem; }
    .indexPart1 ul li b {
      font-size: .68rem; }
    .indexPart1 ul li div {
      font-size: .24rem; }

  .indexPart2 {
    width: 100%;
    padding: .2rem 0 .5rem 0; }
    .indexPart2 .imgList .name {
      padding-top: .2rem; }
      .indexPart2 .imgList .name a {
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem; }
    .indexPart2 .imgList .arrow a {
      width: .32rem;
      height: .8rem;
      background-size: .12rem; }
    .indexPart2 .title {
      width: 2.3rem;
      padding: .4rem .2rem 0 0;
      background-position: .3rem 2rem; }
      .indexPart2 .title h2 {
        font-size: .3rem;
        padding: .08rem 0 .5rem 0; }

  .indexPart3 li {
    width: 100%; }
  .indexPart3 a {
    font-size: .28rem; }
    .indexPart3 a h2 {
      font-size: .46rem;
      line-height: .5rem; }

  /*page*/
  .pageBanner {
    height: 3.5rem; }
    .pageBanner .title h2 {
      font-size: .46rem;
      padding: 1.5rem 0 .15rem 0; }

  .about li .img {
    position: relative;
    width: 100%;
    height: 4rem; }
  .about li .wal {
    min-height: 1rem; }
  .about li .box {
    width: 100%;
    padding: 1rem 0; }
    .about li .box .content {
      font-size: .24rem;
      line-height: .44rem; }
  .about li:nth-child(1) .wal {
    min-height: 1rem; }
  .about li:nth-child(even) .img {
    left: 0; }

  .topA {
    right: .2rem;
    width: .6rem;
    height: .6rem; }

  .news {
    margin-right: -.2rem;
    margin-left: -.2rem; }
    .news a {
      padding: .4rem .2rem .2rem 3.3rem; }
      .news a .time, .news a .more {
        display: none; }
      .news a .img {
        left: .3rem; }
      .news a .name {
        font-size: .26rem;
        line-height: .4rem;
        max-height: .8rem;
        overflow: hidden;
        margin-bottom: .05rem; }
      .news a p {
        top: 0;
        font-size: .22rem;
        line-height: .4rem;
        padding: 0;
        height: .8rem;
        overflow: hidden; }

  .history .box li {
    font-size: .24rem;
    line-height: .44rem;
    padding-bottom: .1rem; }
    .history .box li:before {
      height: .44rem; }

  .honorNav .list {
    height: 1.3rem; }
  .honorNav a {
    height: 1.3rem;
    padding: .2rem 0;
    font-size: .24rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center; }
    .honorNav a div {
      width: .5rem;
      margin-right: 0; }
    .honorNav a em {
      width: 100%; }

  .honor ul {
    margin-left: -.3rem; }
  .honor li {
    width: 50%;
    padding: 0 0 .3rem .3rem; }
    .honor li .name {
      height: .8rem;
      line-height: .8rem;
      font-size: .24rem; }

  .pageNum div {
    padding: 0 .25rem; }

  .job {
    padding: .6rem 0 .9rem 0; }
    .job li .title {
      font-size: .22rem; }
      .job li .title h2 {
        font-size: .26rem;
        padding-left: .3rem; }
      .job li .title .price {
        display: none; }
      .job li .title .address {
        width: 3rem; }
    .job li .container {
      padding: .8rem .3rem 0 .3rem; }
      .job li .container .col {
        width: 100%; }
        .job li .container .col dd {
          font-size: .24rem;
          line-height: .44rem; }
          .job li .container .col dd:before {
            height: .44rem; }
      .job li .container h5 {
        padding: .35rem 0 .1rem 0;
        font-size: .26rem; }
        .job li .container h5 em {
          font-size: .24rem; }
      .job li .container .info {
        margin-top: .25rem;
        padding: .15rem 0; }
        .job li .container .info dd {
          height: .6rem;
          font-size: .24rem;
          width: 50%; }
        .job li .container .info img {
          width: .3rem; }

  .product .row .title {
    height: 1.25rem;
    font-size: .22rem; }
    .product .row .title:before {
      height: 1.15rem;
      width: .5rem; }
    .product .row .title b {
      font-size: .26rem; }
  .product .row .list ul {
    margin-left: -.4rem; }
  .product .row .list li {
    width: 50%;
    padding: 0 0 .55rem .4rem; }
  .product .row .list a .more div {
    height: .6rem;
    line-height: .6rem; }
  .product .row .list a .more em {
    font-size: .22rem; }
  .product .row .list a .name {
    font-size: .24rem;
    height: .9rem; }
    .product .row .list a .name em {
      font-size: .28rem; }

  .pageNow {
    padding: .6rem 0 .5rem 0;
    font-size: .22rem; }

  .case {
    padding: .6rem 0 .5rem 0; }
    .case li {
      width: 50%; }
    .case a .name {
      height: .9rem;
      line-height: .9rem;
      font-size: .26rem; }

  .caseShow .title {
    font-size: .32rem; }
  .caseShow .content {
    font-size: .24rem; }

  .pageNum2 {
    padding: .3rem 2rem .3rem 0;
    font-size: .22rem; }
    .pageNum2 li {
      line-height: .46rem; }
    .pageNum2 .share dt {
      display: none; }
    .pageNum2 .share a {
      width: .46rem;
      height: .46rem; }
    .pageNum2 a.back {
      top: 1rem;
      width: 1.6rem;
      height: .46rem;
      line-height: .44rem; }

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

  .join_01 {
    padding: .9rem 0 0 0; }
    .join_01 li .img {
      position: relative;
      width: 100%; }
    .join_01 li .box {
      width: 100%; }
    .join_01 li .title {
      height: 2rem; }
      .join_01 li .title h2 {
        font-size: .32rem;
        padding: .92rem 0 .07rem 0; }
      .join_01 li .title em {
        font-size: .22rem; }
    .join_01 li .list {
      margin-right: 0;
      padding: .3rem .3rem .15rem .3rem; }
      .join_01 li .list dd {
        font-size: .24rem;
        line-height: .44rem; }
        .join_01 li .list dd:before {
          height: .44rem; }
    .join_01 li:nth-child(even) .list {
      margin-left: 0;
      padding: .3rem .3rem .15rem .3rem; }

  .join_02 {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .join_02:before {
      display: none; }
    .join_02 .title h2 {
      font-size: .36rem; }
    .join_02 .title div {
      font-size: .22rem; }
    .join_02 .list ul {
      justify-content: center;
      -webkit-justify-content: center; }
    .join_02 .list li {
      width: 50%; }
      .join_02 .list li .img {
        width: 1.1rem;
        margin: 0 auto; }
      .join_02 .list li .name {
        font-size: .24rem;
        line-height: .44rem; }
    .join_02 .list li:nth-child(1) {
      top: 0; }
    .join_02 .list li:nth-child(3) {
      top: -.6rem;
      width: 100%; }
    .join_02 .list li:nth-child(4) {
      top: 0; }
    .join_02 .list li:nth-child(5) {
      top: 0; }
    .join_02 .tel {
      height: .8rem;
      font-size: .28rem; }
      .join_02 .tel img {
        width: .38rem; }

  .contact_01 {
    padding: .5rem 0 .97rem 0; }
    .contact_01 .box {
      width: 100%;
      padding-bottom: .5rem; }
      .contact_01 .box h2 {
        font-size: .32rem; }
      .contact_01 .box li {
        padding: 0 0 .2rem 1rem; }
        .contact_01 .box li .img {
          width: .8rem;
          height: .8rem; }
        .contact_01 .box li .name, .contact_01 .box li p {
          font-size: .26rem;
          line-height: .4rem; }
        .contact_01 .box li p {
          font-size: .22rem; }
    .contact_01 .map {
      width: 100%; }

  .contact_02 .title h2 {
    font-size: .3rem;
    top: -.06rem; }
  .contact_02 .form li .ico {
    top: .2rem;
    width: .3rem; }
  .contact_02 .form li .input input, .contact_02 .form li .input textarea {
    font-size: .24rem;
    padding-left: .65rem; }
  .contact_02 .submit div {
    width: 2.3rem;
    height: .6rem; }
  .contact_02 .submit input {
    height: .6rem;
    font-size: .26rem; }

  .productImg2 .bigImg {
    width: 100%;
    height: 5.5rem; }
    .productImg2 .bigImg .img {
      height: 5.5rem;
      padding: .3rem .1rem; }
  .productImg2 .imgList {
    width: 100%;
    height: auto;
    margin-top: .3rem;
    padding: 0 .1rem; }
    .productImg2 .imgList .list-wrapper {
      height: auto;
      width: 100%; }
    .productImg2 .imgList li {
      padding: .2rem .1rem; }

  .productShow2 .title {
    height: .8rem; }
    .productShow2 .title h2 {
      font-size: .26rem; }
    .productShow2 .title em {
      font-size: .24rem; }
  .productShow2 .bg .content {
    font-size: .24rem;
    line-height: .44rem; }

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

  .productTitle h2 {
    font-size: .3rem; }

  .productShow_01 {
    font-size: .24rem;
    line-height: .44rem; }

  .productShow_02 li {
    font-size: .24rem;
    line-height: .44rem; }
    .productShow_02 li:before {
      height: .44rem; }

  .productShow_03 .box .name {
    height: 2.7rem;
    margin-top: -1.35rem; }
    .productShow_03 .box .name div {
      font-size: .26rem; }
  .productShow_03 .box .list {
    padding-top: .35rem;
    padding-bottom: .15rem; }
    .productShow_03 .box .list li {
      width: 100%;
      line-height: .3rem;
      font-size: .22rem;
      padding-bottom: .2rem; }

  .productShow_04 .list {
    width: 100%;
    padding-bottom: .3rem; }
  .productShow_04 h2 {
    font-size: .3rem; }
  .productShow_04 li div {
    font-size: .22rem;
    height: .6rem;
    line-height: .58rem; }

  .productShow_05 h2 {
    font-size: .3rem; }
  .productShow_05 ul {
    margin-left: -.3rem; }
  .productShow_05 li {
    width: 50%;
    padding: 0 0 .35rem .3rem; }
    .productShow_05 li .msg {
      font-size: .22rem;
      line-height: .32rem; }

  .productShow_06 h2 {
    font-size: .3rem; }
  .productShow_06 ul {
    margin-left: -.3rem; }
  .productShow_06 li {
    width: 50%;
    padding-left: .3rem; }
    .productShow_06 li .num {
      padding-left: 0; }
    .productShow_06 li .content {
      font-size: .22rem;
      line-height: .4rem; }

  .productShow_07 ul {
    margin-left: -.3rem; }
  .productShow_07 li {
    padding: 0 0 .15rem .3rem;
    width: 50%; }
    .productShow_07 li .name {
      height: 1rem;
      line-height: 1rem;
      font-size: .24rem; }
      .productShow_07 li .name span {
        left: 0;
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        margin-top: -.2rem; }

  .productShow_08 li {
    font-size: .22rem;
    line-height: .4rem; }
    .productShow_08 li em {
      font-size: .24rem; }

  .productShowBtn a {
    font-size: .26rem; }

  .pageBack a.back {
    width: 1.8rem;
    height: .6rem;
    line-height: .58rem;
    font-size: .22rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

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