a, .transition, :before, img, .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 {
  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("../image/close.png"); }
  body.navShow .g-nav {
    right: 0; }
  body.navShow .p-head .g-nav {
    right: 0; }
  body.navShow .p-head.on .navA {
    background-image: url("../image/close2.png"); }

  .g-headD {
    height: 1rem; }

  .g-head {
    padding: 0; }
  .g-head .wal {
    min-height: 1rem; }
  .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("../image/navA.png") center no-repeat;
    background-size: .4rem; }
  .g-head a.tel {
    background-size: .32rem;
    font-size: .32rem;
    padding-left: .44rem;
    top: 0;
    height: 1rem;
    line-height: 1rem;
    right: 1rem; }

  .p-head a.tel {
    background-size: .32rem;
    font-size: .32rem;
    padding-left: .44rem; }
  .p-head .g-nav {
    right: -100%; }
  .p-head .g-nav a.name {
    font-size: .3rem; }
  .p-head.on .navA {
    background-image: url("../image/navA2.png"); }

  .g-nav {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    right: -100%;
    top: 1rem;
    bottom: 0;
    background: #fff; }
  .g-nav li {
    border-top: #eee solid 1px;
    width: 100%;
    margin-left: 0; }
  .g-nav a.name {
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    padding: 0 0 0 .5rem;
    color: #333; }
  .g-nav a.name:after, .g-nav a.name:before {
    display: none; }
  .g-nav .list {
    background: #f5f5f5;
    display: none;
    padding: .1rem 0; }
  .g-nav .list a {
    display: block;
    font-size: .26rem;
    height: .8rem;
    line-height: .8rem;
    padding-left: .5rem; }

  .g-foot {
    padding: 0;
    font-size: .24rem; }
  .g-foot:after {
    bottom: 1.2rem; }
  .g-foot .logo {
    left: 0;
    top: .5rem;
    margin-left: 0; }
  .g-foot .list {
    height: 4.6rem;
    padding: 1.5rem 1.6rem 0 0;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
  .g-foot .list li {
    height: auto;
    line-height: 1.7em;
    padding: 0 0 .15rem .4rem;
    position: relative; }
  .g-foot .list li .ico {
    width: .26rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-foot .ewm {
    top: .5rem; }
  .g-foot .ewm p {
    font-size: .22rem; }
  .g-foot .msg {
    line-height: .4rem;
    padding: .2rem 0; }

  .p-foot .list {
    padding-left: 0; }

  /*index*/
  .indexFlash li {
    padding: 0; }
  .indexFlash li .wal {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .indexFlash li .title {
    font-size: .26rem;
    color: #fff;
    padding-top: 2rem; }
  .indexFlash li .title h2 {
    font-size: .5rem; }
  .indexFlash li.li_01 .canvas {
    width: 7rem;
    bottom: 0; }
  .indexFlash li.li_02 .canvas {
    right: 0;
    top: auto;
    bottom: 1rem; }
  .indexFlash .dot {
    left: .3rem; }

  .index-slide.index-foot {
    height: 5.8rem; }

  #index-dots {
    right: .1rem; }

  a.p-more {
    width: 1.6rem;
    height: .56rem;
    line-height: .56rem;
    font-size: .24rem; }

  .index-product li {
    width: 50%;
    height: 50vh; }
  .index-product li .img {
    width: 2.8rem;
    height: 2.8rem; }
  .index-product li .img a {
    width: 1.8rem; }
  .index-product li .name a {
    letter-spacing: 0; }
  .index-product li:hover .img {
    width: 3rem;
    height: 3rem; }

  .index-project .title {
    padding: 0 0 .55rem 0; }
  .index-project .list {
    width: 20rem;
    margin-left: -10rem; }
  .index-project .list li .layer {
    position: relative;
    top: 0;
    height: 3.2rem;
    margin-top: 0;
    width: 100%;
    border: 0;
    border-top: #ff1919 solid 0.03rem; }
  .index-project .list li .layer .name {
    font-size: .26rem;
    line-height: .4rem; }
  .index-project .list li .layer p {
    font-size: .22rem;
    line-height: .4rem; }
  .index-project .arrow a {
    margin-top: -.6rem; }
  .index-project .arrow a.prev {
    margin-left: -3.1rem; }
  .index-project .arrow a.next {
    margin-right: -3.1rem; }

  .index-about {
    padding: 0; }
  .index-about:before {
    bottom: 0;
    width: 100%; }
  .index-about .wal {
    height: 100vh; }
  .index-about .content {
    max-width: 100%;
    font-size: .24rem;
    line-height: .44rem; }
  .index-about .list-wrapper {
    max-width: 100%;
    padding: 0 .2rem; }
  .index-about .list-wrapper .list li .name {
    font-size: .22rem;
    line-height: .36rem; }
  .index-about .list-wrapper .arrow a.prev {
    left: -.15rem; }
  .index-about .list-wrapper .arrow a.next {
    right: -.15rem; }
  .index-about .img-list {
    display: none; }

  .index-news {
    padding: 0; }
  .index-news .list {
    width: 100%; }
  .index-news .list a .time, .index-news .list a .time2 {
    font-size: .24rem; }
  .index-news .list a .time span, .index-news .list a .time2 span {
    font-size: .46rem; }
  .index-news .list a .time {
    width: 1.8rem;
    height: .8rem; }
  .index-news .list a .col h3 {
    font-size: .26rem; }
  .index-news .list a .col p {
    font-size: .22rem;
    line-height: .36rem;
    max-height: .72rem;
    overflow: hidden; }

  /*page*/
  .p-banner {
    height: 4rem; }

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

  .about-1 .video {
    width: 100%;
    margin-top: .5rem; }

  .about-5 .content {
    font-size: .26rem; }
  .about-5 .list {
    padding-top: .35rem; }
  .about-5 .list li h3 {
    font-size: .28rem; }
  .about-5 .list li p {
    font-size: .24rem;
    line-height: .36rem; }

  .page-layer .container {
    width: 7rem; }

  .about-2 .list-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .about-2 .list li .name {
    font-size: .24rem; }

  .about-3 .col {
    width: auto;
    margin-left: -.6rem;
    padding-top: 1rem; }
  .about-3 .col .name {
    font-size: .28rem; }
  .about-3 .col li {
    font-size: .24rem;
    line-height: .48rem; }
  .about-3 .col li:after {
    height: .48rem; }

  .history .list-wrapper .list li div {
    font-size: .28rem; }
  .history .container .img {
    width: 100%; }
  .history .container .box {
    position: static;
    width: 100%;
    margin-top: 0; }
  .history .container .box .list {
    padding-bottom: .5rem; }
  .history .container .box .list li {
    height: 2.5rem; }
  .history .container .box .list dd {
    font-size: .24rem;
    line-height: .4rem;
    padding: 0 .3rem .1rem .12rem; }
  .history .container .box .list dd:after {
    height: .4rem; }

  .culture {
    background-size: 7rem; }
  .culture .content {
    font-size: .28rem; }
  .culture li h2 {
    font-size: .3rem; }

  .product-nav ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .product-nav li {
    width: 33.333%; }
  .product-nav a {
    height: 2.2rem; }
  .product-nav a .col {
    height: 2.2rem; }
  .product-nav a .col .img {
    width: 1.2rem; }
  .product-nav a .col h3 {
    font-size: .24rem; }
  .product-nav a .name h3 {
    font-size: .3rem; }
  .product-nav a .name div {
    font-size: .2rem; }
  .product-nav li.on {
    width: 100%;
    order: 6; }
  .product-nav li.on a .col {
    width: 3rem;
    height: 3rem; }
  .product-nav li.on a .col .img {
    width: 1.5rem; }

  .product .title {
    width: 100%;
    height: 2rem;
    background: #dce1e5 right bottom no-repeat;
    background-size: auto 150%; }
  .product .title h2 {
    font-size: .3rem;
    line-height: .48rem; }
  .product .list {
    width: 100%;
    padding: .4rem .15rem 0 .15rem; }
  .product .list ul {
    padding: 0; }
  .product .list li {
    width: 50%;
    padding: .1rem .15rem; }
  .product .list li a {
    font-size: .24rem; }
  .product .list li a .name {
    height: 1rem;
    padding-top: .25rem; }

  .p-show-head {
    padding: .95rem 1.9rem .35rem 0; }
  .p-show-head h2 {
    font-size: .32rem; }
  .p-show-head .time {
    font-size: .24rem;
    background-size: .18rem;
    padding-left: .28rem;
    line-height: .4rem; }
  .p-show-head a.p-more2 {
    top: .9rem; }

  a.p-more2 {
    width: 1.6rem;
    height: .52rem;
    line-height: .5rem;
    font-size: .24rem; }
  a.p-more2 em {
    padding-right: .18rem;
    background-size: .1rem; }

  .product-show .img {
    margin: 0 auto; }
  .product-show .col {
    width: 100%;
    padding-top: .4rem; }
  .product-show .col .content {
    font-size: .24rem; }
  .product-show .col .more a.p-more2 {
    width: 2.4rem;
    height: .58rem;
    line-height: .56rem;
    font-size: .26rem; }
  .product-show .col .list li {
    font-size: .24rem; }
  .product-show .col .list li:after {
    height: .48rem; }

  .product-relevant .title h2 {
    font-size: .32rem; }
  .product-relevant .list-wrapper {
    margin-left: -.2rem;
    margin-right: -.2rem; }
  .product-relevant .list li {
    padding: .35rem .15rem 1rem .15rem; }
  .product-relevant .list .box {
    min-height: 3rem;
    padding: .3rem; }
  .product-relevant .list .box .name {
    padding-top: .25rem;
    min-height: 1rem; }
  .product-relevant .list .box .name a {
    font-size: .24rem; }

  .p-num2 li a {
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem; }

  .case-nav li {
    width: 50%; }
  .case-nav a {
    text-align: center; }
  .case-nav a .name {
    font-size: .26rem; }
  .case-nav a span {
    font-size: .2rem; }
  .case-nav a.on:before {
    display: none; }
  .case-nav li:nth-child(2) a, .case-nav li:nth-child(3) a {
    background: #eee; }
  .case-nav li:nth-child(2) a:hover, .case-nav li:nth-child(2) a.on, .case-nav li:nth-child(3) a:hover, .case-nav li:nth-child(3) a.on {
    background: #ff1919; }

  .case li .img {
    width: 100%; }
  .case li .col {
    width: 100%;
    padding-top: .3rem; }
  .case li .col .name {
    font-size: .32rem; }
  .case li .col p {
    font-size: .24rem;
    line-height: .44rem; }

  .case-show {
    font-size: .24rem;
    line-height: .44rem; }

  .news li {
    width: 100%; }
  .news li a .name {
    width: 5.4rem;
    padding: .4rem 0 .4rem .4rem;
    font-size: .28rem;
    line-height: .5rem;
    min-height: 1.8rem; }
  .news li a .time {
    font-size: .22rem; }
  .news li a .time span {
    font-size: .8rem; }

  .p-num a.arrow {
    width: .7rem;
    height: .5rem; }
  .p-num div {
    font-size: .3rem; }
  .p-num div span {
    font-size: .8rem; }

  .new-show {
    font-size: .24rem;
    line-height: .46rem; }

  .join2 .content {
    font-size: .24rem; }

  .job-class li {
    font-size: .24rem;
    line-height: .5rem; }

  .job li .title:after {
    right: .25rem; }
  .job li .title h2 {
    font-size: .28rem;
    padding-left: .25rem;
    width: 4.4rem; }
  .job li .title dl dd {
    min-width: 1rem;
    font-size: .22rem; }
  .job li .title dl dd:nth-child(1) {
    display: none; }
  .job li .box {
    padding: .95rem .25rem 0 .25rem; }
  .job li .box h3 {
    font-size: .28rem; }
  .job li .box .content, .job li .box dl {
    font-size: .24rem;
    line-height: .44rem; }

  .job-form .wal {
    padding: .5rem 0 1rem 0; }
  .job-form .form {
    width: 100%;
    padding-right: 1.6rem; }
  .job-form .form li .name {
    height: .6rem;
    font-size: .24rem; }
  .job-form .form li .name img {
    width: .22rem; }
  .job-form .form li .input input {
    font-size: .24rem; }
  .job-form .form li .file div {
    font-size: .24rem; }
  .job-form .form .submit {
    top: .6rem; }
  .job-form .form .submit div {
    height: 2.05rem; }
  .job-form .form .submit div em {
    font-size: .24rem; }

  .product-list ul {
    margin-left: -.3rem; }
  .product-list li {
    width: 50%;
    padding: 0 0 .2rem .3rem; }
  .product-list li a .name {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

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