@charset "utf-8";
@font-face {
  font-family: 'HELVETICANEUELTPRO-THEX';
  src: url('../fonts/HELVETICANEUELTPRO-THEX.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('../fonts/GOTHAM-BLACK.OTF');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font: 12px Arial, "微软雅黑";
  color: #929292;
  width: 100%;
  /* height: 100%; */
  background: #fff;
  min-height: 100vh;
  position: relative;
  /* overflow-x: hidden; */
}

.c-news-list, .c-team-list, .c-product-list,
.c-news-detail, .c-team-detail, .c-product-detail, .c-custom{
  min-height: calc(100vh - 7.875rem);
}

.c-w {
  margin: 0 auto;
  max-width: 1200px;
}

.c-w.lg {
  max-width: inherit;
  padding: 0 5%;
}

.line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.min-h {
  min-height: calc(100vh - 7.875rem);
}

.h-5rem{
  height: 5rem;
}

.show-m {
  display: none !important;
}

.hide-m {
  display: block !important;
}

.color-white {
  color: #fff !important;
}

/* 更多按钮 */
.c-more-btn {
  background: rgba(255, 255, 255, .0);
  width: 12.5rem;
  height: 3.125rem;
  margin: 2.5rem auto 3.125rem;
  /* line-height: 2.3125rem; */
  font-size: 1.125rem;
  color: #fff;
  text-indent: 0.5625rem;
  transition: all ease-out .3s;
  background-color: #fff;
  text-align: center;
  border-radius: .125rem;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
/* 更多按钮 */

/* 轮播 */

  /* 公共样式 */
  .swiper {
    height: 67.5rem;
  }
  .swiper.full {
    height: 100vh;
  }
  .swiper.sides-hollow {
    width: 1200px;
    height: 675px;
  }
  /* 公共样式 */

  /* 前进后退按钮 */
    /* 样式一 */
    .c-banner.prev-next-1 {
      --swiper-navigation-color: #999;/* 单独设置按钮颜色 */
      --swiper-navigation-size: 1.875rem;/* 设置按钮大小 */
    }
    /* 样式二 */
    .c-banner.prev-next-2 {
      --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
      --swiper-navigation-size: 1.25rem;/* 设置按钮大小 */
    }
    .c-banner.prev-next-2 .swiper-button-prev, .c-banner.prev-next-2 .swiper-button-next {
      width: 1.875rem;
      height: 3.125rem;
      background-size: 1.25rem 1.25rem !important;
      transition: all 0.3s ease-out 0s;
      background-color: rgba(0, 0, 0, .6);
      opacity: 0;
      z-index: 0;
    }
    .c-banner.prev-next-2 .swiper-button-prev {
      left: 0;
    }
    .c-banner.prev-next-2 .swiper-button-next {
      right: 0;
    }
    .c-banner.prev-next-2:hover .swiper-button-prev, .c-banner.prev-next-2:hover .swiper-button-next {
      opacity: 1;
      z-index: 10;
    }
    /* 样式三 */
    .c-banner.prev-next-3 {
      --swiper-navigation-color: #666;/* 单独设置按钮颜色 */
      --swiper-navigation-size: 1.25rem;/* 设置按钮大小 */
    }
    .c-banner.prev-next-3 .swiper-button-prev, .c-banner.prev-next-3 .swiper-button-next {
      width: 2.5rem;
      height: 2.5rem;
      background-size: 1.25rem 1.25rem !important;
      margin-top: -0.9375rem;
      transition: all 0.3s ease-out 0s;
      background-color: rgba(0, 0, 0, .6);
      top: auto;
      left: auto;
      bottom: 7%;
      right: 8%;
      background-color: #fff;
    }
    .c-banner.prev-next-3 .swiper-button-prev {
      right: calc(8% + 3.75rem);
    }
    /* 样式四 */
    .c-banner.prev-next-4 {
      --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
      --swiper-navigation-size: 1.5rem;/* 设置按钮大小 */
    }
    .c-banner.prev-next-4 .swiper-button-prev, .c-banner.prev-next-4 .swiper-button-next {
      width: 3.125rem;
      height: 3.125rem;
      background-size: 1.25rem 1.25rem !important;
      margin-top: -0.9375rem;
      transition: all 0.3s ease-out 0s;
      background-color: rgba(0, 0, 0, .6);
      top: auto;
      left: 5%;
      bottom: 8%;
      right: auto;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid transparent;
      transition: .5s;
    }
    .c-banner.prev-next-4 .swiper-button-next {
      left: calc(5% + 3.75rem);
    }
    .c-banner.prev-next-4 .swiper-button-prev:hover, .c-banner.prev-next-4 .swiper-button-next:hover {
      border-color: #fff;
    }
    /* 样式五 */
    .c-banner.prev-next-5 {
      --swiper-navigation-color: #555;/* 单独设置按钮颜色 */
      --swiper-navigation-size: 1.125rem;/* 设置按钮大小 */
    }
    .c-banner.prev-next-5 .swiper-button-prev, .c-banner.prev-next-5 .swiper-button-next {
      width: 3.125rem;
      height: 3.125rem;
      background-size: 1.25rem 1.25rem !important;
      margin-top: -1.5625rem;
      transition: all 0.3s ease-out 0s;
      top: calc(50% - 1.875rem);
      left: auto;
      bottom: auto;
      right: 7%;
      background-color: transparent;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, .5);
    }
    .c-banner.prev-next-5 .swiper-button-next {
      top: calc(50% + 1.875rem);
    }
    .c-banner.prev-next-5 .swiper-button-prev:hover, .c-banner.prev-next-5 .swiper-button-next:hover {
      background-color: #fff;
    }
    /* 样式六 */
    .c-banner.prev-next-6 {
      --swiper-navigation-color: #555;/* 单独设置按钮颜色 */
      --swiper-navigation-size: 1.125rem;/* 设置按钮大小 */
    }
    .c-banner.prev-next-6 .swiper-button-prev, .c-banner.prev-next-6 .swiper-button-next {
      width: 3.125rem;
      height: 3.125rem;
      background-size: 1.25rem 1.25rem !important;
      margin-top: -1.5625rem;
      transition: all 0.3s ease-out 0s;
      left: -3.125rem;
      bottom: auto;
      right: auto;
      background-color: transparent;
      border-radius: 0 30px 30px 0;
      background-color: rgba(255, 255, 255, .5);
    }
    .c-banner.prev-next-6 .swiper-button-next {
      left: auto;
      right: -3.125rem;
      border-radius: 30px 0 0 30px;
    }
    .c-banner.prev-next-6 .swiper-button-prev::after {
      margin-right: .625rem;
    }
    .c-banner.prev-next-6 .swiper-button-next::after {
      margin-left: .625rem;
    }
    .c-banner.prev-next-6:hover .swiper-button-prev {
      left: 0;
    }
    .c-banner.prev-next-6:hover .swiper-button-next {
      right: 0;
    }

  /* 前进后退按钮 */

  /* 分页器 */
    /* 样式一 */
    .c-banner.pagination-1 .swiper-pagination {
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      padding: .625rem 1.875rem;
      border-radius: 30px;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
    }
    .c-banner.pagination-1 .swiper-pagination-bullet {
      width: .375rem;
      height: .375rem;
      background-color: rgba(255, 255, 255, 0.5);
      opacity: 1;
      transition: .5s;
    }
    .c-banner.pagination-1 .swiper-pagination-bullet-active {
      width: 1.25rem;
      height: .375rem;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      transition: .5s;
    }
    .c-banner.pagination-1 .swiper-pagination-fraction {
      color: #fff;
    }
    .c-banner.pagination-1 .swiper-pagination-fraction .swiper-pagination-current {
      font-size: 1rem;
      color: #fff;
      margin-right: .3125rem;
    }
    .c-banner.pagination-1 .swiper-pagination-fraction .swiper-pagination-total {
      font-size: 1rem;
      color: #fff;
      margin-left: .3125rem;
    }
    /* 样式二 */
    .c-banner.pagination-2 .swiper-pagination {
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      display: flex;
      align-items: center;
      bottom: 1.875rem;
    }
    .c-banner.pagination-2 .swiper-pagination-bullet {
      width: 1.5625rem;
      height: 1.5625rem;
      background-color: transparent;
      opacity: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border: .125rem solid transparent;
      transition: .5s;
    }
    .c-banner.pagination-2 .swiper-pagination-bullet::after {
      content: '';
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: #fff;
    }
    .c-banner.pagination-2 .swiper-pagination-bullet-active {
      border-color: #fff;
    }
    .c-banner.pagination-2 .swiper-pagination-fraction {
      color: #fff;
      border: .125rem solid #fff;
      padding: .375rem 1.875rem;
      border-radius: 30px;
    }
    .c-banner.pagination-2 .swiper-pagination-fraction .swiper-pagination-current {
      font-size: 1rem;
      color: #fff;
      margin-right: .3125rem;
    }
    .c-banner.pagination-2 .swiper-pagination-fraction .swiper-pagination-total {
      font-size: 1rem;
      color: #fff;
      margin-left: .3125rem;
    }
    /* 样式三 */
    .c-banner.pagination-3 .swiper-pagination {
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      display: flex;
      align-items: center;
      bottom: 1.875rem;
    }
    .c-banner.pagination-3 .swiper-pagination-bullet {
      width: .75rem;
      height: .75rem;
      background-color: rgba(255, 255, 255, 0.8);
      border: 2px solid transparent;
      opacity: 1;
      transition: .5s;
      margin: 0 .625rem;
    }
    .c-banner.pagination-3 .swiper-pagination-bullet-active {
      background-color: transparent;
      border-color: #fff;
      transform: scale(1.5);
    }
    .c-banner.pagination-3 .swiper-pagination-fraction {
      color: #fff;
      padding: .375rem 1.875rem;
      display: flex;
      align-items: baseline;
    }
    .c-banner.pagination-3 .swiper-pagination-fraction .swiper-pagination-current {
      font-size: 1.875rem;
      color: #fff;
      margin-right: .9375rem;
    }
    .c-banner.pagination-3 .swiper-pagination-fraction .swiper-pagination-total {
      font-size: 1rem;
      color: #fff;
      opacity: .7;
      margin-left: .9375rem;
    }
  /* 分页器 */

.c-banner .pic {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center bottom !important;
}
.c-banner .pic .info {
  max-width: 80%;
  text-align: center;
}
.c-banner .pic .info .title {
  font-size: 4rem;
  line-height: 6rem;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: .9375rem;
}
.c-banner .pic .info .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}

/* 轮播 */

