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

.shadow {
  box-shadow: 0 0.08rem 0.16rem rgba(97, 179, 80, 0.5);
  -webkit-box-shadow: 0 0.08rem 0.16rem rgba(97, 179, 80, 0.5);
  -moz-box-shadow: 0 0.08rem 0.16rem rgba(97, 179, 80, 0.5); }

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

  body {
    font-size: .24rem; }

  .wal {
    max-width: 8rem; }

  body.navShow .navBg {
    display: block; }
  body.navShow .head .nav {
    right: 0; }

  .navBg {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none; }

  .headD {
    height: 1rem; }

  .head {
    position: fixed; }
    .head .wal {
      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 dl.btn {
      margin-top: -.2rem;
      right: 1.46rem; }
      .head dl.btn a {
        width: .4rem; }
    .head .search {
      width: .66rem;
      height: 1rem;
      right: .7rem;
      background-size: .4rem; }
      .head .search .form {
        width: 5rem;
        height: 1rem; }
        .head .search .form .input {
          height: .6rem; }
          .head .search .form .input input {
            height: .6rem;
            font-size: .22rem; }
        .head .search .form .submit {
          width: 1.2rem;
          height: .6rem; }
          .head .search .form .submit input {
            height: .6rem;
            font-size: .22rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 4rem;
    background: #000;
    right: -4rem; }
    .nav .close {
      display: block;
      height: 1rem; }
      .nav .close i {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../image/close.png") center no-repeat;
        background-size: .4rem;
        width: 1rem;
        height: 1rem; }
    .nav li {
      float: none;
      border-top: rgba(255, 255, 255, 0.2) solid 1px; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .28rem;
      color: #fff;
      text-align: center; }
      .nav a.name:before {
        display: none; }
    .nav .list {
      position: relative;
      top: 0;
      opacity: 1;
      visibility: visible;
      border-top: rgba(255, 255, 255, 0.2) solid 1px;
      padding: .1rem 0;
      display: none; }
      .nav .list a {
        height: .8rem;
        line-height: .8rem;
        font-size: .24rem; }

  .foot .img {
    position: absolute;
    left: 60%;
    top: 0; }
  .foot .info {
    padding-top: .43rem; }
    .foot .info dd {
      font-size: .22rem; }
  .foot .list {
    width: 100%;
    position: relative;
    padding-top: .3rem; }
    .foot .list li {
      width: 33.333%;
      padding-bottom: .3rem; }
    .foot .list a.name {
      font-size: .24rem;
      padding: .2rem 0; }
    .foot .list dd a {
      font-size: .2rem;
      line-height: .46rem; }
  .foot .msg {
    font-size: .22rem;
    line-height: .4rem;
    padding: .3rem 0; }

  /**/
  .indexFlash .swiper-slide {
    height: 4rem; }
    .indexFlash .swiper-slide .pcImg {
      display: none; }
    .indexFlash .swiper-slide .phoneImg {
      display: block; }
    .indexFlash .swiper-slide .img {
      max-width: 5rem;
      padding-top: 1rem;
      left: 0; }

  .pageNum a {
    width: .6rem;
    height: .6rem;
    font-size: .22rem; }
  .pageNum a.arrow img {
    width: .1rem; }
  .pageNum a.arrow2 {
    width: 1.6rem; }
    .pageNum a.arrow2 img {
      width: .16rem; }
  .pageNum div {
    display: none; }

  .pageNum2 {
    font-size: .22rem;
    padding-right: 2.5rem; }
    .pageNum2 dl.share {
      top: .35rem; }
    .pageNum2 a.back {
      width: 1.5rem;
      height: .46rem;
      line-height: .44rem;
      top: 1rem; }

  .indexPart1 .list li {
    width: 100%; }
  .indexPart1 .list a .img h2 {
    font-size: .26rem;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    bottom: -.3rem;
    margin-left: -1rem; }
  .indexPart1 .list a p {
    font-size: .22rem;
    line-height: .4rem;
    padding-bottom: .6rem; }
  .indexPart1 .list a .more em {
    font-size: .22rem;
    width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    padding-left: .3rem; }

  .indexPart2 .btn {
    height: 1.2rem; }
    .indexPart2 .btn a {
      font-size: .26rem;
      height: 1.2rem;
      padding-top: .5rem;
      margin-right: .3rem; }
  .indexPart2 .list2 li {
    position: relative;
    padding: .3rem 0; }
    .indexPart2 .list2 li .img-1 {
      left: 0;
      width: 100%; }
    .indexPart2 .list2 li h2 {
      font-size: .3rem; }
    .indexPart2 .list2 li p {
      max-width: 100%;
      font-size: .22rem;
      line-height: .4rem; }
    .indexPart2 .list2 li .img {
      position: relative; }
    .indexPart2 .list2 li a.more {
      font-size: .22rem;
      width: 1.3rem;
      height: .5rem;
      line-height: .48rem; }
  .indexPart2 .list3 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 .3rem; }
    .indexPart2 .list3 a.arrow.prev {
      left: 0; }
    .indexPart2 .list3 a.arrow.next {
      right: 0; }
  .indexPart2 div.more {
    padding: .5rem 0 1.35rem 0; }
    .indexPart2 div.more a {
      font-size: .22rem;
      width: 2rem;
      height: .6rem; }

  .indexPart3 li {
    width: 100%;
    padding-left: 2rem; }
    .indexPart3 li h2 {
      font-size: .26rem;
      line-height: .48rem; }
    .indexPart3 li p {
      font-size: .22rem; }

  .indexPart4 .btn {
    width: 1.6rem; }
    .indexPart4 .btn a {
      height: .6rem;
      line-height: .6rem;
      font-size: .24rem; }
  .indexPart4 .list {
    width: 12rem;
    margin-left: -2rem;
    padding-top: .5rem; }
    .indexPart4 .list .swiper-slide a h2 {
      font-size: .26rem; }
    .indexPart4 .list .swiper-slide a p {
      font-size: .22rem; }

  .about_01 .img {
    margin-left: auto; }
  .about_01 .container {
    width: 100%; }
    .about_01 .container .content {
      font-size: .22rem;
      line-height: .4rem; }

  .about_02 .wal {
    margin: 0; }
  .about_02 .list li {
    width: 20%;
    padding: 0 .05rem; }
    .about_02 .list li .img2 {
      padding: 0 .05rem; }
    .about_02 .list li h3 {
      font-size: .2rem;
      line-height: .24rem; }
  .about_02 .container li {
    font-size: .22rem;
    line-height: .4rem; }

  .about_03 .msg {
    font-size: .22rem;
    line-height: .4rem; }
  .about_03 .list {
    background: none; }
    .about_03 .list li {
      width: 50%;
      padding-bottom: .5rem; }
      .about_03 .list li p {
        font-size: .22rem; }

  .about_04 .swiper-slide .name {
    font-size: .24rem; }
  .about_04 .swiper-slide-prev .img, .about_04 .swiper-slide-prev .name {
    left: 0; }
  .about_04 .swiper-slide-next .img, .about_04 .swiper-slide-next .name {
    left: 0; }

  .pageNav {
    height: .9rem; }
    .pageNav a {
      height: .9rem;
      line-height: .9rem;
      font-size: .24rem; }

  .news li a {
    padding-left: .3rem; }
    .news li a .time {
      font-size: .2rem; }
    .news li a .name {
      font-size: .24rem;
      line-height: .5rem;
      min-height: 1.8rem;
      padding-left: 3.6rem; }
    .news li a p {
      font-size: .22rem;
      line-height: .36rem; }
    .news li a .more {
      font-size: .22rem;
      width: 1.3rem;
      height: .42rem;
      line-height: .4rem; }

  .pageNow {
    font-size: .22rem; }

  .newShow {
    font-size: .24rem; }
    .newShow h2.title {
      font-size: .32rem; }
    .newShow .time {
      padding: .2rem 0 .5rem 0; }

  .productNav {
    margin-left: -.3rem;
    margin-right: -.3rem; }
    .productNav ul {
      height: .7rem; }
    .productNav a {
      height: .7rem;
      line-height: .7rem;
      font-size: .22rem; }

  .product li .container {
    padding: .3rem; }
    .product li .container .img {
      width: 4rem;
      position: relative;
      left: 0;
      top: 0;
      padding-bottom: .3rem; }
    .product li .container h2 {
      font-size: .26rem; }
    .product li .container p {
      font-size: .22rem;
      padding: .2rem 0; }
    .product li .container .msg {
      padding-top: .2rem;
      font-size: .2rem; }
      .product li .container .msg dl {
        max-width: 100%; }
    .product li .container a.more {
      height: 3.2rem;
      top: .3rem;
      margin-top: 0;
      background-size: .5rem; }

  .productShow h2.title {
    font-size: .32rem; }
  .productShow h3.title {
    font-size: .28rem;
    line-height: .9rem; }
  .productShow .content {
    font-size: .22rem;
    line-height: .4rem; }
  .productShow .list ul {
    width: 100%; }
  .productShow .list li {
    font-size: .22rem; }
  .productShow .list2 ul {
    margin-left: -.3rem; }
  .productShow .list2 li {
    width: 33.333%;
    padding-left: .3rem; }
    .productShow .list2 li:nth-child(4) {
      display: none; }
    .productShow .list2 li .img a {
      font-size: .22rem; }
    .productShow .list2 li .name {
      font-size: .24rem;
      height: .9rem;
      line-height: .9rem; }

  .case ul {
    margin-left: -.2rem; }
  .case li {
    width: 50%;
    padding: 0 0 .3rem .2rem; }
    .case li h2 {
      font-size: .24rem; }
    .case li p {
      font-size: .22rem; }
    .case li .time {
      height: .6rem;
      line-height: .6rem;
      font-size: .22rem; }

  .service_01 ul {
    margin-right: -.3rem;
    margin-left: -.3rem; }
  .service_01 a {
    font-size: .2rem; }
    .service_01 a .img {
      width: .6rem;
      height: .7rem; }

  .service li .img {
    position: relative;
    width: 100%;
    height: 3rem; }
  .service li .container {
    width: 100%;
    min-height: 1rem; }
  .service li div.name div {
    font-size: .32rem; }
  .service li .content {
    font-size: .22rem;
    line-height: .4rem; }
  .service li .list dd {
    font-size: .22rem; }
  .service li .list2 dd div {
    font-size: .24rem;
    line-height: .5rem; }
  .service li .list2 p {
    font-size: .36rem; }
  .service li:nth-child(even) .img {
    left: 0; }

  .contact {
    padding-bottom: 0; }
    .contact .bg {
      min-height: 3rem;
      padding: 0;
      margin-left: -.3rem;
      margin-right: -.3rem; }
    .contact .list {
      position: relative;
      width: 100%;
      padding: .8rem .5rem .5rem; }
      .contact .list h2 {
        font-size: .32rem; }
        .contact .list h2 br {
          display: none; }
      .contact .list li {
        font-size: .22rem; }
        .contact .list li h3 {
          font-size: .26rem;
          padding-bottom: .04rem; }
    .contact .form {
      padding: 0 .5rem .5rem; }
      .contact .form h2 {
        font-size: .32rem; }
      .contact .form ul {
        margin-left: -.3rem; }
      .contact .form li {
        padding: 0 0 .26rem .3rem; }
        .contact .form li .name {
          line-height: .5rem;
          font-size: .22rem; }
        .contact .form li .input input {
          height: .66rem;
          line-height: .66rem;
          padding: 0 .2rem;
          font-size: .22rem; }
        .contact .form li .input textarea {
          height: 2.2rem;
          line-height: .38rem;
          padding: .1rem .2rem;
          font-size: .22rem; }
      .contact .form .submit div {
        width: 2rem; }
        .contact .form .submit div input {
          height: .6rem;
          font-size: .26rem; }

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

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