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

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

  .g-headD {
    height: 1rem; }

  .g-head .wal {
    min-height: 1rem; }
  .g-head .search {
    width: .36rem;
    height: .36rem;
    top: .32rem;
    right: .8rem; }
    .g-head .search .input {
      height: .46rem;
      margin-top: -.23rem; }
      .g-head .search .input input {
        line-height: .46rem;
        font-size: .22rem;
        height: .46rem; }
    .g-head .search .submit {
      width: .36rem; }
      .g-head .search .submit input {
        height: .46rem; }
  .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("http://tjmeijin.com/web/image/navA.png") center no-repeat;
    background-size: .4rem; }

  .g-nav {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    background: #000;
    right: -100%;
    top: 1rem;
    bottom: 0;
    padding: .2rem 0; }
    .g-nav li {
      border-top: rgba(255, 255, 255, 0.2) solid 1px;
      width: 100%;
      margin: 0; }
    .g-nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .26rem;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    .g-nav .list {
      padding: .1rem 0;
      border-top: rgba(255, 255, 255, 0.2) solid 1px;
      display: none; }
      .g-nav .list a {
        display: block;
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem;
        color: #fff;
        text-align: center; }

  body.search-show .g-head .search {
    width: .5rem; }
    body.search-show .g-head .search .input {
      width: 2.6rem;
      right: .5rem; }
  body.search-show .g-nav {
    margin: 0; }

  .g-foot {
    font-size: .24rem; }
    .g-foot .wal {
      padding: .5rem 0; }
    .g-foot .container {
      width: 100%; }
      .g-foot .container .tel h2 {
        font-size: .32rem; }
      .g-foot .container .msg {
        line-height: .36rem; }
      .g-foot .container p {
        font-size: .22rem;
        line-height: .3rem; }
    .g-foot .list {
      width: 100%;
      padding-top: .4rem; }
      .g-foot .list ul {
        justify-content: space-between;
        -webkit-justify-content: space-between; }
      .g-foot .list li {
        width: auto; }
        .g-foot .list li h2 {
          font-size: .26rem; }
        .g-foot .list li dd {
          line-height: .44rem;
          font-size: .22rem; }
    .g-foot .ewm {
      top: .55rem;
      font-size: .2rem; }

  /*index*/
  .indexFlash li .layer {
    height: 5rem; }
    .indexFlash li .layer h2 {
      font-size: .38rem;
      line-height: .5rem; }
  .indexFlash a.arrow.prev {
    left: .15rem;
    margin-left: 0; }
  .indexFlash a.arrow.next {
    right: .15rem;
    margin-right: 0; }

  a.g-more {
    width: 2rem;
    height: .58rem;
    line-height: .58rem;
    font-size: .24rem; }

  a.g-more2, .index-product .more a, .index-case a.more {
    width: 1.5rem;
    height: .43rem;
    line-height: .43rem;
    font-size: .22rem; }

  .index-about .wal {
    padding-top: 2rem; }
  .index-about .img {
    position: static; }
  .index-about .col {
    width: 100%;
    padding: 0 0 .95rem 0; }
  .index-about .index-title {
    padding-top: .5rem;
    height: 2.2rem;
    color: #333; }
  .index-about .content {
    font-size: .24rem;
    line-height: .4rem; }

  .index-product {
    min-height: 4.72rem; }
    .index-product .btn li {
      width: 50%; }
      .index-product .btn li span {
        font-size: .2rem; }
    .index-product .list .list-wrapper li .layer {
      height: .94rem; }
      .index-product .list .list-wrapper li .layer h3 a {
        font-size: .26rem;
        height: .94rem;
        line-height: .84rem; }
    .index-product .list .list-wrapper li:hover .layer {
      height: 1.8rem; }
    .index-product .arrow a.prev {
      left: -.15rem;
      margin-left: 0; }
    .index-product .arrow a.next {
      right: -.15rem;
      margin-right: 0; }

  .index-case .list .big-img .layer h3 a, .index-case .list dd .layer h3 a {
    font-size: .26rem; }
  .index-case .list .big-img {
    width: 100%; }
  .index-case .list dl {
    width: 100%; }

  .index-news .index-title {
    padding-bottom: .7rem; }
  .index-news .btn {
    left: 1.8rem; }
    .index-news .btn li {
      font-size: .26rem; }
  .index-news .list .col {
    width: 100%;
    padding-bottom: .4rem; }
    .index-news .list .col h3 a {
      font-size: .26rem;
      line-height: .4rem;
      height: .8rem; }
    .index-news .list .col p {
      font-size: .22rem;
      line-height: .36rem;
      width: 100%; }
    .index-news .list .col a.more {
      line-height: .5rem;
      font-size: .24rem;
      width: .9rem; }
  .index-news .list dl {
    width: 100%; }
    .index-news .list dl dd {
      padding: .3rem 0 .3rem .86rem; }
      .index-news .list dl dd .name a {
        font-size: .24rem; }
      .index-news .list dl dd p {
        font-size: .22rem;
        line-height: .36rem; }

  .index-honor li .name {
    font-size: .22rem;
    line-height: .36rem; }

  .p-curr {
    min-height: .81rem;
    line-height: .8rem;
    font-size: .22rem; }
    .p-curr .list {
      font-size: .24rem; }
      .p-curr .list li {
        margin-left: .4rem; }
      .p-curr .list a {
        height: .8rem; }
    .p-curr .list-2 {
      margin-left: -.2rem; }
      .p-curr .list-2 li {
        margin-left: .2rem; }

  .product-class li {
    width: 50%; }
    .product-class li .name a {
      height: .84rem;
      font-size: .24rem;
      padding-top: .16rem; }

  .product li {
    width: 50%; }
    .product li .img .layer h3 a {
      font-size: .24rem; }
    .product li .name a {
      height: .81rem;
      line-height: .8rem;
      font-size: .24rem; }

  .p-num a {
    font-size: .24rem; }

  .product-show .img-list {
    width: 100%; }
  .product-show .col {
    width: 100%;
    padding-top: .5rem; }
    .product-show .col h2 {
      font-size: .32rem; }
    .product-show .col .content {
      font-size: .22rem;
      line-height: .4rem;
      min-height: 1rem; }
    .product-show .col a.g-more {
      width: 2.4rem; }

  .foot-related .index-title {
    line-height: .4rem; }
    .foot-related .index-title div {
      font-size: .24rem; }
    .foot-related .index-title h2 {
      font-size: .3rem; }
    .foot-related .index-title a.back {
      font-size: .24rem; }
  .foot-related .product li:nth-child(3) {
    display: none; }

  .news li .img {
    width: 100%; }
  .news li .col {
    width: 100%;
    padding-top: .3rem; }
    .news li .col h3 a {
      font-size: .26rem;
      line-height: .4rem;
      height: .8rem; }
    .news li .col .time span {
      font-size: .24rem;
      line-height: .5rem; }
    .news li .col p {
      font-size: .22rem;
      line-height: .36rem;
      padding: .15rem 1.3rem .3rem 0;
      width: 100%; }
    .news li .col a.more {
      line-height: .5rem;
      font-size: .24rem;
      width: .9rem;
      top: auto;
      bottom: .35rem; }
  .news li:hover .col h3 a {
    color: #35ad29; }
  .news li:hover .col .time {
    color: #35ad29; }

  .newShow .title {
    font-size: .24rem; }
    .newShow .title h2 {
      font-size: .3rem; }
  .newShow .content {
    font-size: .24rem;
    line-height: .44rem; }

  .p-num2 li {
    width: 100%;
    margin-bottom: 2px; }
    .p-num2 li a {
      height: 1.2rem;
      font-size: .22rem; }
      .p-num2 li a .name {
        font-size: .24rem;
        width: .77rem; }
      .p-num2 li a h3 {
        font-size: .26rem; }
    .p-num2 li.next a {
      padding: 0 .4rem 0 1.15rem; }
      .p-num2 li.next a .name {
        left: 0;
        right: auto;
        border-left: 0;
        border-right: #ccc solid 1px; }
  .p-num2 .back a {
    line-height: .6rem;
    font-size: .24rem; }

  .case a .img {
    width: 100%;
    position: relative;
    z-index: 2; }
  .case a .col {
    width: 100%;
    padding-top: .5rem;
    margin-top: -.1rem; }
    .case a .col:before {
      left: .2rem;
      top: .3rem;
      border: #35ad29 solid 1px; }
    .case a .col h3 {
      font-size: .26rem; }
    .case a .col dd {
      font-size: .24rem;
      line-height: .4rem; }
    .case a .col .more {
      font-size: .24rem;
      width: 1.5rem;
      height: .46rem;
      line-height: .46rem; }

  .caseShow .big-img {
    width: 100%;
    margin-bottom: .2rem; }
  .caseShow .small-img {
    width: 100%; }
    .caseShow .small-img li {
      padding-right: .1rem; }
      .caseShow .small-img li:before {
        right: .1rem;
        bottom: 0; }
  .caseShow .col {
    width: 100%;
    padding: .4rem 0; }
    .caseShow .col h3 {
      font-size: .3rem; }
    .caseShow .col dd {
      font-size: .24rem;
      line-height: .44rem;
      padding-left: .44rem; }
  .caseShow .content {
    font-size: .24rem;
    line-height: .4rem;
    padding: .25rem .3rem;
    width: 100%; }

  .about .container {
    padding: 1.5rem 0 .5rem 0; }
    .about .container .col {
      width: 100%; }
    .about .container .index-title {
      padding-top: .35rem;
      height: 2.5rem;
      color: #333; }
    .about .container .msg {
      font-size: .26rem;
      line-height: .5rem; }
  .about .list li {
    padding-bottom: .4rem; }
    .about .list li .content {
      width: 100%;
      font-size: .24rem;
      line-height: .4rem;
      padding-bottom: .3rem; }
    .about .list li .img {
      width: 100%; }
  .about .list li:nth-child(even) .img {
    order: 1; }

  .honor-layer .list li {
    padding: .5rem .3rem 0 .3rem; }
    .honor-layer .list li .name {
      line-height: .32rem;
      font-size: .24rem; }
  .honor-layer a.close {
    margin-right: -3.5rem; }
  .honor-layer .arrow a.prev {
    margin-left: -3.5rem; }
  .honor-layer .arrow a.next {
    margin-right: -3.5rem; }

  .contact .col {
    width: 100%;
    padding: 0 0 .35rem .65rem; }
    .contact .col .tel {
      font-size: .24rem; }
      .contact .col .tel h3 {
        font-size: .4rem; }
    .contact .col .msg {
      font-size: .24rem;
      line-height: .44rem; }
  .contact .map {
    width: 100%;
    height: 3.5rem; }

  .contact-form .form li {
    width: 3.3rem;
    min-height: .9rem; }
    .contact-form .form li .ico {
      top: .2rem; }
    .contact-form .form li .input input, .contact-form .form li .input textarea {
      height: .7rem;
      line-height: .7rem;
      padding-left: .45rem;
      font-size: .24rem; }
    .contact-form .form li .input textarea {
      height: 2rem;
      line-height: .4rem; }
    .contact-form .form li .select span {
      line-height: .7rem;
      padding-left: .45rem;
      font-size: .24rem; }
    .contact-form .form li .select dl.layer {
      top: .7rem; }
      .contact-form .form li .select dl.layer dd {
        height: .66rem;
        line-height: .66rem;
        font-size: .24rem; }
    .contact-form .form li .tips {
      font-size: .22rem; }
  .contact-form .form li.li_02 {
    width: 100%; }
    .contact-form .form li.li_02 li {
      width: 3.3rem; }
  .contact-form .submit div {
    width: 2.3rem;
    height: .66rem; }
  .contact-form .submit input {
    height: .66rem;
    font-size: .28rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

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