/* 产品列表 */

  /* 样式一 */
  .c-product.product-1 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-product.product-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-product.product-1 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    margin-bottom: 4.25rem;
  }
  .c-product.product-1 .column-subtitle {
    display: none;
  }
  .c-product.product-1 .classify {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .c-product.product-1 .classify .item {
    font-size: 1.375rem;
    font-weight: 400;
    color: #666666;
    line-height: 2rem;
    margin-right: 4rem;
    cursor: pointer;
    position: relative;
    transition: ease-in-out .3s;
  }
  .c-product.product-1 .classify .item::after {
    content: '';
    display: block;
    width: 0;
    height: .1875rem;
    border-radius: .25rem;
    transition: ease-in-out .3s;
  }
  .c-product.product-1 .classify .item:last-child {
    margin-right: 0;
  }
  .c-product.product-1 .classify .item.active {
    /* font-size: 1.875rem; */
    font-weight: 400;
    color: #007AFF;
    /* line-height: 2.8125rem; */
  }
  .c-product.product-1 .classify .item.active::after {
    width: 100%;
    background-color: #007AFF;
  }
  .c-product.product-1 .classify .item:hover {
    color: #007AFF;
  }
  .c-product.product-1 .classify .item:hover::after {
    width: 100%;
    background-color: #007AFF;
  }
  .c-product.product-1 .more {
    position: absolute;
    right: 0;
    top: 7.6rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: #007AFF;
    line-height: 2rem;
    width: 11.25rem;
    height: 3.75rem;
    background: #FDFDFD;
    border-radius: .25rem;
    border: .125rem solid #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-product.product-1 .list {
    display: flex;
    align-items: center;
    height: 23.375rem;
  }
  .c-product.product-1 .list .li {
    width: 25%;
    padding: 3.125rem 2.375rem;
    border-right: 1px solid #d1d0d0;
    transition:  .5s;
  }
  .c-product.product-1 .list .li .image {
    width: 4.125rem;
    height: 4.125rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #F3F3F3;
  }
  .c-product.product-1 .list .li .title {
    font-size: 1.625rem;
    font-weight: 500;
    color: #333333;
    line-height: 2.375rem;
    margin-top: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-product.product-1 .list .li .subtitle {
    display: none;
  }
  .c-product.product-1 .list .li .description {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-product.product-1 .list .li:last-child {
    border-right: none;
  }
  .c-product.product-1 .list .li:hover {
    width: 26.25rem;
    box-shadow: 0px 0px 1.125rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem 6.25rem .25rem .25rem;
    border: .125rem solid #007AFF;
  }
  .c-product.product-1 .list .li:hover .description {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .c-product.product-1 .btn {
    display: none;
  }
  /* 样式一 */

  /* 样式二 */
  .c-product.product-2 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-product.product-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-product.product-2 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    margin-bottom: 4.25rem;
  }
  .c-product.product-2 .column-subtitle {
    display: none;
  }
  .c-product.product-2 .classify {
    display: none;
  }
  .c-product.product-2 .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    line-height: 3.75rem;
  }
  .c-product.product-2 .wrapper {
    padding: 0 6.875rem;
    position: relative;
  }
  .c-product.product-2 .wrapper .prev,.c-product.product-2 .wrapper .next {
    display: block;
    content: '';
    position: absolute;
    top: calc(16.5625rem - 1.0938rem);
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #FFFFFF;
    background-image: url(../img/icon/ic_right_3.png);
    background-repeat: no-repeat;
    background-size: .75rem auto;
    background-position: center;
    border: .125rem solid #007AFF;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
  .c-product.product-2 .wrapper .prev {
    left: 0;
    transform: rotate(180deg);
  }
  .c-product.product-2 .wrapper .next {
    right: 0;
  }
  .c-product.product-2 .list {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: .3125rem 0;
  }
  .c-product.product-2 .list .li {
    width: calc(33.33% - .3125rem);
    flex: 0 0 auto;
    background-color: #fff;
    margin: 0 .1563rem;
    border-radius: .3125rem;
    transition: .5s;
    overflow: hidden;
  }
  .c-product.product-2 .list .li a {
    display: block;
    overflow: hidden;
  }
  .c-product.product-2 .list .li .image {
    width: 100%;
    height: 16.5625rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #F3F3F3;
  }
  .c-product.product-2 .list .li .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    margin-top: 1.5625rem;
    padding: 0 1.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-product.product-2 .list .li .subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .9375rem;
    padding: 0 1.875rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-product.product-2 .list .li .description {
    display: none;
  }
  .c-product.product-2 .list .li:last-child {
    border-right: none;
  }
  .c-product.product-2 .btn {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: url(../img/icon/ic_right_1.png) no-repeat;
    background-size: .3125rem;
    background-position: center;
    background-color: #333333;
    margin: 1.875rem;
    float: right;
    transition: .3s;
  }
  .c-product.product-2 .list .li:hover {
    box-shadow: 0 0px .625rem 0px rgba(0, 0, 0, 0.1);
  }
  .c-product.product-2 .list .li:hover .btn {
    background-color: #007AFF;
  }
  /* 样式二 */

  /* 样式三 */
  .c-product.product-3 {
    background-color: #F7F7F7;
    padding: 10rem 0;
  }
  .c-product.product-3 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-product.product-3 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    margin-bottom: 2.8125rem;
    margin-top: 3.75rem;
    width: 15.625rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-product.product-3 .column-subtitle {
    font-size: 1rem;
    color: #999999;
    line-height: 1.5rem;
    width: 15.625rem;
    position: absolute;
    left: 0;
    top: 9.375rem;
  }
  .c-product.product-3 .classify {
    display: none;
  }
  .c-product.product-3 .more {
    display: none;
  }
  .c-product.product-3 .wrapper {
    width: calc(100% - 15.625rem);
    margin-left: 15.625rem;
  }
  .c-product.product-3 .wrapper .prev,.c-product.product-3 .wrapper .next {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 25rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #FFFFFF;
    background-image: url(../img/icon/ic_right_3.png);
    background-repeat: no-repeat;
    background-size: .75rem auto;
    background-position: center;
    border: .125rem solid #979797;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
  .c-product.product-3 .wrapper .prev {
    transform: rotate(180deg);
  }
  .c-product.product-3 .wrapper .next {
    left: 4.0625rem;
  }
  .c-product.product-3 .wrapper .prev:hover,.c-product.product-3 .wrapper .next:hover {
    border-color: #007AFF;
  }
  .c-product.product-3 .list {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: .3125rem 0 1.25rem;
  }
  .c-product.product-3 .list .li {
    width: calc(33.33% - .3125rem);
    flex: 0 0 auto;
    background-color: #fff;
    margin: 0 .1563rem;
    border-radius: .3125rem;
    transition: .5s;
    position: relative;
    margin-bottom: .9375rem;
    padding-bottom: 1.875rem;
  }
  .c-product.product-3 .list .li a {
    display: block;
  }
  .c-product.product-3 .list .li .image {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #FFFFFF;
  }
  .c-product.product-3 .list .li .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    margin-top: 1.5625rem;
    padding: 0 1.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-product.product-3 .list .li .subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .9375rem;
    padding: 0 1.875rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-product.product-3 .list .li .description {
    display: none;
  }
  .c-product.product-3 .btn {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 30px;
    background-color: #007AFF;
    transition: .3s;
    position: absolute;
    right: 1.875rem;
    bottom: -1.125rem;
    padding: .1875rem;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }
  .c-product.product-3 .btn::before {
    content: '';
    display: block;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background: url(../img/icon/ic_right_2.png) no-repeat;
    background-size: .3125rem;
    background-position: center;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .c-product.product-3 .btn::after {
    content: '查看更多';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    white-space: nowrap;
    top: 0;
    padding-left: .3125rem;
    padding-right: .625rem;
    font-size: 1rem;
    color: #FFFFFF;
    opacity: 0;
    transition: .2s;
  }
  .c-product.product-3 .list .li:hover {
    box-shadow: 0 0px .625rem 0px rgba(0, 0, 0, 0.1);
  }
  .c-product.product-3 .list .li:hover .btn {
    width: 8.75rem;
  }
  .c-product.product-3 .list .li:hover .btn::after {
    opacity: 1;
  }
  /* 样式三 */

/* 产品列表 */

/* 新闻资讯 */

  /* 样式一 */
  .c-news.news-1 {
    background-color: #F7F7F7;
    padding: 10rem 0;
  }
  .c-news.news-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-news.news-1 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    margin-bottom: .3125rem;
    text-align: center;
  }
  .c-news.news-1 .column-subtitle {
    font-size: 1rem;
    color: #999999;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 6.25rem;
  }
  .c-news.news-1 .classify {
    display: none;
  }
  .c-news.news-1 .more {
    display: none;
  }
  .c-news.news-1 .wrapper {}
  .c-news.news-1 .wrapper .prev,.c-news.news-1 .wrapper .next {}
  .c-news.news-1 .wrapper .prev {}
  .c-news.news-1 .wrapper .next {}
  .c-news.news-1 .wrapper .prev:hover,.c-news.news-1 .wrapper .next:hover {}
  .c-news.news-1 .list {}
  .c-news.news-1 .list::after {
    content: '';
    display: block;
    clear: both;
  }
  .c-news.news-1 .list .li {
    width: calc((100% - 27.5rem) / 2);
    background-color: #fff;
    margin-bottom: 2.5rem;
    float: left;
    padding-bottom: 2.5rem;
    transition: .5s;
    padding: 1.75rem 0 5.935rem;
    position: relative;
  }
  .c-news.news-1 .list .li::before {
    width: 5.625rem;
    height: .0625rem;
    background-color: #979797;
    content: '';
    display: block;
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
  }
  .c-news.news-1 .list .li a {
    display: block;
  }
  .c-news.news-1 .list .li .tag {
    display: none;
  }
  .c-news.news-1 .list .li .title {
    font-size: 1.375rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    padding: 0 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-news.news-1 .list .li .subtitle {
    display: none;
  }
  .c-news.news-1 .list .li .date {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
    position: absolute;
    right: 2.5rem;
    bottom: 1.75rem;
  }
  .c-news.news-1 .list .li .description {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .3125rem;
    padding: 0 2.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-news.news-1 .list .li .btn {
    display: none;
    width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #666666;
    transition: .3s;
    background-image: url(../img/icon/ic_right_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .3125rem;
    margin: .9375rem 2.5rem 0;
    float: right;
  }
  .c-news.news-1 .list .li:first-child {
    width: 25rem;
    margin-right: 2.5rem;
    position: relative;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .c-news.news-1 .list .li:first-child::before {
    display: none;
  }
  .c-news.news-1 .list .li:first-child::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 46%;
    background-color: #000;
  }
  .c-news.news-1 .list .li:first-child .image {
    position: relative;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 5;
    background-color: #F3F3F3;
    width: calc(100% - 5rem);
    padding-top: calc(60% - 3.625rem);
    background-repeat: no-repeat !important;
    background-size: calc(100% - 2.5rem) !important;
    background-position: center !important;
  }
  .c-news.news-1 .list .li:first-child .title {
    white-space: inherit;
    margin-top: 3.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-news.news-1 .list .li:first-child .date {
    display: none;
  }
  .c-news.news-1 .list .li:first-child .description {
    -webkit-line-clamp: 3;
    margin-top: .9375rem;
  }
  .c-news.news-1 .list .li:first-child .btn {
    display: block;
  }
  .c-news.news-1 .list .li:hover {
    box-shadow: 0 0px .625rem 0px rgba(0, 0, 0, 0.1);
  }
  /* 样式一 */

  /* 样式二 */
  .c-news.news-2 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-news.news-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-news.news-2 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    position: relative;
    z-index: 5;
    background: transparent;
  }
  .c-news.news-2 .column-subtitle {
    font-size: 4.875rem;
    font-weight: bold;
    color: #F5F5F5;
    line-height: 6.25rem;
    margin-top: -5.625rem;
    letter-spacing: -0.1875rem;
    margin-bottom: 5rem;
  }
  .c-news.news-2 .classify {
    display: none;
  }
  .c-news.news-2 .more {
    position: absolute;
    right: 0;
    bottom: -5.375rem;
    margin: 2.1875rem 0;
    display: flex;
    align-items: center;
  }
  .c-news.news-2 .more::before {
    display: block;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/icon/ic_bottom_1.png) no-repeat;
    background-size: .625rem 1.25rem;
  }
  .c-news.news-2 .more::after{
    content: 'LOAD MORE';
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
  }
  .c-news.news-2 .wrapper {}
  .c-news.news-2 .wrapper .prev,.c-news.news-2 .wrapper .next {}
  .c-news.news-2 .wrapper .prev {}
  .c-news.news-2 .wrapper .next {}
  .c-news.news-2 .wrapper .prev:hover,.c-news.news-2 .wrapper .next:hover {}
  .c-news.news-2 .list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
  }
  .c-news.news-2 .list .li {
    width: calc(33.33% - 1.6663rem);
    margin-right: 2.5rem;
    background-color: #fff;
    transition: .5s;
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 5rem;
  }
  .c-news.news-2 .list .li:nth-child(3n) {
    margin-right: 0;
  }
  .c-news.news-2 .list .li a {
    display: block;
  }
  .c-news.news-2 .list .li .image {
    width: 100%;
    padding-top: 60%;
    background-color: #F3F3F3;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .c-news.news-2 .list .li .tag {
    width: 70%;
    height: 3.625rem;
    background: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    position: absolute;
    margin-top: -3.625rem;
  }
  .c-news.news-2 .list .li .title {
    font-size: 1.625rem;
    font-weight: 500;
    color: #333333;
    line-height: 2.375rem;
    padding: 0 1.875rem;
    margin-top: 2.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-news.news-2 .list .li .subtitle {
    display: none;
  }
  .c-news.news-2 .list .li .date {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
    position: absolute;
    left: 1.875rem;
    bottom: 2.5rem;
  }
  .c-news.news-2 .list .li .description {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .9375rem;
    padding: 0 1.875rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .c-news.news-2 .list .li .btn {
    display: none;
    width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #666666;
    transition: .3s;
    background-image: url(../img/icon/ic_right_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .3125rem;
    margin: .9375rem 2.5rem 0;
    float: right;
  }
  .c-news.news-2 .list .li:hover {
    box-shadow: 0 0px .625rem 0px rgba(0, 0, 0, 0.1);
  }
  /* 样式二 */

  /* 样式三 */
  .c-news.news-3 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-news.news-3 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
  }
  .c-news.news-3 .column-title {
    font-size: 3.375rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-news.news-3 .column-subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.875rem;
    text-align: center;
    margin-top: .625rem;
    margin-bottom: 3.125rem;
    padding-bottom: 1.875rem;
    position: relative;
    display: inline-block;
  }
  .c-news.news-3 .column-subtitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .25rem;
    background: #007AFF;
    content: '';
    display: block;
  }
  .c-news.news-3 .classify {
    display: none;
  }
  .c-news.news-3 .more {
    display: inline-block;
    min-width: 8.75rem;
    height: 2.875rem;
    line-height: 2.875rem;
    background: #FFFFFF;
    border-radius: 30px;
    border: .125rem solid #979797;
    text-align: center;
    padding: 0 1.875rem;
    position: absolute;
    left: 50%;
    bottom: -5.3125rem;
    transform: translateX(-50%);
  }
  .c-news.news-3 .more::after {
    content: 'MORE';
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
  }
  .c-news.news-3 .wrapper {}
  .c-news.news-3 .wrapper .prev,.c-news.news-3 .wrapper .next {}
  .c-news.news-3 .wrapper .prev {}
  .c-news.news-3 .wrapper .next {}
  .c-news.news-3 .wrapper .prev:hover,.c-news.news-3 .wrapper .next:hover {}
  .c-news.news-3 .list {}
  .c-news.news-3 .list .li {
    transition: .5s;
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, .5);
  }
  .c-news.news-3 .list .li:first-child {
    border-top: 1px solid rgba(151, 151, 151, .5);
  }
  .c-news.news-3 .list .li a {
    display: flex;
    align-items: center;
  }
  .c-news.news-3 .list .li .image {
    width: 8.75rem;
    height: 2.875rem;
    margin: 2.5rem 0;
    background-color: #F3F3F3;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: 4;
  }
  .c-news.news-3 .list .li .tag {
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 2.875rem;
    background: #333333;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
    margin: 2.5rem 0;
    position: relative;
    z-index: 5;
  }
  .c-news.news-3 .list .li .title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12.5rem;
    padding-left: 1.875rem;
    transition: .5s;
  }
  .c-news.news-3 .list .li .subtitle {
    display: none;
  }
  .c-news.news-3 .list .li .date {
    width: 9.375rem;
    font-size: .875rem;
    color: #333333;
    position: absolute;
    right: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }
  .c-news.news-3 .list .li .date::after {
    content: '';
    display: block;
    width: .75rem;
    height: .625rem;
    background-image: url(../img/icon/ic_right_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: .9375rem;
  }
  .c-news.news-3 .list .li .description {
    font-size: .9375rem;
    color: #333333;
    line-height: 1.875rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .9375rem;
    padding-right: 12.5rem;
    position: absolute;
    left: 10.625rem;
    top: 45%;
    height: 0;
    text-align: left;
    transition: .5s;
  }
  .c-news.news-3 .list .li .btn {
    display: none;
  }
  .c-news.news-3 .list .li:hover .image {
    width: 25rem;
    height: 15rem;
    margin: 0;
  }
  .c-news.news-3 .list .li:hover .tag {
    width: 25rem;
    height: 15rem;
    margin: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
  }
  .c-news.news-3 .list .li:hover .title {
    margin-bottom: 4.375rem;
  }
  .c-news.news-3 .list .li:hover .description {
    height: 3.75rem;
    left: 26.875rem;
  }
  /* 样式三 */

  /* 样式四 */
  .c-news.news-4 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-news.news-4 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-news.news-4 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    margin-bottom: 5rem;
  }
  .c-news.news-4 .column-subtitle {
    display: none;
  }
  .c-news.news-4 .classify {
    position: absolute;
    right: 0;
    top: .9375rem;
  }
  .c-news.news-4 .classify .item {
    font-size: 1rem;
    color: #666666;
    line-height: 1.5rem;
    margin-left: 2.5rem;
    position: relative;
    cursor: pointer;
    transition: .3s;
    float: left;
  }
  .c-news.news-4 .classify .item.active {
    color: #007AFF;
  }
  .c-news.news-4 .classify .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.3125rem;
    width: 0;
    height: .125rem;
    background-color: #007AFF;
    transition: .3s;
  }
  .c-news.news-4 .classify .item.active::after {
    width: 100%;
  }
  .c-news.news-4 .classify .item:hover {
    color: #007AFF;
  }
  .c-news.news-4 .classify .item:hover::after {
    width: 100%;
  }
  .c-news.news-4 .more {
    display: none;
  }
  .c-news.news-4 .wrapper {}
  .c-news.news-4 .wrapper .prev,.c-news.news-4 .wrapper .next {}
  .c-news.news-4 .wrapper .prev {}
  .c-news.news-4 .wrapper .next {}
  .c-news.news-4 .wrapper .prev:hover,.c-news.news-4 .wrapper .next:hover {}
  .c-news.news-4 .list {
    overflow: hidden;
  }
  .c-news.news-4 .list .li {
    width: calc(100% - 37.5rem);
    transition: .5s;
    position: relative;
    float: left;
    padding: 1.75rem 0;
    border-top: 1px solid rgba(151, 151, 151, .4);
  }
  .c-news.news-4 .list .li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-news.news-4 .list .li .image {
    display: none;
  }
  .c-news.news-4 .list .li .tag {
    display: none;
  }
  .c-news.news-4 .list .li .title {
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1.875rem;
  }
  .c-news.news-4 .list .li .subtitle {
    display: none;
  }
  .c-news.news-4 .list .li .date {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.5rem;
    flex: 0 0 auto;
  }
  .c-news.news-4 .list .li .description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.875rem;
    display: none;
  }
  .c-news.news-4 .list .li .btn {
    display: none;
  }
  .c-news.news-4 .list .li:last-child {
    border-bottom:  1px solid rgba(151, 151, 151, .4);
  }
  .c-news.news-4 .list .li:first-child a {
    display: block;
  }
  .c-news.news-4 .list .li:first-child {
    width: 32.5rem;
    padding: 0;
    border-top: none;
    margin-right: 5rem;
    background-color: RGBA(249, 249, 249, 1);
  }
  .c-news.news-4 .list .li:first-child .image {
    display: block;
    width: 100%;
    padding-top: 60%;
    background-color: #F3F3F3;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .c-news.news-4 .list .li:first-child .title {
    margin-top: 2.5rem;
    padding: 0 2.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    padding-right: 0;
  }
  .c-news.news-4 .list .li:first-child .date {
    padding: 0 1.375rem;
    height: 3.125rem;
    line-height: 3.125rem;
    background: #007AFF;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    right: 0;
    margin-top: -7.875rem;
  }
  .c-news.news-4 .list .li:first-child .description {
    font-size: 1rem;
    height: 5.625rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .625rem;
    margin-bottom: 2.5rem;
    padding: 0 2.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .c-news.news-4 .list .li:nth-child(2) {
    margin-right: 2.5rem;
  }
  .c-news.news-4 .list .li:nth-child(2) a,.c-news.news-4 .list .li:nth-child(3) a {
    display: block;
  }
  .c-news.news-4 .list .li:nth-child(2),.c-news.news-4 .list .li:nth-child(3) {
    width: calc((100% - 37.5rem - 2.5rem) / 2);
    padding: 0;
    border-top: none;
    margin-bottom: 1.875rem;
  }
  .c-news.news-4 .list .li:nth-child(2) .image, .c-news.news-4 .list .li:nth-child(3) .image {
    display: block;
    width: 100%;
    padding-top: 60%;
    background-color: #F3F3F3;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .c-news.news-4 .list .li:nth-child(2) .title, .c-news.news-4 .list .li:nth-child(3) .title  {
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    font-weight: bold;
    padding-right: 0;
  }
  .c-news.news-4 .list .li:nth-child(2) .date, .c-news.news-4 .list .li:nth-child(3) .date {
    padding: 0 .9375rem;
    height: 2.25rem;
    line-height: 2.25rem;
    background: #007AFF;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    right: 0;
    margin-top: -5.0625rem;
  }
  .c-news.news-4 .list .li:nth-child(2) .description, .c-news.news-4 .list .li:nth-child(3) .description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: .625rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  /* 样式四 */

  /* 样式五 */
  .c-news.news-5 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-news.news-5 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-news.news-5 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-news.news-5 .column-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #333333;
    line-height: 1.875rem;
    margin-bottom: 4.0625rem;
  }
  .c-news.news-5 .classify {
    display: none;
  }
  .c-news.news-5 .classify .item {}
  .c-news.news-5 .classify .item.active {}
  .c-news.news-5 .classify .item::after {}
  .c-news.news-5 .classify .item.active::after {}
  .c-news.news-5 .classify .item:hover { }
  .c-news.news-5 .classify .item:hover::after {}
  .c-news.news-5 .more {
    display: none;
  }
  .c-news.news-5 .wrapper {}
  .c-news.news-5 .wrapper .prev,.c-news.news-5 .wrapper .next {}
  .c-news.news-5 .wrapper .prev {}
  .c-news.news-5 .wrapper .next {}
  .c-news.news-5 .wrapper .prev:hover,.c-news.news-5 .wrapper .next:hover {}
  .c-news.news-5 .list {
    overflow: hidden;
  }
  .c-news.news-5 .list .li {
    width: 31.875rem;
    padding: 2.3125rem 4rem 2.3125rem 1.875rem;
    transition: .5s;
    position: relative;
    float: left;
    transition: .5s;
  }
  .c-news.news-5 .list .li a::before {
    display: inline-block;
    font-size: 3.375rem;
    font-weight: 600;
    color: #666666;
    float: left;
    margin-right: 1.25rem;
  }
  .c-news.news-5 .list .li:nth-child(2) a::before {
    content: '02';
  }
  .c-news.news-5 .list .li:nth-child(3) a::before {
    content: '03';
  }
  .c-news.news-5 .list .li:nth-child(4) a::before {
    content: '04';
  }
  .c-news.news-5 .list .li:nth-child(5) a::before {
    content: '05';
  }
  .c-news.news-5 .list .li a {
    overflow: hidden;
  }
  .c-news.news-5 .list .li .image {
    display: none;
  }
  .c-news.news-5 .list .li .tag {
    display: none;
  }
  .c-news.news-5 .list .li .title {
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.2625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-news.news-5 .list .li .subtitle {
    font-size: 14px;
    color: #666666;
    line-height: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-news.news-5 .list .li .date {
    display: none;
  }
  .c-news.news-5 .list .li .description {
    display: none;
  }
  .c-news.news-5 .list .li .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background-image: url(../img/icon/ic_right_3.png);
    background-size: .9375rem auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-news.news-5 .list .li:first-child {
    padding: 0;
    width: calc(100% - 36.25rem);
    margin-right: 4.375rem;
    background-color: #fff !important;
  }
  .c-news.news-5 .list .li:first-child::before {
    display: none;
  }
  .c-news.news-5 .list .li:first-child .image {
    background-color: #F3F3F3;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    padding-top: 60%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .c-news.news-5 .list .li:first-child .title {
    font-size: 1.375rem;
    color: #333333 !important;
    line-height: 1.875rem;
  }
  .c-news.news-5 .list .li:first-child .title::after {
    display: block;
    content: '···';
    font-weight: bold;
    color: #007AFF;
    font-size: 1.875rem;
  }
  .c-news.news-5 .list .li:first-child .subtitle {
    color: #666 !important;
    white-space: inherit;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-news.news-5 .list .li:first-child .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007AFF;
    border-radius: 30px;
    width: 8rem;
    height: 2.8125rem;
    margin-top: 1.25rem;
    position: static;
    transform: translateY(0);
    filter: invert(0) !important;
  }
  .c-news.news-5 .list .li:first-child .btn::after {
    display: block;
    content: '查看更多';
    color: #fff;
    font-size: .875rem;
  }
  .c-news.news-5 .list .li:hover {
    background-color: #007AFF;
  }
  .c-news.news-5 .list .li:hover a::before,.c-news.news-5 .list .li:hover .title, .c-news.news-5 .list .li:hover .subtitle {
    color: #fff;
  }
  .c-news.news-5 .list .li:hover .btn {
    filter: invert(1);
  }
  /* 样式五 */

/* 新闻资讯 */

/* 联系我们 */

  /* 样式一 */
  .c-contact.contact-1 {
    background-color: #fff;
    padding: 10rem 0 0;
  }
  .c-contact.contact-1 .container {
    position: relative;
  }
  .c-contact.contact-1 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-contact.contact-1 .column-subtitle {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.875rem;
    text-align: center;
    margin-top: .625rem;
    margin-bottom: 3.125rem;
    padding: 0 1.875rem;
  }
  .c-contact.contact-1 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .c-contact.contact-1 .box .form {
    width: 40%;
    background-color: #fff;
    margin: 0 5%;
    padding: 5rem ;
  }
  .c-contact.contact-1 .box .form .group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
  }
  .c-contact.contact-1 .box .form .group .tit {
    font-size: 1.625rem;
    line-height: 3.125rem;
    color: #333;
    width: 6.25rem;
  }
  .c-contact.contact-1 .box .form .input {
    width: calc(100% - 6.25rem);
    height: 3.125rem;
    border: 1px solid #888;
    padding: 0 1.25rem;
    font-size: 1.125rem;
  }
  .c-contact.contact-1 .box .form .textarea {
    width: calc(100% - 6.25rem);
    height: 7.5rem;
    border: 1px solid #888;
    padding: 1.25rem;
    font-size: 1.125rem;
  }
  .c-contact.contact-1 .box .form .btn {
    font-size: 1rem;
    width: 9.375rem;
    height: 3.75rem;
    color: #ffff;
    background-color: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.125rem auto 0;
  }
  .c-contact.contact-1 .box .company-info {
    width: 50%;
    background-color: rgba(0, 0, 0, .8);
    padding: 7.5rem 6.25rem;
  }
  .c-contact.contact-1 .box .company-info .company-name {
    font-size: 2.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 4.25rem;
    margin-bottom: 5.375rem;
  }
  .c-contact.contact-1 .box .company-info .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding-bottom: 3.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
  .c-contact.contact-1 .box .company-info .list ul {
    width: 50%;
    padding-right: .9375rem;
    flex: 0 0 auto;
  }
  .c-contact.contact-1 .box .company-info .list ul li {
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-bottom: .9375rem;
  }
  .c-contact.contact-1 .box .company-info .list ul li:first-child {
    font-size: 1.625rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.5rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 1.25rem;
  }
  .c-contact.contact-1 .box .company-info .list ul li:last-child {
    margin-bottom: 0;
  }
  .c-contact.contact-1 .box .company-info .map {
    background-color: #fff;
  }
  .c-contact.contact-1 .box .company-info .map {
    width: 100%;
    padding-top: 60%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /* 样式一 */

  /* 样式二 */
  .c-contact.contact-2 {
    background-color: #fff;
    padding: 2.5rem 0;
  }
  .c-contact.contact-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-contact.contact-2 .column-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #333333;
    line-height: 2.625rem;
    text-align: center;
  }
  .c-contact.contact-2 .column-subtitle {
    max-width: 32.5rem;
    font-size: .875rem;
    font-weight: 500;
    color: #666666;
    line-height: 1.25rem;
    margin: .625rem auto 3.125rem;
    text-align: center;
  }
  .c-contact.contact-2 .box {}
  .c-contact.contact-2 .box .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    margin-bottom: 3.125rem;
  }
  .c-contact.contact-2 .box .form .group {
    width: 33.33%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
  }
  .c-contact.contact-2 .box .form .group:nth-child(4) {
    width: 100%;
  }
  .c-contact.contact-2 .box .form .group .tit {
    width: 5rem;
    font-size: 1.125rem;
    color: #333333;
    line-height: 3.75rem;
    text-align: right;
  }
  .c-contact.contact-2 .box .form .input {
    width: calc(100% - 5rem);
    height: 3.75rem;
    border: none;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    background: #F6F6F6;
    box-shadow: 0px 0px .375rem 0px rgba(224,224,224,0.5000);
  }
  .c-contact.contact-2 .box .form .textarea {
    width: calc(100% - 5rem) !important;
    height: 15.3125rem !important;
    background: #F6F6F6;
    box-shadow: 0px 0px .375rem 0px rgba(224,224,224,0.5000);
    font-size: 1.125rem;
    border: none;
    padding: 1.25rem;
    box-sizing: border-box;
  }
  .c-contact.contact-2 .box .form .btn {
    width: 15.125rem;
    height: 3.75rem;
    background: #007AFF;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: .625rem;
  }
  .c-contact.contact-2 .box .company-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .c-contact.contact-2 .box .company-info .company-name {
    display: none;
  }
  .c-contact.contact-2 .box .company-info .list {
    width: 25rem;
    flex: 0 0 auto;
  }
  .c-contact.contact-2 .box .company-info .list ul {
    margin-bottom: 1.875rem;
  }
  .c-contact.contact-2 .box .company-info .list ul li {
    font-size: 1rem;
    color: #999;
    line-height: 1.5rem;
    margin-bottom: .9375rem;
  }
  .c-contact.contact-2 .box .company-info .list ul li:first-child {
    font-size: 1.375rem;
    font-weight: 500;
    color: #333;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .c-contact.contact-2 .box .company-info .map {
    background-color: #f3f3f3;
  }
  .c-contact.contact-2 .box .company-info .map {
    width: calc(100% - 26.875rem);
    padding-top: calc((100% - 26.875rem) /100 * 60);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /* 样式二 */

  /* 样式三 */
  .c-contact.contact-3 {
    background-color: #fff;
    padding: 2.5rem 0 0;
    overflow: hidden;
  }
  .c-contact.contact-3 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-contact.contact-3 .column-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #333333;
    line-height: 2.625rem;
    text-align: center;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    margin-bottom: 2.5rem;
  }
  .c-contact.contact-3 .column-subtitle {
    display: none;
  }
  .c-contact.contact-3 .box {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-contact.contact-3 .box .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6.25rem 0 5rem;
    position: relative;
  }
  .c-contact.contact-3 .box .form::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    background: url(../img/contact_3.jpg) no-repeat;
    background-size: cover;
  }
  .c-contact.contact-3 .box .form .group {
    width: 33.33%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
    position: relative;
    z-index: 2;
  }
  .c-contact.contact-3 .box .form .group:nth-child(4) {
    width: 100%;
  }
  .c-contact.contact-3 .box .form .group .tit {
    width: 5rem;
    font-size: 1.125rem;
    color: #333333;
    line-height: 3.75rem;
    text-align: right;
  }
  .c-contact.contact-3 .box .form .input {
    width: calc(100% - 5rem);
    height: 3.75rem;
    border: none;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    background: #fff;
    box-shadow: 0px 0px .375rem 0px rgba(224,224,224,0.5000);
  }
  .c-contact.contact-3 .box .form .textarea {
    width: calc(100% - 5rem) !important;
    height: 15.3125rem !important;
    background: #fff;
    box-shadow: 0px 0px .375rem 0px rgba(224,224,224,0.5000);
    font-size: 1.125rem;
    border: none;
    padding: 1.25rem;
    box-sizing: border-box;
  }
  .c-contact.contact-3 .box .form .btn {
    width: 15.125rem;
    height: 3.75rem;
    background: #007AFF;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: .625rem;
    position: relative;
    z-index: 2;
  }
  .c-contact.contact-3 .box .company-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c-contact.contact-3 .box .company-info .company-name {
    display: none;
  }
  .c-contact.contact-3 .box .company-info .list {
    margin: 3.75rem 0;
  }
  .c-contact.contact-3 .box .company-info .list ul {
    margin-bottom: 1.875rem;
    overflow: hidden;
    width: 100%;
  }
  .c-contact.contact-3 .box .company-info .list ul li {
    font-size: 1rem;
    color: #999;
    line-height: 1.5rem;
    margin-bottom: .9375rem;
    float: left;
    width: 25%;
    padding-right: .625rem;
  }
  .c-contact.contact-3 .box .company-info .list ul li:first-child {
    width: 100%;
    font-size: 1.375rem;
    font-weight: 500;
    color: #333;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .c-contact.contact-3 .box .company-info .map {
    background-color: #f3f3f3;
  }
  .c-contact.contact-3 .box .company-info .map {
    width: 100%;
    padding-top: 60%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /* 样式三 */

  /* 样式四 */
  .c-contact.contact-4 {
    background: url(../img/contact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-contact.contact-4 .container {
    padding: 6.25rem 5%;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
  }
  .c-contact.contact-4 .column-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #333333;
    line-height: 2.625rem;
    text-align: center;
    width: 45%;
    position: absolute;
    right: 5%;
    top: 10.25rem;
  }
  .c-contact.contact-4 .column-subtitle {
    display: none;
  }
  .c-contact.contact-4 .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .c-contact.contact-4 .box .form {
    width: 50%;
    max-width: 53.125rem;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 10rem 5rem 5rem;
  }
  .c-contact.contact-4 .box .form .group {
    width: 48%;
    margin-bottom: 2.5rem;
  }
  .c-contact.contact-4 .box .form .group:nth-child(3), .c-contact.contact-4 .box .form .group:nth-child(4) {
    width: 100%;
  }
  .c-contact.contact-4 .box .form .group .tit {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.75rem;
    margin-bottom: .625rem;
  }
  .c-contact.contact-4 .box .form .input {
    width: 100%;
    height: 3.75rem;
    border: none;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    background: rgba(239, 240, 244, 1);
    border-radius: .5rem;
  }
  .c-contact.contact-4 .box .form .textarea {
    width: 100% !important;
    height: 15.3125rem !important;
    background: rgba(239, 240, 244, 1);
    border-radius: .5rem;
    font-size: 1.125rem;
    border: none;
    padding: 1.25rem;
    box-sizing: border-box;
  }
  .c-contact.contact-4 .box .form .btn {
    width: 18.75rem;
    height: 3.75rem;
    border-radius: .5rem;
    background: #007AFF;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: .625rem;
  }
  .c-contact.contact-4 .box .company-info {
    width: 50%;
    padding-right: 6.25rem;
  }
  .c-contact.contact-4 .box .company-info .company-name {
    display: none;
  }
  .c-contact.contact-4 .box .company-info .list {}
  .c-contact.contact-4 .box .company-info .list ul {
    margin-bottom: 2.5rem;
  }
  .c-contact.contact-4 .box .company-info .list ul li {
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-bottom: .9375rem;
  }
  .c-contact.contact-4 .box .company-info .list ul li:first-child {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    margin-bottom: 1.25rem;
  }
  .c-contact.contact-4 .box .company-info .map {
    background-color: #f3f3f3;
    max-width: 53.125rem;
  }
  .c-contact.contact-4 .box .company-info .map {
    width: 100%;
    padding-top:60%;
    border-radius: 1.25rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /* 样式四 */

  /* 样式五 */
  .c-contact.contact-5 {}
  .c-contact.contact-5 .container {}
  .c-contact.contact-5 .column-title {
    font-size: 2.8125rem;
    font-weight: bold;
    color: #333333;
    line-height: 4.25rem;
    position: absolute;
    right: 0;
    top: 6.875rem;
    width: calc(100% - 38.75rem);
    padding-left: 9.375rem;
  }
  .c-contact.contact-5 .column-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    color: #666666;
    line-height: 2rem;
    position: absolute;
    right: 0;
    top: 11.875rem;
    width: calc(100% - 38.75rem);
    padding-left: 9.375rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-contact.contact-5 .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background: url(../img/contact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: left
  }
  .c-contact.contact-5 .box .form {
    width: calc(100% - 38.75rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 21.25rem 9.375rem 6.875rem;
  }
  .c-contact.contact-5 .box .form .group {
    width: 48%;
    margin-bottom: 2.5rem;
  }
  .c-contact.contact-5 .box .form .group:nth-child(3), .c-contact.contact-5 .box .form .group:nth-child(4) {
    width: 100%;
  }
  .c-contact.contact-5 .box .form .group .tit {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.75rem;
    margin-bottom: .625rem;
  }
  .c-contact.contact-5 .box .form .input {
    width: 100%;
    height: 3.75rem;
    border: none;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    background: rgba(239, 240, 244, 1);
    border-radius: .5rem;
  }
  .c-contact.contact-5 .box .form .textarea {
    width: 100% !important;
    height: 15.3125rem !important;
    background: rgba(239, 240, 244, 1);
    border-radius: .5rem;
    font-size: 1.125rem;
    border: none;
    padding: 1.25rem;
    box-sizing: border-box;
  }
  .c-contact.contact-5 .box .form .btn {
    width: 23.75rem;
    height: 4.875rem;
    border-radius: 60px;
    background: #007AFF;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: .625rem;
  }
  .c-contact.contact-5 .box .company-info {
    width: 38.75rem;
    padding: 6.875rem;;
    background-color: rgba(0, 0, 0, .7);
  }
  .c-contact.contact-5 .box .company-info .company-name {
    display: none;
  }
  .c-contact.contact-5 .box .company-info .list {}
  .c-contact.contact-5 .box .company-info .list ul {
    margin-bottom: 2.5rem;
  }
  .c-contact.contact-5 .box .company-info .list ul li {
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 2.125rem;
    margin-bottom: 4.375rem;
  }
  .c-contact.contact-5 .box .company-info .list ul li .tit {
    display: block;
    margin-bottom: .625rem;
  }
  .c-contact.contact-5 .box .company-info .list ul li:first-child {
    font-size: 2.8125rem;
    font-weight: bold;
    line-height: 4.25rem;
    margin-bottom: 6.25rem;
  }
  .c-contact.contact-5 .box .company-info .map {
    background-color: #f3f3f3;
    max-width: 53.125rem;
  }
  .c-contact.contact-5 .box .company-info .map {
    display: none;
  }
  /* 样式五 */

/* 联系我们 */

/* 关于我们 */

  /* 样式一 */
  .c-about.about-1 {
    background-color: #fff;
    padding: 6.25rem 0 10rem;
  }
  .c-about.about-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding-top: 5rem;
  }
  .c-about.about-1 .container::before {
    content: '';
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    opacity: 0.14;
    border: .625rem solid #979797;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-about.about-1 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    width: 50%;
    display: flex;
    align-items: center;
    padding-right: 5rem;
  }
  .c-about.about-1 .column-title::after {
    content: '';
    display: block;
    width: 18.125rem;
    height: .25rem;
    background: #333333;
    margin-left: 1.875rem;
  }
  .c-about.about-1 .column-subtitle {
    width: 50%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    padding-right: 5rem;
  }
  .c-about.about-1 .column-subtitle::after {
    display: block;
    content: '';
    width: 2rem;
    height: 2px;
    background: #333333;
    margin: 1.875rem 0;
  }
  .c-about.about-1 .info {
    width: 50%;
    padding-right: 5rem;
  }
  .c-about.about-1 .info .title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #333333;
    line-height: 3rem;
    margin-bottom: 1.25rem;
  }
  .c-about.about-1 .info .subtitle {
    display: none;
  }
  .c-about.about-1 .info .description {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    line-height: 2rem;
  }
  .c-about.about-1 .image {
    width: 50%;
    padding-top: 37.5%;
    background-color: #F3F3F3;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    right: 0;
    top: 5rem;
  }
  .c-about.about-1 .more {
    display: none;
  }
  /* 样式一 */

  /* 样式二 */
  .c-about.about-2 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-about.about-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
  }
  .c-about.about-2 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-about.about-2 .column-subtitle {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 3.75rem;
  }
  .c-about.about-2 .info {
    width: 50%;
    padding-left: 5rem;
    float: right;
    padding-top: 2.5rem;
  }
  .c-about.about-2 .info .title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-about.about-2 .info .subtitle {
    display: none;
  }
  .c-about.about-2 .info .description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.875rem;
    margin-bottom: 3.125rem;
  }
  .c-about.about-2 .image {
    width: 50%;
    padding-top: 37.5%;
    background-color: #F3F3F3;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
  }
  .c-about.about-2 .more {
    padding-left: 5rem;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.625rem;
  }
  /* 样式二 */

/* 关于我们 */

/* 我的团队 */

  /* 样式一 */
  .c-team.team-1 {
    background-color: #fff;
    padding: 10rem 0;
  }
  .c-team.team-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-team.team-1 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-team.team-1 .column-subtitle {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.125rem;
    margin-top: .625rem;
    text-align: center;
    margin-bottom: 4.25rem;
  }
  .c-team.team-1 .wrapper .list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-team.team-1 .wrapper .list .li {
    width: calc(33.33% - 1.25rem);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-team.team-1 .wrapper .list .li:nth-child(3n) {
    margin-right: 0;
  }
  .c-team.team-1 .wrapper .list .li .image {
    width: 100%;
    padding-top: 75%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #F3F3F3;
    margin-bottom: 1.25rem;
  }
  .c-team.team-1 .wrapper .list .li .title {
    font-size: 1.3125rem;
    color: #333333;
    line-height: 1.875rem;
    margin-bottom: .625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .c-team.team-1 .wrapper .list .li .subtitle {
    display: none;
  }
  .c-team.team-1 .wrapper .list .li .description {
    font-size: .875rem;
    color: #666666;
    line-height: 1.875rem;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .c-team.team-1 .wrapper .list .li .btn {
    display: none;
  }
  .c-team.team-1 .more {
    display: none;
  }
  /* 样式一 */

  /* 样式二 */
  .c-team.team-2 {
    background-color: #F7F7F7;
    padding: 10rem 0;
  }
  .c-team.team-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-team.team-2 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-team.team-2 .column-subtitle {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.125rem;
    margin-top: .625rem;
    text-align: center;
    margin-bottom: 4.25rem;
  }
  .c-team.team-2 .wrapper .list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-team.team-2 .wrapper .list .li {
    width: calc(33.33% - 1.25rem);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
    background-color: #fff;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    padding: 3.125rem 1.875rem;
  }
  .c-team.team-2 .wrapper .list .li:nth-child(3n) {
    margin-right: 0;
  }
  .c-team.team-2 .wrapper .list .li .image {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #F3F3F3;
    margin: 0 auto 1.875rem;
  }
  .c-team.team-2 .wrapper .list .li .title {
    font-size: 1.3125rem;
    color: #333333;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .c-team.team-2 .wrapper .list .li .subtitle {
    display: none;
  }
  .c-team.team-2 .wrapper .list .li .description {
    margin-top: 1.875rem;
    font-size: .875rem;
    color: #666666;
    line-height: 1.875rem;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .c-team.team-2 .wrapper .list .li .btn {
    width: 10.3125rem;
    height: 2.8125rem;
    border-radius: 30px;
    border: 1px solid #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin: 2.5rem auto 0;
  }
  .c-team.team-2 .wrapper .list .li .btn::after {
    display: block;
    content: '查看更多';
    font-size: .875rem;
    color: #007AFF;
  }
  .c-team.team-2 .wrapper .list .li:hover .btn {
    background-color: #007AFF;
  }
  .c-team.team-2 .wrapper .list .li:hover .btn::after {
    color: #fff;
  }
  .c-team.team-2 .more {
    display: none;
  }
  /* 样式二 */

  /* 样式三 */
  .c-team.team-3 {
    background-color: #F7F7F7;
    padding: 10rem 0;
  }
  .c-team.team-3 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-team.team-3 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-team.team-3 .column-subtitle {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.125rem;
    margin-top: .625rem;
    text-align: center;
    margin-bottom: 4.25rem;
  }
  .c-team.team-3 .wrapper .list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-team.team-3 .wrapper .list .li {
    width: calc(33.33% - 1.25rem);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
    background-color: #fff;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    padding: 1.875rem;
  }
  .c-team.team-3 .wrapper .list .li:nth-child(3n) {
    margin-right: 0;
  }
  .c-team.team-3 .wrapper .list .li .image {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #F3F3F3;
    float: left;
  }
  .c-team.team-3 .wrapper .list .li .title {
    font-size: 1rem;
    color: #333333;
    line-height: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .9375rem;
    float: left;
    width: calc(100% - 5rem);
  }
  .c-team.team-3 .wrapper .list .li .subtitle {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .625rem;
    font-size: .75rem;
    color: #666666;
    line-height: 1.5rem;
    padding-left: .9375rem;
    float: left;
    width: calc(100% - 5rem);
  }
  .c-team.team-3 .wrapper .list .li .description {
    width: 100%;
    font-size: .875rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: 1.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
  }
  .c-team.team-3 .wrapper .list .li .btn {
    display: none;
  }
  .c-team.team-3 .more {
    width: 12.5rem;
    height: 2.8125rem;
    background: #007AFF;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto 0;
  }
  .c-team.team-3 .more::after {
    content: '查看更多';
    display: block;
    font-size: .875rem;
    color: #FFFFFF;
  }
  /* 样式三 */

/* 我的团队 */

/* 新闻列表页 */

  /* 样式一 */
  .c-news-list.news-list-1 {
    background-color: #fff;
    padding: 5rem 0;
  }
  .c-news-list.news-list-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .c-news-list.news-list-1 .classify {
    width: 15.625rem;
    flex: 0 0 auto;
  }
  .c-news-list.news-list-1 .classify .item {
    font-size: .875rem;
    color: #666666;
    line-height: 1.25rem;
    padding-bottom: 1.875rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .c-news-list.news-list-1 .classify .item::before {
    content: '';
    display: block;
    width: 2px;
    height: 1rem;
    background: #007AFF;
    margin-right: .625rem;
    opacity: 0;
  }
  .c-news-list.news-list-1 .classify .item.active {
    color: #007AFF;
  }
  .c-news-list.news-list-1 .classify .item.active::before {
    opacity: 1;
  }
  .c-news-list.news-list-1 .wrapper {
    width: calc(100% - 15.625rem);
    padding-left: 3.75rem;
  }
  .c-news-list.news-list-1 .wrapper .list .li {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
  }
  .c-news-list.news-list-1 .wrapper .list .li:last-child {
    border-bottom: none;
  }
  .c-news-list.news-list-1 .wrapper .list .li .image {
    display: none;
  }
  .c-news-list.news-list-1 .wrapper .list .li .tag {
    display: none;
  }
  .c-news-list.news-list-1 .wrapper .list .li .title {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: calc(100% - 7.5rem);
    margin-bottom: 1.25rem;
  }
  .c-news-list.news-list-1 .wrapper .list .li .subtitle {
    display: none;
  }
  .c-news-list.news-list-1 .wrapper .list .li .date {
    width: 7.5rem;
    font-size: .875rem;
    color: #666666;
    line-height: 1.5625rem;
    text-align: right;
    float: left;
    margin-bottom: 1.25rem;
  }
  .c-news-list.news-list-1 .wrapper .list .li .description {
    font-size: .875rem;
    color: #666666;
    line-height: 2.125rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
  }
  /* 样式一 */

/* 新闻列表页 */

/* 新闻详情页 */

  /* 样式一 */
  .c-news-detail.news-detail-1 {
    background-color: #fff;
    padding-bottom: 5rem;
  }
  .c-news-detail.news-detail-1 .container {
    /* margin: 0 auto;
    max-width: 1200px; */
    position: relative;
  }
  .c-news-detail.news-detail-1 .container .crumbs {
    position: absolute;
    top: 25.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6.25rem;
  }
  .c-news-detail.news-detail-1 .container .crumbs a, .c-news-detail.news-detail-1 .container .crumbs span {
    font-size: .875rem;
    color: #666666;
    line-height: 2.125rem;
  }
  .c-news-detail.news-detail-1 .container .page-top {
    width: 100%;
    height: 43.75rem;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 12.5rem;
    text-align: center;
  }
  .c-news-detail.news-detail-1 .container .page-top .title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 3.5rem;
    max-width: 1200px;
    margin: 0 auto 1.25rem;
  }
  .c-news-detail.news-detail-1 .container .page-top .subtitle {
    display: none;
  }
  .c-news-detail.news-detail-1 .container .page-top .description {
    display: none;
  }
  .c-news-detail.news-detail-1 .container .page-top .author {
    font-size: .875rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25rem;
    display: inline-block;
    margin: 0 3.125rem;
  }
  .c-news-detail.news-detail-1 .container .page-top .date {
    font-size: .875rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25rem;
    display: inline-block;
    margin: 0 3.125rem;
  }
  .c-news-detail.news-detail-1 .container .content {
    padding: 6.25rem;
    width: 100%;
    max-width: 75rem;
    background-color: #fff;
    margin: -21.25rem auto 0;
    font-size: .875rem;
    color: #666666;
    line-height: 2.125rem;
  }
  .c-news-detail.news-detail-1 .container .content img {
    width: 100%;
    margin: 0 auto;
  }
  .c-news-detail.news-detail-1 .container .pager {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 6.25rem;
  }
  .c-news-detail.news-detail-1 .container .pager .prev,.c-news-detail.news-detail-1 .container .pager .next {
    margin: .9375rem 0;
  }
  .c-news-detail.news-detail-1 .container .pager .prev a,.c-news-detail.news-detail-1 .container .pager .next a {
    font-size: .875rem;
    color: #333333;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-news-detail.news-detail-1 .container .recommend {
    max-width: 1200px;
    width: 100%;
    margin: 5rem auto;
  }
  .c-news-detail.news-detail-1 .container .recommend .lm-title {
    display: inline-block;
    font-size: 1.5rem;
    color: #007AFF;
    line-height: 2.0625rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #007AFF;
  }
  .c-news-detail.news-detail-1 .container .recommend .list {
    width: 100%;
    padding: 0 1.5rem;
    background-color: #fff;
    box-shadow: 0px .1875rem .5625rem .125rem rgba(239,237,237,0.5000);
    border-top: 1px solid rgba(203, 203, 203, .5);
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li {
    padding: 1.875rem 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li:last-child {
    border-bottom: none;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li .title {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5625rem;
    margin-bottom: .625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li .subtitle {
    display: none;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li .description {
    font-size: .875rem;
    color: #666666;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li .author {
    display: none;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li .date {
    font-size: .875rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.25rem;
  }
  .c-news-detail.news-detail-1 .container .recommend .list .li .btn {
    display: none;
  }
  /* 样式一 */

  /* 样式二 */
  .c-news-detail.news-detail-2 {
    background-color: #fff;
    padding: 5rem;
  }
  .c-news-detail.news-detail-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 2.8125rem 5rem;
    box-shadow: 0px 4px 9px 5px rgba(238,238,238,0.5000);
  }
  .c-news-detail.news-detail-2 .container .crumbs {
    margin-bottom: 5rem;
  }
  .c-news-detail.news-detail-2 .container .crumbs::before {
    content: '';
    display: inline-block;
    width: .375rem;
    height: .375rem;
    background-color: #007AFF;
    border-radius: 50%;
    margin-right: .75rem;
  }
  .c-news-detail.news-detail-2 .container .crumbs a {
    font-size: .875rem;
    color: #666666;
    line-height: 2.125rem;
  }
  .c-news-detail.news-detail-2 .container .crumbs span {
    font-size: .875rem;
    color: #007AFF;
    line-height: 2.125rem
  }
  .c-news-detail.news-detail-2 .container .page-top {
    width: 100%;
    margin-bottom: 3.125rem;
    text-align: center;
  }
  .c-news-detail.news-detail-2 .container .page-top .title {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333333;
    line-height: 2.625rem;
    text-align: center;
    margin-bottom: .3125rem;
  }
  .c-news-detail.news-detail-2 .container .page-top .subtitle {
    display: none;
  }
  .c-news-detail.news-detail-2 .container .page-top .description {
    display: none;
  }
  .c-news-detail.news-detail-2 .container .page-top .author {
    font-size: .875rem;
    font-weight: 400;
    color: #333;
    line-height: 1.25rem;
    display: inline-block;
    margin: 0 3.125rem;
  }
  .c-news-detail.news-detail-2 .container .page-top .date {
    font-size: .875rem;
    font-weight: 400;
    color: #333;
    line-height: 1.25rem;
    display: inline-block;
    margin: 0 3.125rem;
  }
  .c-news-detail.news-detail-2 .container .content {
    width: 100%;
    background-color: #fff;
    font-size: .875rem;
    color: #666666;
    line-height: 2.125rem;
  }
  .c-news-detail.news-detail-2 .container .content img {
    width: 100%;
    margin: 0 auto;
  }
  .c-news-detail.news-detail-2 .container .pager {
    max-width: 1200px;
    width: 100%;
    margin: 3.75rem auto 1.875rem;
  }
  .c-news-detail.news-detail-2 .container .pager .prev,.c-news-detail.news-detail-2 .container .pager .next {
    margin: .9375rem 0;
  }
  .c-news-detail.news-detail-2 .container .pager .prev a,.c-news-detail.news-detail-2 .container .pager .next a {
    font-size: .875rem;
    color: #333333;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-news-detail.news-detail-2 .container .recommend {
    max-width: 1200px;
    width: 100%;
    margin: 5rem auto;
  }
  .c-news-detail.news-detail-2 .container .recommend .lm-title {
    display: inline-block;
    font-size: 1.5rem;
    color: #007AFF;
    line-height: 2.0625rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #007AFF;
  }
  .c-news-detail.news-detail-2 .container .recommend .list {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(203, 203, 203, .5);
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li {
    padding: 1.875rem 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li:last-child {
    border-bottom: none;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li .title {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5625rem;
    margin-bottom: .625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li .subtitle {
    display: none;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li .description {
    font-size: .875rem;
    color: #666666;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li .author {
    display: none;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li .date {
    font-size: .875rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.25rem;
  }
  .c-news-detail.news-detail-2 .container .recommend .list .li .btn {
    display: none;
  }
  /* 样式二 */

/* 新闻详情页 */

/* 导航栏 */
  
  .c-header .icon-down-jt{
    margin-left: 6px;
    fill: #999 !important;
    transform: rotate(0deg);
    transition: .4s;
  }

  /* 样式一 */
  .c-header.header-1 {
    width: 100%;
    height: auto;
    position: fixed;
    font-size: 0.875rem;
    z-index: 99;
    top: 0;
    background-color: #fff;
    transition: .5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .c-header.header-1 .content {
      height: 5rem;
      max-width: 1200px;
      margin: 0 auto;
  }

  .c-header.header-1 .logo {
      height: 3.125rem;
  }

  .c-header.header-1 #nav {
      height: 100%;
  }

  .c-header.header-1 #nav .item {
      height: 100%;
  }

  .c-header.header-1 #nav .item .a {
      color: #999999;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem 1.625rem;
      transition: ease-out .3s;
      position: relative;
  }

  .c-header.header-1 #nav .item .a::after {
      transition: ease-out .3s;
      position: absolute;
      top: 50%;
      left: .5rem;
      content: "";
      display: block;
      width: 0.125rem;
      height: 0;
      opacity: .8;
      transform: translateY(-40%);
  }

  .c-header.header-1 #nav .item .a.active,
  .c-header.header-1 #nav .item:hover .a {
      color: #e86a70;
  }

  .c-header.header-1 #nav .item .a.active::after,
  .c-header.header-1 #nav .item:hover .a::after {
      color: #e86a70;
      background-color: #e86a70;
      height: 20%;
  }

  .c-header.header-1 #nav .item .a.active .icon-down-jt {
      fill: #e86a70 !important;
  }

  .c-header.header-1 #nav .item:hover .a .icon-down-jt {
      transform: rotate(180deg);
      fill: #e86a70 !important;
  }

  .c-header.header-1 #nav .item ul.sec-nav {
      transition: all 0.3s ease-out 0s;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transform: translate3d(0px, 0.625rem, 0px);
      -moz-transform: translate3d(0px, 0.625rem, 0px);
      -webkit-transform: translate3d(0px, 0.625rem, 0px);
      width: 12rem;
      background: #fff;
      box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, .1);
      z-index: 2;
  }

  .c-header.header-1 #nav .item:hover ul.sec-nav {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
  }

  .c-header.header-1 #nav .item ul.sec-nav li {
      border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  .c-header.header-1 #nav .item ul.sec-nav li a {
      display: block;
      text-align: center;
      color: #666;
      width: 100%;
      padding: 0.875rem 0;
      background: none;
  }

  .c-header.header-1 #nav .item ul.sec-nav li a:hover {
      background: #fff;
      color: #000;
      text-indent: inherit;
  }

  .c-header.header-1 #nav .item ul.sec-nav li a:hover {
      background-color: #f5f5f5;
  }

  .c-header.header-1 #mnav {
      position: fixed;
      left: 100%;
      width: 100%;
      height: calc(100vh - 5rem);
      background: #f8f8f8;
      z-index: 99;
      padding: 0.9375rem;
      transition: .5s;
  }

  .c-header.header-1 #mnav.open {
      left: 0;
      transition: .5s;
  }

  .c-header.header-1 #mnav .nav-ul li {
      position: relative;
      height: 4rem;
      overflow: hidden;
      transition: height .5s;
  }

  .c-header.header-1 #mnav .nav-ul li.hasChild::after {
      position: absolute;
      right: .625rem;
      top: 2rem;
      content: "";
      display: block;
      width: .9375rem;
      height: 0.125rem;
      background-color: #000;
      transform: rotate(90deg);
      transition: .3s;
  }

  .c-header.header-1 #mnav .nav-ul li.hasChild::before {
      position: absolute;
      right: .625rem;
      top: 2rem;
      content: "";
      display: block;
      width: .9375rem;
      height: 0.125rem;
      background-color: #000;
  }

  .c-header.header-1 #mnav .nav-ul li.hasChild.open::after {
      transform: rotate(0);
  }

  .c-header.header-1 #mnav .nav-ul li a {
      display: flex;
      align-items: center;
      font-size: 1.4em;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #333333;
      border-bottom: 1px solid rgba(0, 0, 0, .125);
      height: 4rem;
  }

  .c-header.header-1 .ic-nav {
      padding: 0.4375rem .1875rem;
      width: 1.875rem;
      height: 1.875rem;
      flex-direction: column;
      justify-content: space-between;
      display: none;
  }

  .c-header.header-1 .ic-nav span {
      display: block;
      width: 100%;
      height: 2px;
  }

  .c-header.header-1 #mnav .nav-ul .sub-ul {
      padding: 0 1.25rem;
  }

  .c-header.header-1 #mnav .nav-ul .sub-ul li a {
      border-bottom-style: dashed;
      font-weight: normal;
      font-size: 1.2rem;
  }

  .c-header.header-1 .bg-color {
      background-color: #e86a70 !important;
  }
  /* 样式一 */

  /* 样式二 */
  .c-header.header-2 {
    width: 100%;
    height: auto;
    position: fixed;
    font-size: 0.875rem;
    z-index: 99;
    top: 0;
    background-color: #fff;
    transition: .5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .c-header.header-2 .content {
      max-width: 1200px;
      margin: 0 auto;
      height: 5rem;
  }

  .c-header.header-2 .logo {
      height: 3.125rem;
  }

  .c-header.header-2 #nav {
      height: 100%;
  }

  .c-header.header-2 #nav .item {
      height: 100%;
  }

  .c-header.header-2 #nav .item .a {
      color: #999999;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem 1.625rem;
      transition: ease-out .3s;
      position: relative;
  }

  .c-header.header-2 #nav .item .a::after {
      transition: ease-out .3s;
      position: absolute;
      bottom: 0;
      content: "";
      display: block;
      width: 100%;
      height: 0.125rem;
      transform: scale(0);
      opacity: .8;
  }

  .c-header.header-2 #nav .item .a.active::after,
  .c-header.header-2 #nav .item:hover .a::after {
      transform: scale(1);
  }

  .c-header.header-2 #nav .item .a.active,
  .c-header.header-2 #nav .item:hover .a {
      color: #45ced0;
  }

  .c-header.header-2 #nav .item .a.active::after,
  .c-header.header-2 #nav .item:hover .a::after {
      color: #45ced0;
      background-color: #45ced0;
  }

  .c-header.header-2 #nav .item .a.active .icon-down-jt {
      fill: #45ced0 !important;
  }

  .c-header.header-2 #nav .item:hover .a .icon-down-jt {
      transform: rotate(180deg);
      fill: #45ced0 !important;
  }

  .c-header.header-2 #nav .item ul.sec-nav {
      transition: all 0.3s ease-out 0s;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transform: translate3d(0px, 0.625rem, 0px);
      -moz-transform: translate3d(0px, 0.625rem, 0px);
      -webkit-transform: translate3d(0px, 0.625rem, 0px);
      width: 12rem;
      background: #fff;
      box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, .1);
      z-index: 2;
  }

  .c-header.header-2 #nav .item:hover ul.sec-nav {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
  }

  .c-header.header-2 #nav .item ul.sec-nav li {
      border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  .c-header.header-2 #nav .item ul.sec-nav li a {
      display: block;
      text-align: center;
      color: #666;
      width: 100%;
      padding: 0.875rem 0;
      background: none;
  }

  .c-header.header-2 #nav .item ul.sec-nav li a:hover {
      background: #fff;
      color: #000;
      text-indent: inherit;
  }

  .c-header.header-2 #nav .item ul.sec-nav li a:hover {
      background-color: #f5f5f5;
  }

  .c-header.header-2 #mnav {
      position: fixed;
      left: 100%;
      width: 100%;
      height: calc(100vh - 5rem);
      background: #f8f8f8;
      z-index: 99;
      padding: 0.9375rem;
      transition: .5s;
  }

  .c-header.header-2 #mnav.open {
      left: 0;
      transition: .5s;
  }

  .c-header.header-2 #mnav .nav-ul li {
      position: relative;
      height: 4rem;
      overflow: hidden;
      transition: height .5s;
  }

  .c-header.header-2 #mnav .nav-ul li.hasChild::after {
      position: absolute;
      right: .625rem;
      top: 2rem;
      content: "";
      display: block;
      width: .9375rem;
      height: 0.125rem;
      background-color: #000;
      transform: rotate(90deg);
      transition: .3s;
  }

  .c-header.header-2 #mnav .nav-ul li.hasChild::before {
      position: absolute;
      right: .625rem;
      top: 2rem;
      content: "";
      display: block;
      width: .9375rem;
      height: 0.125rem;
      background-color: #000;
  }

  .c-header.header-2 #mnav .nav-ul li.hasChild.open::after {
      transform: rotate(0);
  }

  .c-header.header-2 #mnav .nav-ul li a {
      display: flex;
      align-items: center;
      font-size: 1.4em;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #333333;
      border-bottom: 1px solid rgba(0, 0, 0, .125);
      height: 4rem;
  }

  .c-header.header-2 .ic-nav {
      padding: 0.4375rem .1875rem;
      width: 1.875rem;
      height: 1.875rem;
      flex-direction: column;
      justify-content: space-between;
      display: none;
  }

  .c-header.header-2 .ic-nav span {
      display: block;
      width: 100%;
      height: 2px;
  }

  .c-header.header-2 #mnav .nav-ul .sub-ul {
      padding: 0 1.25rem;
  }

  .c-header.header-2 #mnav .nav-ul .sub-ul li a {
      border-bottom-style: dashed;
      font-weight: normal;
      font-size: 1.2rem;
  }
  /* 样式二 */

  /* 样式三 */
  .c-header.header-3 {
    width: 100%;
    height: auto;
    position: fixed;
    font-size: 0.875rem;
    z-index: 99;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  }

  .c-header.header-3 .content {
      max-width: 1200px;
      margin: 0 auto;
      height: 5rem;
  }

  .c-header.header-3 .logo {
      height: 3.125rem;
  }

  .c-header.header-3 #nav {
      height: 100%;
  }

  .c-header.header-3 #nav .item {
      height: 100%;
  }

  .c-header.header-3 #nav .item .a {
      color: #4b4b4b;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem 1.625rem;
      transition: none ease-out .3s;
  }

  .c-header.header-3 #nav .item .a.active,
  .c-header.header-3 #nav .item:hover .a {
      color: #fff;
      transition: ease-out .3s;
  }

  .c-header.header-3 #nav .item ul.sec-nav {
      transition: all 0.3s ease-out 0s;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transform: translate3d(0px, 0.625rem, 0px);
      -moz-transform: translate3d(0px, 0.625rem, 0px);
      -webkit-transform: translate3d(0px, 0.625rem, 0px);
      width: 12rem;
      background: #fff;
      box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, .1);
      z-index: 2;
  }

  .c-header.header-3 #nav .item:hover ul.sec-nav {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
  }

  .c-header.header-3 #nav .item ul.sec-nav li {
      border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  .c-header.header-3 #nav .item ul.sec-nav li a {
      display: block;
      text-align: center;
      color: #666;
      width: 100%;
      padding: 0.875rem 0;
      background: none;
  }

  .c-header.header-3 #nav .item ul.sec-nav li a:hover {
      background: #fff;
      color: #000;
      text-indent: inherit;
  }

  .c-header.header-3 #nav .item ul.sec-nav li a:hover {
      background-color: #f5f5f5;
  }

  .c-header.header-3 #nav .item .a.active,
  .c-header.header-3 #nav .item:hover {
      background-color: #2d64c9;
  }

  .c-header.header-3 .bg-color {
      background-color: #2d64c9 !important;
  }

  .c-header.header-3 #nav .item .a.active .icon-down-jt {
      fill: #fff !important;
  }

  .c-header.header-3 #nav .item:hover .a .icon-down-jt {
      transform: rotate(180deg);
      fill: #fff !important;
  }

  .c-header.header-3 #mnav {
      position: fixed;
      left: 100%;
      width: 100%;
      height: calc(100vh - 5rem);
      background: #f8f8f8;
      z-index: 99;
      padding: 0.9375rem;
      transition: .5s;
  }

  .c-header.header-3 #mnav.open {
      left: 0;
      transition: .5s;
  }

  .c-header.header-3 #mnav .nav-ul li {
      position: relative;
      height: 4rem;
      overflow: hidden;
      transition: height .5s;
  }

  .c-header.header-3 #mnav .nav-ul li.hasChild::after {
      position: absolute;
      right: .625rem;
      top: 2rem;
      content: "";
      display: block;
      width: .9375rem;
      height: 0.125rem;
      background-color: #000;
      transform: rotate(90deg);
      transition: .3s;
  }

  .c-header.header-3 #mnav .nav-ul li.hasChild::before {
      position: absolute;
      right: .625rem;
      top: 2rem;
      content: "";
      display: block;
      width: .9375rem;
      height: 0.125rem;
      background-color: #000;
  }

  .c-header.header-3 #mnav .nav-ul li.hasChild.open::after {
      transform: rotate(0);
  }

  .c-header.header-3 #mnav .nav-ul li a {
      display: flex;
      align-items: center;
      font-size: 1.4em;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #333333;
      border-bottom: 1px solid rgba(0, 0, 0, .125);
      height: 4rem;
  }

  .c-header.header-3 .ic-nav {
      padding: 0.4375rem .1875rem;
      width: 1.875rem;
      height: 1.875rem;
      flex-direction: column;
      justify-content: space-between;
      display: none;
  }

  .c-header.header-3 .ic-nav span {
      display: block;
      width: 100%;
      height: 2px;
  }

  .c-header.header-3 #mnav .nav-ul .sub-ul {
      padding: 0 1.25rem;
  }

  .c-header.header-3 #mnav .nav-ul .sub-ul li a {
      border-bottom-style: dashed;
      font-weight: normal;
      font-size: 1.2rem;
  }
  /* 样式三 */

