.banner-slider_content {
  height: 570px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 165px 20px 0px; }

.banner-slider {
  text-align: center; }
  .banner-slider .hero__title {
    font-size: 60px;
    line-height: 82px;
    color: #fff;
    margin-bottom: 40px; }
  .banner-slider .banner-slider__description {
    font-size: 20px;
    color: #fff;
    margin-bottom: 75px; }
  .banner-slider .btn {
    background: #ecc160;
    color: #333;
    width: 256px;
    height: 60px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none; }

.banner-slider .swiper-buttons {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 1; }

.banner-slider .swiper-buttons > div {
  opacity: .4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s all ease;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.549805 20.9484C0.549805 16.9999 1.72892 13.1401 3.93806 9.85699C6.14719 6.57392 9.28712 4.01508 12.9608 2.50405C16.6344 0.993025 20.6768 0.597671 24.5767 1.36799C28.4767 2.1383 32.059 4.03969 34.8707 6.83171C37.6824 9.62373 39.5972 13.181 40.3729 17.0536C41.1487 20.9263 40.7505 24.9403 39.2288 28.5883C37.7072 32.2362 35.1303 35.3542 31.8241 37.5479C28.5179 39.7415 24.6308 40.9124 20.6545 40.9124C15.3224 40.9124 10.2087 38.8091 6.43834 35.0651C2.66797 31.3211 0.549805 26.2432 0.549805 20.9484ZM20.1245 29.4966L27.4353 22.237C27.7757 21.8969 27.9668 21.4369 27.9668 20.9575C27.9668 20.478 27.7757 20.018 27.4353 19.678L20.1245 12.4183C19.7748 12.121 19.3251 11.9656 18.8651 11.9833C18.4051 12.0009 17.9688 12.1903 17.6433 12.5135C17.3178 12.8367 17.1271 13.27 17.1093 13.7268C17.0915 14.1835 17.248 14.6301 17.5474 14.9773L23.5606 20.9484L17.5474 26.9195C17.248 27.2666 17.0915 27.7133 17.1093 28.17C17.1271 28.6268 17.3178 29.0601 17.6433 29.3833C17.9688 29.7065 18.4051 29.8959 18.8651 29.9135C19.3251 29.9312 19.7748 29.7758 20.1245 29.4785V29.4966Z' fill='white'/></svg>"); }

.banner-slider .swiper-buttons > div:hover {
  opacity: 1; }

.banner-slider .swiper-buttons .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.banner-slider .swiper-pagination {
  bottom: 0;
  width: 100%;
  background: #fff;
  padding-top: 10px; }

.banner-slider .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 26px;
  border-radius: 3px;
  background: #d1d1d1;
  vertical-align: middle; }

.banner-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px; }

.banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

.index-page {
  min-height: calc(100vh - 200px);
  background-color: #f7f7f7; }

.index_row_1 {
  margin-top: 35px; }
  .index_row_1 .index_row_1_lf {
    width: 32.5%;
    background: #f3f8fd;
    border-radius: 15px;
    padding: 30px; }
  .index_row_1 .index_row_1_rf {
    width: 65.58%;
    background: #f6f7f9;
    border-radius: 15px;
    padding: 36px; }
    .index_row_1 .index_row_1_rf .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.4;
      height: 8px;
      width: 8px; }
    .index_row_1 .index_row_1_rf .swiper-pagination-bullet-active {
      background: #fff;
      opacity: 1; }
  .index_row_1 .img {
    object-fit: cover;
    border-radius: 10px; }

.swiper-category {
  padding: 14px 0 35px; }
  .swiper-category .swiper-slide {
    width: 120px;
    height: 120px; }
    .swiper-category .swiper-slide .img {
      position: absolute;
      width: 100%;
      padding-bottom: 100%;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      transition: transform 0.5s ease; }
    .swiper-category .swiper-slide .span {
      color: #333;
      padding-top: calc(100% + 15px); }
    .swiper-category .swiper-slide:hover .img {
      transform: scale(1.2); }
  .swiper-category .swiper-button-next, .swiper-category .swiper-button-prev {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 80%);
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    background-size: 100% 100%;
    font-family: "hub-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    .swiper-category .swiper-button-next.swiper-button-disabled, .swiper-category .swiper-button-prev.swiper-button-disabled {
      opacity: 1; }
    .swiper-category .swiper-button-next .icon, .swiper-category .swiper-button-prev .icon {
      width: 18px;
      height: 30px;
      border: solid 1px #d8d8d8;
      text-align: center;
      line-height: 30px;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      margin-top: -16px;
      background: #fff;
      left: 10px; }
      .swiper-category .swiper-button-next .icon:hover, .swiper-category .swiper-button-prev .icon:hover {
        background: #f2f2f2; }
  .swiper-category .swiper-button-next {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
    left: auto;
    right: 0; }
    .swiper-category .swiper-button-next .icon {
      left: auto;
      right: 10px; }

.index_row_3 {
  margin-bottom: 50px; }
  .index_row_3 .pro_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .index_row_3 .pro_list .item {
      width: 20%;
      border-radius: 10px;
      padding: 10px;
      color: #333; }
      .index_row_3 .pro_list .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px); }
