html {
  font-size: 100px; }

.ellipsis, .product-list li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@font-face {
  font-family: 'iconfont';
  /* Project id 2640790 */
  src: url("//at.alicdn.com/t/font_2640790_5c5uugdfwpo.woff2?t=1625488719772") format("woff2"), url("//at.alicdn.com/t/font_2640790_5c5uugdfwpo.woff?t=1625488719772") format("woff"), url("//at.alicdn.com/t/font_2640790_5c5uugdfwpo.ttf?t=1625488719772") format("truetype"); }
.iconfont {
  font-family: 'iconfont'; }

.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    background: center no-repeat;
    background-size: cover;
    height: calc(100vh - 1.4rem); }
    .index-flash li h2 {
      text-align: center;
      color: #fff;
      font-size: .54rem;
      padding-top: 1.7rem;
      box-shadow: 0 0.04rem 0.03rem rgba(0, 0, 0, 0.8);
      letter-spacing: .08rem; }
  .index-flash .dots {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: .65rem; }
    .index-flash .dots span.swiper-pagination-bullet {
      display: block;
      transition: all .5s ease;
      margin: 0 .1rem;
      width: .14rem;
      height: .14rem;
      background: #fff;
      border-radius: 50%;
      border: #fff solid .02rem;
      opacity: 1;
      box-sizing: border-box; }
    .index-flash .dots span.swiper-pagination-bullet-active {
      background: rgba(0, 0, 0, 0); }