/* 导航栏 */

/* 产品详情 */

  /* 样式一 */
  .c-product-detail .recommend ul li {
    position: relative;
  }

  .c-product-detail .recommend ul li>a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
  }

  .c-product-detail.product-detail-1 {
      /* margin-top: 5rem; */
      overflow: hidden;
  }

  .c-product-detail.product-detail-1 .pd-swiper {
      background-color: #f8f8f8;
  }

  .c-product-detail.product-detail-1 .pd-swiper .swiper-slide {
      display: flex;
      justify-content: center;
  }

  .c-product-detail.product-detail-1 .pd-swiper .pd-swiper-item {
      width: 700px;
      height: 450px !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #fdfcfc;
  }

  .c-product-detail.product-detail-1 .swiper-pagination {
      display: none;
  }

  .c-product-detail.product-detail-1 #product-detail-banner {
      position: relative;
  }

  .c-product-detail.product-detail-1 .swiper-button-prev,
  .c-product-detail.product-detail-1 .swiper-button-next {
      width: 1.875rem;
      height: 3.125rem;
      background-size: 1.25rem 1.25rem !important;
      transition: all 0.3s ease-out 0s;
      background-color: rgba(0, 0, 0, .6);
      opacity: 0;
      z-index: 0;
      position: absolute;
  }

  .c-product-detail.product-detail-1 .swiper-button-prev {
      left: 0;
  }

  .c-product-detail.product-detail-1 .swiper-button-next {
      right: 0;
  }

  .c-product-detail.product-detail-1 #product-detail-banner:hover .swiper-button-prev,
  .c-product-detail.product-detail-1 #product-detail-banner:hover .swiper-button-next {
      opacity: 1;
      z-index: 10;
  }

  .c-product-detail.product-detail-1 #product-detail-banner .swiper-button-prev:after,
  .c-product-detail.product-detail-1 #product-detail-banner .swiper-button-next:after {
      font-size: 1.25rem !important;
      color: white !important;
  }

  .c-product-detail.product-detail-1 .container {
      padding: 3rem 0;
  }

  .c-product-detail.product-detail-1 .container .pd-title {
      font-size: 2.1875rem;
      text-align: center;
      color: #333;
      font-weight: bold;
  }

  .c-product-detail.product-detail-1 .container .pd-subtitle {
      font-size: 1.125rem;
      padding: 1.25rem;
      text-align: center;
      color: #666;
  }

  .c-product-detail.product-detail-1 .container .pd-content,
  .c-product-detail.product-detail-1 .container .pd-des {
      color: #666;
      text-indent: 2em;
      line-height: 2.5rem;
  }

  .c-product-detail.product-detail-1 .split-line {
      border-bottom: 1px solid #D7DBE0;
      margin: 2rem 0;
  }

  .c-product-detail.product-detail-1 .recommend {
      padding-bottom: 6.25rem;
  }

  .c-product-detail.product-detail-1 .recommend .title {
      color: #333;
      font-size: 1.375rem;
      font-weight: bold;
      margin-bottom: 1.25rem;
  }

  .c-product-detail.product-detail-1 .recommend ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }

  .c-product-detail.product-detail-1 .recommend ul li {
      width: calc(20% - 1rem);
      margin-right: 1.25rem;
      margin-bottom: 1rem;
      cursor: pointer;
      overflow: hidden;
      transition: .3s;
  }

  .c-product-detail.product-detail-1 .recommend ul li>img {
      transition: .3s;
  }

  .c-product-detail.product-detail-1 .recommend ul li:hover {
      box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
  }

  .c-product-detail.product-detail-1 .recommend ul li:hover>img {
      transform: scale(1.05);
  }

  .c-product-detail.product-detail-1 .recommend ul li:nth-last-child(1) {
      margin-right: 0px;
  }

  .c-product-detail.product-detail-1 .recommend ul li .rcm-container {
      z-index: 2;
      background-color: #fafafa;
      text-align: center;
      height: 6.625rem;
      padding: 1.5625rem 0 1.125rem;
  }

  .c-product-detail.product-detail-1 .recommend ul li img {
      display: block;
      width: 100%;
  }

  .c-product-detail.product-detail-1 .recommend ul li .rcm-container .tit {
      font-size: 1rem;
      font-weight: bold;
      color: #333;
  }

  .c-product-detail.product-detail-1 .recommend ul li .rcm-container .subtit {
      font-size: 1rem;
      color: #666;
      padding: .3125rem 0;
  }

  .c-product-detail.product-detail-1 .recommend ul li .rcm-container .price {
      font-size: 1rem;
      color: #007AFF;
  }
  /* 样式一 */
  
  /* 样式二 */
  .c-product-detail.product-detail-2 {
    /* margin-top: 5rem; */
    overflow: hidden;
  }

  .c-product-detail.product-detail-2 .pd-swiper {
      background-color: #f8f8f8;
  }

  .c-product-detail.product-detail-2 .pd-swiper .swiper-slide {
      display: flex;
      justify-content: center;
  }

  .c-product-detail.product-detail-2 .pd-swiper .pd-swiper-item {
      width: 700px;
      height: 450px !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #fdfcfc;
  }

  .c-product-detail.product-detail-2 .swiper-pagination {
      display: none;
  }

  .c-product-detail.product-detail-2 #product-detail-banner {
      position: relative;
  }

  .c-product-detail.product-detail-2 .swiper-button-prev,
  .c-product-detail.product-detail-2 .swiper-button-next {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background-size: 1.25rem 1.25rem !important;
      transition: all 0.3s ease-out 0s;
      background-color: rgba(0, 0, 0, .2);
      position: absolute;
      z-index: 10;
      left: 50%;
      transform: translateX(-50%, -50%);
      top: 50%;
      border: 1px solid white;
  }

  .c-product-detail.product-detail-2 .swiper-button-prev {
      transform: translateX(-500px);
  }

  .c-product-detail.product-detail-2 .swiper-button-next {
      transform: translateX(calc(500px - 3rem));
  }

  .c-product-detail.product-detail-2 #product-detail-banner .swiper-button-prev:hover,
  .c-product-detail.product-detail-2 #product-detail-banner .swiper-button-next:hover {
      width: 3.3rem;
      height: 3.3rem;
      color: #4696eb !important;
      background-color: white;
      border: 1px solid #4696eb;
  }

  .c-product-detail.product-detail-2 #product-detail-banner .swiper-button-prev:hover::after,
  .c-product-detail.product-detail-2 #product-detail-banner .swiper-button-next:hover::after {
      color: #4696eb !important;
  }

  .c-product-detail.product-detail-2 #product-detail-banner .swiper-button-prev:after,
  .c-product-detail.product-detail-2 #product-detail-banner .swiper-button-next:after {
      font-size: 1.25rem !important;
      color: white !important;
  }

  .c-product-detail.product-detail-2 .container {
      padding: 3rem 0;
  }

  .c-product-detail.product-detail-2 .container .pd-title {
      font-size: 2.1875rem;
      text-align: center;
      color: #333;
      font-weight: bold;
  }

  .c-product-detail.product-detail-2 .container .pd-subtitle {
      font-size: 1.125rem;
      padding: 1.25rem;
      text-align: center;
      color: #666;
  }

  .c-product-detail.product-detail-2 .container .pd-content,
  .c-product-detail.product-detail-2 .container .pd-des {
      color: #666;
      text-indent: 2em;
      line-height: 2.5rem;
  }

  .c-product-detail.product-detail-2 .split-line {
      border-bottom: 1px solid #D7DBE0;
      margin: 2rem 0;
  }

  .c-product-detail.product-detail-2 .recommend {
      padding-bottom: 6.25rem;
  }

  .c-product-detail.product-detail-2 .recommend .title {
      color: #333;
      font-size: 1.375rem;
      font-weight: bold;
      margin-bottom: 1.25rem;
  }

  .c-product-detail.product-detail-2 .recommend ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }

  .c-product-detail.product-detail-2 .recommend ul li {
      width: calc(25% - 1rem);
      margin-right: 1.33rem;
      margin-bottom: 1rem;
      cursor: pointer;
      overflow: hidden;
      transition: .3s;
  }

  .c-product-detail.product-detail-2 .recommend ul li>img {
      transition: .3s;
  }

  .c-product-detail.product-detail-2 .recommend ul li:hover {
      box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
  }

  .c-product-detail.product-detail-2 .recommend ul li:hover>img {
      transform: scale(1.05);
  }

  .c-product-detail.product-detail-2 .recommend ul li:nth-last-child(1) {
      margin-right: 0px;
  }

  .c-product-detail.product-detail-2 .recommend ul li .rcm-container {
      z-index: 2;
      background-color: #fff;
      text-align: center;
      height: 6.625rem;
      padding: 1.7rem 0;
  }

  .c-product-detail.product-detail-2 .recommend ul li img {
      display: block;
      width: 100%;
  }

  .c-product-detail.product-detail-2 .recommend ul li .rcm-container .tit {
      font-size: 1rem;
      font-weight: bold;
      color: #333;
  }

  .c-product-detail.product-detail-2 .recommend ul li .rcm-container .subtit {
      font-size: 1rem;
      color: #666;
      /* display: none; */
      padding: .625rem 0;
  }

  .c-product-detail.product-detail-2 .recommend ul li .rcm-container .price {
      font-size: 1rem;
      color: #007AFF;
      padding: .625rem 0;
  }
  /* 样式二 */
  
  /* 样式三 */
  .c-product-detail.product-detail-3 {
    /* margin-top: 5rem; */
    overflow: hidden;
  }

  .c-product-detail.product-detail-3 .pd-swiper {
      background-color: #f8f8f8;
  }

  .c-product-detail.product-detail-3 .pd-swiper .swiper-slide {
      display: flex;
      justify-content: center;
  }

  .c-product-detail.product-detail-3 .pd-swiper .pd-swiper-item {
      width: 700px;
      height: 450px !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #fdfcfc;
  }

  .c-product-detail.product-detail-3 .swiper-pagination {
      /* display: none; */
  }

  .c-product-detail.product-detail-3 #product-detail-banner {
      position: relative;
  }

  .c-product-detail.product-detail-3 .swiper-button-prev,
  .c-product-detail.product-detail-3 .swiper-button-next {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background-size: 1.25rem 1.25rem !important;
      transition: all 0.3s ease-out 0s;
      background-color: rgba(0, 0, 0, .2);
      position: absolute;
      z-index: 10;
      left: 50%;
      transform: translateX(-50%, -50%);
      top: 50%;
      border: 1px solid white;
  }

  .c-product-detail.product-detail-3 .swiper-button-prev {
      transform: translateX(-500px);
  }

  .c-product-detail.product-detail-3 .swiper-button-next {
      transform: translateX(calc(500px - 3rem));
  }

  .c-product-detail.product-detail-3 #product-detail-banner .swiper-button-prev:hover,
  .c-product-detail.product-detail-3 #product-detail-banner .swiper-button-next:hover {
      width: 3.3rem;
      height: 3.3rem;
      color: #4696eb !important;
      background-color: white;
      border: 1px solid #4696eb;
  }

  .c-product-detail.product-detail-3 #product-detail-banner .swiper-button-prev:hover::after,
  .c-product-detail.product-detail-3 #product-detail-banner .swiper-button-next:hover::after {
      color: #4696eb !important;
  }

  .c-product-detail.product-detail-3 #product-detail-banner .swiper-button-prev:after,
  .c-product-detail.product-detail-3 #product-detail-banner .swiper-button-next:after {
      font-size: 1.25rem !important;
      color: white !important;
  }

  .c-product-detail.product-detail-3 .container {
      padding: 3rem 0;
      width: calc(100% - 287px);
      float: left;
      padding-right: 50px;
  }

  .c-product-detail.product-detail-3 .container .pd-title {
      font-size: 2.1875rem;
      text-align: center;
      color: #333;
      font-weight: bold;
  }

  .c-product-detail.product-detail-3 .container .pd-subtitle {
      font-size: 1.125rem;
      padding: 1.25rem;
      text-align: center;
      color: #666;
  }

  .c-product-detail.product-detail-3 .container .pd-content,
  .c-product-detail.product-detail-3 .container .pd-des {
      color: #666;
      text-indent: 2em;
      line-height: 2.5rem;
  }

  .c-product-detail.product-detail-3 .split-line {
      border-bottom: 1px solid #D7DBE0;
      margin: 2rem 0;
  }

  .c-product-detail.product-detail-3 .recommend {
      width: 287px;
      float: right;
      padding: 3rem 0 6.25rem;
  }

  .c-product-detail.product-detail-3 .recommend .title {
      color: #333;
      font-size: 1rem;
      font-weight: bold;
      background-color: #007aff;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      border-radius: .5rem .5rem 0 0;
  }

  .c-product-detail.product-detail-3 .recommend ul {
      border: 1px solid #979797;
      border-radius: 0 0 .5rem .5rem;
      overflow: hidden;
  }

  .c-product-detail.product-detail-3 .recommend ul li {
      width: 100%;
      padding: 1.125rem 1.125rem 0;
      border-bottom: 1px solid #D7DBE0;
      cursor: pointer;
  }

  .c-product-detail.product-detail-3 .recommend ul li:nth-last-child(1) {
      border-bottom: none;
  }

  .c-product-detail.product-detail-3 .recommend ul li .rcm-container {
      z-index: 2;
      background-color: #fff;
      text-align: center;
      height: 5rem;
  }

  .c-product-detail.product-detail-3 .recommend ul li img {
      display: block;
      width: 100%;
  }

  .c-product-detail.product-detail-3 .recommend ul li .rcm-container .tit {
      font-size: 1rem;
      font-weight: bold;
      color: #333;
      padding-top: .875rem;
  }

  .c-product-detail.product-detail-3 .recommend ul li .rcm-container .subtit {
      font-size: 1rem;
      color: #007AFF;
      padding: .625rem 0;
  }

  .c-product-detail.product-detail-3 .swiper-button-prev,
  .c-product-detail.product-detail-3 .swiper-button-next {
      display: none !important;
  }

  .c-product-detail.product-detail-3 .swiper-pagination {
      /* position: relative; */
      height: 450px;
      width: 160px !important;
      position: absolute;
      left: 50% !important;
      /* 350 - 85 */
      transform: translateX(275px) !important;
      bottom: 0;
      z-index: 9;
  }

  .c-product-detail.product-detail-3 .swiper-pagination-bullet {
      width: 160px !important;
      height: 106px !important;
      margin: 0 !important;
      margin-bottom: 10px !important;
      height: auto;
      background: none;
  }

  .c-product-detail.product-detail-3 .swiper-pagination-bullet img {
      width: 100%;
      height: 100%;
  }

  .c-product-detail.product-detail-3 .pd-swiper-item {
      /* 160 + 10 再 / 2 */
      transform: translateX(-85px);
  }
  /* 样式三 */

