@charset "UTF-8";
@font-face {
  font-family: "ob";
  src: url("../font/font.woff2") format("woff2"), url("../font/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "pb";
  src: url("../font/PierSans-Bold.woff2") format("woff2"), url("../font/PierSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  font-family: 'ob'; }

.add_xz_lj .dl_box a, .add_xz_lj .share_box a, .pub_a, .page_box ul li a, .index .banner_wrap .btn, .index .wrap_01 .hot_swiper .swiper-slide, .index .wrap_02 .goods_wrap .item .a_l img, .index .wrap_02 .goods_wrap .item .a_r span, .index .wrap_03 .main_wrap a, .index .wrap_04 .new_swiper .swiper-slide, .contact .main_wrap .layout1 .r_box input, .contact .main_wrap .layout1 .r_box textarea {
  transition: .32s;
  -moz-transition: .32s;
  /* Firefox 4 */
  -webkit-transition: .32s;
  /* Safari 和 Chrome */
  -o-transition: .32s;
  /* Opera */ }

.pub_a, .page_box ul li a {
  display: flex;
  justify-content: center;
  align-items: center; }

.index .banner_wrap .btn, .index .pub_tit a span, .index .wrap_03 .main_wrap a, .news_list .pub_r_con .c_list li a .time_box span {
  display: flex;
  justify-content: center;
  align-items: center; }

.index .wrap_01 .hot_swiper .swiper-slide .des_box h6, .index .wrap_04 .new_swiper .swiper-slide .des_box h6, .case_list .pub_r_con .c_list li a .des_box h6, .news_list .pub_r_con .c_list li a .des_box h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.index .ban_bat ul li p, .index .wrap_01 .hot_swiper .swiper-slide .des_box p, .index .wrap_04 .new_swiper .swiper-slide .des_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  line-height: 1.6; }

.add_xz_lj {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .add_xz_lj .dl_box {
    display: flex; }
    .add_xz_lj .dl_box a {
      width: 2rem;
      height: .4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      background: #f30189;
      font-size: calc(12px - 0.12rem + 0.18rem);
      margin-right: .1rem;
      border-radius: 3px; }
      .add_xz_lj .dl_box a:hover {
        opacity: 0.5; }
  .add_xz_lj .share_box {
    display: flex;
    justify-content: flex-end; }
    .add_xz_lj .share_box a {
      width: .4rem;
      height: .4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: calc(12px - 0.12rem + 0.22rem);
      color: #fff;
      margin-left: .1rem; }
      .add_xz_lj .share_box a:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }

.pub_a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  width: 1.6rem;
  height: .4rem;
  border-radius: .2rem;
  border: solid 1px #333;
  color: #333; }
  .pub_a:hover {
    background-color: #f4018a;
    color: #fff;
    border: solid 1px #f4018a; }

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

body {
  padding-top: 80px; }

.page_box {
  margin: .6rem 0; }
  .page_box ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page_box ul li {
      margin: 0 .1rem; }
      .page_box ul li a {
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        border: solid 1px #888;
        color: #888;
        font-size: calc(12px - 0.12rem + 0.14rem); }
        .page_box ul li a:hover {
          border: solid 1px #4d4a52;
          background-color: #4d4a52;
          color: #fff; }
    .page_box ul .on a {
      border: solid 1px #4d4a52;
      background-color: #4d4a52;
      color: #fff; }

.banner_wrap {
  position: relative; }
  .banner_wrap h6 {
    color: #ffffff;
    font-size: calc(12px - 0.12rem + 0.48rem);
    font-weight: 550;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
    font-family: 'pb'; }

.cur_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(155, 155, 155, 0.3); }
  .cur_box .layout1 {
    height: .6rem;
    align-items: center;
    display: flex;
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.16rem); }
    .cur_box .layout1 img {
      margin-right: .1rem; }
    .cur_box .layout1 a {
      color: #666666;
      font-size: calc(12px - 0.12rem + 0.16rem); }
      .cur_box .layout1 a:hover {
        color: #4d4a52; }
    .cur_box .layout1 span {
      margin: 0 .1rem; }

.pub_main {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0; }
  .pub_main .pub_l_menu {
    width: 20.8333%; }
    .pub_main .pub_l_menu .phone_btn {
      position: fixed;
      display: none;
      top: 30%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      top: 30%;
      left: 0;
      background-color: #4d4a52;
      color: #fff; }
    .pub_main .pub_l_menu .item .fir {
      display: flex;
      justify-content: space-between;
      height: .5rem;
      align-items: center;
      border-bottom: 1px solid #eee; }
      .pub_main .pub_l_menu .item .fir:hover span {
        opacity: 0.4; }
      .pub_main .pub_l_menu .item .fir span {
        font-size: calc(12px - 0.12rem + 0.16rem);
        color: #333333;
        font-family: 'pb'; }
      .pub_main .pub_l_menu .item .fir i {
        color: #4d4a52;
        font-weight: 550;
        font-size: calc(12px - 0.12rem + 0.22rem); }
    .pub_main .pub_l_menu .item .second_menu {
      display: none; }
      .pub_main .pub_l_menu .item.on .second_menu{
      	display: block;
      }
      .pub_main .pub_l_menu .item.on .fir i{
      	
      }
      .pub_main .pub_l_menu .item .second_menu a {
        font-size: calc(12px - 0.12rem + 0.14rem);
        color: #555555;
        line-height: .5rem;
        display: block;
        border-bottom: 1px solid #eee;
        padding-left: .2rem; }
        .pub_main .pub_l_menu .item .second_menu a:hover {
          color: #000; }
    .pub_main .pub_l_menu .on .fir span {
      color: #4d4a52; }
  .pub_main .pub_r_con {
    width: 75.83333%; }
  .pub_main .hot_pro {
    margin-top: .6rem; }
    .pub_main .hot_pro .tit {
      background: #4d4a52;
      height: .5rem;
      line-height: .5rem;
      font-size: calc(12px - 0.12rem + 0.18rem);
      font-family: 'pb';
      color: #fff;
      padding-left: .1rem; }
    .pub_main .hot_pro .list {
      display: block;
      padding: .15rem .1rem;
      border: 1px solid #e1e1e1; }
      .pub_main .hot_pro .list .item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e1e1e1;
        padding: .2rem 0; }
        .pub_main .hot_pro .list .item a .pic {
          width: 48%; }
        .pub_main .hot_pro .list .item a .tet {
          width: 48%;
          color: #555555;
          font-size: calc(12px - 0.12rem + 0.14rem);
          line-height: 1.6;
          height: 4.8em;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
      .pub_main .hot_pro .list .view_more {
        display: block;
        margin-top: .12rem;
        padding-right: .24rem;
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        background: url("/public/home/1000008/images/view_more_icon.png") no-repeat center right 2px;
        font-size: 16px;
        color: #000;
        text-indent: 4px;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }

.curmber_box {
  border-bottom: 1px solid #f1f1f1; }
  .curmber_box .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: .6rem; }
    .curmber_box .layout .l {
      display: flex;
      align-items: center;
      width: auto; }
      .curmber_box .layout .l img {
        width: .18rem; }
      .curmber_box .layout .l i {
        margin: 0 .15rem; }
      .curmber_box .layout .l span {
        color: #f30189;
        font-size: calc(12px - 0.12rem + 0.16rem); }
    .curmber_box .layout .r {
      margin-left: .2rem;
      display: flex; }
      .curmber_box .layout .r .sw {
        position: relative;
        padding: 0 .3rem; }
        .curmber_box .layout .r .sw:hover .second_menu {
          display: block; }
      .curmber_box .layout .r .first_menu {
        height: .6rem;
        line-height: .6rem;
        font-size: calc(12px - 0.12rem + 0.16rem);
        color: #999999;
        text-align: center;
        width: auto;
        font-family: 'pb';
        position: relative;
        display: block; }
        .curmber_box .layout .r .first_menu:hover {
          color: #f30189; }
      .curmber_box .layout .r .second_menu {
        display: none;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: .2rem .3rem;
        background-color: #ffffff;
        box-shadow: 4px -1px 21px 0px rgba(123, 123, 123, 0.43); }
        .curmber_box .layout .r .second_menu a {
          color: #999999;
          font-size: calc(12px - 0.12rem + 0.14rem);
          line-height: 2.2; }
          .curmber_box .layout .r .second_menu a:hover {
            color: #f30189; }
      .curmber_box .layout .r .on .first_menu {
        color: #f30189;
        border-bottom: 1px solid #f30189; }

.page_box {
  margin: .6rem 0; }
  .page_box ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page_box ul li {
      margin: 0 .1rem; }
      .page_box ul li a {
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        border: solid 1px #000000;
        color: #010101;
        font-size: calc(12px - 0.12rem + 0.14rem); }
        .page_box ul li a:hover {
          border: solid 1px #4d4a52;
          background-color: #4d4a52;
          color: #fff; }
    .page_box ul .on a {
      border: solid 1px #4d4a52;
      background-color: #4d4a52;
      color: #fff; }

.header {
  position: fixed;
  top: 0;
  left: 0; }
  .header .layout {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .layout .h_l {
      display: flex;
      align-items: center; }
    .header .layout .logo img {
      width: 1.2rem; }
    .header .layout nav {
      width: 60%;
      margin: 0 auto; }
      .header .layout nav ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap; }
        .header .layout nav ul li {
          position: relative;
          position: relative; }
          .header .layout nav ul li .first_menu {
            color: #868a8d;
            font-size: calc(12px - 0.12rem + 0.16rem);
            line-height: 80px;
            font-family: 'pb';
            padding: .1rem 0; }
            .header .layout nav ul li .first_menu:hover {
              color: #4d4a52; }
          .header .layout nav ul li .second_menu {
            position: absolute;
            position: absolute;
            top: 100%;
            left: 50%;
            z-index: 999;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            display: none;
            min-width: 2rem;
            border-radius: 3px;
            background: #fff;
            text-align: center;
            line-height: 35px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            overflow: hidden; }
            .header .layout nav ul li .second_menu a {
              color: #333;
              font-size: calc(12px - 0.12rem + 0.14rem);
              display: block;
              text-align: left;
              padding-left: 15px;
              line-height: 50px;
              border-bottom: 1px solid #f1f1f1; }
              .header .layout nav ul li .second_menu a:hover {
                color: #4d4a52; }
          .header .layout nav ul li .iconfont {
            position: absolute;
            display: none;
            right: 20px;
            font-size: calc(12px - 0.12rem + 0.22rem); }
        .header .layout nav ul .on .first_menu {
          border-bottom: 2px solid #868a8d; }
    .header .layout .h_r {
      display: flex;
      align-items: center; }
      .header .layout .h_r .lang_s {
        font-size: calc(12px - 0.12rem + 0.16rem);
        display: flex;
        align-items: center;
        margin-left: .3rem; }
        .header .layout .h_r .lang_s a {
          color: #404041;
          opacity: 0.5; }
        .header .layout .h_r .lang_s .on {
          color: #333;
          opacity: 0.93; }
        .header .layout .h_r .lang_s span {
          margin: 0 .1rem; }
        .header .layout .h_r .lang_s:hover {
          color: #4d4a52; }

.index .banner_wrap {
  position: relative; }
  .index .banner_wrap .swiper-slide {
    position: relative; }
    .index .banner_wrap .swiper-slide .l_des {
      position: absolute;
      text-align: center;
      z-index: 10;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 10%; }
      .index .banner_wrap .swiper-slide .l_des h4 {
        color: #868a8d;
        font-size: calc(12px - 0.12rem + 0.34rem); }
      .index .banner_wrap .swiper-slide .l_des h5 {
        color: #2d2d2d;
        font-size: calc(12px - 0.12rem + 0.76rem); }
      .index .banner_wrap .swiper-slide .l_des p {
        color: #9b9fa2;
        font-size: calc(12px - 0.12rem + 0.14rem);
        max-width: 3rem;
        margin: 0 auto;
        line-height: 1.6;
        margin-top: .3rem;
        margin-bottom: .5rem; }
      .index .banner_wrap .swiper-slide .l_des span {
        display: block;
        background-image: url("../images/03.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 1.44rem;
        height: .5rem;
        text-align: center;
        line-height: .5rem;
        margin: 0 auto;
        color: #9b9fa2;
        font-size: calc(12px - 0.12rem + 0.15rem); }
        .index .banner_wrap .swiper-slide .l_des span:hover {
          color: #4d4a52; }
  .index .banner_wrap .btn {
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: #fff;
    color: #4d4a52;
    top: 50%;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer; }
    .index .banner_wrap .btn:hover {
      background: #4d4a52;
      color: #fff; }
  .index .banner_wrap .btn_prev {
    left: 2%; }
  .index .banner_wrap .btn_next {
    right: 2%; }
  .index .banner_wrap .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: .1rem;
    height: .1rem; }
  .index .banner_wrap .swiper-pagination-bullet-active {
    background-color: #4d4a52; }
.index .ban_bat {
  background-color: #4d4a52; }
  .index .ban_bat ul {
    display: flex;
    padding: .3rem 0;
    flex-wrap: wrap; }
    .index .ban_bat ul li {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: .4rem;
      padding-right: .4rem; }
      .index .ban_bat ul li .des {
        margin-left: .15rem; }
      .index .ban_bat ul li h6 {
        color: #ffffff;
        font-size: calc(12px - 0.12rem + 0.18rem);
        font-family: 'pb'; }
      .index .ban_bat ul li p {
        color: #ffffff;
        font-size: calc(12px - 0.12rem + 0.12rem);
        margin-top: .1rem; }
    .index .ban_bat ul .i1 {
      padding: 0 .3rem; }
      .index .ban_bat ul .i1 img {
        max-width: 100%; }
    .index .ban_bat ul .ii img {
      width: .55rem; }
    .index .ban_bat ul li + li {
      border-left: 1px solid #fff; }
.index .pub_tit {
  display: flex;
  justify-content: space-between;
  padding: .7rem 0; }
  .index .pub_tit h6 {
    color: #4d4a52;
    font-size: calc(12px - 0.12rem + 0.36rem); }
    .index .pub_tit h6 span {
      display: inline-block;
      margin-left: .1rem; }
  .index .pub_tit a {
    display: flex;
    align-items: center; }
    .index .pub_tit a i {
      display: flex;
      align-items: center;
      color: #303233;
      font-size: calc(12px - 0.12rem + 0.17rem); }
    .index .pub_tit a span {
      width: .2rem;
      height: .2rem;
      background-color: #4d4a52;
      color: #fff;
      margin-left: .05rem;
      border-radius: 50%; }
.index .wrap_01 {
  padding-bottom: .6rem; }
  .index .wrap_01 .main_box {
    position: relative; }
    .index .wrap_01 .main_box .btn {
      position: absolute;
      top: 30%;
      color: #4d4a52;
      z-index: 10;
      font-size: calc(12px - 0.12rem + 0.38rem);
      cursor: pointer; }
    .index .wrap_01 .main_box .button-prev {
      left: 0; }
    .index .wrap_01 .main_box .button-next {
      right: 0; }
  .index .wrap_01 .hot_swiper {
    width: 85%;
    padding-bottom: .1rem;
    padding-top: .1rem; }
    .index .wrap_01 .hot_swiper .swiper-slide:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
      .index .wrap_01 .hot_swiper .swiper-slide:hover .des_box h6 {
        color: #4d4a52; }
    .index .wrap_01 .hot_swiper .swiper-slide .des_box {
      padding: .2rem .33rem;
      box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.2);
      border-radius: .15rem; }
      .index .wrap_01 .hot_swiper .swiper-slide .des_box h6 {
        font-family: 'pb';
        color: #333;
        font-size: calc(12px - 0.12rem + 0.18rem);
        margin-bottom: .15rem; }
      .index .wrap_01 .hot_swiper .swiper-slide .des_box p {
        color: #abafb1;
        font-size: calc(12px - 0.12rem + 0.14rem); }
.index .wrap_02 {
  padding-bottom: .8rem; }
  .index .wrap_02 .goods_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .index .wrap_02 .goods_wrap .item {
      padding: .45rem .3rem;
      display: flex;
      align-items: center;
      background-color: #f1eff2;
      justify-content: space-between;
      width: 33%;
      margin-right: .5%;
      flex-wrap: wrap;
      margin-bottom: .1rem; }
      .index .wrap_02 .goods_wrap .item:nth-child(3n+3) {
        margin-right: 0; }
      .index .wrap_02 .goods_wrap .item:hover .a_l img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .index .wrap_02 .goods_wrap .item:hover .a_r span {
        opacity: 0.6; }
      .index .wrap_02 .goods_wrap .item .a_l {
        width: 45%; }
        .index .wrap_02 .goods_wrap .item .a_l img {
          max-width: 100%;
          max-height: 100%; }
      .index .wrap_02 .goods_wrap .item .a_r {
        width: 45%;
        float: right; }
        .index .wrap_02 .goods_wrap .item .a_r h6 {
          font-family: 'pb';
          font-size: calc(12px - 0.12rem + 0.2rem);
          color: #5b5d5e;
          margin-bottom: .2rem; }
        .index .wrap_02 .goods_wrap .item .a_r p {
          font-size: calc(12px - 0.12rem + 0.16rem);
          color: #abafb1;
          line-height: 1.8; }
        .index .wrap_02 .goods_wrap .item .a_r span {
          width: .65rem;
          height: .28rem;
          background-color: #4d4a52;
          border-radius: 3px;
          color: #ffffff;
          text-align: center;
          line-height: .28rem;
          font-size: calc(12px - 0.12rem + 0.16rem);
          display: block;
          margin-top: .3rem; }
.index .wrap_03 .tit {
  text-align: center;
  font-family: 'pb';
  color: #4d4a52;
  font-size: calc(12px - 0.12rem + 0.36rem);
  padding: .3rem 0; }
.index .wrap_03 .main_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3rem .45rem;
  border-left: .1rem solid #4d4a52;
  border-right: .1rem solid #4d4a52;
  background-color: #f1eff2; }
  .index .wrap_03 .main_wrap .tet {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.4em;
    line-height: 1.8;
    max-width: 10.5rem;
    font-size: calc(12px - 0.12rem + 0.16rem); }
  .index .wrap_03 .main_wrap a {
    width: 1.2rem;
    height: .45rem;
    background-color: #4d4a52;
    border-radius: 5px;
    font-size: calc(12px - 0.12rem + 0.15rem);
    color: #fff; }
    .index .wrap_03 .main_wrap a:hover {
      opacity: 0.7; }
.index .wrap_03 .num_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0 0; }
  .index .wrap_03 .num_box .item {
    padding: 0 .3rem;
    text-align: center; }
    .index .wrap_03 .num_box .item h6 {
      font-size: calc(12px - 0.12rem + 0.38rem);
      color: #5b5e60; }
    .index .wrap_03 .num_box .item p {
      font-size: calc(12px - 0.12rem + 0.16rem);
      color: #94989a; }
.index .wrap_04 .main_box {
  position: relative; }
  .index .wrap_04 .main_box .btn {
    position: absolute;
    top: 30%;
    color: #4d4a52;
    z-index: 10;
    font-size: calc(12px - 0.12rem + 0.38rem);
    cursor: pointer; }
  .index .wrap_04 .main_box .button-prev {
    left: 0; }
  .index .wrap_04 .main_box .button-next {
    right: 0; }
.index .wrap_04 .new_swiper {
  width: 85%;
  padding-bottom: .1rem;
  padding-top: .1rem; }
  .index .wrap_04 .new_swiper .swiper-slide:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
    .index .wrap_04 .new_swiper .swiper-slide:hover .des_box h6 {
      color: #4d4a52; }
  .index .wrap_04 .new_swiper .swiper-slide .des_box {
    padding: .2rem .33rem; }
    .index .wrap_04 .new_swiper .swiper-slide .des_box h6 {
      font-family: 'pb';
      color: #333;
      font-size: calc(12px - 0.12rem + 0.18rem);
      margin-bottom: .15rem; }
    .index .wrap_04 .new_swiper .swiper-slide .des_box p {
      color: #abafb1;
      font-size: calc(12px - 0.12rem + 0.14rem); }
.index .wrap {
  overflow: hidden; }

.down .main_box {
  padding: .55rem 0; }
  .down .main_box .d_list li {
    display: flex;
    align-items: center;
    height: .5rem;
    justify-content: space-between;
    border-bottom: 1px solid #eee; }
    .down .main_box .d_list li span {
      font-size: calc(12px - 0.12rem + 0.16rem);
      color: #666; }
    .down .main_box .d_list li:hover span {
      color: #4d4a52; }
    .down .main_box .d_list li:hover a .im1 {
      display: none; }
    .down .main_box .d_list li:hover a .im2 {
      display: inline-block; }
    .down .main_box .d_list li a .im2 {
      display: none; }

.case_list .pub_r_con .c_list li {
  margin-bottom: .3rem; }
  .case_list .pub_r_con .c_list li a {
    padding: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee; }
    .case_list .pub_r_con .c_list li a:hover {
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2); }
      .case_list .pub_r_con .c_list li a:hover .time_box h5 {
        color: #4d4a52; }
      .case_list .pub_r_con .c_list li a:hover .time_box P {
        color: #4d4a52; }
      .case_list .pub_r_con .c_list li a:hover .des_box h6 {
        color: #4d4a52; }
    .case_list .pub_r_con .c_list li a .pic_box {
      width: 2.4rem; }
      .case_list .pub_r_con .c_list li a .pic_box img {
        width: 100%; }
    .case_list .pub_r_con .c_list li a .time_box {
      text-align: center; }
      .case_list .pub_r_con .c_list li a .time_box h5 {
        color: #666;
        font-size: calc(12px - 0.12rem + 0.36rem); }
      .case_list .pub_r_con .c_list li a .time_box p {
        color: #666;
        margin-top: .1rem;
        font-size: calc(12px - 0.12rem + 0.18rem); }
    .case_list .pub_r_con .c_list li a .des_box {
      width: 4rem; }
      .case_list .pub_r_con .c_list li a .des_box h6 {
        color: #666;
        font-size: calc(12px - 0.12rem + 0.2rem);
        margin-bottom: .2rem; }
      .case_list .pub_r_con .c_list li a .des_box p {
        color: #555555;
        font-size: calc(12px - 0.12rem + 0.14rem);
        line-height: 1.6;
        height: 4.8em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }

.product_details .main_wrap {
  padding: .5rem 0; }
  .product_details .main_wrap .pic_show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .product_details .main_wrap .pic_show .sh_l {
      width: 7rem;
      display: flex;
      justify-content: space-between; }
    .product_details .main_wrap .pic_show .small_swiper {
      height: 3.2rem; }
      .product_details .main_wrap .pic_show .small_swiper .swiper-slide {
        width: 1.05rem;
        border: 1px solid #eee;
        text-align: center; }
        .product_details .main_wrap .pic_show .small_swiper .swiper-slide img {
          max-width: 100%;
          max-height: 100%; }
      .product_details .main_wrap .pic_show .small_swiper .small_on {
        border: solid 1px #e1e1e1;}
    .product_details .main_wrap .pic_show .big_swiper {
      width: 5rem;
      border: 1px solid #eee; }
      .product_details .main_wrap .pic_show .big_swiper .swiper-slide {
        text-align: center; }
        .product_details .main_wrap .pic_show .big_swiper .swiper-slide img {
          max-width: 100%;
          max-height: 100%; }
    .product_details .main_wrap .pic_show .sh_r {
      width: 4rem; }
      .product_details .main_wrap .pic_show .sh_r h6 {
        margin-bottom: .1rem;
        color: #4d4a52;
        font-size: calc(12px - 0.12rem + 0.18rem); }
      .product_details .main_wrap .pic_show .sh_r p {
        color: #555555;
        font-size: calc(12px - 0.12rem + 0.16rem);
        line-height: 1.8; }
        .product_details .main_wrap .pic_show .sh_r .share{
          margin: .1rem 0;
        }
      .product_details .main_wrap .pic_show .sh_r .dl_box {
        display: flex; }
        .product_details .main_wrap .pic_show .sh_r .dl_box a {
          width: 1.5rem;
          height: .4rem;
          background-color: #4d4a52;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ffffff;
          font-size: calc(12px - 0.12rem + 0.16rem);
          margin-right: .15rem; }
          .product_details .main_wrap .pic_show .sh_r .dl_box a:hover {
            opacity: 0.3; }
  .product_details .main_wrap .des_box {
    margin-top: .6rem; }
    .product_details .main_wrap .des_box .tit {
      height: .4rem;
      line-height: .4rem;
      background-color: #4d4a52;
      padding-left: .26rem;
      color: #ffffff;
      font-size: calc(12px - 0.12rem + 0.16rem);
      margin-bottom: .3rem; }
    .product_details .main_wrap .des_box .d_c {
      color: #555555;
      font-size: calc(12px - 0.12rem + 0.16rem);
      line-height: 1.6;
      padding-left: .26rem;
      padding-right: .26rem; }

.news_details .main_wrap {
  padding-bottom: .7rem; }
  .news_details .main_wrap .tit_box {
    padding: .55rem 0; }
    .news_details .main_wrap .tit_box h6 {
      font-size: calc(12px - 0.12rem + 0.18rem);
      text-align: center;
      color: #333333;
      font-family: 'pb'; }
    .news_details .main_wrap .tit_box p {
      color: #666666;
      font-size: calc(12px - 0.12rem + 0.16rem);
      text-align: center;
      margin-top: .15rem; }

.news_list .pub_r_con .c_list li {
  margin-bottom: .3rem; }
  .news_list .pub_r_con .c_list li a {
    padding: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee; }
    .news_list .pub_r_con .c_list li a:hover {
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2); }
      .news_list .pub_r_con .c_list li a:hover .time_box h5 {
        color: #4d4a52; }
      .news_list .pub_r_con .c_list li a:hover .time_box span {
        color: #4d4a52;
        border: solid 1px #4d4a52; }
      .news_list .pub_r_con .c_list li a:hover .des_box h6 {
        color: #4d4a52; }
      .news_list .pub_r_con .c_list li a:hover .des_box p {
        color: #4d4a52; }
    .news_list .pub_r_con .c_list li a .pic_box {
      width: 30%; }
      .news_list .pub_r_con .c_list li a .pic_box img {
        width: 100%; }
    .news_list .pub_r_con .c_list li a .time_box {
      text-align: center; }
      .news_list .pub_r_con .c_list li a .time_box h5 {
        color: #555;
        font-size: calc(12px - 0.12rem + 0.24rem); }
      .news_list .pub_r_con .c_list li a .time_box span {
        width: .3rem;
        height: .3rem;
        background-color: #ffffff;
        border-radius: .15rem;
        border: solid 1px #bfbfbf;
        margin-top: .5rem;
        color: #bfbfbf; }
    .news_list .pub_r_con .c_list li a .des_box {
      width: 50%; }
      .news_list .pub_r_con .c_list li a .des_box h6 {
        color: #666;
        font-size: calc(12px - 0.12rem + 0.2rem);
        margin-bottom: .2rem; }
      .news_list .pub_r_con .c_list li a .des_box p {
        color: #555555;
        font-size: calc(12px - 0.12rem + 0.14rem);
        line-height: 1.6;
        height: 4.8em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }

.feedback .main_wrap {
  background-image: url("../images/14.png");
  background-size: cover;
  padding: .8rem 0; }
  .feedback .main_wrap .layout1 {
    padding-bottom: .6rem;
    background: #fff; }
  .feedback .main_wrap .row {
    padding: .4rem .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .feedback .main_wrap .row .item {
      width: 48%;
      margin-bottom: .4rem; }
      .feedback .main_wrap .row .item span {
        font-size: calc(12px - 0.12rem + 0.16rem);
        color: #333333;
        margin-bottom: .15rem;
        display: block; }
      .feedback .main_wrap .row .item .inp {
        border: solid 1px #eeeeee;
        display: flex;
        align-items: center; }
        .feedback .main_wrap .row .item .inp input {
          width: 80%;
          height: .4rem;
          border: none;
          padding-left: .2rem; }
  .feedback .main_wrap .sub {
    text-align: center; }
    .feedback .main_wrap .sub input {
      display: inline-block;
      width: 2.12rem;
      height: .5rem;
      background-color: #4d4a52;
      color: #ffffff;
      font-size: calc(12px - 0.12rem + 0.16rem);
      border: none; }

.contact .main_wrap {
  padding: .8rem 0; }
  .contact .main_wrap .layout1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact .main_wrap .layout1 .l_box {
      width: 35%; }
      .contact .main_wrap .layout1 .l_box .item {
        display: flex;
        align-items: flex-start;
        margin-bottom: .4rem; }
        .contact .main_wrap .layout1 .l_box .item span {
          color: #666666;
          margin-left: .18rem;
          font-size: calc(12px - 0.12rem + 0.14rem);
          line-height: 1.6; }
    .contact .main_wrap .layout1 .r_box {
      width: 60%; }
      .contact .main_wrap .layout1 .r_box input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        color: #777777;
        font-size: calc(12px - 0.12rem + 0.14rem);
        height: .55rem; }
        .contact .main_wrap .layout1 .r_box input:focus {
          border-bottom: 1px solid #4d4a52; }
      .contact .main_wrap .layout1 .r_box textarea {
        padding-top: .2rem;
        width: 100%;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        color: #777777;
        font-size: calc(12px - 0.12rem + 0.14rem);
        height: 1rem;
        margin-bottom: .3rem;
        outline: none; }
        .contact .main_wrap .layout1 .r_box textarea:focus {
          border-bottom: 1px solid #4d4a52; }
      .contact .main_wrap .layout1 .r_box .sub input {
        width: 100%;
        background-color: #4d4a52;
        color: #fff; }

.about_us .main_wrap {
  padding-bottom: .8rem; }
  .about_us .main_wrap .layout1 .item .tit {
    text-align: center;
    font-family: 'pb';
    padding: .35rem 0;
    font-size: calc(12px - 0.12rem + 0.18rem); }
  .about_us .main_wrap .layout1 .item img {
    margin-right: .3rem;
    margin-bottom: .3rem; }

.product_list .main_wrap .pub_r_con .p_list {
  display: flex;
  flex-wrap: wrap; }
  .product_list .main_wrap .pub_r_con .p_list li {
    margin-bottom: 50px;
    width: 32%;
    margin-right: 2%;
    position: relative; }
    .product_list .main_wrap .pub_r_con .p_list li:nth-child(3n+3) {
      margin-right: 0; }
    .product_list .main_wrap .pub_r_con .p_list li a {
      display: block;
      text-align: center; }
      .product_list .main_wrap .pub_r_con .p_list li a:hover {
        box-shadow: 0 0 7px #e4e4e4;
        padding-bottom: .2rem; }
        .product_list .main_wrap .pub_r_con .p_list li a:hover .trans-show {
          height: .4rem;
          line-height: .4rem; }
      .product_list .main_wrap .pub_r_con .p_list li a .pic_box {
        position: relative;
        overflow: hidden;
        border: 1px solid #eee; }
        .product_list .main_wrap .pub_r_con .p_list li a .pic_box img {
          transition: .3s; }
        .product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box {
          transition: .3s;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: rgba(14, 112, 226, 0.7);
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0; }
          .product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box span {
            display: inline-block;
            width: 137px;
            height: 43px;
            background-color: #ffffff;
            text-align: center;
            line-height: 43px;
            color: #4d4a52;
            font-size: 14px; }
      .product_list .main_wrap .pub_r_con .p_list li a p {
        font-family: 'pb';
        margin-top: 20px;
        color: #333333;
        font-size: calc(12px - 0.12rem + 0.16rem); }
      .product_list .main_wrap .pub_r_con .p_list li a .trans-show {
        display: block;
        font-size: 16px;
        color: #fff;
        width: 100%;
        max-width: 140px;
        border-radius: 100px;
        background: #4d4a52;
        margin: 0 auto;
        height: 0;
        transition: .3s;
        margin-top: .2rem; }

.product_inquiry .main_box {
  display: flex;
  padding-top: .5rem;
  padding-bottom: .5rem;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product_inquiry .main_box form {
    width: 57.3%;
    overflow: hidden;
    padding-right: .25rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .product_inquiry .main_box form .rows {
      padding: .1rem 0; }
    .product_inquiry .main_box form .input_rows {
      width: 48%; }
      .product_inquiry .main_box form .input_rows label {
        font-size: calc(12px - 0.12rem + 0.16rem);
        display: block;
        padding-bottom: .1rem; }
        .product_inquiry .main_box form .input_rows label span {
          color: red; }
      .product_inquiry .main_box form .input_rows input {
        width: 100%;
        border-radius: 5px;
        height: .4rem;
        line-height: .4rem;
        font-size: calc(12px - 0.12rem + 0.16rem);
        color: #888;
        text-indent: 5px;
        border: 1px #cbcecd solid; }
    .product_inquiry .main_box form .textarea_rows {
      width: 100%; }
      .product_inquiry .main_box form .textarea_rows label {
        font-size: calc(12px - 0.12rem + 0.16rem);
        display: block;
        padding-bottom: .1rem; }
        .product_inquiry .main_box form .textarea_rows label span {
          color: red; }
      .product_inquiry .main_box form .textarea_rows textarea {
        width: 100%;
        height: 1.2rem;
        border-radius: 5px;
        padding: 5px;
        font-size: calc(12px - 0.12rem + 0.16rem);
        color: #888; }
    .product_inquiry .main_box form .ewm_rows {
      width: 100%;
      margin-bottom: .2rem; }
      .product_inquiry .main_box form .ewm_rows label {
        font-size: calc(12px - 0.12rem + 0.16rem);
        display: block;
        padding-bottom: .1rem; }
        .product_inquiry .main_box form .ewm_rows label span {
          color: red; }
      .product_inquiry .main_box form .ewm_rows .vcode {
        display: flex; }
        .product_inquiry .main_box form .ewm_rows .vcode input {
          width: 1rem;
          border-radius: 5px;
          height: .35rem;
          line-height: .35rem;
          border: 1px #cbcecd solid;
          text-indent: 5px; }
        .product_inquiry .main_box form .ewm_rows .vcode img {
          height: .35rem;
          margin-left: .15rem; }
    .product_inquiry .main_box form .sub_rows {
      width: 100%; }
      .product_inquiry .main_box form .sub_rows input {
        width: 1.6rem;
        height: .5rem;
        background: #4d4a52;
        border-radius: 5px;
        color: #fff;
        font-size: calc(12px - 0.12rem + 0.16rem);
        border: none; }
  .product_inquiry .main_box .right_product {
    width: 40%; }
    .product_inquiry .main_box .right_product .product_info {
      padding-bottom: .1rem;
      border-bottom: 1px solid #eee;
      display: flex;
      padding-top: .1rem; }
      .product_inquiry .main_box .right_product .product_info .pic_box a {
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        text-align: center;
        vertical-align: middle; }
      .product_inquiry .main_box .right_product .product_info .tet_box {
        margin-left: .3rem; }
        .product_inquiry .main_box .right_product .product_info .tet_box h6 {
          margin-bottom: .05rem; }
          .product_inquiry .main_box .right_product .product_info .tet_box h6 a {
            font-size: calc(12px - 0.12rem + 0.16rem);
            color: #333;
            font-family: 'pb'; }
            .product_inquiry .main_box .right_product .product_info .tet_box h6 a:hover {
              text-decoration: underline; }
        .product_inquiry .main_box .right_product .product_info .tet_box p {
          font-size: calc(12px - 0.12rem + 0.14rem);
          color: #333;
          line-height: 1.6;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 3.2em; }
        .product_inquiry .main_box .right_product .product_info .tet_box .remov_box {
          margin-top: .1rem;
          cursor: pointer;
          font-size: calc(12px - 0.12rem + 0.14rem); }
          .product_inquiry .main_box .right_product .product_info .tet_box .remov_box a {
            color: #333; }
          .product_inquiry .main_box .right_product .product_info .tet_box .remov_box i {
            display: inline-block;
            margin-right: 5px;
            font-size: calc(12px - 0.12rem + 0.12rem); }

.inquiry .main_box {
  background: #fafafa;
  padding: .8rem 0; }
  .inquiry .main_box form {
    background: #fff;
    padding: 0 .6rem .8rem; }
    .inquiry .main_box form h6 {
      font-size: calc(12px - 0.12rem + 0.36rem);
      color: #000000;
      padding: .6rem 0;
      font-family: 'pb';
      text-align: center; }
    .inquiry .main_box form .inp_c {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: .25rem; }
      .inquiry .main_box form .inp_c input {
        width: 48%;
        height: .6rem;
        background-color: #fafafa;
        border: none;
        color: #999999;
        padding-left: .25rem;
        font-size: calc(12px - 0.12rem + 0.18rem); }
    .inquiry .main_box form .tet_c {
      margin-bottom: .25rem; }
      .inquiry .main_box form .tet_c textarea {
        height: 2.6rem;
        background-color: #fafafa;
        width: 100%;
        border: none;
        outline: none;
        padding: .25rem;
        font-size: calc(12px - 0.12rem + 0.18rem);
        color: #999999; }
    .inquiry .main_box form .yzm {
      display: flex;
      align-items: center; }
      .inquiry .main_box form .yzm input {
        width: 2.6rem;
        height: .6rem;
        background-color: #fafafa;
        border: none;
        color: #999999;
        padding-left: .25rem;
        font-size: calc(12px - 0.12rem + 0.18rem); }
      .inquiry .main_box form .yzm .img {
        margin-left: .2rem; }
        .inquiry .main_box form .yzm .img img {
          height: .4rem; }
    .inquiry .main_box form .sub {
      margin-top: .6rem; }
      .inquiry .main_box form .sub input {
        display: block;
        margin: 0 auto;
        width: 1.6rem;
        height: .4rem;
        background-color: #4d4a52;
        border-radius: .2rem;
        border: none;
        font-size: calc(12px - 0.12rem + 0.16rem);
        color: #fff; }

@media screen and (max-width: 1220px) {
  .header .list {
    margin-right: 14px;
    display: block; }

  .header .list img {
    width: 30px; }

  body {
    padding-top: 1rem; }

  .header .layout {
    height: 1rem; }

  .header .layout nav {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow: auto;
    right: 0;
    top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    z-index: 100;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    transition: all .3s;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px; }

  .header .layout nav ul {
    height: auto; }

  .header .layout nav.nav_on {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

  .header .layout nav ul li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1; }

  .header .layout nav ul li .first_menu {
    height: 60px;
    display: flex;
    align-items: center;
    width: 130px; }

  .header .layout nav ul li .second_menu {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: none;
    left: 0;
    padding: 0; }

  .header .layout nav ul li .iconfont {
    top: 16px;
    display: block;
    transition: .3s;
    -webkit-transition: .3s; }

  .header .layout nav ul li .iconfont.on {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg); }

  .header .layout nav ul li .second_menu a {
    text-align: left;
    display: block;
    line-height: 55px; }
    .header .layout nav ul li .second_menu a:last-child {
      border-bottom: none; } }
@media screen and (max-width: 768px) {
	.index .ban_bat ul{
		padding: .3rem 0 0;
	}
	.header .layout .h_r .lang_s{
		margin-left: 5px;
	}
	.header .layout .logo img{
		width: 45px;
	}
	.news_list .pub_r_con .c_list li a .des_box{
		width: 45%;
	}
	.news_list .pub_r_con .c_list li a .pic_box{
		width: 35%;
	}
	.news_list .pub_r_con .c_list li a .time_box h5{
		font-size: 16px;
	}
	.news_list .pub_r_con .c_list li a{
		align-items: flex-start;
		padding: 10px;
	}
	.news_list .pub_r_con .c_list li a .des_box h6{
		margin-bottom: 5px;
	}
	.news_list .pub_r_con .c_list li a .des_box p{
		    -webkit-line-clamp: 2;
		    height: 3.2em
	}
	#global_win_alert.responsive_win_alert #alert_bottom a{
		float: inherit;
		max-width: 100%;
		margin-bottom: 10px;
		display: block;
	}
	.product_details .main_wrap .des_box{
		margin-top: 20px;
	}
	.product_details .main_wrap .pic_show .small_swiper{
		width: 100px;
	}
	.product_details .main_wrap .pic_show .big_swiper{
		width: 350px;
	}
	.index .wrap_04 .new_swiper{
		width: 80%;
	}
	.index .wrap_03 .num_box .item p{
		font-size: 12px;
	}
  .index .wrap_03 .main_wrap .tet{
    width: 300px;
    font-size: 12px;
  }
  .index .wrap_03 .main_wrap a{
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  .index .wrap_02{
    padding: 20px 0;
  }
  .index .wrap_02 .goods_wrap .item .a_r span{
    width: 70px;
    height: 30px;
    line-height: 30px;
  }
  .header .layout .h_r .lang_s a{
    font-size: 12px;
  }
  .index .wrap_02 .goods_wrap .item {
    width: 100%; }

  .index .wrap_02 .goods_wrap .item {
    margin-right: 0; }

  .product_inquiry .main_box .right_product {
    width: 100%; }

  .header .search .txt {
    width: 2rem; }

  .index .banner_wrap .btn {
    display: none; }

  .index .banner_wrap .swiper-slide .l_des p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    max-width: 100%;
    padding: 0 15px; }
.index .ban_bat ul li p{
  display: none;
}
  .index .banner_wrap .swiper-slide .l_des h4 {
    font-size: 16px; }

  .index .banner_wrap .swiper-slide .l_des h5 {
    font-size: 18px; }

  .index .banner_wrap .swiper-slide .l_des span {
    display: none; }

  .index .banner_wrap .swiper-slide .l_des {
  	width: 100%;
    transform: translate(-50%,-50%);
    left: 50%; }

  .index .ban_bat ul li {
    width: 50%; }

  .index .ban_bat ul li {
    margin-bottom: 30px; }

  .index .ban_bat ul li {
    border-left: 1px solid #fff; }

  .index .pub_tit {
    padding: 30px 0; }

  .index .wrap_02 .goods_wrap .good_left {
    width: 100%;
    margin-bottom: 15px; }

  .index .wrap_02 .goods_wrap .good_right {
    width: 100%; }

  .index .wrap_03 .main_box {
    width: 100%;
    padding: .33rem 15px;
    left: 0; }

  .inquiry .main_box form .sub input {
    width: 100px;
    height: 35px; }

  .inquiry .main_box form .yzm .img img {
    height: 40px; }

  .inquiry .main_box form .yzm input {
    height: 40px; }

  .inquiry .main_box form .inp_c input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px; }

  .inquiry .main_box form {
    padding: 0 10px 30px; }

  .inquiry .main_box form h6 {
    padding: 20px 0; }

  .product_inquiry .main_wrap .layout1 form .ewm_rows .vcode input {
    height: 30px;
    line-height: 30px;
    width: 80px; }

  .product_inquiry .main_wrap .layout1 form .input_rows input {
    height: 30px;
    line-height: 30px; }

  .product_inquiry .main_wrap .layout1 form .ewm_rows .vcode img {
    height: 30px; }

  .product_inquiry .main_wrap .layout1 form {
    width: 100%;
    margin-bottom: .4rem; }

  .product_inquiry .main_wrap .layout1 .product_info {
    width: 100%; }

  .product_details .main_wrap .des_box .tit {
    height: 40px;
    line-height: 40px; }

  .product_details .main_wrap .pic_show .sh_l {
    width: 100%; }

  .product_details .main_wrap .pic_show .sh_r {
    width: 100%; }

  .product_details .main_wrap .pic_show .sh_l {
    margin-bottom: 25px; }

  .product_details .main_wrap .pic_show .sh_r .dl_box a {
    width: 120px;
    height: 30px; }

  .news_list .pub_r_con .c_list li a .time_box span {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    border-radius: 15px; }

  .case_list .pub_r_con .c_list li a .time_box h5 {
    font-size: 18px; }

  .case_list .pub_r_con .c_list li a .time_box p {
    font-size: 16px; }

  .case_list .pub_r_con .c_list li a .pic_box {
    width: 30%; }

  .case_list .pub_r_con .c_list li a .des_box {
    width: 50%; }

  .pub_main .pub_l_menu .phone_btn {
    display: block; }

  .cur_box .layout1 {
    height: 60px; }

  header .layout .r_box .lang_switch a {
    width: 30px;
    height: 30px;
    line-height: 30px; }

  .product_list .main_wrap .pub_r_con .p_list {
    justify-content: space-between; }

  .product_list .main_wrap .pub_r_con .p_list li {
    width: 48%; }

  .product_list .main_wrap .pub_r_con .p_list li {
    margin-right: 0; }

  .pub_main .pub_r_con {
    width: 100%; }

  .pub_main .pub_l_menu {
    transition: .32s;
    -moz-transition: .32s;
    /* Firefox 4 */
    -webkit-transition: .32s;
    /* Safari 和 Chrome */
    -o-transition: .32s;
    /* Opera */
    position: fixed;
    z-index: 5;
    background: #fff;
    width: 50%;
    top: calc(30% + 40px);
    left: -100%; }

  .pub_main .pub_l_menu.show_on {
    left: 0; }

  .pub_main .pub_l_menu .item .fir {
    height: 40px;
    padding: 0 10px; }

  .pub_main .pub_l_menu .item .second_menu a {
    line-height: 40px; }

  .about_us .main_wrap .layout1 .item img {
    margin: 0; }

  .banner_wrap h6 {
    font-size: 22px; }

  .contact .main_wrap .layout1 .l_box {
    width: 100%; }

  .contact .main_wrap .layout1 .r_box input {
    height: 50px; }

  .contact .main_wrap .layout1 .r_box {
    width: 100%; }

  .page_box {
    margin: 20px 0; }

  .feedback .main_wrap .row .item {
    width: 100%; }

  .feedback .main_wrap .row .item .inp input {
    height: 40px; }

  .page_box ul li a {
    width: 35px;
    height: 35px; }

  .down .main_box .d_list li {
    height: 40px; }

  .header .search .txt {
    height: 30px;
    width: 100px; }

  .copyright .layout {
    line-height: 30px;
    height: auto;
    padding: 10px 0; }

  .copyright ul {
  	padding-left: 100px;
    float: inherit; }

  .copyright h4 {
  	width: 100%;
  	text-align: center;
    position: relative; }

  .layout {
    padding: 0 3%; }

  .footer{
  	padding-top: 0;
  }

  .f_l {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center; }

  .f_l dl {
    width: 100%;
    text-align: left;
    float: none; }

  .f_l dl dt {
    padding: 10px 0;
    position: relative;
/*    border-bottom: 1px solid #b7b7b7;*/
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }

  .f_l dl dt:before {
  	display: none;
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: url(../images/bl.png) center no-repeat; }

  .f_l dl.active dt:before {
    content: "";
    font-size: 14px;
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/br.png) center no-repeat; }

  .f_l dl dd {
     }

  .fewm {
    width: 100%;
    text-align: center;
    margin-top: 20px; }

  .fewm h3 {
    display: none; }

  .copy {
    margin-top: 20px; }

  .main1 .main1_l {
    width: 100%; }

  .main1 .main1_r {
    width: 100%;
    padding-left: 0; }

  .main1 .main1_l .visit p {
    margin-top: 30px; }

  .main1 .main1_l .smile {
    margin-top: 50px; }

  .main1 .main1_l .visit .Lr {
    width: 15px;
    height: 260px; }

  .main1 .main1_l .visit .Lb {
    height: 15px; }

  .main1 .main1_l .smile em {
    margin-left: 0;
    height: 60px; }

  .main1 .main1_l .smile a {
    margin: 20px auto; }

  .main1 .main1_r .pic {
    margin-top: 30px; }

  .main1 {
    padding-bottom: 30px;
    margin-bottom: 0;
    background-size: cover; }

  .main2 {
    padding-top: 60px; }

  .some_box .some li:last-child {
    margin-bottom: 0; }

  .company .company_l {
    width: 100%; }

  .company .company_r {
    width: 100%; }

  .subs_box .search .txt {
    width: 60%; }

  .subs_box .search .submit {
    width: 40%; }

  .subs_box .subs {
    width: 100%; }

  .company .company_r .yue {
    margin-top: 35px; }

  .main3_box {
    padding-bottom: 30px; } }
.news_details .main_wrap .a2a_kit {
    text-align: center !important;
    margin-top: .3rem !important;
}
.news_details .main_wrap .a2a_default_style a {
    display: inline-block !important;
    float: inherit !important;
}
.copyright ul a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #eee;
    font-size: 20px;
    margin: 0 5px;
}

@media screen and (max-width: 768px){
  .about_us .main_wrap .layout1 .item .con {
         text-align: left !important;
  }
  .about_us .main_wrap .layout1 .item .con *{
    text-align: left !important;
  }
}

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