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, .p-title2, div.p-more a, .p-back, .product-show .row .col a.btn, .contact-form .form .submit, .news li .col .more, .p-num, .p-num2, .p-num2 a, .g-foot .nav li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .index-solutions .wal, .index-about .col, .index-news .wal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-title2, div.p-more a, .p-back, .product-show .row .col a.btn, .contact-form .form .submit, .news li .col .more, .p-num, .p-num2 a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, div.p-more a, .p-back, .product-show .row .col a.btn, .contact-form .form .submit, .news li .col .more, .p-num, .index-solutions .wal, .index-about .col, .index-news .wal {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .about-1 .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav ul, .g-foot .nav dl, .about-1 .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-lines {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: rgba(46, 99, 153, 0.5) solid 1px; }
  .p-lines div {
    width: .14rem;
    height: .14rem;
    border: #2E6399 solid 2px;
    position: absolute; }
  .p-lines .line-l-t {
    left: -1px;
    top: -1px;
    border-right: 0;
    border-bottom: 0; }
  .p-lines .line-r-t {
    right: -1px;
    top: -1px;
    border-left: 0;
    border-bottom: 0; }
  .p-lines .line-l-b {
    left: -1px;
    bottom: -1px;
    border-top: 0;
    border-right: 0; }
  .p-lines .line-r-b {
    right: -1px;
    bottom: -1px;
    border-top: 0;
    border-left: 0; }

.p-title {
  position: relative;
  letter-spacing: .02rem; }
  .p-title .en {
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    color: rgba(0, 102, 204, 0.15);
    font-size: .66rem;
    line-height: 1em;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: -0.1rem;
    bottom: auto; }
  .p-title h3 {
    font-size: .42rem;
    line-height: 1em;
    color: #1F2933;
    position: relative;
    z-index: 2;
    padding-top: .3rem; }

.p-title2 img {
  width: .36rem;
  margin-right: .14rem; }
.p-title2 h3 {
  font-size: .3rem;
  line-height: 1em; }

.p-content {
  font-size: .18rem;
  line-height: 2em;
  text-align: justify; }
  .p-content p {
    padding-bottom: 1.5em; }

div.p-more {
  padding-bottom: 1.2rem; }
  div.p-more a {
    margin: 0 auto;
    width: 1.2rem;
    height: .4rem;
    border-top: #2E6399 solid 1px;
    border-bottom: #2E6399 solid 1px;
    font-size: .16rem;
    color: #2E6399;
    letter-spacing: .01rem; }
    div.p-more a:after {
      content: "";
      display: block;
      position: absolute;
      position: relative;
      margin-left: .1rem;
      width: .13rem;
      height: .2rem;
      background: url("../image/arrow13.png") center no-repeat;
      background-size: 100%; }
  div.p-more a:hover {
    background: #2E6399;
    color: #fff; }
    div.p-more a:hover:after {
      background-image: url("../image/arrow13on.png"); }

.p-back, .product-show .row .col a.btn, .contact-form .form .submit, .news li .col .more {
  position: relative;
  width: 1.3rem;
  height: .44rem;
  font-size: .16rem;
  color: #2E6399; }
  .p-back:before, .product-show .row .col a.btn:before, .contact-form .form .submit:before, .news li .col .more:before {
    content: "";
    display: block;
    position: absolute;
    left: .05rem;
    top: .05rem;
    right: .05rem;
    bottom: .05rem;
    background: #2E6399;
    opacity: 0; }
  .p-back:after, .product-show .row .col a.btn:after, .contact-form .form .submit:after, .news li .col .more:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    margin-left: .08rem;
    width: .07rem;
    height: .2rem;
    background: url("../image/more7.png") center no-repeat;
    background-size: 100%; }
  .p-back .p-lines div, .product-show .row .col a.btn .p-lines div, .contact-form .form .submit .p-lines div, .news li .col .more .p-lines div {
    width: .08rem;
    height: .08rem; }
  .p-back em, .product-show .row .col a.btn em, .contact-form .form .submit em, .news li .col .more em {
    position: relative;
    line-height: 1em; }
  .p-back:hover, .product-show .row .col a.btn:hover, .contact-form .form .submit:hover, .news li .col .more:hover {
    color: #fff; }
    .p-back:hover:before, .product-show .row .col a.btn:hover:before, .contact-form .form .submit:hover:before, .news li .col .more:hover:before {
      opacity: 1; }
    .p-back:hover:after, .product-show .row .col a.btn:hover:after, .contact-form .form .submit:hover:after, .news li .col .more:hover:after {
      background-image: url("../image/more7on.png"); }

.p-num {
  padding: .8rem 0 1.2rem 0;
  font-size: .28rem;
  color: #999;
  font-family: 'DINPro-Medium'; }
  .p-num em {
    color: #2E6399;
    font-size: .6rem;
    display: inline-block;
    line-height: 1em; }
  .p-num a {
    width: .5rem;
    height: .4rem;
    background: center no-repeat;
    background-size: 100%;
    position: relative;
    top: .1rem;
    margin: 0 .2rem; }
    .p-num a.prev {
      background-image: url("../image/prev50_1.png"); }
      .p-num a.prev:hover {
        background-image: url("../image/prev50_1on.png"); }
    .p-num a.next {
      background-image: url("../image/next50_1.png"); }
      .p-num a.next:hover {
        background-image: url("../image/next50_1on.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: #2E6399; }
    .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/prev50_1.png") center no-repeat;
        background-size: 100%;
        width: .5rem;
        height: .2rem;
        margin-right: .2rem; }
      .p-num2 a.prev:hover:before {
        background-image: url("../image/prev50_1on.png"); }
    .p-num2 a.next:after {
      content: "";
      display: block;
      position: absolute;
      position: static;
      background: url("../image/next50_1.png") center no-repeat;
      background-size: 100%;
      width: .5rem;
      height: .2rem;
      margin-left: .2rem; }
    .p-num2 a.next:hover:after {
      background-image: url("../image/next50_1on.png"); }

div.p-more {
  padding-top: .4rem; }
  div.p-more a {
    width: 2rem;
    height: .8rem;
    font-size: .24rem; }

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

.p-title2 h3 {
  font-size: .32rem; }

.p-back, .product-show .row .col a.btn, .contact-form .form .submit, .news li .col .more {
  width: 1.7rem;
  height: .66rem;
  font-size: .24rem; }

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

.pc-show {
  display: none; }

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

.index-head .wal {
  margin: 0 .3rem; }

.g-nav {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  right: -100%;
  top: 1rem;
  bottom: 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;
    padding-left: .5rem; }
    .g-nav a.name:hover, .g-nav a.name.on {
      background-size: 0; }
  .g-nav .list {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    display: none;
    padding: .15rem 0; }
    .g-nav .list a {
      display: block;
      font-size: .24rem;
      height: .8rem;
      line-height: .8rem;
      padding-left: .5rem;
      color: #fff; }

.g-foot {
  font-size: .24rem; }
  .g-foot:before {
    display: none; }
  .g-foot .list li {
    font-size: .24rem; }
    .g-foot .list li p.tel {
      font-size: .38rem;
      line-height: .26rem; }
  .g-foot .nav {
    position: static;
    width: 100%;
    padding-bottom: .2rem; }
    .g-foot .nav ul {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; }
    .g-foot .nav li {
      width: 100%;
      padding-bottom: .2rem; }
    .g-foot .nav a.name {
      font-size: .28rem;
      flex-shrink: 0;
      padding: 0;
      line-height: .44rem;
      font-weight: bold; }
    .g-foot .nav dd {
      padding: 0 0 .1rem .2rem; }
    .g-foot .nav dd a {
      line-height: .44rem; }
  .g-foot .ewm {
    top: .6rem;
    font-size: .26rem; }
  .g-foot .links {
    padding-bottom: .4rem; }
    .g-foot .links h3 {
      font-size: .28rem;
      line-height: .28rem;
      height: .28rem; }
    .g-foot .links dd {
      font-size: .24rem; }
  .g-foot .msg {
    position: relative;
    line-height: .4rem;
    padding: .25rem 0;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    text-align: center; }
    .g-foot .msg p {
      width: 100%; }

.tzzgx-foot .nav {
  width: 10.86rem; }
  .tzzgx-foot .nav li:nth-child(7) {
    display: block; }

/*index*/
.index-slide .wal {
  margin: 0 .3rem; }
.index-slide.index-foot {
  height: 100vh;
  background: #334c66; }
  .index-slide.index-foot .g-foot {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0; }

#index-dots li .name {
  display: none; }

.indexFlash li .wal .title {
  width: 6rem; }

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

.index-solutions .wal {
  padding-top: 1rem; }
.index-solutions .list {
  min-height: 1rem;
  padding: .3rem 0; }
.index-solutions .col-l {
  width: 100%; }
  .index-solutions .col-l .list a .name .en {
    font-size: .22rem; }
.index-solutions .col-r {
  width: 100%;
  padding-top: .5rem; }
  .index-solutions .col-r .index-title {
    text-align: left; }
  .index-solutions .col-r .index-more a {
    margin-left: 0; }
  .index-solutions .col-r .list li {
    width: 2.15rem; }
  .index-solutions .col-r .list a .name {
    font-size: .24rem;
    line-height: 1.4em;
    height: .9rem; }

.index-about .col {
  width: 100%;
  padding: 1rem 0 0 0;
  height: 56vh; }
  .index-about .col .content {
    font-size: .24rem;
    line-height: .44rem;
    padding: .7rem 0 .3rem 0; }
.index-about .list {
  width: 100%; }
  .index-about .list li {
    height: 22vh; }
    .index-about .list li:before {
      height: 100%; }
    .index-about .list li p {
      font-size: .24rem;
      line-height: .32rem;
      padding: 0 .2rem;
      min-height: .64rem; }
  .index-about .list li:nth-child(1), .index-about .list li:nth-child(2) {
    padding-top: 0; }
  .index-about .list li:nth-child(3), .index-about .list li:nth-child(4) {
    padding-bottom: 0; }

.index-news .col {
  width: 100%;
  padding-top: 2rem; }
.index-news .list {
  width: 100%;
  height: auto;
  padding: .5rem 0 0 0; }
  .index-news .list .container .name {
    font-size: .32rem; }
  .index-news .list .container .time {
    font-size: .24rem;
    padding: .25rem 0; }
  .index-news .list .container .content {
    font-size: .24rem;
    line-height: .4rem;
    height: 1.2rem; }
  .index-news .list .container .index-more {
    padding: .3rem 0 .5rem 0; }
  .index-news .list ul a {
    height: 1.8rem; }
    .index-news .list ul a .img {
      width: 1.35rem; }
      .index-news .list ul a .img h5 {
        line-height: 1rem;
        height: 1rem;
        margin-top: -.5rem;
        font-size: .38rem; }
    .index-news .list ul a .name {
      font-size: .24rem;
      line-height: .4rem;
      height: .8rem;
      overflow: hidden; }

/*page*/
.p-banner .wal {
  height: 4rem;
  padding-top: 0.5rem; }

.about-1 .wal {
  padding-top: .6rem; }
.about-1 .list .title {
  font-size: .24rem; }
.about-1 .list ul {
  margin-top: -1.2rem; }
.about-1 .list li {
  width: 3.35rem;
  font-size: .24rem;
  position: relative;
  margin-bottom: .2rem; }
  .about-1 .list li .name {
    min-width: 1rem;
    padding: 0 .1rem;
    font-size: .26rem; }
.about-1 .list li:nth-child(1) {
  left: 0;
  top: 0; }
.about-1 .list li:nth-child(2) {
  right: 0;
  top: 0; }
.about-1 .list li:nth-child(3) {
  left: 0;
  bottom: 0; }
.about-1 .list li:nth-child(4) {
  right: 0;
  bottom: 0; }
.about-1 .list2 {
  min-height: 5.29rem; }
  .about-1 .list2:before {
    top: 0;
    margin-right: -3.7rem; }
  .about-1 .list2 .list-wrapper {
    padding: 0 1rem; }
    .about-1 .list2 .list-wrapper li dd .name p {
      font-size: .24rem;
      line-height: .4rem;
      margin-left: -1rem;
      margin-right: -1rem; }
    .about-1 .list2 .list-wrapper li dd:nth-child(1) {
      padding-top: 1.5rem; }
    .about-1 .list2 .list-wrapper li dd:nth-child(2) {
      padding-top: .6rem; }
  .about-1 .list2 .arrow a.prev {
    left: 0; }
  .about-1 .list2 .arrow a.next {
    right: 0; }

.about-2 {
  padding: 0 .3rem; }
  .about-2:before {
    height: 4rem; }
  .about-2 .wal {
    min-height: 5.4rem;
    padding-bottom: .8rem; }
  .about-2 .list {
    margin-left: -.15rem;
    margin-right: -.15rem; }
    .about-2 .list .arrow a {
      height: 2.2rem; }
      .about-2 .list .arrow a.prev {
        left: -.3rem; }
      .about-2 .list .arrow a.next {
        right: -.3rem; }
  .about-2 .list-wrapper li {
    padding: 0 .15rem; }
  .about-2 .list-wrapper a .name {
    font-size: .24rem; }

.about-3 .row .img {
  width: 100%; }
.about-3 .row .list {
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: .4rem; }
  .about-3 .row .list:before {
    left: 0;
    width: 100%; }
  .about-3 .row .list .title {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center; }
    .about-3 .row .list .title h3 {
      line-height: 1rem; }
  .about-3 .row .list ul li {
    width: 100%;
    padding: .2rem 0 .2rem .22rem;
    font-size: .24rem; }
  .about-3 .row .list ul li:last-child {
    border: 0; }
  .about-3 .row .list ul li:nth-child(even) {
    width: 100%; }
.about-3 .row:nth-child(odd) .list {
  order: 2; }
  .about-3 .row:nth-child(odd) .list:before {
    left: 0;
    right: 0; }
  .about-3 .row:nth-child(odd) .list .title {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    padding: 0; }

.speech .img {
  width: 4rem;
  top: auto;
  bottom: -2rem; }
.speech .p-content {
  padding: .85rem 0 3.6rem 0; }

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

.product-nav {
  display: none; }

.honor ul {
  margin-left: -.3rem; }
.honor li {
  width: 50%;
  padding: 0 0 .3rem .3rem; }

.zscq li {
  width: 50%; }

.photo .p-content {
  font-size: .24rem;
  line-height: 2em; }
.photo .list li {
  width: 100%; }

.team-1 .wal {
  padding: 1.2rem 0; }
.team-1 .list {
  width: 6rem;
  padding-bottom: .6rem; }
  .team-1 .list li {
    font-size: .24rem; }
.team-1 .list2 {
  position: relative;
  right: 0;
  width: 6rem; }
  .team-1 .list2 li {
    font-size: .24rem; }

.team-2 {
  padding: 0 .5rem; }
  .team-2 .list {
    margin-left: -.15rem;
    margin-right: -.15rem; }
  .team-2 .list-wrapper li {
    padding: 0 .15rem; }
    .team-2 .list-wrapper li .name {
      height: .9rem;
      font-size: .28rem; }
      .team-2 .list-wrapper li .name em {
        font-size: .24rem; }
    .team-2 .list-wrapper li p {
      font-size: .24rem;
      line-height: .4rem; }

.team-3 .list {
  margin-left: .05rem;
  margin-right: .05rem; }
  .team-3 .list .arrow a {
    top: .9rem; }
.team-3 .list-wrapper li {
  padding: 0 .15rem; }
  .team-3 .list-wrapper li .name {
    line-height: .8rem;
    font-size: .24rem; }

.product ul {
  margin-left: -.3rem; }
.product li {
  width: 50%;
  padding: 0 0 .3rem .3rem; }
  .product li a .name {
    font-size: .24rem;
    line-height: .9rem; }

.product-show .row .img {
  width: 100%; }
.product-show .row .col {
  width: 100%;
  padding-top: .4rem; }
  .product-show .row .col .p-content {
    font-size: .24rem; }
  .product-show .row .col a.btn {
    width: 2.3rem;
    height: .8rem; }
    .product-show .row .col a.btn:after {
      order: -1;
      width: .26rem;
      height: .26rem;
      background-image: url("../image/img20.png");
      margin-left: 0;
      margin-right: .12rem; }
    .product-show .row .col a.btn:hover:after {
      background-image: url("../image/img20on.png"); }

.video-layer .container {
  width: 6.9rem; }
.video-layer a.close {
  background-size: .44rem; }

.product-show-2 .wal .col {
  width: 100%; }
  .product-show-2 .wal .col .list {
    padding-bottom: .3rem; }
    .product-show-2 .wal .col .list li {
      line-height: .4rem;
      font-size: .24rem; }
    .product-show-2 .wal .col .list li:last-child {
      border: 0; }
.product-show-2 .wal .img {
  width: 100%; }

.product-show-3 .list ul {
  margin-left: -.3rem; }
.product-show-3 .list li {
  width: 50%;
  padding: 0 0 .3rem .3rem; }
  .product-show-3 .list li .box p.p-content {
    font-size: .24rem;
    line-height: 1.7em; }

.solutions {
  padding-bottom: .7rem; }
  .solutions li {
    width: 100%;
    margin-bottom: .5rem; }
    .solutions li dl {
      width: 2.2rem; }
      .solutions li dl dd a {
        font-size: .24rem; }

.solutions-show .list .row .col {
  width: 100%;
  padding-bottom: .5rem; }
  .solutions-show .list .row .col .p-content {
    font-size: .24rem;
    line-height: 1.8em; }
.solutions-show .list .row .imgs {
  width: 90%;
  margin: 0 auto; }
.solutions-show .list .row:nth-child(even) .col {
  order: 0; }

.solutions-dots {
  display: none; }

.service .row {
  padding-bottom: 1.2rem; }
  .service .row .col {
    width: 100%;
    padding-bottom: .5rem; }
    .service .row .col ul {
      margin-top: .4rem; }
  .service .row .img {
    width: 6.5rem;
    right: 0; }

.down .search .msg {
  width: 100%;
  padding-bottom: .2rem; }
  .down .search .msg p {
    font-size: .26rem; }
  .down .search .msg a.btn {
    font-size: .24rem;
    line-height: .48rem; }
.down .search .form {
  width: 100%;
  height: .7rem; }
  .down .search .form .input input {
    height: .66rem;
    line-height: .66rem;
    font-size: .24rem;
    padding: 0 .24rem; }
  .down .search .form .submit {
    width: .9rem; }
    .down .search .form .submit input {
      height: .66rem; }
.down .list a {
  height: 1rem;
  font-size: .24rem;
  padding: 0 .3rem 0 .78rem; }
  .down .list a:after {
    left: .3rem; }
  .down .list a .name {
    font-size: .24rem;
    line-height: 1.4em; }
  .down .list a .info {
    width: 1rem;
    display: none; }
  .down .list a .btn {
    font-size: .24rem;
    width: 1.4rem;
    height: .6rem; }

.contact {
  padding: .3rem; }
  .contact .map {
    position: relative;
    width: 100%;
    height: 5rem; }
  .contact .wal {
    height: auto;
    padding: 1rem 0;
    margin: 0; }
  .contact .title .en {
    font-size: .24rem; }
  .contact .list li {
    font-size: .24rem;
    height: .66rem; }
  .contact .ewm .name {
    font-size: .26rem; }

.contact-form .form li {
  width: 100%; }
  .contact-form .form li .ico {
    height: .8rem; }
  .contact-form .form li .input input, .contact-form .form li .input textarea {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem; }
  .contact-form .form li .input textarea {
    padding: .25rem .2rem .25rem .54rem;
    height: 3rem;
    line-height: .3rem; }
.contact-form .form .submit {
  width: 2rem;
  height: .8rem;
  font-size: .26rem; }
  .contact-form .form .submit:before {
    background: #fff;
    opacity: 1;
    left: .06rem;
    top: .06rem;
    right: .06rem;
    bottom: .06rem; }
  .contact-form .form .submit:hover:before {
    background: #2E6399; }

.news li .time {
  font-size: .26rem; }
  .news li .time div {
    font-size: .9rem; }
.news li .img {
  width: 5rem; }
.news li .col {
  width: 100%;
  padding-top: .3rem; }
  .news li .col .name {
    font-size: .28rem;
    line-height: 1.6em; }
  .news li .col p {
    padding: .12rem 0 .2rem 0;
    font-size: .24rem; }

.news-show .hd .time {
  line-height: .8rem;
  font-size: .24rem; }
.news-show .hd .p-back, .news-show .hd .product-show .row .col a.btn, .product-show .row .col .news-show .hd a.btn, .news-show .hd .contact-form .form .submit, .contact-form .form .news-show .hd .submit, .news-show .hd .news li .col .more, .news li .col .news-show .hd .more {
  margin-left: .2rem; }
.news-show .p-content {
  font-size: .26rem; }
  .news-show .p-content .img .name {
    font-size: .28rem; }

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

.faqs li .name {
  font-size: .26rem;
  padding: .2rem .3rem .2rem .36rem; }
.faqs li .p-content {
  font-size: .24rem;
  line-height: .4rem; }
.faqs li.on .name {
  font-size: .26rem; }

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

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