/* 产品详情 */


/* 团队详情 */

  /* 样式一 */
  .c-team-detail.team-detail-1 .container {
    display: flex;
  }
  
  .c-team-detail.team-detail-1 .title {
    font-size: 1.625rem;
      text-align: center;
      color: #444;
      padding-top: 3rem;
  }
  .c-team-detail.team-detail-1 .subtitle {
      text-align: center;
      padding: 1rem 0 2rem;
  }
  
  .c-team-detail.team-detail-1 .container .detail-img {
    max-width: 40%;
    min-width: 35%;
  }
  
  .c-team-detail.team-detail-1 .container .detail-content {
    padding-left: 3%;
      text-indent: 2em;
  }
  
  .c-team-detail.team-detail-1 .container .detail-content .split-line {
      border-bottom: 1px solid #e5e5e5;
      margin: 1.5rem 0;
  }
  /* 样式一 */

/* 团队详情 */


/* 产品列表 */
.c-product-list.product-list-1 {
  background-color: #F7F7F7;
  padding: 10rem 0;
}

.c-product-list.product-list-1 .container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.c-product-list.product-list-1 .column-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 3.75rem;
  margin-bottom: 2.8125rem;
  margin-top: 3.75rem;
  width: 15.625rem;
  position: absolute;
  left: 0;
  top: 0;
}

