.product .swiper-wrap {
    position: relative;
  }
  .product .swiper-wrap .swiper-button-prev,
  .product .swiper-wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6666666666666666rem;
    height: 1.2rem;
    z-index: 10;
    color: #ffffff;
    outline: none;
  }
  .product .swiper-wrap .swiper-button-prev {
    left: 4.266666666666667rem;
  }
  .product .swiper-wrap .swiper-button-next { 
    right: 4.266666666666667rem;
  }
  .product .swiper-container {
    height: 23.333333333333332rem;
  }
  .product .swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
  }
.product .swiper-container .swiper-slide a{
  height: 100%;
  width: 100%;
}
  .product .swiper-container img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    object-fit: cover;
    /* min-width: 90%; */
    width: 117%;
  }
  .product .top-tips {
    margin-top: 1.3333333333333333rem;
    height: 9.6rem;
  }
  .product .top-tips img {
    height: 100%;
  }
  .product .produce-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 7.8999999999999995rem;
  }
  .product .produce-container .produce-container-bg {
    position: absolute;
    top: 6.4rem;
    width: 100%;
  }
  .product .produce-container .produce-container-bg li:nth-child(1) {
    height: 34.93333333333333rem;
    background: url('../../imgs/product/product_bg1.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .produce-container-bg li:nth-child(2) {
    height: 34.93333333333333rem;
    background: url('../../imgs/product/product_bg2.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .produce-container-bg li:nth-child(3) {
    height: 34.93333333333333rem;
    margin-top: 5rem;
    background: url('../../imgs/product/product_bg3.png') center no-repeat;
    background-size: cover;
  }

  .product .produce-container .produce-container-bg li:nth-child(4) {
    height: 34.93333333333333rem;
    background: url('../../imgs/product/product_bg2.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .product-content {
    padding-top: 2.2333333333333334rem;
  }
  .product .produce-container .product-content .product-item {
    width: 56.06666666666666rem;
    height: 30.466666666666665rem;
    margin: 0 auto;
    position: relative;
    border-radius: 1.6666666666666667rem;
    box-shadow: 0px 0px 2rem -1rem gray;
    background: #fff;
    margin-top: 5.666666666666667rem;
  }
  .product .produce-container .product-content .product-item .product-item-dot {
    position: absolute;
    right: 1.6666666666666667rem;
    top: 3.1666666666666665rem;
    width: 3.1666666666666665rem;
    height: 0.5rem;
  }
  .product .produce-container .product-content .product-item .product-item-dot ul {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .product .produce-container .product-content .product-item .product-item-dot ul li {
    width: 0.5rem;
    height: 100%;
    border-radius: 50%;
    background: #B9B9B9;
  }
  .product .produce-container .product-content .product-item .product-item-left {
    float: left;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    padding-left: 3rem;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-top {
    height: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    color: #4590E6;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-top b {
    display: inline-block;
    margin-top: 0.8333333333333334rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-top h2 {
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom {
    height: 50%;
    box-sizing: border-box;
    padding-top: 1.3333333333333333rem;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom .product-item-left-text {
    text-align: left;
    width: 22.666666666666668rem;
    font-size: 0.8rem;
    color: #4E4E4E;
    line-height: 1.5666666666666667rem;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom .product-item-left-project {
    margin-top: 2.4rem;
    width: 22.666666666666668rem;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom .product-item-left-project ul {
    overflow: hidden;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom .product-item-left-project li {
    float: left;
    width: 33%;
    font-size: 0.8rem;
    color: #4592E6;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom .product-item-left-project li .iconfont {
    display: inline-block;
    width: 1.1333333333333333rem;
    height: 1.1333333333333333rem;
    border-radius: 50%;
    background-color: #6CA4FF;
    margin-right: 0.5333333333333333rem;
    line-height: 1.1333333333333333rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }
  .product .produce-container .product-content .product-item .product-item-left .product-item-left-bottom .product-item-left-project li:nth-child(n+4) {
    margin-top: 1rem;
  }
  .product .produce-container .product-content .product-item .product-item-right {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  .product .produce-container .product-content .product-item .product-item-right .product-pic img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .product .produce-container .product-content .product-item:nth-child(2n-1) .product-item-left {
    float: right;
  }
  .product .produce-container .product-content .product-item:nth-child(2n-1) .product-item-right {
    float: right;
  }
  .product .produce-container .product-content .product-item:nth-child(2n) .product-item-left {
    float: left;
  }
  .product .produce-container .product-content .product-item:nth-child(2n) .product-item-right {
    float: left;
  }
  .product .produce-container .product-content .product-item:nth-child(1) {
    margin-top: 0;
  }
  .product .produce-container .product-content .product-item:nth-child(1) .title-bg-wrap {
    height: 8.5rem;
    width: 13.466666666666667rem;
    background: url('../../imgs/product/qht.png') center no-repeat;
    background-size: cover;
    position: relative;
  }
  .product .produce-container .product-content .product-item:nth-child(1) .bg-img {
    width: 25.766666666666666rem;
    height: 26.666666666666668rem;
    position: absolute;
    left: 0;
    top: 2.6666666666666665rem;
  }
  .product .produce-container .product-content .product-item:nth-child(1) .product-pic {
    width: 25.333333333333332rem;
    height: 16.166666666666668rem;
    margin-top: 7.3999999999999995rem;
    margin-left: 1.4333333333333333rem;
  }
  .product .produce-container .product-content .product-item:nth-child(2) .title-bg-wrap {
    height: 5rem;
    width: 20rem;
    background: url('../../imgs/product/ip_system.png') center no-repeat;
    background-size: contain;
    position: relative;
  }
  .product .produce-container .product-content .product-item:nth-child(2) .bg-img {
    width: 27.866666666666667rem;
    height: 26.666666666666668rem;
    position: absolute;
    right: 0;
    bottom: -5rem;
  }
  .product .produce-container .product-content .product-item:nth-child(2) .product-pic {
    width: 50rem;
    height: 27.333333333333332rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product .produce-container .product-content .product-item:nth-child(3) .title-bg-wrap {
    height: 9.166666666666666rem;
    width: 18rem;
    background: url('../../imgs/product/meibangmeihui.png') center no-repeat;
    background-size: contain;
    position: relative;
  }
  .product .produce-container .product-content .product-item:nth-child(3) .bg-img {
    width: 25.766666666666666rem;
    height: 26.666666666666668rem;
    position: absolute;
    left: -4.333333333333333rem;
    top: 2.6666666666666665rem;
  }
  .product .produce-container .product-content .product-item:nth-child(3) .product-pic {
    position: absolute;
    top: 0;
    left: 1.6666666666666667rem;
    width: 23.333333333333332rem;
    height: 21rem;
    margin-top: 7.3999999999999995rem;
    margin-left: 1.4333333333333333rem;
  }
  .product .produce-container .product-content .product-item:nth-child(3) .product-pic2 {
    display: none;
  }
  .product .produce-container .product-content .product-item:nth-child(4) .title-bg-wrap {
    height: 5rem;
    width: 20rem;
    background: url('../../imgs/product/LeXiaohui.png') center no-repeat;
    background-size: contain;
    position: relative;
  }
  .product .produce-container .product-content .product-item:nth-child(4) .bg-img {
    width: 27.866666666666667rem;
    height: 26.666666666666668rem;
    position: absolute;
    right: 0;
    bottom: -5rem;
  }
  .product .produce-container .product-content .product-item:nth-child(4) .product-pic {
    width: 50rem;
    height: 27.333333333333332rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product .produce-container .product-content .product-item:nth-child(1):hover {
    background: url('../../imgs/product/active_bg.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .product-content .product-item:nth-child(1):hover .bg-img {
    display: none;
  }
  .product .produce-container .product-content .product-item:nth-child(1):hover .title-bg-wrap {
    background-image: url('../../imgs/product/qht_active.png');
  }
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-dot li {
    background: #fff;
  }
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-left-top,
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-left-text,
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-left-project li {
    color: #fff !important;
  }
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-left-top .iconfont,
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-left-text .iconfont,
  .product .produce-container .product-content .product-item:nth-child(1):hover .product-item-left-project li .iconfont {
    background: #fff;
    color: #4A96EA;
  }
  .product .produce-container .product-content .product-item:nth-child(2):hover {
    background: url('../../imgs/product/active_bg.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .product-content .product-item:nth-child(2):hover .title-bg-wrap {
    background-image: url('../../imgs/product/ip_system_active.png');
  }
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-dot li {
    background: #fff;
  }
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-left-top,
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-left-text,
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-left-project li {
    color: #fff !important;
  }
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-left-top .iconfont,
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-left-text .iconfont,
  .product .produce-container .product-content .product-item:nth-child(2):hover .product-item-left-project li .iconfont {
    background: #fff;
    color: #4A96EA;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover {
    background: url('../../imgs/product/active_bg.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .title-bg-wrap {
    background-image: url('../../imgs/product/meibangmeihui_active.png');
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .bg-img {
    display: none;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-dot li {
    background: #fff;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-pic1 {
    display: none;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-pic2 {
    display: block;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-left-top,
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-left-text,
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-left-project li {
    color: #fff !important;
  }
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-left-top .iconfont,
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-left-text .iconfont,
  .product .produce-container .product-content .product-item:nth-child(3):hover .product-item-left-project li .iconfont {
    background: #fff;
    color: #4A96EA;
  }
  /* 乐消惠 */
  .product .produce-container .product-content .product-item:nth-child(4):hover {
    background: url('../../imgs/product/active_bg.png') center no-repeat;
    background-size: cover;
  }
  .product .produce-container .product-content .product-item:nth-child(4):hover .title-bg-wrap {
    background-image: url('../../imgs/product/LeXiaohui.png');
  }
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-dot li {
    background: #fff;
  }
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-left-top,
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-left-text,
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-left-project li {
    color: #fff !important;
  }
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-left-top .iconfont,
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-left-text .iconfont,
  .product .produce-container .product-content .product-item:nth-child(4):hover .product-item-left-project li .iconfont {
    background: #fff;
    color: #4A96EA;
  }
  