@charset "UTF-8";
body, html {
  width: 100%; }

.index-swiper {
  width: 100%;
  font-size: 0;
  height: 820px; }
  .index-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .index-swiper .swiper-slide .bg {
      width: 100%; }
    .index-swiper .swiper-slide .bg1, .index-swiper .swiper-slide .bg2 {
      position: absolute;
      bottom: 0;
      left: 27.9%; }
    .index-swiper .swiper-slide .bg1 {
      animation: mymove 3s infinite linear, toshow 2s linear;
      -moz-animation: mymove 3s infinite linear, toshow 2s linear;
      -webkit-animation: mymove 3s infinite linear, toshow 2s linear;
      -o-animation: mymove 3s infinite linear, toshow 2s linear;
      transform-origin: 50% 50%; }
    .index-swiper .swiper-slide .bg2 {
      animation: toshow 2s linear;
      -moz-animation: toshow 2s linear;
      -webkit-animation: toshow 2s linear;
      -o-animation: toshow 2s linear; }
    .index-swiper .swiper-slide .fontwra {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .index-swiper .swiper-slide .font {
      text-align: center;
      color: #fff;
      width: 684px; }
      .index-swiper .swiper-slide .font .title {
        font-size: 68px;
        font-weight: bold; }
      .index-swiper .swiper-slide .font .desc {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px; }
      .index-swiper .swiper-slide .font a {
        display: inline-block;
        width: 218px;
        height: 48px;
        color: #fff;
        background-color: #ba0a01;
        font-size: 18px;
        line-height: 48px;
        margin-top: 36px;
        transition: background-color .3s ease-out;
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out; }
        .index-swiper .swiper-slide .font a:hover {
          background-color: #a30800; }
  .index-swiper .swiper-pagination {
    bottom: 78px !important;
    text-align: left;
    padding-left: 120px; }
    .index-swiper .swiper-pagination span {
      width: 80px;
      height: 2px;
      border-radius: 0;
      background-color: #818387;
      opacity: 1 !important;
      position: relative; }
      .index-swiper .swiper-pagination span:before {
        position: absolute;
        width: 0;
        height: 2px;
        background-color: #fff;
        left: 0;
        top: 0;
        content: "";
        clear: both; }
    .index-swiper .swiper-pagination .active:before {
      width: 100%;
      transition: width 3.3s ease-out;
      -webkit-transition: width 3.3s ease-out;
      -moz-transition: width 3.3s ease-out; }

@keyframes mymove {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes mymove /* Firefox */ {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes mymove /* Safari 和 Chrome */ {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-o-keyframes mymove /* Opera */ {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes toshow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes toshow /* Firefox */ {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes toshow /* Safari 和 Chrome */ {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes toshow /* Opera */ {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.product-classfiy {
  width: 100%;
  background-color: #f3f3f3; }
  .product-classfiy .nav-top {
    width: 100%;
    padding: 34px 0;
    background-color: #fff;
    text-align: center; }
    .product-classfiy .nav-top li {
      height: 40px;
      border-right: 1px solid #ccc;
      display: inline-block;
      padding: 0 72px;
      cursor: pointer; }
      .product-classfiy .nav-top li .icon {
        width: 50px;
        height: 32px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
        background-image: url("../images/icon.png");
        margin-top: -8px;
        transition: background-position .3s ease-out;
        -webkit-transition: background-position .3s ease-out;
        -moz-transition: background-position .3s ease-out; }
      .product-classfiy .nav-top li .title {
        font-size: 16px;
        color: #666;
        margin-top: 5px;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out; }
      .product-classfiy .nav-top li:last-child {
        border-right: 0; }
      .product-classfiy .nav-top li:hover p, .product-classfiy .nav-top li.active p {
        color: #ba0a01; }
    .product-classfiy .nav-top .one:hover .icon, .product-classfiy .nav-top li:nth-of-type(1).active .icon {
      background-position: -33px 0px !important; }
    .product-classfiy .nav-top .two:hover .icon, .product-classfiy .nav-top li:nth-of-type(2).active .icon {
      background-position: -43px -51px !important; }
    .product-classfiy .nav-top .three:hover .icon, .product-classfiy .nav-top li:nth-of-type(3).active .icon {
      background-position: -49px -102px !important; }
    .product-classfiy .nav-top .four:hover .icon, .product-classfiy .nav-top li:nth-of-type(4).active .icon {
      background-position: -63px -148px !important; }
  .product-classfiy .swiper-wra {
    width: 100%;
    padding: 50px 40px;
    box-sizing: border-box; }
    .product-classfiy .swiper-wra .pro-swiper {
      width: 100%; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-slide {
        position: relative;
        font-size: 0;
        box-shadow: 1px 1px 8px #ebe8e8;
        background-color: #fff; }
        .product-classfiy .swiper-wra .pro-swiper .swiper-slide img {
          width: 60%;
          display: block;
          margin: 80px auto 25px; }
        .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          box-sizing: border-box;
          padding: 40px;
          background-color: rgba(248, 248, 248, 0);
          transition: all .5s ease-out;
          -webkit-transition: all .5s ease-out;
          -moz-transition: all .5s ease-out; }
          .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .title {
            font-size: 24px;
            color: #000;
            font-weight: bold; }
          .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .desc {
            font-size: 14px;
            color: #999;
            margin-top: 8px; }
          .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .font {
            font-size: 14px;
            color: #999;
            line-height: 22px;
            margin-top: 20px;
            height: 118px;
            overflow: hidden;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            display: none; }
            .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .font .tit {
              color: #333;
              margin-bottom: 8px; }
        .product-classfiy .swiper-wra .pro-swiper .swiper-slide:hover .shadow .title {
          color: #ba0a01; }
        .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .more {
          width: 130px;
          height: 34px;
          line-height: 34px;
          background-color: #d9d9d9;
          border-radius: 20px;
          text-align: center;
          font-size: 14px;
          color: #666;
          margin-top: 30px;
          display: none; }
        .product-classfiy .swiper-wra .pro-swiper .swiper-slide:hover .shadow {
          background-color: rgba(248, 248, 248, 0.9); }
          .product-classfiy .swiper-wra .pro-swiper .swiper-slide:hover .shadow .font, .product-classfiy .swiper-wra .pro-swiper .swiper-slide:hover .shadow .more {
            display: block; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-button-prev, .product-classfiy .swiper-wra .pro-swiper .swiper-button-next {
        width: 42px;
        background-image: url("../images/icon.png");
        background-repeat: no-repeat;
        background-size: auto;
        opacity: 1 !important; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-button-prev {
        left: 0;
        background-position: -35px -195px; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-button-next {
        right: 0;
        background-position: 14px -248px; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-button-prev.swiper-button-disabled {
        background-position: 13px -195px; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-button-next.swiper-button-disabled {
        background-position: -33px -248px; }

.our-advertage {
  width: 100%;
  padding: 52px 40px 76px;
  box-sizing: border-box;
  background-image: url("../images/32.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .our-advertage ul {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .our-advertage ul li {
      display: inline-block;
      height: 140px;
      border-right: 1px solid #c17b7a;
      flex-grow: 1;
      text-align: center;
      width: 20%;
      flex-grow: 1; }
      .our-advertage ul li .title {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        line-height: 48px; }
      .our-advertage ul li .line {
        width: 40px;
        height: 1px;
        background-color: #fff;
        margin: 10px auto 20px; }
      .our-advertage ul li .desc {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        height: 48px; }
      .our-advertage ul li:last-child {
        border: 0; }

.about-us {
  width: 100%; }
  .about-us .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .about-us .list li {
      width: 30%;
      flex-grow: 1;
      background-color: #fff; }
      .about-us .list li a {
        display: inline-block;
        width: 100%; }
      .about-us .list li .img {
        width: 100%;
        overflow: hidden; }
        .about-us .list li .img img {
          width: 100%;
          transition: all .5s ease-out;
          -webkit-transition: all .5s ease-out;
          -moz-transition: all .5s ease-out; }
      .about-us .list li .font {
        width: 100%;
        padding: 36px;
        box-sizing: border-box;
        border-right: 1px solid #e9e9e9; }
        .about-us .list li .font .title {
          font-size: 24px;
          color: #333;
          line-height: 24px;
          font-weight: bold; }
        .about-us .list li .font .desc {
          font-size: 14px;
          text-indent: 28px;
          color: #999;
          line-height: 22px;
          margin-top: 14px;
          overflow: hidden; }
      .about-us .list li .more {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: auto;
        background-image: url("../images/icon.png");
        background-position: -29px -310px;
        border-radius: 50%;
        border: 1px solid #bdbdbd;
        margin-top: 50px;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out; }
      .about-us .list li:nth-of-type(3n) .font {
        border-right: 0; }
      .about-us .list li.title {
        box-sizing: border-box;
        padding-left: 20px;
        background: url("../images/04.png") no-repeat right bottom;
        background-size: auto;
        background-color: #f8f8f8; }
        .about-us .list li.title .en {
          font-size: 72px;
          color: #000;
          font-weight: bold;
          margin-top: 120px; }
        .about-us .list li.title .ch {
          font-size: 36px;
          color: #ba0a01;
          font-weight: bold;
          margin-top: 15px; }
        .about-us .list li.title .desc {
          font-size: 20px;
          color: #999;
          margin-top: 10px; }
      .about-us .list li:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      .about-us .list li:hover .more {
        background-color: #ba0a01;
        background-position: 15px -310px;
        border-color: #ba0a01; }
      .about-us .list li.listimg {
        box-shadow: 1px 1px 6px #ededed; }

.customer {
  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 74px 40px;
  background-color: #f7f7f7; }
  .customer .title {
    font-size: 36px;
    color: #ba0a01;
    font-weight: bold;
    text-align: center; }
  .customer .desc {
    font-size: 24px;
    color: #999;
    line-height: 44px;
    text-align: center;
    width: 62%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px; }
    .customer .desc img {
      position: absolute; }
    .customer .desc .left {
      top: 0;
      left: 0; }
    .customer .desc .right {
      bottom: 0;
      right: 0; }
  .customer .customer-swiper {
    margin-top: 50px;
    padding-bottom: 40px; }
    .customer .customer-swiper .swiper-slide {
      border: 1px solid #ededed;
      box-sizing: border-box; }
      .customer .customer-swiper .swiper-slide img {
        width: 100%; }
    .customer .customer-swiper .swiper-pagination span {
      margin: 0 10px;
      background-color: #cbcbcb; }
    .customer .customer-swiper .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #ba0a01; }

.index-title {
  font-size: 20px;
  color: #999;
  margin-bottom: 38px; }
  .index-title span {
    font-size: 36px;
    font-weight: bold;
    color: #ba0a01;
    margin-right: 30px; }

.index-news {
  width: 100%;
  background-color: #fff;
  padding: 66px 40px;
  box-sizing: border-box; }
  .index-news .index-title {
    margin-bottom: 38px; }
  .index-news .list {
    width: 100%;
    font-size: 0; }
    .index-news .list li {
      display: inline-block;
      width: 24.25%;
      margin-right: 1%; }
      .index-news .list li a {
        display: block;
        width: 100%; }
        .index-news .list li a .img {
          width: 100%;
          overflow: hidden; }
          .index-news .list li a .img img {
            width: 100%;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out; }
        .index-news .list li a .font {
          box-sizing: border-box;
          border-right: 1px solid #f4f4f4;
          border-left: 1px solid #f4f4f4;
          border-bottom: 1px solid #f4f4f4;
          padding: 26px; }
          .index-news .list li a .font .title {
            font-size: 24px;
            color: #333;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .index-news .list li a .font .desc {
            color: #999;
            font-size: 14px;
            text-indent: 28px;
            line-height: 22px;
            margin-top: 10px; }
          .index-news .list li a .font .date {
            font-size: 12px;
            color: #999;
            margin-top: 16px; }
      .index-news .list li:hover {
        box-shadow: 1px 1px 8px #f7eded; }
        .index-news .list li:hover a .img img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1); }
        .index-news .list li:hover a .font .title {
          color: #ba0a01; }
      .index-news .list li:last-child {
        margin-right: 0; }

.contact-us {
  width: 100%;
  padding: 80px 40px 64px;
  background: url("../images/31.jpg") no-repeat center;
  background-size: cover;
  box-sizing: border-box; }
  .contact-us .content {
    background-color: #fff;
    float: right;
    padding: 48px 24px 0; }
    .contact-us .content .leftinfo {
      width: 442px;
      display: inline-block;
      padding-right: 30px; }
    .contact-us .content .index-title {
      margin-bottom: 22px; }
    .contact-us .content .nav span {
      display: inline-block;
      width: 209px;
      height: 50px;
      border: 1px solid #b4b4b4;
      border-radius: 4px;
      text-align: center;
      line-height: 50px;
      font-size: 16px;
      color: #666;
      cursor: pointer; }
      .contact-us .content .nav span:hover:not(.active) {
        color: #ba0a01;
        border-color: #ba0a01; }
    .contact-us .content .nav .active {
      background-color: #ba0a01;
      border-color: #ba0a01;
      color: #fff; }
    .contact-us .content .goto {
      width: 100%;
      margin-top: 20px; }
      .contact-us .content .goto li {
        min-height: 44px;
        line-height: 20px;
        padding: 10px 0;
        border-bottom: 1px solid #e0e0e0;
        box-sizing: border-box;
        padding-left: 47px;
        background-position: left center;
        background-size: auto;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #999; }
        .contact-us .content .goto li span {
          color: #666; }
    .contact-us .content .howto {
      width: 100%;
      display: none;
      margin-top: 10px; }
      .contact-us .content .howto li {
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .contact-us .content .howto li .logo {
          width: 66px;
          padding-right: 30px;
          box-sizing: border-box;
          text-align: center; }
          .contact-us .content .howto li .logo p {
            font-size: 14px;
            color: #666; }
        .contact-us .content .howto li .font {
          flex-grow: 1;
          width: 20px;
          font-size: 14px;
          line-height: 22px;
          color: #999;
          padding: 14px 0; }
    .contact-us .content .rightmap {
      display: inline-block;
      vertical-align: top; }
      .contact-us .content .rightmap #map {
        width: 396px;
        height: 385px; 
        overflow: auto;
      }
      .contact-us .content .rightmap #map::-webkit-scrollbar{
        width: 6px;
        height: 6px;
      }
      .contact-us .content .rightmap #map::-webkit-scrollbar-thumb{
        background-color: #ba0a01;
      }
      .contact-us .content .rightmap a {
        display: block;
        height: 68px;
        line-height: 68px;
        color: #999;
        font-size: 14px;
        text-align: center; }

.map-info-div {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  color: #333;
  text-align: center; }

.BMapLabel {
  border: 0 !important; }

.about-produce1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px; }
  .about-produce1 .toptitle {
    margin-bottom: 26px; }
  .about-produce1 .content-p {
    height: 544px;
    overflow-y: auto; }
  .about-produce1 .toptitle .tit {
    font-size: 36px;
    color: #ba0a01; }
  .about-produce1 .toptitle .line {
    width: 100px;
    height: 1px;
    background-color: #ba0a01;
    margin-top: 20px; }
  .about-produce1 .about-content {
    width: 100%;
    padding-bottom: 220px;
    position: relative; }
    .about-produce1 .about-content .rightimg {
      float: right;
      width: 46%; }
    .about-produce1 .about-content .leftfont {
      font-size: 14px;
      color: #666;
      line-height: 32px !important;
      padding-right: 2%;
      width: 54%;
      box-sizing: border-box;
      height: 732px;
      overflow-y: auto;
      padding-bottom: 40px;
      -webkit-overflow-scrolling: touch; }
      .about-produce1 .about-content .leftfont p {
        text-indent: 28px; }
    .about-produce1 .about-content .leftfont::-webkit-scrollbar {
      width: 6px;
      height: 16px;
      background-color: #F5F5F5; }
    .about-produce1 .about-content .leftfont::-webkit-scrollbar-thumb {
      border-radius: 3px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
    .about-produce1 .about-content .list {
      position: absolute;
      bottom: 80px;
      left: 0;
      background-color: #fff;
      box-shadow: 1px 1px 8px #f7f7f7;
      width: 90%;
      padding: 10px 0px 28px 0;
      font-size: 0; }
      .about-produce1 .about-content .list li {
        display: inline-block;
        height: 140px;
        border-right: 1px solid #f5f5f5;
        font-size: 14px;
        width: 25%;
        box-sizing: border-box;
        text-align: center; }
        .about-produce1 .about-content .list li .title {
          font-size: 40px;
          color: #ba0a01;
          font-weight: bold;
          margin-top: 18px; }
        .about-produce1 .about-content .list li .line {
          width: 40px;
          height: 1px;
          background-color: #666;
          display: inline-block;
          margin-top: 10px;
          margin-bottom: 10px; }
        .about-produce1 .about-content .list li .desc {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          width: 80%;
          margin: 0 auto; }
        .about-produce1 .about-content .list li:last-child {
          border-right: 0; }

.customer.about .customer-swiper {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px; }

.customer.about .desc {
  width: 1200px;
  box-sizing: border-box; }

.contact-us.inside {
  background-image: none;
  background-color: #fff;
  padding: 0;
  width: 1200px;
  margin: 40px auto 50px; }
  .contact-us.inside .content {
    padding: 30px 30px 40px 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0; }
    .contact-us.inside .content .rightmap {
      width: 50%; }
      .contact-us.inside .content .rightmap #map {
        width: 100%;
        height: 430px; }
    .contact-us.inside .content .leftinfo {
      width: 50%;
      box-sizing: border-box;
      padding-right: 2%; }

.message-form {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 60px 30px;
  display: inline-block;
  border-top: 10px solid #f5f5f5;
  font-size: 0; }
  .message-form .input {
    width: 48%;
    height: 50px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative; }
    .message-form .input label {
      font-size: 16px;
      line-height: 50px;
      color: #333;
      position: absolute;
      top: 0;
      left: 0; }
      .message-form .input label span {
        color: #df0b00;
        margin: 0 5px; }
    .message-form .input input {
      height: 48px;
      width: 100%;
      border: 1px solid #f5f5f5;
      background-color: #f5f5f5;
      outline: none;
      font-size: 14px;
      color: #666;
      text-indent: 100px; }
      .message-form .input input:focus {
        background-color: #fffafa;
        border-color: #df0b00; }
  .message-form .textarea {
    width: 100%;
    height: 154px;
    position: relative;
    margin-bottom: 30px; }
    .message-form .textarea textarea {
      background-color: #f5f5f5;
      box-sizing: border-box;
      border: 1px solid #f5f5f5;
      outline: none;
      width: 100%;
      height: 100%;
      text-indent: 100px;
      font-size: 14px;
      color: #666;
      padding: 10px 5px; }
      .message-form .textarea textarea:focus {
        background-color: #fffafa;
        border-color: #df0b00;
        padding: 10px 5px; }
    .message-form .textarea label {
      font-size: 16px;
      line-height: 40px;
      color: #333;
      position: absolute;
      top: 0;
      left: 0; }
      .message-form .textarea label span {
        color: #df0b00;
        margin: 0 5px; }
  .message-form .code {
    height: 50px;
    line-height: 48px; }
    .message-form .code input {
      width: 160px;
      background-color: #f8f8f8;
      border: 1px solid #ededed;
      border-right: 0;
      height: 48px;
      outline: none;
      text-indent: 18px;
      font-size: 14px;
      color: #666; }
    .message-form .code .codeimg {
      vertical-align: top;
      display: inline-block;
      height: 48px;
      border: 1px solid #ededed;
      border-left: 0; }
    .message-form .code .up {
      margin-left: 12px;
      cursor: pointer;
      vertical-align: top;
      margin-top: 15px; }
    .message-form .code #vcodeImg {
      vertical-align: top; }
    .message-form .code button {
      float: right;
      width: 210px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      color: #fff;
      background-color: #ba0a01; }
      .message-form .code button:hover {
        background-color: #ad0d05; }
  .message-form .input:nth-of-type(2n) {
    margin-right: 3.6%; }

.about-whatis {
  width: 1200px;
  margin: 30px auto 60px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  font-size: 14px;
  color: #666;
  line-height: 32px !important; }

.news-detail .titles {
  width: 100%; }
  .news-detail .titles .title {
    width: 100%;
    font-size: 24px;
    text-align: center; }
  .news-detail .titles .date {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #666;
    display: flex;
    justify-content: center; }
    .news-detail .titles .date span {
      display: inline-block; }

.news-detail .next-prev a {
  color: #666; }

.about-whatis img {
  width: 100%; }

.about-whatis p {
  text-indent: 28px; }

.about-company {
  width: 1200px;
  margin: 30px auto 60px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 40px 40px; }

.about-culturl {
  width: 1200px;
  margin: 40px auto 60px; }
  .about-culturl .culturl-list {
    width: 100%; }
    .about-culturl .culturl-list li {
      width: 100%;
      background-color: #fff;
      margin-bottom: 20px;
      box-shadow: 1px 1px 8px #e9e9e9;
      font-size: 0;
      height: 300px; }
      .about-culturl .culturl-list li .img {
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: inline-block; }
      .about-culturl .culturl-list li .font {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 30px; }
        .about-culturl .culturl-list li .font .tit {
          font-size: 20px;
          color: #333;
          font-weight: bold; }
        .about-culturl .culturl-list li .font .desc {
          font-size: 14px;
          color: #666;
          text-indent: 28px;
          line-height: 28px;
          margin-top: 10px; }
      .about-culturl .culturl-list li:hover .font .tit {
        color: #ba0a01; }
      .about-culturl .culturl-list li:nth-of-type(2) .img {
        float: right; }
    .about-culturl .culturl-list .company-logo {
      width: 100%;
      background-color: #fff;
      padding: 30px 0 70px; }
      .about-culturl .culturl-list .company-logo .title {
        font-size: 20px;
        color: #333;
        text-align: center;
        font-weight: bold; }
      .about-culturl .culturl-list .company-logo .desc {
        font-size: 16px;
        color: #666;
        margin-top: 10px;
        text-align: center; }
      .about-culturl .culturl-list .company-logo .logo {
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: space-between; }
        .about-culturl .culturl-list .company-logo .logo .left, .about-culturl .culturl-list .company-logo .logo .right {
          flex-grow: 1;
          box-sizing: border-box;
          font-size: 14px;
          color: #666;
          line-height: 26px; }
        .about-culturl .culturl-list .company-logo .logo .left {
          padding-right: 20px;
          text-align: right; }
        .about-culturl .culturl-list .company-logo .logo .right {
          padding-left: 20px;
          text-align: left; }
        .about-culturl .culturl-list .company-logo .logo .middle {
          width: 21%;
          border-left: 1px solid #b2b2b2;
          border-right: 1px solid #b2b2b2;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .about-culturl .culturl-list .company-logo .logo .middle img {
            width: 53%; }
  .about-culturl .index-news {
    padding: 0;
    background-color: transparent;
    margin-bottom: 20px; }
    .about-culturl .index-news .list li {
      margin-right: 1.5%;
      background-color: #fff;
      width: 32.33333%; }
      .about-culturl .index-news .list li:last-child {
        margin-right: 0; }
      .about-culturl .index-news .list li a .font {
        padding: 30px 25px; }
        .about-culturl .index-news .list li a .font .date {
          margin-top: 30px; }
        .about-culturl .index-news .list li a .font .title {
          font-size: 24px; }
        .about-culturl .index-news .list li a .font .desc {
          text-indent: 28px;
          margin-top: 15px; }
      .about-culturl .index-news .list li:hover {
        box-shadow: 1px 1px 8px #ede4e4; }
        .about-culturl .index-news .list li:hover a .font .title {
          color: #ba0a01; }
  .about-culturl .bottom-list {
    width: 100%;
    background-color: #fff; }
    .about-culturl .bottom-list li {
      width: 100%;
      box-sizing: border-box;
      padding: 35px 30px 25px;
      border-bottom: 1px solid #f4f4f4; }
      .about-culturl .bottom-list li .title {
        font-size: 24px;
        color: #333;
        line-height: 24px;
        font-weight: bold; }
      .about-culturl .bottom-list li .desc {
        font-size: 14px;
        color: #999;
        text-indent: 28px;
        line-height: 24px;
        margin-top: 14px; }
      .about-culturl .bottom-list li .date {
        font-size: 14px;
        color: #999;
        margin-top: 25px; }
      .about-culturl .bottom-list li:hover .title {
        color: #ba0a01; }

.contact-us.inside .person-list {
  width: 100%;
  box-sizing: border-box;
  padding: 30px; }
  .contact-us.inside .person-list li {
    width: 100%;
    margin-bottom: 10px; }
    .contact-us.inside .person-list li .top {
      width: 100%;
      height: 70px;
      line-height: 70px;
      background-color: #f5f5f5;
      box-sizing: border-box;
      padding: 0 30px;
      display: flex;
      justify-content: space-between; }
      .contact-us.inside .person-list li .top .li {
        flex-grow: 1;
        font-size: 14px;
        color: #333; }
      .contact-us.inside .person-list li .top .lii {
        font-size: 14px;
        color: #333; }
      .contact-us.inside .person-list li .top .li span, .contact-us.inside .person-list li .top .lii span {
        color: #999; }
    .contact-us.inside .person-list li .bottom {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 30px 55px;
      background-color: #f5f5f5;
      font-size: 14px;
      color: #666;
      line-height: 32px !important;
      display: none; }
      .contact-us.inside .person-list li .bottom .tit {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px;
        margin-top: 20px; }
        .contact-us.inside .person-list li .bottom .tit:first-child {
          margin-top: 0; }
      .contact-us.inside .person-list li .bottom a {
        display: block;
        width: 180px;
        height: 50px;
        background-color: #ba0a01;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        margin-top: 35px; }
  .contact-us.inside .person-list .active .top {
    background-color: #ba0a01; }
    .contact-us.inside .person-list .active .top .li, .contact-us.inside .person-list .active .top .lii, .contact-us.inside .person-list .active .top .li span, .contact-us.inside .person-list .active .top .lii span {
      color: #fff; }

.about-culturl .download-list {
  padding: 0 18px;
  background-color: #fff; }
  .about-culturl .download-list li {
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #efefef; }
    .about-culturl .download-list li .title {
      font-size: 16px;
      color: #666;
      margin-right: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .about-culturl .download-list li .l {
      display: none; }
    .about-culturl .download-list li a {
      float: right;
      width: 100px;
      height: 40px;
      border: 1px solid #d0d0d0;
      border-radius: 20px;
      text-align: center;
      line-height: 40px;
      margin-top: 20px;
      font-size: 14px;
      color: #666;
      transition: all .3s ease-out;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out; }
      .about-culturl .download-list li a img {
        display: none; }
    .about-culturl .download-list li:hover .i {
      display: none; }
    .about-culturl .download-list li:hover .l {
      display: inline; }
    .about-culturl .download-list li:hover a {
      background-color: #ba0a01;
      color: #fff;
      border-color: #ba0a01; }
      .about-culturl .download-list li:hover a img {
        display: inline-block;
        margin-left: 5px; }

.contact-us.inside .editor {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 38px;
  padding-bottom: 55px; }
  .contact-us.inside .editor .con {
    width: 68%;
    margin: 0 auto;
    font-size: 0px; }
    .contact-us.inside .editor .con .top {
      width: 100%; }
      .contact-us.inside .editor .con .top img {
        width: 100%; }
    .contact-us.inside .editor .con .middle {
      background: url("../images/64.png") repeat center;
      background-size: contain;
      box-sizing: border-box;
      width: 100%;
      padding: 0 50px;
      background-color: #fdfbf6;
      position: relative;
      color: #333;
      line-height: 26px;
      font-size: 14px; }
      .contact-us.inside .editor .con .middle .title {
        font-size: 30px;
        border-bottom: 1px solid #000;
        padding-bottom: 30px;
        line-height: 38px;
        text-align: center;
        padding-top: 30px;
        margin-bottom: 25px; }
      .contact-us.inside .editor .con .middle img {
        position: absolute;
        left: 52px;
        bottom: 40px; }
    .contact-us.inside .editor .con .bottom {
      width: 100%; }
      .contact-us.inside .editor .con .bottom img {
        width: 100%; }

.contact-us.inside .imgshow {
  width: 68%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 20px; }
  .contact-us.inside .imgshow img {
    width: 100%; }
  .contact-us.inside .imgshow p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
    padding: 20px 0; }

.about-culturl .honor {
  width: 100%;
  font-size: 0; }
  .about-culturl .honor li {
    display: inline-block;
    width: 32.333%;
    margin-right: 1.5%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px; }
    .about-culturl .honor li .img {
      width: 100%;
      overflow: hidden; }
      .about-culturl .honor li .img img {
        width: 100%;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out; }
    .about-culturl .honor li p {
      font-size: 14px;
      color: #666;
      line-height: 14px;
      margin-top: 30px;
      text-align: center;
      padding-bottom: 6px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .about-culturl .honor li:hover {
      box-shadow: 1px 1px 8px #e9e9e9; }
      .about-culturl .honor li:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
    .about-culturl .honor li:nth-of-type(3n) {
      margin-right: 0; }

.fixed {
  position: fixed; }

.pro-swiper1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 655px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 11px;
  display: none;
  z-index: 9999999; }
  .pro-swiper1 .close {
    position: absolute;
    right: -40px;
    top: -40px; }
  .pro-swiper1 .swiper-container {
    width: 100%;
    height: 100%; }
    .pro-swiper1 .swiper-container img {
      width: 100%;
      height: 100%; }
  .pro-swiper1 .swiper-button-prev, .pro-swiper1 .swiper-button-next {
    width: 42px;
    height: 44px;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1 !important; }
  .pro-swiper1 .swiper-button-prev:focus, .pro-swiper1 .swiper-button-next:focus {
    outline: none; }
  .pro-swiper1 .swiper-button-prev {
    background-position: -35px -195px; }
  .pro-swiper1 .swiper-button-next {
    background-position: 14px -248px; }
  .pro-swiper1 .swiper-button-prev.swiper-button-disabled {
    background-position: 13px -195px; }
  .pro-swiper1 .swiper-button-next.swiper-button-disabled {
    background-position: -33px -248px; }

@media screen and (max-width: 960px) {
  .pro-swiper1 {
    width: 580px; }
    .pro-swiper1 .swiper-button-next {
      right: -58px; }
    .pro-swiper1 .swiper-button-prev {
      left: -58px; } }

@media screen and (max-width: 750px) {
  .pro-swiper1 {
    width: 60%; }
    .pro-swiper1 .swiper-button-next {
      right: -48px; }
    .pro-swiper1 .swiper-button-prev {
      left: -48px; } }

.slide-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
  z-index: 999999; }

.pro-nav {
  width: 1200px;
  margin: 20px auto 0;
  background-color: #fff; }
  .pro-nav .pro-list {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9; }
    .pro-nav .pro-list dt {
      float: left;
      width: 130px;
      box-sizing: border-box;
      padding-left: 30px;
      background-repeat: no-repeat;
      background-size: auto;
      background-image: url("../images/icon.png");
      height: 22px;
      line-height: 22px;
      font-size: 16px;
      color: #000;
      overflow: hidden; }
      .pro-nav .pro-list dt a {
        color: #000; }
    .pro-nav .pro-list dd {
      margin-left: 130px;
      height: auto;
      overflow: hidden;
      height: 26px;
      overflow: hidden; }
      .pro-nav .pro-list dd a {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #666;
        padding: 0 16px;
        margin: 6px 0;
        border-right: 1px solid #cacaca;
        display: inline-block; }
      .pro-nav .pro-list dd .active {
        color: #ba0a01; }
      .pro-nav .pro-list dd a:hover {
        color: #ba0a01; }
      .pro-nav .pro-list dd a:last-child {
        border-right: 0; }
      .pro-nav .pro-list dd .seemore {
        position: absolute;
        right: 0;
        top: 9px;
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        display: none; }
    .pro-nav .pro-list .open {
      position: relative;
      box-sizing: border-box;
      padding-right: 24px;
      transition: height .3s ease-out;
      -webkit-transition: height .3s ease-out;
      -moz-transition: height .3s ease-out; }
      .pro-nav .pro-list .open .seemore {
        display: inline-block; }
      .pro-nav .pro-list .open.active {
        height: auto; }
        .pro-nav .pro-list .open.active .seemore {
          transform: rotateZ(0deg);
          -webkit-transform: rotateZ(0deg);
          -moz-transform: rotateZ(0deg);
          display: inline-block; }
    .pro-nav .pro-list:hover {
      box-shadow: 1px 1px 8px #f6f6f6; }

.listid-wra {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2; }
  .listid-wra .wra-item {
    width: 100%; }
    .listid-wra .wra-item .title {
      font-size: 24px;
      color: #000;
      line-height: 24px;
      padding-top: 26px;
      padding-bottom: 18px; }
    .listid-wra .wra-item .pro {
      font-size: 0; }
      .listid-wra .wra-item .pro .left {
        width: 32.2%;
        float: left;
        background-color: #fff;
        margin-right: 1.7%;
        margin-bottom: 20px; }
        .listid-wra .wra-item .pro .left:nth-child(3n) {
          margin-right: 0; }
        .listid-wra .wra-item .pro .left a {
          display: block;
          width: 100%;
          position: relative; }
          .listid-wra .wra-item .pro .left a img {
            width: 100%; }
          .listid-wra .wra-item .pro .left a .real {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
            .listid-wra .wra-item .pro .left a .real .img {
              width: 100%;
              overflow: hidden;
              height: 80%; }
              .listid-wra .wra-item .pro .left a .real .img img {
                width: 100%;
                transition: transform .5s ease-out;
                -webkit-transition: transform .5s ease-out;
                -moz-transition: transform .5s ease-out; }
            .listid-wra .wra-item .pro .left a .real .font {
              width: 100%;
              box-sizing: border-box;
              padding: 10px 30px; }
              .listid-wra .wra-item .pro .left a .real .font .tit {
                font-size: 18px;
                color: #ba0a01;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .listid-wra .wra-item .pro .left a .real .font .desc {
                font-size: 14px;
                color: #999;
                margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .listid-wra .wra-item .pro .left a .real .font .more {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: #ba0a01;
                margin-top: 40px;
                background-repeat: no-repeat;
                background-position: 15px -309px;
                background-size: auto;
                background-image: url("../images/icon.png"); }
          .listid-wra .wra-item .pro .left a:hover .real .img img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1); }
      .listid-wra .wra-item .pro .right {
        margin-left: 33.6%; }
        .listid-wra .wra-item .pro .right li {
          display: inline-block;
          width: 49%;
          margin-right: 2%;
          background-color: #fff;
          margin-bottom: 1.8%; }
          .listid-wra .wra-item .pro .right li a {
            display: block;
            position: relative; }
            .listid-wra .wra-item .pro .right li a img {
              width: 100%; }
            .listid-wra .wra-item .pro .right li a .real {
              position: absolute;
              width: 100%;
              top: 0;
              left: 0; }
              .listid-wra .wra-item .pro .right li a .real .img {
                width: 100%;
                overflow: hidden;
                border-bottom: 1px solid #eee; }
                .listid-wra .wra-item .pro .right li a .real .img img {
                  width: 100%; }
              .listid-wra .wra-item .pro .right li a .real .font {
                color: #333;
                width: 100%;
                box-sizing: border-box;
                padding: 15px 30px 10px; }
                .listid-wra .wra-item .pro .right li a .real .font .tit {
                  font-size: 20px;
                  font-weight: bold;
                  line-height: 30px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .listid-wra .wra-item .pro .right li a .real .font .desc {
                  font-size: 16px;
                  color: #999;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
          .listid-wra .wra-item .pro .right li:hover a .real .font .tit {
            color: #ba0a01; }
          .listid-wra .wra-item .pro .right li:nth-of-type(2n) {
            margin-right: 0; }
      .listid-wra .wra-item .pro .bottom {
        margin-left: 0;
        width: 100%; }
        .listid-wra .wra-item .pro .bottom li {
          width: 32.33333%;
          margin-right: 1.5%; }
          .listid-wra .wra-item .pro .bottom li:nth-of-type(2n) {
            margin-right: 1.5%; }
          .listid-wra .wra-item .pro .bottom li:nth-of-type(3n) {
            margin-right: 0; }
  .listid-wra .linkto {
    width: 100%;
    display: block;
    margin-top: 25px; }
    .listid-wra .linkto img {
      width: 100%; }
  .listid-wra .download-pro {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    font-size: 0; }
    .listid-wra .download-pro li {
      display: inline-block;
      width: 49.25%;
      margin-right: 1.5%; }
      .listid-wra .download-pro li a {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden; }
        .listid-wra .download-pro li a img {
          width: 100%;
          transition: transform .3s ease-out;
          -webkit-transition: transform .3s ease-out;
          -moz-transition: transform .3s ease-out; }
        .listid-wra .download-pro li a .font {
          position: absolute;
          width: 226px;
          height: 120px;
          background-color: #f2f0ef;
          left: 30px;
          bottom: 40px;
          box-sizing: border-box;
          padding: 20px; }
          .listid-wra .download-pro li a .font .tit {
            font-size: 24px;
            color: #333;
            font-weight: bold; }
          .listid-wra .download-pro li a .font .desc {
            font-size: 14px;
            color: #999;
            margin-top: 6px; }
      .listid-wra .download-pro li:hover a img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      .listid-wra .download-pro li:nth-of-type(2) {
        margin-right: 0; }

.product-xq-wra {
  width: 1200px;
  margin: 0 auto; }
  .product-xq-wra .pro-bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px; }
    .product-xq-wra .pro-bread a {
      color: #999; }
      .product-xq-wra .pro-bread a img {
        margin-right: 8px;
        vertical-align: top;
        margin-top: 17px; }
      .product-xq-wra .pro-bread a:hover {
        color: #ba0a01; }
      .product-xq-wra .pro-bread a:last-child {
        color: #333; }
  .product-xq-wra .top-pro {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px; }
    .product-xq-wra .top-pro .swiper-container {
      float: left;
      width: 50%;
      font-size: 0; }
      .product-xq-wra .top-pro .swiper-container img {
        width: 100%; }
      .product-xq-wra .top-pro .swiper-container .swiper-pagination {
        bottom: 20px; }
        .product-xq-wra .top-pro .swiper-container .swiper-pagination span {
          opacity: 1 !important;
          width: 10px;
          height: 10px;
          margin: 0 5px;
          background-color: #acadaf; }
        .product-xq-wra .top-pro .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #ba0a01; }
    .product-xq-wra .top-pro .rightfont {
      margin-left: 52%; }
      .product-xq-wra .top-pro .rightfont .title {
        padding-bottom: 14px;
        border-bottom: 1px solid #e7e7e7; }
        .product-xq-wra .top-pro .rightfont .title .tit {
          font-size: 26px;
          color: #333; }
        .product-xq-wra .top-pro .rightfont .title .desc {
          font-size: 16px;
          color: #666; }
      .product-xq-wra .top-pro .rightfont .fontdesc {
        font-size: 14px;
        color: #666;
        line-height: 32px;
        padding: 10px 0 50px; }
      .product-xq-wra .top-pro .rightfont .contact {
        position: absolute;
        width: 158px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        border: 1px solid #ba0a01;
        color: #ba0a01;
        text-align: center;
        bottom: 30px;
        background-color: #f9f9f9; }
        .product-xq-wra .top-pro .rightfont .contact img {
          margin-left: 10px; }
  .product-xq-wra .pro-about-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .product-xq-wra .left-w-box {
    width: 66.25%; }
  .product-xq-wra .pro-detail {
    border-top: 1px solid #e9e9e9;
    width: 100%; }
    .product-xq-wra .pro-detail .nav {
      width: 100%;
      height: 38px;
      line-height: 38px; }
      .product-xq-wra .pro-detail .nav li {
        display: inline-block;
        /*	width: 130px;*/
        width: auto;
        padding: 0 37px;
        height: 38px;
        vertical-align: top;
        text-align: center;
        border-right: 1px solid #e9e9e9;
        color: #666;
        font-size: 14px;
        cursor: pointer; }
        .product-xq-wra .pro-detail .nav li:hover:not(.active) {
          color: #ba0a01; }
      .product-xq-wra .pro-detail .nav .active {
        background-color: #ba0a01;
        color: #fff; }
    .product-xq-wra .pro-detail .editor {
      background-color: #fff;
      width: 100%;
      box-sizing: border-box;
      padding: 30px;
      font-size: 14px;
      color: #666;
      line-height: 32px; }
    .product-xq-wra .pro-detail .editor-box {
      background: #fff; }
      .product-xq-wra .pro-detail .editor-box .editor-title {
        background-image: url("../images/title_bg.png");
        width: 239px;
        height: 40px;
        background-size: 239px 40px;
        background-repeat: no-repeat;
        background-position: left;
        display: flex;
        align-items: center;
        padding-left: 30px;
        font-size: 16px;
        color: #fff; }
        .product-xq-wra .pro-detail .editor-box .editor-title span {
          margin-left: 10px; }
  .product-xq-wra .message .code img {
    margin-left: 10px; }
  .product-xq-wra .pro-detail .editor img {
    max-width: 100%; }
  .product-xq-wra .pro-detail .two {
    display: none; }
  .product-xq-wra .pro-detail .seenext {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 30px;
    background-color: #fff; }
    .product-xq-wra .pro-detail .seenext .goback {
      float: right;
      width: 118px;
      height: 38px;
      line-height: 38px;
      border: 1px solid #ddd;
      font-size: 14px;
      color: #999;
      text-align: center; }
      .product-xq-wra .pro-detail .seenext .goback:hover {
        color: #ba0a01;
        border-color: #ba0a01; }
    .product-xq-wra .pro-detail .seenext .left a {
      font-size: 14px;
      color: #999;
      line-height: 22px; }
      .product-xq-wra .pro-detail .seenext .left a:hover {
        color: #ba0a01; }
  .product-xq-wra .displayPic-box {
    width: 100%;
    padding: 20px 30px 55px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px; }
    .product-xq-wra .displayPic-box .dis-item {
      margin-top: 20px; }
    .product-xq-wra .displayPic-box .title-box {
      border-bottom: 1px solid #ba0a01; }
      .product-xq-wra .displayPic-box .title-box .title {
        display: inline-block;
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #ba0a01;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: relative; }
        .product-xq-wra .displayPic-box .title-box .title:after {
          content: "";
          background-image: url(../images/sanjiao.png);
          width: 11px;
          height: 35px;
          background-size: 11px 35px;
          background-repeat: no-repeat;
          position: absolute;
          right: -11px; }

.displayPic-box .dis-pic-box {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap; }
  .displayPic-box .dis-pic-box .dis-pic-item {
    width: 230px;
    box-sizing: border-box;
    padding: 10px 10px 15px;
    background: #f8f8f8;
    margin-right: 20px; }
    .displayPic-box .dis-pic-box .dis-pic-item:last-of-type {
      margin-right: 0px; }
    .displayPic-box .dis-pic-box .dis-pic-item .pic {
      width: 210px;
      height: auto;
      overflow: hidden; }
      .displayPic-box .dis-pic-box .dis-pic-item .pic img {
        width: 100%;
        height: 100%; }
    .displayPic-box .dis-pic-box .dis-pic-item .tt {
      text-align: center;
      color: #666;
      font-size: 14px;
      padding-top: 15px; }
  .displayPic-box .dis-pic-box .dis-pic-item1 {
    width: 175px;
    box-sizing: border-box;
    padding: 10px 10px 15px;
    background: #f8f8f8;
    margin-right: 11px; }
    .displayPic-box .dis-pic-box .dis-pic-item1:last-of-type {
      margin-right: 0px; }
    .displayPic-box .dis-pic-box .dis-pic-item1 .pic {
      width: 155px;
      height: 120px;
      overflow: hidden; }
    .displayPic-box .dis-pic-box .dis-pic-item1 .tt {
      text-align: center;
      color: #666;
      font-size: 14px;
      padding-top: 15px; }

.product-xq-wra .title-top {
  font-size: 24px;
  color: #333;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f5f5f5;
  border: solid 1px #e8e8e8; }
  .product-xq-wra .title-top .btn {
    float: right; }
    .product-xq-wra .title-top .btn .swiper-button-next, .product-xq-wra .title-top .btn .swiper-button-prev {
      position: static;
      display: inline-block;
      width: 30px;
      height: 28px;
      background-image: url("../images/icon.png");
      background-repeat: no-repeat;
      background-size: auto; }
    .product-xq-wra .title-top .btn .swiper-button-next {
      background-position: 6px -256px; }
    .product-xq-wra .title-top .btn .swiper-button-disabled.swiper-button-next {
      background-position: -43px -256px; }
    .product-xq-wra .title-top .btn .swiper-button-prev {
      background-position: -38px -203px; }
      .product-xq-wra .title-top .btn .swiper-button-prev.swiper-button-disabled {
        background-position: 2px -203px; }

.product-xq-wra .about-products {
  width: 32%; }
  .product-xq-wra .about-products .swiper-container {
    width: 100%; }
    .product-xq-wra .about-products .swiper-container .swiper-slide {
      background-color: #fff;
      width: 100% !important;
      height: 100% !important; }
      .product-xq-wra .about-products .swiper-container .swiper-slide a {
        display: inline-block;
        width: 100%; }
        .product-xq-wra .about-products .swiper-container .swiper-slide a .img {
          width: 100%;
          border-bottom: 1px solid #eee; }
          .product-xq-wra .about-products .swiper-container .swiper-slide a .img img {
            width: 100%; }
        .product-xq-wra .about-products .swiper-container .swiper-slide a .font {
          width: 100%;
          box-sizing: border-box;
          padding: 15px 30px; }
          .product-xq-wra .about-products .swiper-container .swiper-slide a .font .title {
            font-size: 20px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: bold; }
          .product-xq-wra .about-products .swiper-container .swiper-slide a .font .desc {
            font-size: 16px;
            color: #666;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }

.product-xq-wra .message {
  width: 100%;
  font-size: 0;
  padding-bottom: 65px; }
  .product-xq-wra .message form {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: url("../images/94.jpg") no-repeat center;
    background-size: cover; }
    .product-xq-wra .message form input {
      width: 49%;
      height: 50px;
      line-height: 50px;
      outline: none;
      border: 0;
      font-size: 16px;
      box-sizing: border-box;
      padding: 0 18px; }
    .product-xq-wra .message form .code {
      margin-top: 16px; }
      .product-xq-wra .message form .code input {
        width: 160px;
        background-color: #f8f8f8;
        border: 1px solid #ededed;
        border-right: 0;
        height: 48px;
        outline: none;
        text-indent: 18px;
        font-size: 14px;
        color: #666;
        margin-right: 0 !important; }
      .product-xq-wra .message form .code .codeimg {
        vertical-align: top;
        display: inline-block;
        height: 46px;
        border: 1px solid #ededed;
        border-left: 0; }
      .product-xq-wra .message form .code .up {
        margin-left: 12px;
        cursor: pointer;
        vertical-align: top;
        margin-top: 15px; }
      .product-xq-wra .message form .code #vcodeImg {
        vertical-align: top; }
    .product-xq-wra .message form input:nth-of-type(1) {
      margin-right: 2%; }
    .product-xq-wra .message form textarea {
      font-size: 16px;
      width: 100%;
      box-sizing: border-box;
      padding: 10px 18px;
      margin-top: 18px;
      border: 0;
      outline: none;
      height: 138px; }
    .product-xq-wra .message form button {
      width: 200px;
      height: 50px;
      background-color: #fff;
      font-size: 16px;
      color: #000;
      margin-top: 18px; }
    .product-xq-wra .message form span {
      font-size: 16px;
      color: #fff;
      margin-top: 12px;
      margin-left: 20px; }

.prupfile {
  width: 100%;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px; }
  .prupfile .upload {
    position: relative;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    background-color: #f5f5f5;
    margin-left: 15px; }
    .prupfile .upload input {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0; }
  .prupfile .desc {
    font-size: 14px;
    color: #ba0a01;
    margin-left: 20px; }

@media screen and (max-width: 1700px) {
  .index-swiper {
    height: 720px; }
  .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow {
    padding: 20px 40px; }
    .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .title {
      font-size: 20px; }
    .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .font {
      line-height: 20px;
      height: 108px; }
    .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .more {
      width: 120px;
      height: 28px;
      line-height: 28px;
      margin-top: 20px; }
  .about-us .list li .font {
    padding: 20px; }
    .about-us .list li .font .title {
      font-size: 20px; }
  .about-us .list li .more {
    margin-top: 30px; }
  .index-title {
    font-size: 18px; }
    .index-title span {
      font-size: 30px;
      margin-right: 20px; }
  .index-news .list li a .font {
    padding: 16px; }
    .index-news .list li a .font .title {
      font-size: 20px; }
    .index-news .list li a .font .date {
      margin-top: 10px; }
  .customer .desc {
    font-size: 18px;
    line-height: 34px; }
  .customer .title {
    font-size: 30px; } }

@media screen and (max-width: 1460px) {
  .index-swiper {
    height: 620px; }
    .index-swiper .swiper-slide .font .title {
      font-size: 50px; }
    .index-swiper .swiper-slide .font .desc {
      font-size: 14px;
      line-height: 26px; }
    .index-swiper .swiper-slide .font a {
      width: 160px;
      height: 36px;
      line-height: 36px;
      font-size: 14px; }
  .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .title {
    font-size: 16px; }
  .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .font {
    font-size: 12px;
    line-height: 18px;
    height: 98px;
    margin-top: 8px; }
  .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .more {
    margin-top: 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 100px; }
  .our-advertage {
    padding: 30px 40px 50px; }
    .our-advertage ul li {
      height: 100px; }
      .our-advertage ul li .title {
        font-size: 30px;
        line-height: 30px; }
      .our-advertage ul li .line {
        margin: 10px auto 10px;
        width: 26px; }
  .about-us .list li.title .en {
    margin-top: 80px; } 
  .contact-us.inside .content .rightmap #map{
    overflow: auto;
  }
  .contact-us.inside .content .rightmap #map img{
    max-width: max-content;
  }
}

@media screen and (max-width: 1280px) {
  .customer.about .desc, .customer.about .customer-swiper {
    width: 100%; } }

@media screen and (max-width: 1240px) {
  .index-swiper {
    height: 520px; }
    .index-swiper .swiper-pagination {
      bottom: 40px !important; }
  .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .font {
    display: none; }
  .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .more {
    margin-top: 20px; }
  .our-advertage {
    overflow: auto;
    padding: 20px 30px 40px; }
    .our-advertage ul li .title {
      font-size: 20px; }
    .our-advertage ul li .line {
      width: 16px; }
    .our-advertage ul li .desc {
      font-size: 12px;
      line-height: 18px; }
  .about-us .list li.title .en {
    font-size: 50px;
    margin-top: 50px; }
  .about-us .list li.title .ch {
    font-size: 24px;
    margin-top: 10px; }
  .about-us .list li.title .desc {
    font-size: 14px; }
  .customer {
    padding: 40px; }
    .customer .desc {
      font-size: 14px;
      line-height: 24px; }
  .about-us .list li .font .title {
    font-size: 18px; }
  .index-news {
    padding: 40px; }
    .index-news .list li a .font .title {
      font-size: 16px; }
    .index-news .list li a .font .desc {
      font-size: 12px;
      text-indent: 24px;
      line-height: 18px; }
    .index-news .index-title {
      margin-bottom: 20px; }
  .contact-us {
    padding: 40px 20px; }
    .contact-us .content {
      padding: 30px 16px 0; }
  .about-produce1 {
    width: 96%; }
    .about-produce1 .about-content {
      padding-bottom: 50px; }
      .about-produce1 .about-content .rightimg {
        display: none; }
      .about-produce1 .about-content .leftfont {
        width: 100%;
        padding-right: 0;
        overflow: unset;
        height: auto;
        padding-bottom: 0; }
      .about-produce1 .about-content .list {
        position: static;
        width: 100%; }
        .about-produce1 .about-content .list li {
          vertical-align: top;
          height: auto; }
          .about-produce1 .about-content .list li .title {
            font-size: 26px; }
          .about-produce1 .about-content .list li .line {
            width: 25px; }
          .about-produce1 .about-content .list li .desc {
            font-size: 12px;
            line-height: 18px; }
  .customer.about .desc, .customer.about .customer-swiper {
    width: 100%; }
  .contact-us.inside {
    width: 100%; }
  .about-produce1 .toptitle .tit {
    font-size: 30px; }
  .about-whatis, .about-company {
    width: 100%; }
  .about-culturl {
    width: 100%; }
    .about-culturl .culturl-list li {
      height: 240px; }
      .about-culturl .culturl-list li .font {
        padding: 20px; }
        .about-culturl .culturl-list li .font .tit {
          font-size: 16px; }
        .about-culturl .culturl-list li .font .desc {
          font-size: 12px;
          text-indent: 24px;
          line-height: 22px; }
    .about-culturl .index-news .list li a .font {
      padding: 16px; }
      .about-culturl .index-news .list li a .font .title {
        font-size: 18px; }
      .about-culturl .index-news .list li a .font .desc {
        margin-top: 10px;
        text-indent: 24px; }
      .about-culturl .index-news .list li a .font .date {
        margin-top: 18px; }
    .about-culturl .bottom-list li {
      padding: 25px 20px 15px; }
      .about-culturl .bottom-list li .title {
        font-size: 18px; }
      .about-culturl .bottom-list li .desc {
        font-size: 12px;
        line-height: 20px;
        text-indent: 24px;
        margin-top: 10px; }
      .about-culturl .bottom-list li .date {
        font-size: 12px;
        margin-top: 10px; }
  .contact-us.inside .editor .con {
    width: 90%; }
    .contact-us.inside .editor .con .middle .title {
      font-size: 20px;
      padding-bottom: 20px; }
  .contact-us.inside .imgshow {
    width: 90%; }
  .contact-us.inside .editor .con .middle {
    padding: 0 30px; }
    .contact-us.inside .editor .con .middle img {
      width: 20%; }
  .about-culturl .honor li {
    padding: 10px; }
    .about-culturl .honor li p {
      margin-top: 18px; }
  .pro-nav {
    width: 100%; }
  .listid-wra {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px; }
    .listid-wra .wra-item .pro .left a .real .font {
      padding: 10px 15px; }
      .listid-wra .wra-item .pro .left a .real .font .tit {
        font-size: 18px; }
      .listid-wra .wra-item .pro .left a .real .font .desc {
        font-size: 12px;
        margin-top: 4px; }
      .listid-wra .wra-item .pro .left a .real .font .more {
        margin-top: 15px; }
    .listid-wra .wra-item .pro .right li a .real .font {
      padding: 10px 15px 5px; }
      .listid-wra .wra-item .pro .right li a .real .font .tit {
        font-size: 16px;
        line-height: 22px; }
      .listid-wra .wra-item .pro .right li a .real .font .desc {
        font-size: 12px; }
    .listid-wra .wra-item .title {
      font-size: 18px; }
    .listid-wra .download-pro li a .font {
      height: 78px;
      padding: 10px;
      width: 196px; }
      .listid-wra .download-pro li a .font .tit {
        font-size: 18px; }
      .listid-wra .download-pro li a .font .desc {
        font-size: 12px; }
  .product-xq-wra {
    width: 95%; }
    .product-xq-wra .top-pro .rightfont .title .tit {
      font-size: 20px; }
    .product-xq-wra .top-pro .rightfont .title .desc {
      font-size: 12px;
      margin-top: 8px; }
    .product-xq-wra .top-pro .rightfont .fontdesc {
      font-size: 12px;
      line-height: 20px; }
    .product-xq-wra .about-products .swiper-container .swiper-slide a .font {
      padding: 10px 15px; }
      .product-xq-wra .about-products .swiper-container .swiper-slide a .font .title {
        font-size: 16px; }
      .product-xq-wra .about-products .swiper-container .swiper-slide a .font .desc {
        font-size: 12px; }
    .product-xq-wra .title-top {
      font-size: 18px;
      /*padding-top: 20px;*/
      /*padding-bottom: 10px;*/ }
    .product-xq-wra .message form input {
      height: 40px;
      line-height: 40px; }
    .product-xq-wra .message form button {
      height: 40px;
      line-height: 40px;
      width: 150px;
      font-size: 14px; }
    .product-xq-wra .message form span {
      font-size: 12px; } }

@media screen and (max-width: 1080px) {
  .our-advertage {
    padding: 0; }
    .our-advertage ul {
      flex-wrap: wrap; }
      .our-advertage ul li {
        width: 40%;
        border: 0;
        padding-top: 20px;
        padding-bottom: 20px; }
        .our-advertage ul li:nth-of-type(2n-1) {
          border-right: 1px solid #fff; }
        .our-advertage ul li:nth-of-type(1), .our-advertage ul li:nth-of-type(2) {
          border-bottom: 1px solid #fff; } }

@media screen and (max-width: 980px) {
  .index-swiper {
    height: 420px; }
    .index-swiper .swiper-slide .font .title {
      font-size: 32px; }
    .index-swiper .swiper-slide .font .desc {
      line-height: 22px; }
    .index-swiper .swiper-slide .font a {
      margin-top: 20px; }
    .index-swiper .swiper-pagination {
      padding-left: 20px; }
  .product-classfiy .nav-top li {
    padding: 0 50px; }
  .product-classfiy .swiper-wra {
    padding: 20px; }
  .about-us .list li .font .title {
    font-size: 16px; }
  .about-us .list li .font .desc {
    margin-top: 6px;
    font-size: 12px;
    text-indent: 24px;
    line-height: 18px; }
  .index-news .list li a .font .desc {
    margin-top: 6px; }
  .contact-us .content {
    width: 100%;
    box-sizing: border-box; }
    .contact-us .content .leftinfo {
      width: 100%;
      padding-right: 0; }
    .contact-us .content .nav span {
      width: 160px;
      height: 40px;
      line-height: 40px;
      font-size: 14px; }
    .contact-us .content .rightmap {
      width: 100%;
      margin-top: 10px; }
      .contact-us .content .rightmap #map {
        width: 100%; }
  .contact-us.inside .content .leftinfo {
    width: 100%;
    padding-right: 0; }
  .contact-us.inside .content .rightmap {
    width: 100%; }
    .contact-us.inside .content .rightmap #map {
      height: 300px; }
  .about-produce1 .toptitle .tit {
    font-size: 22px; }
  .about-culturl .culturl-list li {
    height: auto; }
    .about-culturl .culturl-list li .img {
      width: 100%;
      height: 240px; }
    .about-culturl .culturl-list li .font {
      width: 100%; }
  .about-culturl .culturl-list .company-logo .logo .right {
    font-size: 12px;
    line-height: 20px; }
  .about-culturl .culturl-list .company-logo .logo .middle {
    height: auto; }
  .listid-wra .wra-item .pro .right li a .real .font {
    padding: 5px 10px; }
    .listid-wra .wra-item .pro .right li a .real .font .tit {
      font-size: 14px;
      line-height: 18px; }
  .listid-wra .wra-item .pro .left a .real .font .tit {
    font-size: 16px; }
  .listid-wra .wra-item .pro .left a .real .font .more {
    display: none; } }

@media screen and (max-width: 750px) {
  .index-swiper {
    height: 3.5rem; }
    .index-swiper .swiper-slide .font .title {
      font-size: 20px; }
    .index-swiper .swiper-slide .font .desc {
      width: 90%;
      margin: 0 auto;
      font-size: 12px;
      line-height: 18px;
      margin-top: 10px; }
    .index-swiper .swiper-slide .font a {
      width: 98px;
      height: 30px;
      line-height: 30px; }
    .index-swiper .swiper-pagination {
      bottom: 0.3rem !important; }
      .index-swiper .swiper-pagination span {
        width: 50px; }
  .product-classfiy .nav-top {
    display: flex;
    justify-content: space-between; }
    .product-classfiy .nav-top li {
      padding: 0;
      width: 25%;
      flex-grow: 1; }
      .product-classfiy .nav-top li .title {
        font-size: 14px; }
  .product-classfiy .swiper-wra {
    padding: 14px; }
    .product-classfiy .swiper-wra .pro-swiper .swiper-button-prev {
      left: 0; }
    .product-classfiy .swiper-wra .pro-swiper .swiper-button-next {
      right: 0; }
    .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow {
      background-color: rgba(248, 248, 248, 0);
      padding: .24rem; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .more {
        display: none; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .title {
        font-size: 14px; }
      .product-classfiy .swiper-wra .pro-swiper .swiper-slide .shadow .desc {
        font-size: 12px;
        margin-top: 4px; }
  .our-advertage {
    padding: 0; }
  .about-us .list li {
    width: 100%; }
    .about-us .list li.title {
      padding-left: 0;
      text-align: center;
      padding: .24rem 0 .5rem; }
      .about-us .list li.title .en, .about-us .list li.title .more, .about-us .list li.title .desc {
        display: none; }
    .about-us .list li .font {
      padding: .24rem; }
    .about-us .list li .more {
      margin-top: .4rem; }
    .about-us .list li.title .ch {
      font-size: 20px; }
  .customer {
    padding: .4rem .24rem; }
    .customer .title {
      font-size: 20px; }
    .customer .desc {
      width: 100%;
      font-size: 12px;
      box-sizing: border-box;
      line-height: 18px; }
    .customer .customer-swiper .swiper-pagination span {
      margin: 0 4px; }
  .index-title span {
    font-size: 20px;
    margin-right: 10px; }
  .index-news {
    padding: .4rem .24rem; }
  .index-title {
    font-size: 12px; }
  .index-news .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem; }
    .index-news .list li a .font {
      padding: .24rem; }
  .contact-us {
    padding: .4rem .24rem; }
    .contact-us .content .goto li {
      font-size: 12px; }
    .contact-us .content .nav span {
      width: 46%;
      height: 28px;
      line-height: 28px; }
      .contact-us .content .nav span:last-child {
        margin-left: 8%; }
    .contact-us .content .howto li .font {
      font-size: 12px;
      line-height: 20px; }
    .contact-us .content .rightmap #map {
      height: 200px; }
    .contact-us .content .rightmap a {
      height: 44px;
      line-height: 44px; }
  .map-info-div {
    font-size: 12px; }
  .message-form .input {
    height: 40px;
    line-height: 40px;
    margin-bottom: .2rem; }
    .message-form .input input {
      height: 38px;
      text-indent: 80px; }
    .message-form .input label {
      line-height: 38px;
      font-size: 12px; }
  .message-form .textarea {
    height: 120px; }
    .message-form .textarea label {
      font-size: 12px; }
    .message-form .textarea textarea {
      text-indent: 80px; }
  .message-form .code {
    height: auto;
    line-height: 40px; }
    .message-form .code input, .message-form .code .codeimg {
      height: 38px;
      width: 130px; }
    .message-form .code .up {
      margin-top: 9px; }
    .message-form .code #vcodeImg {
      height: 38px;
      width: 130px; }
    .message-form .code button {
      float: none;
      display: block;
      margin: .4rem auto 0;
      width: 120px;
      height: 34px;
      line-height: 34px;
      font-size: 14px; }
  .contact-us.inside .content {
    padding: .4rem .24rem; }
  .message-form {
    padding: .4rem .24rem; }
    .message-form .textarea {
      margin-bottom: .3rem; }
  .about-produce1 .about-content .list {
    display: none; }
  .about-whatis {
    padding: .4rem .24rem;
    font-size: 12px;
    line-height: 26px; }
    .about-whatis p {
      text-indent: 24px; }
  .about-company {
    padding: .4rem .24rem; }
  .about-culturl .culturl-list .company-logo {
    padding: 20px .24rem 30px;
    box-sizing: border-box; }
    .about-culturl .culturl-list .company-logo .logo .left, .about-culturl .culturl-list .company-logo .logo .right {
      display: none; }
    .about-culturl .culturl-list .company-logo .logo .middle {
      width: 100%;
      border: 0; }
      .about-culturl .culturl-list .company-logo .logo .middle img {
        width: 20%; }
    .about-culturl .culturl-list .company-logo .title {
      font-size: 16px; }
    .about-culturl .culturl-list .company-logo .desc {
      font-size: 12px; }
    .about-culturl .culturl-list .company-logo .logo {
      margin-top: 20px; }
  .about-culturl .culturl-list li .img {
    height: 3rem; }
  .about-culturl .culturl-list li .font {
    padding: .4rem .24rem; }
    .about-culturl .culturl-list li .font .tit {
      font-size: 14px; }
    .about-culturl .culturl-list li .font .desc {
      margin-top: 6px; }
  .about-culturl .index-news .list li {
    width: 100%;
    margin-right: 0; }
    .about-culturl .index-news .list li a .font {
      padding: .4rem .24rem; }
  .about-culturl .bottom-list li {
    padding: .4rem .24rem; }
  .about-culturl .download-list {
    padding: 0 .24rem; }
    .about-culturl .download-list li {
      height: 1rem;
      line-height: 1rem; }
      .about-culturl .download-list li .title {
        font-size: 12px;
        margin-right: 2rem; }
      .about-culturl .download-list li a {
        width: 1.6rem;
        height: .5rem;
        line-height: .5rem;
        font-size: 12px;
        margin-top: .25rem; }
  .contact-us.inside .editor {
    padding-top: 25px;
    padding-bottom: 40px; }
  .contact-us.inside .imgshow {
    padding-top: 30px;
    padding-bottom: 0; }
  .contact-us.inside .editor .con .middle .title {
    font-size: 16px;
    line-height: 20px; }
  .contact-us.inside .editor .con .middle img {
    left: 20px;
    bottom: 20px; }
  .about-culturl .honor li {
    width: 48.5%;
    margin-bottom: .3rem; }
    .about-culturl .honor li:nth-of-type(3n) {
      margin-right: 1.5%; }
    .about-culturl .honor li:nth-of-type(2n) {
      margin-right: 0; }
    .about-culturl .honor li p {
      font-size: 12px; }
  .pro-swiper1 .close {
    right: -15px;
    top: -20px; }
  .listid-wra {
    padding: 0 .24rem; }
  .pro-nav .pro-list {
    padding: .2rem .24rem; }
    .pro-nav .pro-list dt {
      padding-left: 26px;
      font-size: 12px;
      width: 82px; }
    .pro-nav .pro-list dd {
      margin-left: 82px; }
      .pro-nav .pro-list dd a {
        font-size: 12px;
        line-height: 12px;
        height: 12px;
        padding: 0 6px; }
  .listid-wra .wra-item .pro .left {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 10px; }
    .listid-wra .wra-item .pro .left:nth-child(2n+1) {
      margin-left: 0; }
    .listid-wra .wra-item .pro .left a .real .img {
      height: 76%; }
  .listid-wra .wra-item .pro .right {
    width: 49%;
    margin-left: 51%; }
  .listid-wra .wra-item .pro .onlyright li:nth-of-type(3), .listid-wra .wra-item .pro .onlyright li:nth-of-type(4) {
    display: none; }
  .listid-wra .wra-item .pro .right li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%; }
  .listid-wra .wra-item .pro .left a .real .font .tit {
    font-size: 12px; }
  .listid-wra .wra-item .pro .right li a .real .font .tit {
    font-size: 12px; }
  .listid-wra .wra-item .pro .right li a .real .font .desc {
    display: none; }
  .listid-wra .wra-item .pro .bottom {
    margin-left: 0;
    width: 100%; }
    .listid-wra .wra-item .pro .bottom li {
      margin-right: 2%;
      width: 49%; }
      .listid-wra .wra-item .pro .bottom li:nth-of-type(2n) {
        margin-right: 0; }
  .listid-wra .download-pro li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem; }
    .listid-wra .download-pro li a .font {
      bottom: 20px;
      left: 10px;
      width: 184px;
      height: 64px; }
      .listid-wra .download-pro li a .font .tit {
        font-size: 14px; }
  .product-xq-wra {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .24rem; }
    .product-xq-wra .top-pro {
      padding: .4rem; }
      .product-xq-wra .top-pro .swiper-container {
        float: none;
        width: 100%; }
        .product-xq-wra .top-pro .swiper-container .swiper-pagination {
          bottom: 10px; }
          .product-xq-wra .top-pro .swiper-container .swiper-pagination span {
            width: 6px;
            height: 6px; }
      .product-xq-wra .top-pro .rightfont {
        margin-left: 0;
        margin-top: 10px; }
        .product-xq-wra .top-pro .rightfont .contact {
          width: 120px;
          height: 30px;
          line-height: 30px; }
    .product-xq-wra .pro-about-box {
      display: inherit; }
    .product-xq-wra .pro-detail, .product-xq-wra .about-products {
      width: 100%; }
    .product-xq-wra .pro-detail .seenext {
      padding-top: 10px; }
      .product-xq-wra .pro-detail .seenext .goback {
        float: none;
        display: block;
        margin: 0px auto 20px; }
    .product-xq-wra .pro-detail .editor {
      padding: .3rem; }
    .product-xq-wra .pro-detail .editor-box .editor-title {
      background-image: url("../images/title_bg.png");
      width: 3.39rem;
      height: .4rem;
      background-size: 3.39rem  .4rem;
      background-repeat: no-repeat;
      background-position: left;
      display: flex;
      align-items: center;
      padding-left: .3rem;
      font-size: 12px;
      color: #fff; }
      .product-xq-wra .pro-detail .editor-box .editor-title span {
        margin-left: .1rem; }
      .product-xq-wra .pro-detail .editor-box .editor-title img {
        width: 5%; }
    .product-xq-wra .left-w-box {
      width: 100%; }
    .product-xq-wra .displayPic-box {
      width: 100%;
      padding: .2rem .3rem .55rem;
      box-sizing: border-box;
      background: #fff;
      margin-top: .2rem; }
      .product-xq-wra .displayPic-box .dis-item {
        margin-top: .2rem; }
      .product-xq-wra .displayPic-box .title-box {
        border-bottom: 1px solid #ba0a01; }
        .product-xq-wra .displayPic-box .title-box .title {
          display: inline-block;
          width: 2rem;
          height: 0.5rem;
          line-height: .5rem;
          text-align: center;
          background: #ba0a01;
          color: #fff;
          font-size: 12px;
          font-weight: normal; }
  .displayPic-box .dis-pic-box {
    /*padding-top: .1rem;*/
    display: flex;
    flex-wrap: wrap; }
    .displayPic-box .dis-pic-box .dis-pic-item {
      width: 48%;
      box-sizing: border-box;
      padding: .1rem .1rem .15rem;
      background: #f8f8f8;
      margin-bottom: .1rem; }
  .product-xq-wra .displayPic-box .title-box .title:after {
    content: "";
    background-image: url(../images/sanjiao.png);
    width: 1rem;
    height: .5rem;
    background-size: .11rem .5rem;
    background-repeat: no-repeat;
    position: absolute;
    right: -1rem; }
  .displayPic-box .dis-pic-box .dis-pic-item {
    margin-right: 4%; }
    .displayPic-box .dis-pic-box .dis-pic-item:nth-of-type(2n) {
      margin-right: 0px; }
    .displayPic-box .dis-pic-box .dis-pic-item .pic {
      width: 100%;
      height: auto;
      overflow: hidden; }
    .displayPic-box .dis-pic-box .dis-pic-item .tt {
      text-align: center;
      color: #666;
      font-size: .14rem;
      padding-top: .15rem; }
  .displayPic-box .dis-pic-box .dis-pic-item1 {
    width: 48%;
    box-sizing: border-box;
    padding: .1rem .1rem .15rem;
    background: #f8f8f8;
    margin-bottom: .1rem;
    margin-right: 4%; }
    .displayPic-box .dis-pic-box .dis-pic-item1:nth-of-type(2n) {
      margin-right: 0; }
    .displayPic-box .dis-pic-box .dis-pic-item1 .pic {
      width: 100%;
      height: auto;
      overflow: hidden; }
    .displayPic-box .dis-pic-box .dis-pic-item1 .tt {
      text-align: center;
      color: #666;
      font-size: .14rem;
      padding-top: .14rem; }
  .product-xq-wra .message {
    width: 100%; }
    .product-xq-wra .message .code img {
      height: 38px;
      margin-left: 10px; }
  .product-xq-wra .about-products .swiper-container {
    height: 400px; }
    .product-xq-wra .about-products .swiper-container .swiper-slide a .font .title {
      font-size: 12px; }
  .product-xq-wra .title-top {
    height: .5rem;
    line-height: .5rem;
    font-size: .2rem;
    padding: 0;
    margin-top: .2rem; }
    .product-xq-wra .title-top .btn {
      display: none; }
  .product-xq-wra .message form {
    padding: .24rem .24rem .4rem; }
    .product-xq-wra .message form input {
      width: 100%; }
      .product-xq-wra .message form input:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: .24rem; }
    .product-xq-wra .message form span {
      display: block;
      margin-left: 0; }
  .contact-us.inside .person-list {
    padding: .24rem; }
    .contact-us.inside .person-list li .top {
      height: 50px;
      line-height: 50px;
      font-size: 12px;
      padding: 0 .24rem; }
      .contact-us.inside .person-list li .top .li {
        font-size: 12px; }
      .contact-us.inside .person-list li .top .lii {
        font-size: 12px;
        display: none; }
  .message-form .input {
    width: 100%;
    margin-right: 0; }
  .prupfile {
    font-size: 12px; }
    .prupfile .upload {
      width: 100px;
      height: 30px;
      line-height: 30px; }
    .prupfile .desc {
      font-size: 12px;
      margin-left: 10px; }
  .product-xq-wra .message form .code input {
    height: 38px;
    width: 130px; }
  .product-xq-wra .message form .code .codeimg {
    height: 36px;
    width: 130px; }
  .product-xq-wra .message form .code .up {
    margin-top: 9px; }
  .product-xq-wra .message form button {
    margin-top: 4px; }
  .about-us .list li.title {
    background: none; }
  .our-advertage ul li {
    padding-left: 10px;
    padding-right: 10px; } }