.c-product-list.product-list-1 .column-subtitle {
  font-size: 1rem;
  color: #999999;
  line-height: 1.5rem;
  width: 15.625rem;
  position: absolute;
  left: 0;
  top: 9.375rem;
}

.c-product-list.product-list-1 .classify {
  position: absolute;
  left: 0;
  top: 12.5rem;
}

.c-product-list.product-list-1 .classify .item {
  height: 3.125rem;
  font-size: 1.125rem;
  cursor: pointer;
  transition: .2s;
}

.c-product-list.product-list-1 .classify .item.active,
.c-product-list.product-list-1 .classify .item:hover {
  color: #007AFF;
  font-size: 1.375rem;
}

.c-product-list.product-list-1 .more {
  display: none;
}

.c-product-list.product-list-1 .wrapper {
  width: calc(100% - 15.625rem);
  margin-left: 15.625rem;
}

.c-product-list.product-list-1 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  padding: .3125rem 0 1.25rem;
}

.c-product-list.product-list-1 .list .li {
  width: calc(33.33% - .3125rem);
  /* flex: 0 0 auto; */
  flex-wrap: wrap;
  background-color: #fff;
  margin: 0 .1563rem;
  border-radius: .3125rem;
  transition: .5s;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.875rem;
}

.c-product-list.product-list-1 .list .li a {
  display: block;
}