.index_row_4 .classification{
    position: relative;
    border-radius: 8px;
    overflow: hidden;}
.index_row_4 .classification .pop{
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.35);
      top: 0;
      left: 0;
      z-index: 2;
    }
.index_row_4 .classification .name{
      color: #fff;
      font-size: 22px;
      padding: 0 10%;
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      line-height: 26px;
      height: 52px;
      left: 0;
      bottom: 65px;
    transition: bottom 0.3s;
    }
.index_row_4 .classification .more_btn{
      background: #fff;
      width: 80%;
      height: 32px;
      line-height: 32px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #333;
      position: absolute;
      left: 10%;
      bottom: 20px;
    transition: background 0.3s;
    }
.index_row_4 .classification .more_btn .jt{
  width: 19px;
  height: 12px;
  display: block;
  background: url(/static/home/images/jt1.png) no-repeat center;
  margin-left: 7px;
    transition: background 0.3s;
}
.index_row_4 .classification:hover .name{
    bottom: calc(100% - 100px);
}
.index_row_4 .classification:hover .more_btn{
    background: #000;
    color: #fff;
}
.index_row_4 .classification:hover .more_btn .jt{
    background: url(/static/home/images/jt2.png) no-repeat center;
}
.index_row_5 .tab_btn{display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;}
.index_row_5 .tab_btn .item{
      width: 250px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 18px;}
.index_row_5 .tab_btn .item .img{
        background-color: #e9f0f5;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-bottom: 10px;
      }
.index_row_5 .tab_btn .item .img1{
        display: block;
      }
.index_row_5 .tab_btn .item .img2{
        display: none;
      }
.index_row_5 .tab_btn .item.active .img{
          background-color: #2547a1;
        }
.index_row_5 .tab_btn .item.active .img1{
          display: none;
        }
.index_row_5 .tab_btn .item.active .img2{
          display: block;
        }
.index_row_5 .tab_btn .item .text{
    cursor: pointer;
}
.index_row_5 .tab_main .item{
        display: none;
        }
.index_row_5 .tab_main .item.active{
    display: flex;
}
.index_row_5 .tab_main .item .lf{
            width: 46.82%;
            height: 570px;
            display: flex;
            justify-content: right;
        }
.index_row_5 .tab_main .item .rf{
            flex: 1;
            background: #f4f4f4;
    position: relative;
        }
.index_row_5 .tab_main .item .rf .rf_content{
    position: relative;
    z-index: 1;
    padding: 70px 0 0 90px;}
.index_row_5 .tab_main .item .rf .rf_content .text{
        font-size: 48px;
        font-weight: 600;
    }
.index_row_5 .tab_main .item .rf .rf_content .more_btn{
        background: #fff;
        width: 150px;
        height: 32px;
        line-height: 32px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #333;}
.index_row_5 .tab_main .item .rf .rf_content .more_btn .jt{
            width: 19px;
            height: 12px;
            display: block;
            background: url(/static/home/images/jt1.png) no-repeat center;
            margin-left: 7px;
        }
.index_row_5 .tab_main .item .rf .rf_content .more_btn:hover{
            background: #000;
            color: #fff;}
.index_row_5 .tab_main .item .rf .rf_content .more_btn:hover .jt{
                background: url(/static/home/images/jt2.png) no-repeat center;
            }

.index_row_5 .tab_main .item .rf .rf_content .imgbox{
        display: flex;
        align-items: center;
    margin-top: 170px;
    margin-left: -116px;}
.index_row_5 .tab_main .item .rf .rf_content .imgbox img{
            margin-right: 25px;
    display: block;
    border-radius: 8px;
        }
.index_row_5 .tab_main .item .rf .bgtext{
    font-size: 164px;
    color: #ededed;
    position: absolute;
    z-index: 0;
    width: 100%;
    text-align: right;
    line-height: 180px;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.index_row_6 .item{
        width: 24%;
        background: #f4f4f4;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 35px 20px;
    }
.index_row_6 .item .text1{
    margin:15px 0 25px;
    font-size: 22px;
}
.index_row_6 .item .text2{
    font-size: 16px;

}
.img_cover{
    object-fit: cover;
}
@media (max-width: 991px) {
    .index_row_4 .classification .more_btn .jt{
        display: none;
    }
}
/*# sourceMappingURL=index.css.map */
