.wrap {
  overflow: hidden;
}
/* 首页标题 */
.index-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-common-title .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #757575;
}
.index-common-title .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.54rem;
  color: #383635;
  padding-bottom: 0.2rem;
  position: relative;
  margin-top: 0.1rem;
}
.index-common-title .title::after {
  content: '';
  width: 1.08rem;
  height: 0.08rem;
  background: #00BCB3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-common-bt {
  width: 2.3rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #515151;
}

.index-common-bt img {
  width: 0.2rem;
  height: auto;
  margin-left: 0.13rem;
}
.index-common-bt .icon2 {
  display: none;
}
.index-common-bt-box:hover{
    background: transparent;
}

.index-common-bt:hover .icon1 {
  display: none;
}
.index-common-bt:hover .icon2 {
  display: block;
}
/* 顶部banner */
.index-banner {
  width: 100%;
  height: 8.7rem;
}
.index-banner .indexSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .indexSwiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .indexSwiper video::-webkit-media-controls {
  display: none !important;
}
.index-banner .indexSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .indexSwiper .des {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .indexSwiper .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.72rem;
}
.index-banner .indexSwiper .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.36rem;
  color: #FFFFFF;
  margin-top: 0.3rem;
}
.index-banner .indexSwiper .des .bt {
  width: 2.4rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.03rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-top: 1rem;
}
.index-banner .indexSwiper .des .bt img {
  width: 0.2rem;
  height: auto;
  margin-left: 0.3rem;
}
.index-banner .indexSwiper .swiper-button-next {
  right: 0.4rem;
}
.index-banner .indexSwiper .swiper-button-prev {
  left: 0.4rem;
}
.index-banner .indexSwiper .swiper-button-next,
.index-banner .indexSwiper .swiper-button-prev {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.index-banner .indexSwiper .swiper-button-next:after,
.index-banner .indexSwiper .swiper-button-prev:after {
  font-size: 0.2rem;
  font-weight: bold;
}
.recom-wrap {
  width: 100%;
  padding: 0.75rem 0 1.25rem 0;
  background: url(../img/index/recom-bg.png) no-repeat;
  background-size: cover;
}
.recom-wrap .recom-box {
  margin: 0 auto;
}
.recom-wrap .recom-box .recom-swiper {
  margin-top: 0.55rem;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .item {
  display: flex;
  align-items: center;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .item .img {
  width: 7.7rem;
  height: 4.4rem;
  flex-shrink: 0;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 0.2rem;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .item .des {
  flex: 1;
  margin-left: 1.5rem;
  padding-bottom: 0.7rem;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .item .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.48rem;
  color: #383635;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .item .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #383635;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt {
  height: 0.56rem;
  position: absolute;
  left: 9.2rem;
  bottom: 0;
  display: flex;
  align-items: center;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-next,
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-prev,
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-pagination {
  position: static;
  margin: 0;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-next,
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-prev {
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #757575;
  color: #757575;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-next:hover,
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-prev:hover {
  background: #00BBB3;
  color: #fff;
  border-color: #00BCB3;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-next:after,
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-button-prev:after {
  font-size: 0.2rem;
  font-weight: bold;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-pagination {
  padding: 0 0.25rem;
  flex-shrink: 0;
  width: auto;
  display: flex;
  align-items: center;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #CCCCCC;
  opacity: 1;
}
.recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
  background: transparent;
  border: 2px solid #CCCCCC;
}
.product-wrap {
  background: #F8F8F8;
  padding: 0.85rem;
}
.product-wrap .product-box {
  margin: 0 auto;
  display: flex;
}
.product-wrap .product-box .left {
  width: 5rem;
  height: 10.5rem;
  flex-shrink: 0;
  position: relative;
  background: url(../../../uploads/c789e1542188830bdf459c10677cefe7.png) no-repeat;
  background-size: cover;
}
.product-wrap .product-box .left .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.33rem;
}
.product-wrap .product-box .left .item .img {
  width: 100%;
  height: 100%;
}
.product-wrap .product-box .left .item .des {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.product-wrap .product-box .left .item .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.48rem;
}
.product-wrap .product-box .left .item .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
}
.product-wrap .product-box  a{
  color: #000000;
}
.product-wrap .product-box .left .item .des .bt {
  margin-top: 0.3rem;
  width: 2.3rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.02rem solid #757575;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-wrap .product-box .left .item .des .bt img {
  margin-left: 0.13rem;
  width: 0.2rem;
  height: auto;
}
.product-wrap .product-box .left .item .des .bt .icon2 {
  display: none;
}
.product-wrap .product-box .left .item .des .bt:hover .icon1 {
  display: none;
}
.product-wrap .product-box .left .item .des .bt:hover .icon2 {
  display: block;
}
.product-wrap .product-box .right {
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-wrap .product-box .right .product1 {
  width: 100%;
  height: 4.5rem;
}
.product-wrap .product-box .right .product2 {
  width: 4.95rem;
  height: 5.5rem;
  margin-top: 0.5rem;
}
.product-wrap .product-box .right .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-wrap .product-box .right .item .img {
  width: 100%;
  height: 100%;
}
.product-wrap .product-box .right .item .des {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0.55rem;
  color: #000000;
}
.product-wrap .product-box .right .item .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.48rem;
}
.product-wrap .product-box .right .item .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.product-wrap .product-box .right .item .des .bt {
  margin-top: 0.3rem;
  width: 2.3rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.02rem solid #757575;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-wrap .product-box .right .item .des .bt img {
  margin-left: 0.13rem;
  width: 0.2rem;
  height: auto;
}
.product-wrap .product-box .right .item .des .bt .icon2 {
  display: none;
}
.product-wrap .product-box .right .item .des .bt:hover .icon1 {
  display: none;
}
.product-wrap .product-box .right .item .des .bt:hover .icon2 {
  display: block;
}
.product-wrap .product-box .white .item .des {
  color: #fff;
}
.product-wrap .product-box .white .item .des .bt {
  color: #ffffff;
  border-color: #fff;
}
.product-wrap .product-box .white .item .des .bt .icon1 {
  display: none;
}
.product-wrap .product-box .white .item .des .bt .icon2 {
  display: block;
}
.solution-wrap {
  padding-top: 0.75rem;
}
.solution-wrap .index-common {
  margin: 0 auto;
}
.solution-wrap .solution-box {
  display: flex;
  width: 19.2rem;
  margin-top: 0.4rem;
}
.solution-wrap .solution-box .item {
  flex: 1;
  height: 7.36rem;
  position: relative;
}
.solution-wrap .solution-box .item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-wrap .solution-box .item .des {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.65rem 0.4rem;
  display: flex;
  flex-direction: column;
}
.solution-wrap .solution-box .item .des .icon {
  width: 0.69rem;
  height: 0.69rem;
  background: #FFFFFF;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.365s;
}
.solution-wrap .solution-box .item .des .icon img {
  /*max-width: 0.45rem;*/
  /*max-height: 0.45rem;*/
  padding: 0.18rem 0.12rem 0.17rem 0.13rem;
}
.solution-wrap .solution-box .item .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-top: 0.49rem;
  opacity: 0;
  transition: all 0.365s;
}
.solution-wrap .solution-box .item .des .text {
  display: -webkit-box;              /* 使用弹性盒子模型 */
  -webkit-box-orient: vertical;      /* 子元素垂直排列 */
  -webkit-line-clamp: 9;             /* 限制显示行数 */
  overflow: hidden;                  /* 隐藏溢出内容 */
  text-overflow: ellipsis;          /* 超出部分显示省略号 */
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  margin-top: 0.25rem;
  text-align: center;
  opacity: 0;
  transition: all 0.365s;
}
.solution-wrap .solution-box .item .des .bt {
  width: 1.67rem;
  height: 0.5rem;
  background: #00BBB3;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0;
  cursor: pointer;
  transition: all 0.365s;
}
.solution-wrap .solution-box .item .des .bt img {
  width: 0.2rem;
  height: 0.16rem;
  margin-left: 0.13rem;
}
.solution-wrap .solution-box .item .des:hover {
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  transition: all 0.365s;
}
.solution-wrap .solution-box .item .des:hover .title {
  opacity: 1;
}
.solution-wrap .solution-box .item .des:hover .text {
  opacity: 1;
}
.solution-wrap .solution-box .item .des:hover .bt {
  opacity: 1;
}
.solution-wrap .solution-box .item .des:hover .icon {
  /*filter:brightness(0) invert(1);*/
  background: linear-gradient(135deg, var(--color));
}
.solution-wrap .solution-box .item .des:hover .icon img{
  filter:brightness(0) invert(1);
}
.news-wrap {
  background: url(../img/index/news-bt.png) no-repeat;
  background-size: cover;
  padding: 1.25rem 0 0.88rem 0;
}
.news-wrap .news-box {
  margin: 0 auto;
  display: flex;
}
.news-wrap .news-box .left {
  flex: 1;
}
.news-wrap .news-box .left .index-common-bt-box {
  margin-top: 0.87rem;
}
.news-wrap .news-box .left .newsSwiper-bt {
  height: 0.56rem;
  display: flex;
  align-items: center;
  margin-top: 1.53rem;
}
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-next,
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-prev,
.news-wrap .news-box .left .newsSwiper-bt .swiper-pagination {
  position: static;
  margin: 0;
  margin-right: 0.25rem;
}
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-next,
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-prev {
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #757575;
  color: #757575;
}
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-next:hover,
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-prev:hover {
  background: #00BBB3;
  color: #fff;
  border-color: #00BCB3;
}
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-next:after,
.news-wrap .news-box .left .newsSwiper-bt .swiper-button-prev:after {
  font-size: 0.2rem;
  font-weight: bold;
}
.news-wrap .news-box .right {
  width: 11.2rem;
  flex-shrink: 0;
}
.news-wrap .news-box .right .newsSwiper {
  width: 100%;
}
.news-wrap .news-box .right .newsSwiper .item {
  width: 100%;
  cursor: default;
}
.news-wrap .news-box .right .newsSwiper .item .img {
  width: 100%;
  height: 3.4rem;
}
.news-wrap .news-box .right .newsSwiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrap .news-box .right .newsSwiper .item .des {
  margin-top: 0.4rem;
  padding: 0 0.15rem;
}
.news-wrap .news-box .right .newsSwiper .item .des .label-box {
  display: flex;
  align-items: center;
}
.news-wrap .news-box .right .newsSwiper .item .des .label-box .label {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #757575;
  margin-right: 0.3rem;
}
.news-wrap .news-box .right .newsSwiper .item .des .label-box .label img {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
  margin-right: 0.13rem;
}
.news-wrap .news-box .right .newsSwiper .item .des .text {
  margin-top: 0.22rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #383635;
  line-height: 0.38rem;
}
.news-wrap .news-box .right .newsSwiper .item .des .bt {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #757575;
}
.news-wrap .news-box .right .newsSwiper .item .des .bt img {
  margin-left: 0.13rem;
  width: 0.2rem;
  height: 0.16rem;
}
.product-wrap .product-box .right .item:hover .img{
    opacity: 0;
}

.product-wrap .product-box .right .product1:hover{
}

.product-wrap .product-box .left .item:hover .img{
    opacity: 0;
}
.product-wrap .product-box .left .item:hover .des .title,
.product-wrap .product-box .left .item:hover .des .text,
.product-wrap .product-box .right .item:hover .des .title,
.product-wrap .product-box .right .item:hover .des .text{
    color: #fff;
}

.product-wrap .product-box .left .item:hover .des .bt,
.product-wrap .product-box .right .item:hover .des .bt{
    color: #fff;
    border: 0.02rem solid #fff;
}
.product-wrap .product-box .left .item:hover .des .bt .icon1,
.product-wrap .product-box .right .item:hover .des .bt img{
    filter: brightness(0%) invert(100%);
}





@media only screen and (max-width:768px){
    .index-banner{
        height:4.7rem;
    }
    .index-banner .indexSwiper .des .title{
        font-size:0.5rem;
    }
    .index-banner .indexSwiper .des .bt{
        width:1.7rem;
        margin-top:0.5rem;
    }
    .index-banner .indexSwiper .des{
        top: 55%;
    left: 60%;
    }
    .index-banner .indexSwiper .swiper-button-next, .index-banner .indexSwiper .swiper-button-prev{
        top: 62%;
    }
    .index-banner .indexSwiper .swiper-button-prev {
        left: 0.3rem;
    }
    .index-banner .indexSwiper .swiper-button-next {
        right: 0.3rem;
    }
    .recom-wrap .recom-box .recom-swiper .recomSwiper .item{
        flex-wrap:wrap;
    }
    .recom-wrap .recom-box .recom-swiper .recomSwiper .item .img{
        width:7rem;
        height: 4.1rem;
    }
    .recom-wrap .recom-box .recom-swiper .recomSwiper .item .des{
        margin-top: 0.5rem;
        margin-left: 0;
    }
    .recom-wrap .recom-box .recom-swiper .recomSwiper .recomSwiper-bt{
        left: 2.2rem;
    }
    .product-wrap{
        padding: 0.85rem 0.2rem;
    }
    .product-wrap .product-box{
        flex-wrap: wrap;
    }
    .product-wrap .product-box .left{
        width:100%;
    }
    .product-wrap .product-box .right{
        margin-left:0;
        margin-top: 0.5rem;
    }
    .product-wrap .product-box .right .product2{
        width: 3.4rem;
    height: 5rem;
    }
    .solution-wrap .solution-box{
        width:7rem;
            overflow: scroll;
    }
    .solution-wrap .solution-box .item{
        flex: 0 0 49%;
    }
    /*.solution-wrap .solution-box :nth-child(3).item{
        flex: 0 0 33.3%;
    }
    .solution-wrap .solution-box :nth-child(4).item{
        flex: 0 0 33.3%;
    }
    .solution-wrap .solution-box :nth-child(5).item{
        flex: 0 0 33.3%;
    }*/
    .solution-wrap{
            display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    }
    .news-wrap .news-box{
            flex-wrap: wrap;
    }
    .news-wrap .news-box .right{
            width: 7rem;
    }
    .news-wrap .news-box .left .index-common-bt-box{
        margin-bottom: 0.2rem;
            margin-top: 0.3rem;
    }
    .news-wrap .news-box .left .newsSwiper-bt{
        margin-top:0.35rem;
    }
    .product-wrap .product-box .left .item .des{
        padding: 0 0.2rem;
    }
    .product-wrap .product-box .right .product1{
        height: auto;
    }
}









