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

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

  .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 {
      right: .8rem;
      margin-top: -.18rem; }
      .head dl.btn a {
        width: .36rem; }

  .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: .26rem;
      color: #fff;
      text-align: center; }
      .nav a.name:before {
        display: none; }
      .nav a.name:hover, .nav a.name.on {
        color: #fff; }

  .foot:before {
    height: 3.57rem; }
  .foot .wal .img {
    position: relative;
    top: 0;
    padding-top: .5rem; }
  .foot .wal .list {
    width: 100%;
    padding-top: .3rem; }
    .foot .wal .list li {
      width: 33.333%;
      padding-bottom: .3rem; }
    .foot .wal .list a.name {
      font-size: .26rem;
      height: .7rem;
      line-height: .7rem; }
    .foot .wal .list dd a {
      font-size: .22rem;
      height: .6rem;
      line-height: .6rem; }
  .foot .msg {
    line-height: .4rem;
    font-size: .22rem;
    padding: .3rem 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; }

  .banner .title {
    font-size: .24rem; }
  .banner .list {
    margin-top: -.45rem; }
    .banner .list .wal {
      height: .9rem; }
    .banner .list a {
      height: .9rem;
      line-height: .9rem;
      font-size: .24rem; }
      .banner .list a span {
        height: .9rem; }

  .about_01 .container {
    width: 100%;
    padding-top: .6rem; }
    .about_01 .container .content {
      margin-right: 0;
      font-size: .24rem;
      line-height: 2em; }

  .about_02 .list {
    width: 100%; }
  .about_02 .box {
    min-height: 1.2rem; }
    .about_02 .box h2 {
      font-size: .26rem; }
    .about_02 .box p {
      font-size: .22rem;
      line-height: .4rem;
      padding-bottom: .3rem; }
  .about_02 .container {
    width: auto;
    position: relative;
    top: 0;
    padding: 0 0 .5rem 0;
    margin-left: .3rem; }

  .about_03 .list {
    padding: .6rem .4rem; }
  .about_03 a.arrow.prev {
    left: 0; }
  .about_03 a.arrow.next {
    right: 0; }

  .about_04 .list {
    padding-top: .3rem; }
    .about_04 .list li {
      width: 100%;
      border-top: #ddd solid 1px;
      padding: .3rem 0; }
      .about_04 .list li:first-child {
        border: 0; }
    .about_04 .list .box {
      width: 100%;
      height: auto;
      background: none; }
      .about_04 .list .box h2 {
        text-align: left;
        font-size: .26rem;
        line-height: .44rem;
        color: #004384;
        height: 1.45rem;
        padding: .23rem 0 0 .55rem; }
      .about_04 .list .box .list2 {
        padding: 0 .5rem 0 .55rem; }
      .about_04 .list .box dd {
        font-size: .22rem;
        line-height: .46rem;
        padding-left: .9rem; }
        .about_04 .list .box dd img {
          top: .12rem; }
    .about_04 .list .li_01 .box {
      background-image: none;
      width: 100%; }

  .sideBar {
    display: none; }

  .news li .time {
    font-size: .22rem; }
  .news li .name {
    font-size: .24rem;
    line-height: .5rem;
    height: 1.8rem; }
  .news li .content {
    font-size: .22rem;
    line-height: .4rem;
    height: .8rem;
    margin-left: -3.82rem; }
  .news li .more {
    padding-top: .3rem;
    margin-left: -3.82rem; }
    .news li .more a {
      width: 1.3rem;
      height: .46rem;
      line-height: .44rem;
      font-size: .22rem; }

  .productNav {
    padding: .6rem 0 .1rem 0; }
    .productNav li {
      width: 100%;
      margin-bottom: .5rem; }
      .productNav li .bgon:before {
        display: none; }
      .productNav li a {
        height: 4rem; }
        .productNav li a h2 {
          font-size: .28rem; }
        .productNav li a p {
          font-size: .22rem; }

  .productSide {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .productSide .container {
      width: 3.3rem; }
    .productSide.on {
      position: relative;
      left: 0;
      margin-left: 0; }
    .productSide a.name {
      height: 1.2rem;
      line-height: 1.2rem;
      font-size: .26rem; }
    .productSide .list a {
      font-size: .22rem;
      height: .66rem;
      line-height: .66rem;
      background-position: center .4rem; }

  .productShow {
    width: 100%; }
    .productShow h2.title {
      font-size: .32rem; }
    .productShow h2.name {
      height: .66rem;
      line-height: .66rem;
      font-size: .28rem; }
    .productShow .content {
      font-size: .22rem; }
    .productShow .list li {
      font-size: .22rem; }
      .productShow .list li .name {
        line-height: .8rem; }
      .productShow .list li p {
        line-height: .8rem;
        padding-left: .3rem; }

  .pageNum2 a {
    font-size: .24rem;
    width: 1.8rem;
    height: .56rem;
    line-height: .54rem; }

  .join .msg {
    font-size: .24rem;
    line-height: .46rem; }
  .join .list li {
    width: 100%;
    padding-bottom: .5rem; }
    .join .list li .container {
      height: 3.2rem; }
      .join .list li .container a {
        font-size: .26rem; }

  .competence_01 .msg .wal h2 {
    font-size: .28rem; }
  .competence_01 .msg .wal p {
    font-size: .22rem;
    line-height: .46rem; }
  .competence_01 .list a.arrow.prev {
    left: -.1rem; }
  .competence_01 .list a.arrow.next {
    right: -.1rem; }
  .competence_01 .swiper-slide .name {
    font-size: .22rem; }

  .competence_02 {
    padding-bottom: .8rem; }
    .competence_02 .pageTitle {
      margin-left: -.3rem;
      margin-right: -.3rem; }
    .competence_02 .msg {
      font-size: .22rem;
      line-height: .46rem; }
    .competence_02 .list {
      padding: 0 .2rem; }
      .competence_02 .list a.arrow.prev {
        left: .1rem; }
      .competence_02 .list a.arrow.next {
        right: .1rem; }

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

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