.c-product-list.product-list-1 .list .li .image {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #FFFFFF;
}

.c-product-list.product-list-1 .list .li .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 2.25rem;
  margin-top: 1.5625rem;
  padding: 0 1.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-product-list.product-list-1 .list .li .subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.875rem;
  margin-top: .9375rem;
  padding: 0 1.875rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-product-list.product-list-1 .list .li .description {
  display: none;
}

.c-product-list.product-list-1 .btn {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 30px;
  background-color: #007AFF;
  transition: .3s;
  position: absolute;
  right: 1.875rem;
  bottom: -1.125rem;
  padding: .1875rem;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.c-product-list.product-list-1 .btn::before {
  content: '';
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: url(../img/icon/ic_right_2.png) no-repeat;
  background-size: .3125rem;
  background-position: center;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.c-product-list.product-list-1 .btn::after {
  content: '查看更多';
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  white-space: nowrap;
  top: 0;
  padding-left: .3125rem;
  padding-right: .625rem;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 0;
  transition: .2s;
}

.c-product-list.product-list-1 .list .li:hover {
  box-shadow: 0 0px .625rem 0px rgba(0, 0, 0, 0.1);
}

.c-product-list.product-list-1 .list .li:hover .btn {
  width: 8.75rem;
}

.c-product-list.product-list-1 .list .li:hover .btn::after {
  opacity: 1;
}
/* 产品列表 */


/* 团队列表 */

  /* 样式一 */
  .c-team-list.team-list-1 {
    background-color: #F7F7F7;
    padding: 5rem 0 10rem;
  }
  .c-team-list.team-list-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
  .c-team-list.team-list-1 .column-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.75rem;
    text-align: center;
  }
  .c-team-list.team-list-1 .column-subtitle {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.125rem;
    margin-top: .625rem;
    text-align: center;
    margin-bottom: 4.25rem;
  }
  .c-team-list.team-list-1 .wrapper .list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-team-list.team-list-1 .wrapper .list .li {
    width: calc(33.33% - 1.25rem);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
    background-color: #fff;
    box-shadow: 0px .3125rem 1.625rem .3125rem rgba(237,237,237,0.5000);
    padding: 3.125rem 1.875rem;
  }
  .c-team-list.team-list-1 .wrapper .list .li:nth-child(3n) {
    margin-right: 0;
  }
  .c-team-list.team-list-1 .wrapper .list .li .image {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #F3F3F3;
    margin: 0 auto 1.875rem;
  }
  .c-team-list.team-list-1 .wrapper .list .li .title {
    font-size: 1.3125rem;
    color: #333333;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .c-team-list.team-list-1 .wrapper .list .li .subtitle {
    display: none;
  }
  .c-team-list.team-list-1 .wrapper .list .li .description {
    margin-top: 1.875rem;
    font-size: .875rem;
    color: #666666;
    line-height: 1.875rem;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .c-team-list.team-list-1 .wrapper .list .li .btn {
    width: 10.3125rem;
    height: 2.8125rem;
    border-radius: 30px;
    border: 1px solid #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin: 2.5rem auto 0;
  }
  .c-team-list.team-list-1 .wrapper .list .li .btn::after {
    display: block;
    content: '查看更多';
    font-size: .875rem;
    color: #007AFF;
  }
  .c-team-list.team-list-1 .wrapper .list .li .btn.en::after {
    content: 'more';
  }
  .c-team-list.team-list-1 .wrapper .list .li:hover .btn {
    background-color: #007AFF;
  }
  .c-team-list.team-list-1 .wrapper .list .li:hover .btn::after {
    color: #fff;
  }
  .c-team-list.team-list-1 .more {
    display: none;
  }
  /* 样式一 */

/* 团队列表 */


/* 底部信息 */
  #footer {
    height: 2.875rem;
    line-height: 2.875rem;
    background-color: #f7f7f7;
  }
  #footer .beian, #footer .beian a {
    font-size: 0.75rem;
    color: #8e8e8e;
  }
