body.show a, body.show .transition, body.show :before, body.show :after, body.show img, body.show .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, .index-title, a.p-more, a.p-more-small, a.p-back, .p-num, .p-num2, .p-num2 a, .index-news .btn ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .news-nav a div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .index-title, a.p-more, a.p-more-small, a.p-back, .p-num, .p-num2 a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, a.p-more, a.p-more-small, a.p-back, .p-num {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .g-foot .nav ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.index-title {
  position: relative; }
  .index-title .ico {
    width: .96rem;
    margin-right: .23rem;
    flex-shrink: 0; }
  .index-title h3 {
    font-size: .48rem;
    line-height: 1em;
    letter-spacing: .02rem; }
  .index-title p {
    font-size: .18rem;
    color: #999;
    padding-top: .2rem;
    text-transform: uppercase;
    letter-spacing: .02rem; }
  .index-title a.p-more, .index-title a.p-more-small, .index-title a.p-back {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0; }

a.p-more, a.p-more-small, a.p-back {
  width: 1.6rem;
  height: .5rem;
  color: #333;
  text-align: center;
  font-size: .22rem;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'DINPro-Medium';
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: #666 solid 1px; }
  a.p-more:after, a.p-more-small:after, a.p-back:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    width: .36rem;
    height: .36rem;
    margin-left: .12rem;
    background: url("../image/more36_1.png") center no-repeat;
    background-size: 100%; }
  a.p-more:hover, a.p-more-small:hover, a.p-back:hover, a.p-more.on, a.on.p-more-small, a.on.p-back {
    color: #fff;
    background: #008080;
    border-color: #008080; }
    a.p-more:hover:after, a.p-more-small:hover:after, a.p-back:hover:after, a.p-more.on:after, a.on.p-more-small:after, a.on.p-back:after {
      margin-left: .22rem;
      background-image: url("../image/more36.png"); }
  a.p-more.p-more-white, a.p-more-white.p-more-small, a.p-more-white.p-back {
    color: #fff;
    border-color: #fff; }
    a.p-more.p-more-white:after, a.p-more-white.p-more-small:after, a.p-more-white.p-back:after {
      background-image: url("../image/more36.png"); }
    a.p-more.p-more-white:hover, a.p-more-white.p-more-small:hover, a.p-more-white.p-back:hover {
      border-color: #008080; }

a.p-more-small {
  width: 1.3rem;
  height: .44rem;
  font-size: .18rem; }
  a.p-more-small:after {
    width: .28rem; }

a.p-back {
  width: 1.5rem;
  height: .44rem;
  font-size: .16rem; }
  a.p-back:after {
    width: .28rem; }

.p-content {
  font-size: .18rem;
  line-height: .32rem;
  text-align: justify;
  color: #666; }

.p-num {
  padding: .8rem 0 1.2rem 0;
  font-size: .28rem;
  color: #999;
  font-family: 'DINPro-Medium'; }
  .p-num em {
    color: #008080;
    font-size: .6rem;
    display: inline-block;
    line-height: 1em; }
  .p-num a {
    width: .46rem;
    height: .4rem;
    background: center no-repeat;
    background-size: 100%;
    position: relative;
    top: .1rem;
    margin: 0 .2rem; }
    .p-num a.prev {
      background-image: url("../image/prev46.png"); }
      .p-num a.prev:hover {
        background-image: url("../image/prev46on.png"); }
    .p-num a.next {
      background-image: url("../image/next46.png"); }
      .p-num a.next:hover {
        background-image: url("../image/next46on.png"); }

.p-num2 {
  margin-bottom: 1.2rem;
  border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
  border-top: rgba(0, 0, 0, 0.15) solid 1px;
  position: relative; }
  .p-num2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: .2rem;
    margin-top: -.1rem;
    background: rgba(0, 0, 0, 0.2); }
  .p-num2 a {
    width: 50%;
    height: .7rem;
    text-transform: uppercase;
    color: #999;
    font-size: .2rem;
    padding: 0 .3rem; }
    .p-num2 a:hover {
      color: #008080; }
    .p-num2 a.prev {
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      .p-num2 a.prev:before {
        content: "";
        display: block;
        position: absolute;
        position: static;
        background: url("../image/prev46.png") center no-repeat;
        background-size: 100%;
        width: .46rem;
        height: .2rem;
        margin-right: .2rem; }
      .p-num2 a.prev:hover:before {
        background-image: url("../image/prev46on.png"); }
    .p-num2 a.next:after {
      content: "";
      display: block;
      position: absolute;
      position: static;
      background: url("../image/next46.png") center no-repeat;
      background-size: 100%;
      width: .46rem;
      height: .2rem;
      margin-left: .2rem; }
    .p-num2 a.next:hover:after {
      background-image: url("../image/next46on.png"); }

.index-title p {
  font-size: .24rem;
  padding-top: .12rem;
  letter-spacing: 0; }

.p-content {
  font-size: .24rem;
  line-height: 1.85em; }

a.p-more, a.p-more-small, a.p-back {
  width: 1.8rem;
  height: .6rem;
  font-size: .24rem; }

a.p-more-small {
  width: 1.8rem;
  height: .6rem;
  font-size: .24rem; }

a.p-back {
  width: 2rem;
  height: .6rem;
  font-size: .24rem; }

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

/*-------------------------*/
html {
  font-size: 50px; }

.wal {
  max-width: 8rem; }

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

.g-headD {
  height: 1rem; }

.g-head .wal {
  min-height: 1rem; }
.g-head .navA {
  display: block;
  position: absolute;
  z-index: 1;
  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-head a.tel {
  line-height: 1rem;
  right: 1rem;
  font-size: .28rem; }

.g-nav {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  right: -100%;
  top: 1rem;
  bottom: 0; }
  .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; }
  .g-nav .list {
    border-top: #eee solid 1px;
    display: none;
    padding: .2rem 0; }
    .g-nav .list a {
      display: block;
      line-height: .7rem;
      font-size: .26rem;
      padding-left: .78rem; }

.g-foot {
  font-size: .24rem; }
  .g-foot:before {
    bottom: 1.6rem; }
  .g-foot .nav {
    position: static;
    width: 100%;
    padding: .6rem 0 0 0; }
    .g-foot .nav li {
      width: auto; }
      .g-foot .nav li .name {
        font-size: .28rem;
        font-weight: 600; }
  .g-foot .list li p {
    font-size: .32rem; }
  .g-foot .content {
    padding-bottom: 2.2rem; }
  .g-foot .ewm {
    top: 4.3rem; }
  .g-foot .msg {
    line-height: .4rem;
    padding: .2rem 0;
    text-align: center; }
    .g-foot .msg p {
      width: 100%; }

/*index*/
.indexFlash li {
  height: 5rem; }
  .indexFlash li .title h3 {
    font-size: .46rem; }
  .indexFlash li .title .en {
    letter-spacing: .01rem;
    padding-left: .01rem;
    font-size: .26rem; }

.index-product .index-title p {
  margin-right: -1rem; }
.index-product .index-title a.p-more, .index-product .index-title a.p-more-small, .index-product .index-title a.p-back {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: -0.1rem;
  bottom: auto; }
.index-product .list {
  margin-right: -.3rem;
  margin-left: -.3rem; }
  .index-product .list li:before {
    height: 100%; }
  .index-product .list li .name {
    width: 1em;
    letter-spacing: 0;
    line-height: 1.2em; }
  .index-product .list li .layer {
    width: 6rem;
    padding: .3rem; }
  .index-product .list li:hover {
    width: 6rem; }

.index-about {
  background-size: auto 5rem;
  position: relative; }
  .index-about:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7); }
  .index-about .wal {
    padding-left: 0; }

.index-case .list .arrow a.prev {
  margin-left: -3.5rem; }
.index-case .list .arrow a.next {
  margin-right: -3.5rem; }
.index-case .list .container {
  margin-left: -3rem;
  padding: .3rem;
  width: 4.5rem; }
  .index-case .list .container .title div {
    font-size: .24rem; }
  .index-case .list .container .title h3 {
    font-size: .28rem;
    line-height: .46rem; }
  .index-case .list .container .num {
    font-size: .26rem; }
    .index-case .list .container .num span {
      font-size: .46rem;
      line-height: .26em;
      height: .26rem; }

.index-news {
  background-size: auto 6rem; }
  .index-news .btn {
    width: 3rem;
    font-size: .28rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 2.4rem;
    bottom: auto; }
    .index-news .btn li {
      line-height: 1rem;
      width: 50%; }
    .index-news .btn li.on {
      font-weight: bold; }
  .index-news .list {
    position: relative;
    width: 100%; }
    .index-news .list ul {
      margin-right: -.2rem;
      margin-left: -.2rem; }
    .index-news .list li {
      width: 50%; }
      .index-news .list li:nth-child(3) {
        display: none; }
      .index-news .list li a {
        padding: .8rem .2rem 0 .2rem;
        height: 7.48rem; }
        .index-news .list li a .name {
          font-size: .26rem;
          line-height: .42rem;
          height: .84rem; }
        .index-news .list li a .time {
          font-size: .24rem;
          margin-right: -.2rem; }

/*page*/
.p-banner {
  height: 3.5rem; }
  .p-banner .title {
    text-align: center;
    color: #fff; }
    .p-banner .title h3 {
      font-size: .44rem; }
    .p-banner .title .en {
      font-size: .24rem;
      letter-spacing: .04rem;
      padding-left: .04rem; }

.page-slide.p-banner-slide {
  height: 4.5rem; }
.page-slide.g-foot-slide {
  height: 10.26rem; }

#page-dots {
  display: none; }

.product-slide .wal {
  padding-top: 1rem; }
.product-slide .title .en {
  font-size: .24rem;
  letter-spacing: .02rem; }
.product-slide .info dd a {
  font-size: .24rem;
  height: .68rem; }

.product-show .product-show-1 .col {
  width: 100%;
  padding-bottom: .5rem; }
  .product-show .product-show-1 .col .p-content {
    font-size: .24rem; }
.product-show .product-show-1 .img {
  width: 100%; }
.product-show .product-show-2 .tab-btn li {
  font-size: .28rem;
  line-height: 1rem;
  padding: 0;
  text-align: center;
  width: 33.333%; }
.product-show .product-show-2 .table {
  width: 100%;
  overflow-x: auto; }
  .product-show .product-show-2 .table table {
    width: 1360px; }
  .product-show .product-show-2 .table th {
    height: .9rem;
    font-size: .24rem; }
  .product-show .product-show-2 .table td {
    height: .9rem;
    font-size: .24rem; }
.product-show .product-show-3 .list ul {
  margin-left: -.3rem; }
.product-show .product-show-3 .list li {
  width: 50%;
  padding-left: .3rem; }
.product-show .product-show-3 .list a {
  font-size: .26rem; }
  .product-show .product-show-3 .list a .name {
    height: .9rem;
    line-height: .9rem; }
.product-show .product-show-4 .list li {
  width: 100%;
  padding: 0 0 .3rem .6rem; }
.product-show .product-show-4 .list a {
  font-size: .28rem; }
  .product-show .product-show-4 .list a .info {
    font-size: .24rem; }

.case-show .hd .title em {
  font-size: .24rem; }
.case-show .p-content {
  font-size: .24rem;
  line-height: .44rem; }
.case-show ul {
  margin-left: -.3rem; }
.case-show li {
  width: 50%;
  padding: 0 0 .1rem .3rem; }
  .case-show li .name {
    font-size: .24rem;
    line-height: .9rem; }

.news-nav a {
  height: 1rem;
  font-size: .26rem; }
  .news-nav a img {
    width: .4rem; }
  .news-nav a div {
    padding-left: .2rem;
    justify-content: flex-start;
    -webkit-align-items: flex-start; }
  .news-nav a span {
    padding: 0; }
  .news-nav a em {
    font-size: .22rem; }

.news li .time {
  font-size: .24rem; }
  .news li .time em {
    font-size: .9rem; }
.news li .img {
  width: 5.2rem; }
.news li .col {
  width: 100%;
  padding-top: .3rem; }
  .news li .col .name {
    font-size: .28rem; }
  .news li .col p {
    font-size: .24rem;
    line-height: 1.7em; }

.news-show .hd .time {
  line-height: .8rem;
  font-size: .24rem; }
.news-show .hd .p-back {
  margin-left: .2rem; }
.news-show .p-content {
  font-size: .26rem; }
  .news-show .p-content .img .name {
    font-size: .28rem; }

.about-2 .list ul {
  margin-left: -.3rem; }
.about-2 .list li {
  padding-left: .3rem; }
  .about-2 .list li img {
    height: 4rem; }

.history {
  padding: 1.2rem 0 3rem 1rem; }
  .history:before {
    left: .06rem; }
  .history li {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1rem; }
    .history li .time {
      font-size: .26rem; }

.job .msg {
  font-size: .26rem; }
.job li .name {
  padding: 0 .5rem 0 .3rem; }
  .job li .name h3 {
    font-size: .28rem;
    width: 6.73rem; }
  .job li .name dl {
    flex-shrink: 0; }
    .job li .name dl dd {
      width: 1.7rem;
      font-size: .24rem;
      padding-right: 0; }
  .job li .name:after {
    right: .3rem; }
.job li .box {
  padding: .5rem .3rem 0 .3rem; }
  .job li .box h3 {
    font-size: .28rem; }
  .job li .box .p-content {
    font-size: .24rem;
    line-height: .44rem; }

.contact {
  position: relative; }
  .contact .wal .title {
    width: 100%; }
    .contact .wal .title .en {
      font-size: .24rem; }
  .contact .wal .list {
    padding: .2rem 0 .3rem 0; }
    .contact .wal .list li .ico {
      width: .5rem; }
    .contact .wal .list li h5 {
      font-size: .26rem;
      padding-bottom: 0; }
    .contact .wal .list li .msg {
      font-size: .24rem; }
      .contact .wal .list li .msg a {
        height: .5rem;
        line-height: .5rem;
        padding: 0 .2rem; }
  .contact .wal .ewm {
    font-size: .28rem; }
  .contact .map {
    position: relative;
    left: 0;
    height: 5rem; }

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

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