.index-product {
  background: #fafafa;
  padding: 1rem; }
  .index-product ul {
    display: flex; }
  .index-product li {
    width: 33.333%;
    position: relative;
    flex: 0 1 auto;
    transition: all .5s ease; }
    .index-product li .bg {
      position: relative;
      background: #000; }
      .index-product li .bg img {
        width: 100%;
        height: 6rem;
        object-fit: cover;
        filter: grayscale(1);
        opacity: .6;
        transition: all .5s ease; }
    .index-product li .layer {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      color: #fff; }
      .index-product li .layer .container {
        width: 100%;
        transition: all .5s ease;
        height: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .index-product li .layer .container .ico {
          width: .94rem; }
          .index-product li .layer .container .ico img {
            width: 100%; }
        .index-product li .layer .container h5 {
          font-size: .24rem;
          padding: .54rem 0 1.02rem 0; }
        .index-product li .layer .container .more {
          font-size: .16rem;
          color: #fff;
          line-height: 1em;
          display: flex;
          align-items: center; }
          .index-product li .layer .container .more:after {
            display: block;
            content: '';
            background: url("../image/img7.png") center no-repeat;
            width: .07rem;
            height: .16rem;
            background-size: 100%;
            margin-left: .08rem;
            position: relative;
            top: -.01rem; }
          .index-product li .layer .container .more:hover {
            color: #e70011; }
            .index-product li .layer .container .more:hover:after {
              background-image: url("../image/img16_1on.png"); }
      .index-product li .layer .list {
        width: 0;
        overflow: hidden;
        transition: all .5s ease; }
        .index-product li .layer .list dl {
          min-width: 250px;
          padding: .55rem 0 .55rem .75rem;
          position: relative; }
          .index-product li .layer .list dl:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            bottom: 50%;
            width: .02rem;
            background: rgba(255, 255, 255, 0.1);
            transition: all .5s ease; }
        .index-product li .layer .list a {
          display: block;
          font-size: .18rem;
          line-height: .6rem;
          color: #fff; }
          .index-product li .layer .list a:hover {
            color: #e70011; }
  .index-product li:hover {
    width: 7.92rem;
    flex: 0 0 auto; }
    .index-product li:hover .bg img {
      filter: grayscale(0); }
    .index-product li:hover .layer .container {
      width: 40%; }
    .index-product li:hover .layer .list {
      width: 60%; }
      .index-product li:hover .layer .list dl:before {
        top: 0;
        bottom: 0; }

.certificate {
  background: #f2f2f2;
  padding: .6rem 3vw; }
  .certificate .tab-btn {
    padding-bottom: .5rem;
    margin-top: -.2rem; }
    .certificate .tab-btn ul {
      display: flex;
      justify-content: center; }
    .certificate .tab-btn li {
      padding: 0 .32rem;
      font-size: .18rem;
      color: #666666;
      cursor: pointer; }
      .certificate .tab-btn li:hover, .certificate .tab-btn li.on {
        color: #e70011; }
  .certificate .list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.4rem; }
  .certificate .list li {
    padding: 0 0 .4rem .4rem;
    width: 20%;
    box-sizing: border-box; }
  .certificate .list .img {
    padding: .1rem;
    background: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.1); }
    .certificate .list .img:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: #fff solid .1rem; }
    .certificate .list .img img {
      transition: all .5s ease;
      width: 100%; }
    .certificate .list .img:hover img {
      transform: scale(1.1); }

.customer {
  padding: 0 3vw; }
  .customer .msg {
    text-align: center;
    font-size: .16rem;
    padding-bottom: .5rem;
    margin-top: -.2rem; }
  .customer .list {
    margin-left: -.2rem;
    margin-right: -.2rem; }
  .customer .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .customer .list-wrapper li {
      padding: 0 .2rem;
      box-sizing: border-box; }
      .customer .list-wrapper li .img {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .customer .list-wrapper li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          border: #c7c7c7 solid .02rem;
          z-index: 5;
          transition: all .5s ease; }
        .customer .list-wrapper li .img img {
          width: 100%;
          transition: all .5s ease; }
        .customer .list-wrapper li .img:hover:before {
          border-color: #e70011; }
        .customer .list-wrapper li .img:hover img {
          transform: scale(1.1); }
  .customer .arrow {
    display: flex;
    padding: .5rem .2rem .9rem .2rem;
    align-items: center;
    justify-content: space-between; }
    .customer .arrow .dots {
      display: flex;
      justify-content: center; }
      .customer .arrow .dots span {
        display: block;
        transition: all .5s ease;
        margin: 0 .06rem;
        width: .42rem;
        height: .03rem;
        background: #bebebe;
        border-radius: .02rem; }
      .customer .arrow .dots span.swiper-pagination-bullet-active {
        background: #e70011; }
    .customer .arrow a {
      display: block;
      width: .13rem;
      height: .23rem;
      background: center no-repeat;
      background-size: 100%; }
      .customer .arrow a.prev {
        background-image: url("../image/prev13.png"); }
        .customer .arrow a.prev:hover {
          background-image: url("../image/prev13on.png"); }
      .customer .arrow a.next {
        background-image: url("../image/next13.png"); }
        .customer .arrow a.next:hover {
          background-image: url("../image/next13on.png"); }

.case-list {
  background: #fafafa; }
  .case-list .list {
    padding: 0 3vw; }
    .case-list .list ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: -.4rem; }
    .case-list .list li {
      width: 33.333%;
      padding: 0 0 .4rem .4rem;
      box-sizing: border-box; }
      .case-list .list li a {
        display: block;
        transition: color .5s ease; }
        .case-list .list li a .img {
          width: 100%;
          overflow: hidden;
          position: relative; }
          .case-list .list li a .img img {
            width: 100%;
            transition: all .5s ease; }
        .case-list .list li a .name {
          color: #666666;
          font-size: .18rem;
          padding: .32rem 0 .12rem 0; }
        .case-list .list li a p {
          font-size: .22rem;
          padding-bottom: .32rem; }
      .case-list .list li a:hover {
        color: #e70011; }
        .case-list .list li a:hover .img img {
          transform: scale(1.1); }

.p-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .7rem;
  font-size: .16rem; }
  .p-num a {
    color: #5c6166;
    padding: 0 .16rem;
    line-height: 1em; }
    .p-num a:hover, .p-num a.on {
      color: #e70011; }
    .p-num a.on {
      font-weight: bold; }
  .p-num a.prev {
    background: url("../image/prev10.png") left center no-repeat;
    background-size: .1rem;
    padding-left: .2rem; }
    .p-num a.prev:hover {
      background-image: url("../image/prev10on.png"); }
  .p-num a.next {
    background: url("../image/next10.png") right center no-repeat;
    background-size: .1rem;
    padding-right: .2rem; }
    .p-num a.next:hover {
      background-image: url("../image/next10on.png"); }

.p-banner {
  height: 7.2rem;
  background: center no-repeat;
  background-size: cover; }

.product-row {
  padding: 5.2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fafafa; }

.product-side {
  width: 17.968vw;
  box-sizing: border-box;
  flex: 0 0 auto; }
  .product-side .title {
    background: url("../image/img345.jpg") center no-repeat;
    background-size: 100% 100%;
    height: 1.06rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: .3rem; }
    .product-side .title h2 {
      font-size: .26rem;
      line-height: 1em; }
    .product-side .title .en {
      font-size: .16rem;
      text-transform: uppercase;
      padding-top: .08rem; }
  .product-side .list {
    background: #fff;
    padding: 0 .2rem; }
    .product-side .list li a {
      display: block;
      border-bottom: #e5e5e5 solid 1px;
      padding: 0 .1rem;
      line-height: .77rem;
      font-size: .18rem;
      position: relative;
      transition: all .5s ease; }
      .product-side .list li a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: .1rem;
        width: .16rem;
        background: url("../image/img16.png") center no-repeat;
        background-size: 100%;
        opacity: 0;
        transition: all .5s ease; }
      .product-side .list li a:hover, .product-side .list li a.on {
        color: #e70011;
        padding: 0 .2rem; }
        .product-side .list li a:hover:after, .product-side .list li a.on:after {
          opacity: 1;
          right: .2rem; }
    .product-side .list li:last-child a {
      border: 0; }

.product-list {
  width: 100%;
  padding-left: .4rem;
  box-sizing: border-box;
  flex: 0 1 auto; }
  .product-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.3rem; }
  .product-list li {
    width: 33.333%;
    padding: 0 0 .3rem .3rem;
    box-sizing: border-box; }
    .product-list li a {
      display: block;
      padding: .1rem .1rem 0;
      background: #fff;
      transition: all .5s ease;
      position: relative;
      top: 0; }
      .product-list li a .img {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .product-list li a .img img {
          width: 100%;
          transition: all .5s ease; }
      .product-list li a .name {
        font-size: .18rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center; }
    .product-list li a:hover {
      color: #e70011;
      box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.15);
      top: -.1rem; }
      .product-list li a:hover .img img {
        transform: scale(1.1); }

.p-curr {
  padding: 0 5.2vw; }
  .p-curr div {
    font-size: .16rem;
    padding-left: .3rem;
    line-height: .6rem;
    color: #999999;
    background: url("../image/img16_1.png") left center no-repeat;
    background-size: .16rem;
    display: flex;
    align-items: center; }
    .p-curr div a {
      color: #999;
      margin-right: .15rem;
      padding-right: .2rem;
      background: url("../image/img6.png") right center no-repeat;
      background-size: .06rem; }
      .p-curr div a:hover {
        color: #e70011; }
    .p-curr div em {
      color: #e70011; }

.product-show {
  background: #fafafa;
  padding: 5.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-show .img-list {
    width: 44.791vw;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative; }
    .product-show .img-list li img {
      width: 100%; }
    .product-show .img-list .arrow a {
      display: block;
      position: absolute;
      z-index: 5;
      top: 50%;
      margin-top: -.25rem;
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3) center no-repeat;
      background-size: 100%; }
      .product-show .img-list .arrow a:hover {
        background-color: #e70011; }
      .product-show .img-list .arrow a.prev {
        left: .25rem;
        background-image: url("../image/prev50.png"); }
      .product-show .img-list .arrow a.next {
        right: .25rem;
        background-image: url("../image/next50.png"); }
    .product-show .img-list .dots {
      display: flex;
      justify-content: center;
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      bottom: .29rem; }
      .product-show .img-list .dots span {
        display: block;
        transition: all .5s ease;
        margin: 0 .09rem;
        width: .18rem;
        height: .18rem;
        border: #fff solid .03rem;
        border-radius: 50%;
        box-sizing: border-box;
        background: #fff;
        opacity: 1; }
      .product-show .img-list .dots span.swiper-pagination-bullet-active {
        background: rgba(0, 0, 0, 0); }
  .product-show .col {
    width: 100%;
    flex: 0 1 auto;
    padding-left: .55rem; }
    .product-show .col .title {
      padding: 0 1rem .2rem 0;
      border-bottom: #e1e1e1 solid .02rem;
      position: relative; }
      .product-show .col .title h2 {
        font-size: .32rem;
        line-height: .6rem; }
      .product-show .col .title a.back {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        border: #e7e6e7 solid 1px;
        border-radius: 50%;
        background: url("../image/back22.png") center no-repeat;
        background-size: .22rem;
        width: .6rem;
        height: .6rem; }
        .product-show .col .title a.back:hover {
          background-image: url("../image/back22on.png");
          background-color: #e70011;
          border-color: #e70011; }
    .product-show .col .content {
      font-size: .18rem;
      color: #666666;
      line-height: .3rem;
      padding: .35rem 0 .5rem 0; }
    .product-show .col h5 {
      font-size: .18rem;
      line-height: .32rem;
      padding-bottom: .06rem; }
    .product-show .col .msg {
      font-size: .16rem;
      line-height: .3rem;
      color: #666666; }
    .product-show .col .btn {
      padding-top: .5rem; }
      .product-show .col .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e70011;
        background: #fff;
        border: #e70011 solid 1px;
        width: 2rem;
        height: .55rem;
        font-size: .16rem;
        line-height: 1em; }
        .product-show .col .btn a:before {
          display: block;
          content: '';
          background: url("../image/img19on.png") center no-repeat;
          background-size: 100%;
          width: .19rem;
          height: .19rem;
          margin-right: .08rem; }
      .product-show .col .btn a:hover {
        background: #e70011;
        color: #fff; }
        .product-show .col .btn a:hover:before {
          background-image: url("../image/img19.png"); }

.foot-nav ul {
  display: flex;
  justify-content: space-between;
  padding: .55rem 5.2vw; }
.foot-nav h2 {
  font-size: .2rem;
  font-weight: 400;
  padding-bottom: .3rem; }
.foot-nav dd {
  font-size: .14rem;
  line-height: .3rem; }
  .foot-nav dd a {
    display: block;
    opacity: .8; }
  .foot-nav dd a:hover {
    opacity: 1; }

.foot-div {
  text-align: center;
  background: #f2f2f2; }
  .foot-div .topA {
    padding: .6rem 0 .5rem 0; }
  .foot-div .content {
    padding: .2rem 0 .45rem 0;
    font-size: .14rem;
    line-height: .26rem;
    color: #999999; }
    .foot-div .content em {
      color: #000; }

.g-head {
  height: 1.4rem; }
  .g-head .top {
    height: .4rem;
    background: #e70011;
    padding: 0 5.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: .14rem; }
    .g-head .top .tel {
      display: flex;
      align-items: center;
      line-height: 1em; }
      .g-head .top .tel img {
        width: .22rem;
        margin-right: .08rem; }
  .g-head .head {
    height: 1rem;
    background: #fff;
    position: relative;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0; }
    .g-head .head a.logo {
      display: block;
      width: 1.83rem;
      position: absolute;
      left: 5.2vw;
      top: 0;
      bottom: 0;
      background: url("../image/logo183.png") center no-repeat;
      background-size: 100%; }
    .g-head .head .language {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5.2vw;
      background: url("../image/img23_2.png") left center no-repeat;
      background-size: .23rem;
      padding-left: .33rem;
      font-size: .16rem;
      color: #999;
      line-height: 1rem; }
      .g-head .head .language em {
        padding: 0 .06rem; }
      .g-head .head .language a {
        color: #999; }
        .g-head .head .language a:hover, .g-head .head .language a.on {
          color: #e70011; }
    .g-head .head .navA2 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden; }
      .g-head .head .navA2 i {
        font-family: 'iconfont';
        font-style: normal;
        font-size: .2rem; }
  .g-head .g-nav {
    position: absolute;
    top: 0;
    right: 13vw; }
    .g-head .g-nav ul {
      display: flex; }
    .g-head .g-nav li {
      position: relative; }
      .g-head .g-nav li a.name {
        display: block;
        height: 1rem;
        line-height: 1rem;
        font-size: .2rem;
        padding: 0 1.7vw; }
        .g-head .g-nav li a.name.on {
          color: #e70011; }

.g-head.fixed .head {
  position: fixed; }

@media screen and (max-width: 1480px) {
  .g-head .g-nav li a.name {
    padding: 0 1.2vw; } }
@media screen and (min-width: 800px) {
  .g-head .g-nav li .list {
    position: absolute;
    left: 50%;
    top: -100vh;
    width: 1.3rem;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
    padding: .05rem .1rem;
    opacity: 0;
    visibility: hidden; }
    .g-head .g-nav li .list a {
      display: block;
      text-align: center;
      font-size: .16rem;
      line-height: .5rem;
      border-bottom: rgba(33, 33, 33, 0.15) solid 1px; }
      .g-head .g-nav li .list a:hover {
        color: #e70011;
        border-color: #e70011; }
    .g-head .g-nav li .list dd:last-child a {
      border-bottom: 0; }
  .g-head .g-nav li:hover a.name {
    color: #e70011; }
  .g-head .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease;
    top: 100%; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .index-flash li {
    height: 5rem; }
    .index-flash li h2 {
      font-size: .44rem;
      padding: 1rem .3rem 0 .3rem;
      letter-spacing: .01rem; }
      .index-flash li h2 em {
        display: block; }

  .index-product {
    padding: .6rem .3rem; }
    .index-product ul {
      flex-wrap: wrap; }
    .index-product li {
      width: 100%; }
      .index-product li .layer .container .ico {
        width: 1.2rem; }
      .index-product li .layer .container h5 {
        font-size: .3rem; }
      .index-product li .layer .container .more {
        font-size: .22rem; }
      .index-product li .layer .list a {
        font-size: .24rem;
        line-height: .6rem; }
    .index-product li:hover {
      width: 100%; }

  .certificate {
    padding: .6rem .3rem; }
    .certificate .tab-btn ul {
      flex-wrap: wrap; }
    .certificate .tab-btn li {
      font-size: .28rem;
      line-height: .56rem; }
    .certificate .list ul {
      margin-left: -.3rem; }
    .certificate .list li {
      padding: 0 0 .4rem .4rem;
      width: 50%; }

  .customer {
    padding: 0 .3rem; }
    .customer .msg {
      font-size: .24rem; }
    .customer .list {
      margin-left: -.15rem;
      margin-right: -.15rem; }
    .customer .list-wrapper li {
      padding: 0 .15rem; }

  .p-banner {
    height: 4rem; }

  .product-row {
    padding: .3rem;
    flex-wrap: wrap; }

  .product-side {
    width: 100%; }
    .product-side .title {
      height: 1.2rem; }
      .product-side .title h2 {
        font-size: .28rem; }
      .product-side .title .en {
        font-size: .22rem;
        padding-top: .1rem; }
    .product-side .list {
      width: 100%;
      overflow: hidden;
      position: relative;
      box-sizing: border-box;
      padding: 0 .3rem; }
      .product-side .list ul {
        display: flex;
        flex-wrap: wrap; }
      .product-side .list li {
        width: 33.333%;
        position: relative;
        top: 2px; }
        .product-side .list li a {
          padding: 0;
          line-height: 1rem;
          font-size: .24rem; }
          .product-side .list li a:after {
            right: .3rem; }
          .product-side .list li a:hover, .product-side .list li a.on {
            padding: 0; }
            .product-side .list li a:hover:after, .product-side .list li a.on:after {
              right: .3rem; }

  .product-list {
    width: 100%;
    padding: .4rem 0 0 0; }
    .product-list ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: -.3rem; }
    .product-list li {
      width: 50%; }
      .product-list li a .name {
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem; }

  .p-curr {
    padding: 0 .3rem; }
    .p-curr div {
      font-size: .24rem;
      line-height: .8rem;
      background-size: .2rem; }

  .product-show {
    padding: .6rem .3rem;
    flex-wrap: wrap; }
    .product-show .img-list {
      width: 100%; }
    .product-show .col {
      padding: .5rem 0 0 0; }
      .product-show .col .content {
        font-size: .24rem;
        line-height: 1.8em; }
      .product-show .col h5 {
        font-size: .28rem;
        line-height: .44rem; }
      .product-show .col .msg {
        font-size: .24rem;
        line-height: 1.8em; }
      .product-show .col .btn a {
        width: 2.6rem;
        height: .76rem;
        font-size: .26rem; }
        .product-show .col .btn a img {
          width: .24rem;
          margin-right: .12rem; }

  .foot-nav ul {
    padding: .55rem .3rem .25rem .3rem;
    flex-wrap: wrap; }
  .foot-nav li {
    width: 25%;
    padding-bottom: .3rem; }
  .foot-nav h2 {
    font-size: .28rem; }
  .foot-nav dd {
    font-size: .24rem;
    line-height: .44rem; }

  .foot-div .content {
    font-size: .24rem;
    line-height: .44rem;
    padding: .5rem .3rem; }

  .g-head {
    height: 1.8rem; }
    .g-head .top {
      height: .8rem;
      padding: 0 .3rem;
      font-size: .22rem; }
    .g-head .head {
      height: 1rem; }
      .g-head .head a.logo {
        left: .3rem; }
      .g-head .head .language {
        right: 1.2rem;
        font-size: .26rem; }
      .g-head .head .navA2 {
        right: 0;
        opacity: 1;
        visibility: visible;
        color: #333; }
        .g-head .head .navA2 i {
          font-family: 'iconfont';
          font-style: normal;
          font-size: .3rem; }
        .g-head .head .navA2 i:nth-child(2) {
          display: none; }
      .g-head .head .g-nav {
        position: fixed;
        bottom: 0;
        right: -100%;
        left: 100%;
        top: 1.8rem;
        overflow-y: auto;
        background: #fff;
        transition: all .5s ease;
        border-top: #eee solid 1px; }
        .g-head .head .g-nav ul {
          flex-wrap: wrap; }
        .g-head .head .g-nav li {
          margin-left: 0;
          width: 100%;
          border-bottom: #eee solid 1px; }
        .g-head .head .g-nav a.name {
          font-size: .28rem;
          padding: 0 0 0 .5rem; }
        .g-head .head .g-nav li.s-nav-li a.name:after {
          content: '\e600';
          display: block;
          position: absolute;
          top: 0;
          right: .5rem;
          font-family: 'iconfont'; }
        .g-head .head .g-nav li.s-nav-li.open a.name:after {
          content: '\e6cc'; }
        .g-head .head .g-nav .list {
          border-top: #eee solid 1px;
          padding: .2rem 0 .2rem .5rem;
          display: none; }
          .g-head .head .g-nav .list dl {
            display: flex;
            flex-wrap: wrap; }
          .g-head .head .g-nav .list dd {
            min-width: 25%; }
          .g-head .head .g-nav .list a {
            display: block;
            color: #333;
            line-height: .6rem;
            font-size: .24rem;
            padding-right: .3rem; }

  .g-head.fixed .head .g-nav {
    top: 1rem; }

  body.navShow {
    overflow: hidden; }
    body.navShow .g-head a.navA i:nth-child(1) {
      display: none; }
    body.navShow .g-head a.navA i:nth-child(2) {
      display: block; }
    body.navShow .g-head .g-nav {
      right: 0;
      left: 0; } }

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