/* 底部信息 */


/* 客服信息 */

#slide {
	position: fixed;
	right: 25px;
	bottom: 150px;
	z-index: 999;
}

#slide>ul li {
	width: 80px;
	height: 80px;
	border: 1px solid rgba(235, 233, 233, 0.664);
	border-top: none;
	padding: 10px;
	font-size: 0.8rem !important;
	background-color: white;
	cursor: default;
	text-align: center;
	position: relative;
  cursor: pointer;
}

#slide>ul li:hover>div {
  transform: scale(1);
  right: 100px;
  top: 0;
  opacity: 1;
}

#slide>ul li>div {
  transform: scale(0);
  opacity: 0;
	transition: 0.3s;
	background-color: white;
	position: absolute;
	border: 1px solid rgba(235, 233, 233, 0.664);
	padding: 10px;
	z-index: 100;
  right: 0px;
	top: -50%;
}

#slide>ul li>div::before {
	content: '';
	display: block;
	position: absolute;
	right: -30px;
	top: 20px;
	border: 15px solid transparent;
	border-left: 15px solid white;
	z-index: 98;
}

#slide>ul li>div::after {
	content: '';
	display: block;
	position: absolute;
	right: -31px;
	top: 20px;
	border: 15px solid transparent;
	border-left: 15px solid rgba(235, 233, 233, 0.664);
	z-index: 97;
}

