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 .wal {
    min-height: 1rem; }
  .head .search {
    width: .28rem;
    height: 1rem;
    right: 1rem; }
    .head .search .input {
      height: .54rem;
      margin-top: -.27rem;
      border: #165392 solid 1px;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      background: #fff; }
      .head .search .input input {
        height: .52rem;
        line-height: .52rem;
        font-size: .24rem; }
  .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; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    right: -100%;
    top: 1rem;
    padding-bottom: 1rem; }
    .nav ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .nav li {
      border-top: #eee solid 1px;
      margin: 0;
      width: 100%; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .26rem;
      padding-left: .5rem; }
      .nav a.name:hover, .nav a.name.on {
        background-size: 0; }
    .nav .list {
      display: none;
      border-top: #eee solid 1px;
      padding: .2rem 0; }
      .nav .list a {
        display: block;
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .5rem; }

  a.topA {
    display: none; }

  .foot {
    font-size: .24rem; }
    .foot .tel {
      font-size: .32rem;
      line-height: .66rem; }
    .foot .list li {
      height: .5rem; }
      .foot .list li img {
        width: .24rem; }
    .foot .msg {
      position: static;
      text-align: left;
      padding-top: .2rem; }

  /*index*/
  .indexFlash li .wal {
    height: 4.5rem;
    padding-right: .6rem; }
  .indexFlash a.arrow.prev {
    left: .3rem; }
  .indexFlash a.arrow.next {
    right: .3rem; }

  .pageMore a {
    font-size: .22rem;
    width: 1.66rem;
    height: .46rem;
    line-height: .46rem; }

  .indexPart1 .content {
    max-width: 100%;
    font-size: .24rem;
    line-height: .44rem; }
    .indexPart1 .content p {
      width: 100%; }
  .indexPart1 .img {
    position: relative;
    margin-left: auto;
    right: .5rem; }

  .indexPart2:before {
    margin-left: -8.6rem; }
  .indexPart2 .wal {
    padding: .8rem 0 0 1.4rem; }
  .indexPart2 .pageMore {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.72rem;
    bottom: auto; }
  .indexPart2 .btn {
    width: .5rem;
    top: 2.6rem; }
    .indexPart2 .btn li a {
      background: none; }
      .indexPart2 .btn li a h2 {
        display: none; }
    .indexPart2 .btn li a.on {
      background: none; }
  .indexPart2 .list {
    padding: .5rem 0; }
    .indexPart2 .list li a .img {
      height: 3.3rem; }
    .indexPart2 .list li a .name {
      height: .8rem;
      line-height: .8rem;
      font-size: .24rem; }
    .indexPart2 .list li a .layer h2 {
      font-size: .26rem; }
    .indexPart2 .list li a .layer p {
      font-size: .22rem;
      line-height: .4rem; }
    .indexPart2 .list li a:hover .img {
      height: 4.1rem; }

  .indexPart2 .more, .achievements_01 .more {
    font-size: .2rem;
    width: 1.44rem;
    height: .4rem;
    line-height: .4rem; }

  /*page*/
  .pageBanner .wal {
    height: 3rem; }
  .pageBanner .title p {
    font-size: .22rem; }

  .about .container {
    padding: 1rem 0 0 0; }
    .about .container .img {
      width: 4.6rem;
      position: relative; }
    .about .container .content {
      padding: .3rem .3rem .7rem 1rem;
      font-size: .24rem;
      line-height: .44rem; }
  .about .list {
    padding: .6rem 0; }
    .about .list li {
      width: 50%;
      min-height: 2rem;
      font-size: .24rem; }

  .achievements_01 .list li .year {
    font-size: .28rem; }
  .achievements_01 .list li .container {
    width: 6.6rem;
    margin-left: -3rem; }
    .achievements_01 .list li .container .col {
      width: 4.4rem; }
      .achievements_01 .list li .container .col .name {
        font-size: .22rem;
        line-height: .36rem;
        padding-bottom: .1rem; }

  .achievements_02 .list-wrapper li .name {
    height: .7rem;
    line-height: .7rem;
    font-size: .24rem; }

  .achievementsLayer .container {
    width: 7rem;
    padding: .5rem .3rem .3rem; }
  .achievementsLayer a.close {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: 0.3rem;
    bottom: auto; }
  .achievementsLayer .img {
    position: relative;
    top: 0;
    left: .2rem; }
  .achievementsLayer .col {
    padding: .5rem 0 0 .3rem; }
    .achievementsLayer .col .content {
      font-size: .22rem; }

  .achievementsLayer2 .container {
    width: 7.3rem;
    padding: 0 1rem; }
  .achievementsLayer2 a.close {
    right: .3rem; }
  .achievementsLayer2 .arrow a {
    display: block;
    width: .9rem;
    height: .9rem; }
  .achievementsLayer2 .list li {
    padding: .3rem .3rem .1rem; }

  .news a {
    padding: .35rem .3rem .35rem 1.3rem; }
    .news a .time {
      font-size: .22rem;
      top: 1.65rem;
      text-align: left;
      padding-left: .3rem; }
    .news a .img {
      position: static;
      width: 3.5rem; }
    .news a .name {
      font-size: .26rem;
      line-height: 1.5em;
      padding: .25rem 0 0 0;
      margin-left: -1rem; }
    .news a p {
      font-size: .22rem;
      line-height: .4rem;
      margin-left: -1rem; }
    .news a .more {
      font-size: .22rem;
      width: 1.44rem;
      height: .4rem;
      line-height: .4rem;
      left: -1rem; }

  .pageNow {
    font-size: .22rem;
    line-height: 1.8em;
    padding: .5rem 0; }

  .newShow .title {
    padding-right: 2.2rem;
    line-height: .46rem;
    font-size: .28rem; }
  .newShow .time {
    font-size: .22rem;
    padding: .12rem 0 .25rem 0; }
    .newShow .time img {
      width: .2rem; }
  .newShow .content {
    font-size: .24rem;
    line-height: 2em; }

  .productShow a.back, .newShow a.back, .paperShow a.back, .productEnShow a.back {
    width: 1.92rem;
    height: .46rem;
    line-height: .46rem;
    font-size: .22rem; }

  .pageNum a {
    display: none;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem; }
    .pageNum a span {
      height: .6rem; }
    .pageNum a.arrow {
      width: 1.4rem;
      display: block; }
    .pageNum a.arrow2 {
      display: block; }

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

  .productNav li {
    width: 50%; }
  .productNav a h3 {
    font-size: .26rem; }

  .product li {
    width: 50%; }
    .product li a .img {
      height: 4rem; }
    .product li a .name {
      height: .8rem;
      line-height: .8rem;
      font-size: .24rem; }
    .product li a .layer h2 {
      font-size: .26rem; }
    .product li a .layer p {
      font-size: .22rem;
      line-height: .4rem; }
    .product li a:hover .img {
      height: 4.8rem; }

  .productShow .bigImg {
    width: 5rem;
    background-size: 4.7rem; }
  .productShow .fr.container {
    width: 100%;
    padding-top: .5rem; }
    .productShow .fr.container .title2 {
      min-height: .8rem; }
      .productShow .fr.container .title2 h2 {
        font-size: .32rem; }
  .productShow .title {
    height: 1rem; }
    .productShow .title h2 {
      font-size: .28rem; }
  .productShow .content {
    font-size: .24rem;
    line-height: .44rem; }
  .productShow .list li {
    width: 100%; }
  .productShow .list div {
    font-size: .24rem;
    padding: .15rem .15rem .15rem .3rem; }
    .productShow .list div:before {
      top: .15rem; }
  .productShow .table {
    width: 100%;
    overflow-x: auto; }
    .productShow .table .name, .productShow .table li {
      width: 12rem; }
    .productShow .table .name {
      font-size: .24rem; }
      .productShow .table .name div {
        line-height: 1.6em;
        padding: .2rem; }
    .productShow .table li div {
      font-size: .22rem;
      line-height: 1.6em;
      padding: .12rem; }

  .factory .msg {
    font-size: .22rem;
    line-height: .4rem;
    padding-bottom: .35rem; }
  .factory .bigImg {
    width: 100%;
    margin-bottom: .3rem; }
  .factory .list {
    width: 100%; }
    .factory .list .list-wrapper {
      margin-left: -.2rem; }
    .factory .list li {
      padding-left: .2rem; }
      .factory .list li div {
        width: 100%; }
    .factory .list .arrow {
      display: none; }

  .paper .title {
    height: .9rem; }
    .paper .title h2 {
      font-size: .28rem; }
  .paper .list a {
    font-size: .24rem; }

  .paperLayer .container {
    width: 7rem;
    padding: .3rem;
    max-height: 90vh;
    overflow-y: auto; }
  .paperLayer a.close {
    top: .3rem;
    right: .3rem; }

  .paperLayer h2.title, .paperShow h2.title {
    font-size: .28rem; }
  .paperLayer .info, .paperShow .info {
    font-size: .22rem; }
    .paperLayer .info img, .paperShow .info img {
      width: .18rem; }
    .paperLayer .info div, .paperShow .info div {
      padding-right: .35rem; }
  .paperLayer .msg, .paperShow .msg {
    font-size: .24rem;
    line-height: .44rem; }
    .paperLayer .msg b, .paperShow .msg b {
      font-size: .26rem; }
    .paperLayer .msg em, .paperShow .msg em {
      padding-right: .25rem; }
  .paperLayer h3.title, .paperShow h3.title {
    font-size: .28rem; }
  .paperLayer .content, .paperShow .content {
    font-size: .24rem;
    line-height: .44rem; }

  .paperShow .msg2 {
    font-size: .28rem; }
  .paperShow .content h3 {
    font-size: .24rem; }
  .paperShow .more a {
    font-size: .24rem; }

  .paperShow2 h2.title {
    font-size: .28rem; }
  .paperShow2 .list li {
    width: 100%; }
  .paperShow2 .list div {
    font-size: .24rem;
    padding: .15rem .15rem .15rem .3rem; }
    .paperShow2 .list div:before {
      top: .15rem; }

  .contact_01 {
    padding-bottom: 1rem; }
    .contact_01 h2.title {
      font-size: .32rem;
      line-height: .46rem; }
    .contact_01 .list {
      padding-bottom: .5rem; }
      .contact_01 .list li {
        padding: 0 0 .3rem .68rem; }
        .contact_01 .list li .ico {
          width: .56rem;
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }
        .contact_01 .list li h3, .contact_01 .list li p {
          font-size: .24rem;
          line-height: .4rem; }
    .contact_01 .map {
      position: relative;
      top: 0;
      width: 100%; }

  .contact_02 .form li .ico {
    width: .28rem;
    left: .56rem;
    top: .2rem; }
  .contact_02 .form li .name {
    font-size: .24rem;
    line-height: .7rem; }
  .contact_02 .form li .input input, .contact_02 .form li .input textarea {
    height: .68rem;
    line-height: .68rem;
    font-size: .24rem; }
  .contact_02 .form li.li_01 .input textarea {
    height: 2rem;
    line-height: .38rem; }
  .contact_02 .submit div {
    width: 2.04rem;
    height: .46rem;
    line-height: .46rem;
    font-size: .24rem; }

  .searchList .searchMsg {
    font-size: .24rem; }
  .searchList .searchTitle {
    height: .8rem; }
    .searchList .searchTitle h2 {
      font-size: .28rem; }

  .productEn {
    padding: 1rem 0 0 0; }
    .productEn .img {
      width: 4.6rem;
      position: relative; }
    .productEn .content {
      padding: .3rem .3rem .7rem 1rem;
      font-size: .24rem;
      line-height: .44rem; }

  .productEnList {
    margin-left: -.2rem;
    margin-right: -.2rem; }
    .productEnList .list {
      padding-top: .4rem;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .productEnList .list ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center; }
      .productEnList .list li {
        padding: 0 .15rem .3rem .15rem; }
        .productEnList .list li a {
          width: 3.24rem;
          height: 2.8rem; }
          .productEnList .list li a h2 {
            font-size: .28rem;
            line-height: .36rem; }
          .productEnList .list li a p {
            font-size: .22rem;
            line-height: .32rem;
            max-height: .96rem;
            overflow: hidden; }

  .productEnLayer .container {
    width: 7.5rem;
    height: 100vh;
    overflow-y: auto;
    padding: .3rem; }
  .productEnLayer a.close {
    top: .3rem;
    right: .3rem; }
  .productEnLayer .img {
    width: 5rem; }
  .productEnLayer .col {
    width: 100%;
    padding-top: .4rem; }
    .productEnLayer .col h2.title {
      font-size: .3rem;
      line-height: .46rem; }
    .productEnLayer .col .content {
      font-size: .22rem;
      line-height: .4rem; }
    .productEnLayer .col div.title {
      height: .6rem;
      margin-bottom: .1rem; }
      .productEnLayer .col div.title h2 {
        font-size: .28rem; }
    .productEnLayer .col div.name {
      line-height: .5rem;
      font-size: .24rem; }

  .productEnShow .bigImg {
    width: 5rem;
    background-size: 4.7rem; }
  .productEnShow .fr.container {
    width: 100%;
    padding-top: .5rem; }
    .productEnShow .fr.container .title2 h2 {
      font-size: .32rem;
      line-height: .46rem; }
    .productEnShow .fr.container .scroll div.title {
      height: .6rem;
      margin-bottom: .1rem; }
      .productEnShow .fr.container .scroll div.title h2 {
        font-size: .28rem; }
  .productEnShow div.name2 {
    line-height: .5rem;
    font-size: .24rem; }
  .productEnShow .content {
    font-size: .22rem;
    line-height: .4rem; }
  .productEnShow h2.title {
    font-size: .32rem; }
  .productEnShow .table {
    width: 100%;
    overflow-x: auto; }
    .productEnShow .table .name, .productEnShow .table li {
      width: 12rem; }
    .productEnShow .table .name {
      font-size: .24rem; }
      .productEnShow .table .name div {
        line-height: 1.6em;
        padding: .2rem 0; }
    .productEnShow .table li div {
      font-size: .22rem;
      line-height: 1.6em;
      padding: .15rem .1rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

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