/* HUOCMS */
@font-face {
  font-family: akrB;
  src: url(../fonts/Akrobat-Bold.ttf);
}

@font-face {
  font-family: monB;
  src: url(../fonts/Montserrat-Bold.woff.ttf);
}

/*.productNewBanner .w1280 .head-text p {*/
/*  font-family: akrB;*/
/*}*/

.productTitle {
  padding-top: 100px;
  padding-bottom: 72px;
}

.productTitle p {
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.productTitle p i {
  font-family: akrB;
}

.productTitle div {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 4px;
}

.huocmsBlock .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  flex-wrap: wrap;
}

.huocmsBlock .content .list {
    margin-bottom: 50px;
  width: 25%;
  border-left: 1px solid #eaeaea;
}

.huocmsBlock .content .list .center {
  padding: 0 16%;
  height: 100%;
  padding-top: 78px;
  padding-bottom: 10px;
  position: relative;
}

.huocmsBlock .content .list .center .img {
  height: 80px;
  margin-bottom: 28px;
}

.huocmsBlock .content .list .center .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 24px;
  padding: 0 !important;
}

.huocmsBlock .content .list .center .tips {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.huocmsBlock .content .list .center .num {
  font-family: monB;
  font-size: 45px;
  color: #000;
  opacity: 0.07;
  line-height: 1;
  position: absolute;
  bottom: 0;
  display: none;
}

.huocmsBlock2 {
  background: url(../images/huocmsBlock2Img.jpg) no-repeat center/cover;
}

.huocmsBlock2 .productTitle p, .huocmsBlock2 .productTitle i, .huocmsBlock2 .productTitle div {
  color: #fff;
}

.huocmsBlock2 .content {
  overflow: hidden;
  padding-bottom: 91px;
  margin: 0 auto !important;
}

.huocmsBlock2 .content .huocmsSwiper {
  position: relative;
  padding-bottom: 96px;
}

.huocmsBlock2 .content .huocmsSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
}

.huocmsBlock2 .content .huocmsSwiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.huocmsBlock2 .content .huocmsSwiper .swiper-pagination {
  bottom: 0;
  top: auto;
  height: 2px;
  background: #1d1d1d;
  z-index: 4;
}

.huocmsBlock2 .content .huocmsSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 4px;
  margin-top: -1px;
  background: #9c9c9d;
}

.huocmsBlock3 .serviceBlock4 .content {
  padding-bottom: 0;
}

@media (max-width: 996px) {
  .line-cross {
    display: none;
  }
  .productTitle {
    padding: 40px 4%;
  }
  .productTitle p {
    font-size: 6vw;
    color: #000;
    text-align: center;
    font-weight: bold;
  }
  .productTitle p i {
    font-family: akrB;
  }
  .productTitle div {
    font-size: 3.5vw;
    color: #666;
    text-align: center;
    margin-top: 4px;
  }
  .huocmsBlock .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .huocmsBlock .content .list {
    width: 50%;
    border-left: 0;
    text-align: center;
  }
  .huocmsBlock .content .list .center {
    padding: 0 6%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .huocmsBlock .content .list .center .img {
    height: 50px;
    margin-bottom: 30px;
  }
  .huocmsBlock .content .list .center .img img {
    max-height: 100%;
    width: auto;
  }
  .huocmsBlock .content .list .center .title {
    font-size: 5vw;
    color: #333;
    margin-bottom: 10px;
  }
  .huocmsBlock .content .list .center .tips {
    font-size: 3.5vw;
    line-height: 2;
    color: #333;
  }
  .huocmsBlock .content .list .center .num {
    display: none;
  }
  .huocmsBlock2 .content {
    padding-bottom: 80px;
  }
  .huocmsBlock2 .content .huocmsSwiper {
    padding-bottom: 60px;
  }
}
@media (max-width:414px){
    .huocmsBlock .content .list .center .img{
        height: 40px;
    }
    .huocmsBlock .content .list .center .title{
        font-size: 4.5vw;
    }
}
/*# sourceMappingURL=productNew.css.map */