#slide>ul li>div .img {
	margin-bottom: 10px;
	height: 130px;
}

#slide>ul li>div .img img {
	width: 100%;
	height: 100%;
}

#slide>ul li .qr-code {
	/* left: -170px; */
	height: 200px;
	width: 150px;
	color: #929292 !important;
}

#slide>ul li .qr-code p {
	line-height: 20px;
}

#slide>ul li .contact-way {
	padding: 12px;
	/* left: -225px; */
	width: 205px;
	text-align: left;
	color: #929292 !important;
	background-color: white;
}

#slide>ul li .contact-way p {
	display: flex;
	align-items: center;
}
#slide>ul li>span {
	font-size:30px;
  margin: 4px 0 8px;
  display: block;
}

#slide>ul li .contact-way p span {
	font-size: 26px;
	margin-right: 10px;
}

#slide>ul li .contact-way .number {
	font-size: 1rem;
}

#slide>ul li:nth-child(1) {
	border-top: 1px solid rgba(235, 233, 233, 0.664);
}

#slide>ul #goTop {
	cursor: pointer;
}

#slide .block {
	display: block;
}

#slide .none {
	display: none;
}

/* 客服信息 */

/* 分页 */

.c-pagination.pagination-1 .pagination{
  display: flex !important;
  justify-content: center;
  margin: 7.5rem auto 0;
}
.c-pagination.pagination-1 .pagination span {
  display: inline-block;
  line-height: 2.25rem;
  cursor:default;
  color: #a9a9a9;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  margin: 0 !important;
}
.c-pagination.pagination-1 .pagination a {
  display: inline-block;
  line-height: 2.25rem;
  cursor: pointer;
  color: white;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  margin: 0 .3125rem !important;
  background-color: #305dc3;
  border-radius: 2px;
}

/* 分页 */