
/* 我们擅长什么 */
.goodat-wrap{
  /* position: relative; */
  width: 100%;
  min-width: 1920px;
  height: 1218px;
  background: url(../imgs/index/goodat-bg.png) no-repeat #fff;
  background-size: 1920px 1218px;
  overflow: hidden;
}
.goodat-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  margin-top: 211px;
  text-align: left;
  white-space: nowrap;
}
.goodat-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: left;
  white-space: nowrap;
}
.goodat-wrap .goodat-list{
  width: 100%;
  margin-top: 125px;
  border-top: 1px solid rgba(154,199,186,0.5);
  border-bottom: 1px solid rgba(154,199,186,0.5);
}
.goodat-wrap .goodat-list .footer-container{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.goodat-wrap .goodat-list .footer-container .bg-circle{
  position: absolute;
  left: 39px;
  top: -20px;
  z-index: 1;
  width: 34px;
  height: 34px;
  background: #36A687;
  border-radius: 45px 45px 45px 45px;
  opacity: 0.12;
}
.goodat-wrap .goodat-list .goodat-item{
  position: relative;
  box-sizing: border-box;
  width: 442px;
  height: 592px;
  padding: 70px 64px 0;
  background-color: #fff;
  border-left: 1px solid rgba(154, 199, 186, 0.3);
}
/* .goodat-wrap .goodat-list .goodat-item:nth-of-type(2){
  width: 561px;
  background: linear-gradient( 180deg, #F2FAF8 0%, #FFFFFF 100%);
} */
.goodat-wrap .goodat-list .goodat-item-act{
  width: 561px;
  background: linear-gradient( 180deg, #F2FAF8 0%, #FFFFFF 100%);
}
.goodat-wrap .goodat-list .goodat-item:last-of-type{
  border-right: 1px solid rgba(154, 199, 186, 0.3);
}
.goodat-wrap .goodat-list .goodat-item .top{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.goodat-wrap .goodat-item .top>img{
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.goodat-wrap .goodat-item .top>span{
  font-size: 48px;
  font-weight: 800;
  color: rgba(54, 166, 135, 0.1);
  line-height: 56px;
  text-align: left;
}
.goodat-wrap .goodat-item h3{
  font-weight: bold;
  font-size: 32px;
  color: rgba(11,27,59,0.7);
  line-height: 38px;
  text-align: left;
  white-space: nowrap;
  margin-top: 42px;
}
.goodat-wrap .goodat-item .en{
  font-size: 16px;
  color: rgba(11,27,59,0.4);
  line-height: 19px;
  text-align: left;
  margin-top: 9px;
}
.goodat-wrap .goodat-item .line{
  width: 16px;
  height: 4px;
  margin: 29px 0 34px;
  background: #36A687;
}
.goodat-wrap .goodat-item .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 30px;
  text-align: left;
}
.goodat-wrap .goodat-item>img{
  position: absolute;
  bottom: 22px;
  right: 28px;
  width: 137px;
  height: 147px;
}
.goodat-wrap .goodat-item:nth-of-type(2)>img{
  width: 172px;
  height: 158px;
}
.goodat-wrap .goodat-item:nth-of-type(1){
  padding-right: 91px;
}
.goodat-wrap .goodat-item:nth-of-type(3){
  padding-right: 97px;
}
.goodat-wrap .goodat-item:nth-of-type(3)>img{
  width: 165px;
  height: 165px;
}

/* 行业成熟应用解决方案 */
.solution-wrap{
  width: 1856px;
  height: 1295px;
  margin: 0 auto;
  background: url(../imgs/index/solution-bg.png) no-repeat #fff;
  background-size: 1856px 1295px;
}
.solution-wrap .intro-wrap{
  position: relative;
  padding-top: 152px;
}
.solution-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}
.solution-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: right;
  white-space: nowrap;
}
.solution-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 81px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: right;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.solution-wrap .content-wrap{
  position: relative;
  box-sizing: border-box;
  width: 1440px;
  padding: 91px 0;
}

.solution-wrap .content-wrap .item{
  box-sizing: border-box;
  width: 1440px;
  height: 650px;
  font-size: 0;
  margin-top: 56px;
  padding: 40px 40px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(205,218,229,0.25);
  border-radius: 32px;
  vertical-align: top;
  overflow: hidden;
}
.solution-wrap .content-wrap .item:first-of-type{
  margin-top: 0;
}
.solution-wrap .content-wrap .item>div{
  vertical-align: top;
}
.solution-wrap .content-wrap .item .left{
  display: inline-block;
  width: 818px;
  margin-right: 60px;
}
.solution-wrap .content-wrap .item .left .title-wrap{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.solution-wrap .content-wrap .item .left .title-wrap>h3{
  font-size: 24px;
  font-weight: bold;
  color: #13161B;
}
.solution-wrap .content-wrap .item .left .title-wrap .date{
  font-size: 16px;
  font-weight: 400;
  color: rgba(11,27,59,0.3);  
}
.solution-wrap .content-wrap .item .left .desc{
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 24px;
  text-align: left;
  margin-top: 16px; 
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-wrap .content-wrap .item .left .media-wrap{
  position: relative;
  width: 818px;
  height: 460px;
  margin-top: 22px;
  background: #D9D9D9;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.solution-wrap .content-wrap .item .left .media-wrap>img{
  width: 100%;
  height: 100%;
}
.solution-wrap .content-wrap .item .left .media-wrap>.hot{
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1;
  width: 23px;
  height: 44px;
}
.solution-wrap .content-wrap .item .left .media-wrap>.play{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: auto;
}
.solution-wrap .content-wrap .item .info-wrap{
  display: inline-block;
  width: 492px;
  /* margin-left: 60px; */
}
.solution-wrap .content-wrap .item .info-wrap .price-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.solution-wrap .content-wrap .item .info-wrap .price-wrap>span{
  font-size: 20px;
  color: #36A687;
  line-height: 23px;
}
.solution-wrap .content-wrap .item .info-wrap .price-wrap .yuan{
  position: relative;
  top: -8px;
}
.solution-wrap .content-wrap .item .info-wrap .price-wrap .num{
  font-size: 64px;
  color: #36A687;
  line-height: 75px;
  margin: 0 24px;
}
.solution-wrap .content-wrap .item .desc-list{
  width: 100%;
  min-height: 360px;
  margin-top: 60px;
}
.solution-wrap .content-wrap .item .desc-list .desc-item{
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin-bottom: 44px;
}
.solution-wrap .content-wrap .item .desc-list .desc-item .dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 26px;
  margin-right: 16px;
  background-color: #36A687;
  border-radius: 50%;
  vertical-align: middle;
}
.solution-wrap .content-wrap .item .desc-list .desc-item .text{
  display: inline-block;
  width: 180px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.solution-wrap .content-wrap .item .btn-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 27px;
}
.solution-wrap .content-wrap .item .btn-wrap>a{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 44px;
  border-radius: 12px;
  border: 2px solid #A1ADB9;
  overflow: hidden;
  cursor: pointer;
}
.solution-wrap .content-wrap .item .btn-wrap>a>span{
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB9;
}
.solution-wrap .content-wrap .item .btn-wrap>a>img{
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.solution-wrap .content-wrap .item .btn-wrap .link{
  color: #36A687;
  border-color: #36A687;
}
.solution-wrap .content-wrap .item .btn-wrap .link>span{
  color: #36A687;
}
.solution-wrap .pro-list .list-wrap{
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.solution-wrap .pro-list .list-wrap .list-item{
  position: relative;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 471px;
  height: 140px;
  /* margin-left: 16px; */
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(218,224,229,0.25);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.solution-wrap .pro-list .list-wrap .list-item .img{
  display: inline-block;
  width: 108px;
  height: 108px;
  margin-right: 16px;
  background: #FFACAC;
  border-radius: 8px;
  vertical-align: middle;
  overflow: hidden;
}
.solution-wrap .pro-list .list-wrap .list-item .img>img{
  width: 100%;
  height: 100%;
}
.solution-wrap .pro-list .list-wrap .list-item .info{
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
.solution-wrap .pro-list .list-wrap .list-item .info .name{
  font-weight: 500;
  font-size: 24px;
  color: #13161B;
  line-height: 28px;
  text-align: left;
}
.solution-wrap .pro-list .list-wrap .list-item .info .date{
  font-weight: 400;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 22px;
  text-align: left;
  margin: 8px 0;
}
.solution-wrap .pro-list .list-wrap .list-item .info .price-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.solution-wrap .pro-list .list-wrap .list-item .info .price-wrap .yuan{
  font-size: 16px;
  color: rgba(11,27,59,0.4);
}
.solution-wrap .pro-list .list-wrap .list-item .info .price-wrap .num{
  font-size: 16px;
  color: #36A687;
  margin: 0 4px;
}
.solution-wrap .pro-list .list-wrap .list-item:hover{
  top: -10px;
  transition: all 0.3s ease-in-out;
}
.solution-wrap .pro-list .list-wrap .list-item:first-of-type{
  margin-left: 0;
}
.solution-wrap .pro-list .btns{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.solution-wrap .pro-list .btns .control{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.solution-wrap .pro-list .btns .control>div{
  width: 36px;
  height: 36px;
  margin-right: 20px;
  cursor: pointer;
  overflow: hidden;
}
.solution-wrap .pro-list .btns .control>div>img{
  width: 100%;
  height: 100%;
}
.solution-wrap .pro-list .btns .more{
  position: absolute;
  right: 20px;
  top: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 40px;
  border-radius: 12px;
  border: 2px solid #A1ADB9;
  cursor: pointer;
}
.solution-wrap .pro-list .btns .more>span{
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB9;
}
.solution-wrap .pro-list .btns .more>img{
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

/* 客户Logo展示 */
.customer-logo-wrap{
  background-color: #fff;
}
.customer-logo-wrap .footer-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-logo-wrap .footer-container>img{
  width: 120px;
  height: 120px;
}
/* 主要客户分布 */
.customer-wrap{
  position: relative;
  width: 100%;
  min-width: 1920px;
  height: 1070px;
  margin-top: 187px;
  background: url(../imgs/index/customer-map.png) no-repeat #fff;
  background-size: 1920px 1070px;
}
.customer-wrap .footer-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.customer-wrap .bg-text{
  position: absolute;
  top: -61px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08 !important;
}
.customer-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  margin-top: 20px;
  text-align: right;
  white-space: nowrap;
}
.customer-wrap .intro-wrap .desc{
  width: 671px;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: right;
}
.customer-wrap .num-wrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 380px;
}
.customer-wrap .num-wrap .num-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 123px;
}
.customer-wrap .num-wrap .num-item>img{
  width: 60px;
  height: 60px;
}
.customer-wrap .num-wrap .num-item .text{
  font-size: 20px;
  color: rgba(11,27,59,0.7);
  line-height: 23px;
  margin-top: 12px;
}
.customer-wrap .num-wrap .num-item  .num{
  font-size: 56px;
  color: #36A687;
  line-height: 66px;
  text-align: right;
  margin-top: 6px;
}

/* 服务流程 */
.service-wrap{
  background-color: #fff;
}
.service-wrap .intro-wrap{
  position: relative;
  width: 100%;
  height: 281px;
  overflow: hidden;
}
.service-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  margin-top: 114px;
  text-align: center;
  white-space: nowrap;
}
.service-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: center;
  white-space: nowrap;
}
.service-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 33px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}

.service-wrap .step-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 1920px;
  height: 285px;
  padding-top: 26px;
  background: url(../imgs/index/service-step-bg.png) no-repeat;
  background-size: 1920px 285px;
}
.service-wrap .step-wrap .step-icon{
  width: 22px;
  height: 18px;
  margin: 0 40px;
  overflow: hidden;
}
.service-wrap .step-wrap .step-icon>img{
  width: 100%;
  height: 100%;
}
.service-wrap .step-wrap .step-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-wrap .step-wrap .step-item>img{
  width: 40px;
  height: 40px;
}
.service-wrap .step-wrap .step-item>p{
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 23px;
  margin-top: 20px;
}

/* 客户怎么说 */
.custom-say-wrap{
  position: relative;
  width: 100%;
  min-width: 1920px;
  height: 937px;
  margin-top: 101px;
}
.custom-say-wrap::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 469px;
  height: 937px;
  background: url('../imgs/index/feed-back-bg-circle.png') no-repeat;
  background-size: 100% 100%;
}
.custom-say-wrap .intro-wrap{
  position: relative;
  padding-top: 89px;
}
.custom-say-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.custom-say-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: left;
  white-space: nowrap;
}
.custom-say-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 21px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.custom-say-wrap .content-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-say-wrap .content-wrap .num-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-say-wrap .content-wrap .num-wrap .item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 160px;
}
.custom-say-wrap .content-wrap .num-wrap .item>img{
  width: 86px;
  height: 86px;
  margin-bottom: 16px;
}
.custom-say-wrap .content-wrap .num-wrap .item .num{
  font-size: 64px;
  color: #36A687;
  line-height: 75px;
}
.custom-say-wrap .content-wrap .num-wrap .item .name{
  font-size: 24px;
  color: rgba(11,27,59,0.7);
  line-height: 28px;
  text-align: center;
}
.custom-say-wrap .content-wrap .list-wrap{
  flex: 1;
  height: 640px;
  box-sizing: border-box;
  padding-top: 52px;
  overflow-y: hidden;
}
.custom-say-wrap .content-wrap .list-wrap>a{
  display: block;
}
.custom-say-wrap .content-wrap .list-wrap .list-item{
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 49px 0 49px 65px;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .avatar{
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 24px;
  box-shadow: 0px 12px 16px 0px rgba(170,174,178,0.5);
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  overflow: hidden;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .avatar>img{
  width: 100%;
  height: 100%;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .info-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .info-block .name-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .info-block .name-wrap .name{
  font-weight: 500;
  font-size: 24px;
  color: #13161B;
  margin-right: 24px;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .info-block .name-wrap .pos{
  font-weight: bold;
  font-size: 18px;
  color: #36A687;
  line-height: 30px;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .info-block .com{
  font-weight: 400;
  font-size: 18px;
  color: rgba(11,27,59,0.4);
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 9px;
}
.custom-say-wrap .content-wrap .list-wrap .list-item .info-block .desc{
  font-size: 18px;
  color: rgba(11,27,59,0.7);
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-say-wrap .content-mask{
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 218px;
  background: url('../imgs/index/customer-say-content-mask.png') no-repeat;
  background-size: 100% 100%;
}
/* 我们最近的案例 */
.our-case-wrap{
  position: relative;
  width: 1920px;
  height: 1766px;
  margin-top: 163px;
  background: url('../imgs/index/our-case-bg.png') no-repeat;
  background-size: 2109px 1766px;
  background-position: 0 0;
  overflow: hidden;
}
.our-case-wrap .bg-text-wechat{
  position: absolute;
  top: 940px;    
  left: -49px;
  z-index: 0;
  font-weight: 800;
  font-size: 360px;
  line-height: 422px;
  background: linear-gradient(to bottom, rgba(130,142,153,0.04) 0%, rgba(130,142,153,0.01) 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* color: #fff; */
  text-align: left;
  background-clip: text;
}
.our-case-wrap .bg-text-website{
  position: absolute;
  top: 226px;    
  right: -280px;
  z-index: 0;
  font-weight: 800;
  font-size: 360px;
  line-height: 422px;
  background: linear-gradient(to bottom, rgba(88, 107, 127, 0.04) 0%, rgba(130,142,153,0.04) 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* color: #fff; */
  text-align: right;
  background-clip: text;
}
.our-case-wrap .intro-wrap{
  position: relative;
  padding-top: 61px;
}
.our-case-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.our-case-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: left;
  white-space: nowrap;
}
.our-case-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.our-case-wrap .website-wrap{
  margin-top: 254px;
}
.our-case-wrap .website-wrap .media-wrap .media-block .tr-item{
  display: inline-block;
  width: 440px;
  height: 330px;
  box-shadow: 0px 24px 24px 0px rgba(218,224,229,0.5);
  border-radius: 16px;
  margin-right: 48px;
  transform: translateX(-488px);
  overflow: hidden;
}
.our-case-wrap .website-wrap.wechat-wrap{
  margin-top: 324px;
}
.our-case-wrap .media-wrap{
  position: relative;
  display: inline-block;
  width: 928px;
  vertical-align: top;
  margin-right: 24px;
  /* overflow: hidden; */
}
.our-case-wrap .media-wrap .media-block{
  position: absolute;
  right: 0;
  top: 0;
  width: 1416px;
  padding-bottom: 30px;
  font-size: 0;
  white-space: nowrap;
  overflow-x: hidden;
}
.wechat-wrap .media-wrap .media-block{
  right: none !important;
  left: 0 !important;
}
.our-case-wrap .media-wrap .media-block .img-item{
  position: relative;
  display: inline-block;
  width: 440px;
  min-width: 440px;
  height: 330px;
  box-shadow: 0px 24px 24px 0px rgba(218,224,229,0.5);
  border-radius: 16px;
  overflow: hidden;
  /* margin-right: 48px; */
}
.our-case-wrap .media-wrap .media-block .img-item .icon{
  position: absolute;
  top: 12px;
  right: 4px;
  z-index: 1;
  width: 72px;
  height: 72px;
}
.our-case-wrap .media-wrap .media-block .img-item>img{
  width: 100%;
  height: 100%;
}
.our-case-wrap .media-wrap .btns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 378px;
}
.our-case-wrap .media-wrap .btns .control{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.our-case-wrap .media-wrap .btns .control>div{
  width: 36px;
  height: 36px;
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
}
.our-case-wrap .media-wrap .btns .control>div>img{
  width: 100%;
  height: 100%;
}
.our-case-wrap .media-wrap .btns .more{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 40px;
  border-radius: 12px;
  border: 2px solid #A1ADB9;
}
.our-case-wrap .media-wrap .btns .more>span{
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB9;
}
.our-case-wrap .media-wrap .btns .more>img{
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.our-case-wrap .info-block{
  display: inline-block;
  width: 488px;
  vertical-align: top;
}
.our-case-wrap .info-block .title{
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #13161B;
  line-height: 38px;
  text-align: left;
  padding-left: 21px;
}
.our-case-wrap .info-block .title::after{
  content:'';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 30px;
  background-color: #36A687;
}
.our-case-wrap .info-block .desc{
  font-size: 18px;
  font-weight: 400;
  color: rgba(11,27,59,0.4);
  line-height: 32px;
  text-align: left;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-case-wrap .info-block .sub-title{
  font-size: 18px;
  font-weight: 500;
  color: rgba(11,27,59,0.7);
  line-height: 30px;
  text-align: left;
  margin-top: 40px;
}
.our-case-wrap .info-block .list{
  width: 100%;
  font-size: 0;
  margin-top: 20px;
  overflow: hidden;
}
.our-case-wrap .info-block .list .item{
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin-bottom: 13px;
}
.our-case-wrap .info-block .list .item:nth-of-type(2n){
  margin-right: 0;
}
.our-case-wrap .info-block .list .item .dot{
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #36A687;
  border-radius: 50%;
  vertical-align: middle;
}
.our-case-wrap .info-block .list .item .text{
  display: inline-block;
  width: 190px;
  font-size: 18px;
  color: rgba(11,27,59,0.4);
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

/* 软件运营分享 */
.share-wrap{
  width: 1920px;
  height: 1349px;
  margin-top: 151px;
  background: url('../imgs/index/index-share-bg.png') no-repeat;
  background-size: 1920px 1349px;
}
.share-wrap .intro-wrap{
  position: relative;
  padding-top: 103px;
}
.share-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.share-wrap .intro-wrap .desc{
  width: 612px;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  text-align: center;
  margin: 16px auto 0;
}
.share-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 19px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.share-wrap .data-wrap{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 56px;
}
.share-wrap .data-wrap .item{
  position: relative;
  width: 700px;
  height: 160px;
  background: #F8F9FB;
  box-shadow: 0px 4px 20px 0px rgba(205,218,229,0.25);
  border-radius: 16px;
  overflow: hidden;
}
.share-wrap .data-wrap .item>img{
  width: 100%;
  height: 100%;
}
.share-wrap .data-wrap .item .num-wrap{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 228px;
  height: 160px;
  padding-left: 56px;
  background: rgba(255,255,255,0.35);
  box-shadow: inset 0px 0px 48px 0px rgba(255,255,255,0.75), 16px 0px 24px 0px rgba(191,212,227,0.25);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid rgba(255,255,255,0.2);
}
.share-wrap .data-wrap .item .num-wrap .num{
  font-size: 56px;
  color: #36A687;
  line-height: 66px;
  letter-spacing: 2px;
  text-align: left;
}
.share-wrap .data-wrap .item .num-wrap .title{
  font-size: 24px;
  font-weight: 400;
  color: rgba(11,27,59,0.7);
  line-height: 28px;
  text-align: left;
  margin-top: 4px;
}
.share-wrap .focus-wrap{
  margin-top: 85px;
}
.share-wrap .focus-wrap .title{
  font-weight: 400;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  text-align: center;
}
.share-wrap .focus-wrap .list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.share-wrap .focus-wrap .list .item{
  position: relative;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  padding: 5px;
  font-size: 0;
  background: #FFFFFF;
  margin: 0 36px;
  box-shadow: 0px 4px 20px 0px rgba(205,218,229,0.25);
  border-radius: 8px;
  cursor: pointer;
}
.share-wrap .focus-wrap .list .item>img{
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.share-wrap .focus-wrap .list .item .qr-box{
  position: absolute;
  top: 75px;
  left: -67px;
  z-index: 3;
  width: 190px;
  height: 0;
  background: url('../imgs/index/focus-qr-bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.share-wrap .focus-wrap .list .item:hover .qr-box{
  height: 223px;
  opacity: 1;
}
.share-wrap .focus-wrap .list .item .qr-box .title{
  font-weight: 500;
  font-size: 16px;
  color: #13161B;
  line-height: 19px;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 12px;
}
.share-wrap .focus-wrap .list .item .qr-box>img{
  display: block;
  width: 154px;
  height: 154px;
  margin: 0 auto;
}
.share-wrap .list-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.share-wrap .list-wrap .list-item{
  position: relative;
  width: 270px;
  min-width: 270px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(218,224,229,0.25);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.share-wrap .list-wrap .list-item:hover{
  box-shadow: 0px 40px 88px 0px #C2C7CC;
}

.share-wrap .list-wrap .list-item:nth-of-type(2n){
  top: 106px;
}
.share-wrap .list-wrap .list-item .media-wrap{
  position: relative;
  width: 246px;
  height: 200px;
  margin: 12px auto 0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.share-wrap .list-wrap .list-item .article{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: none;
}
.share-wrap .list-wrap .list-item:hover .media-wrap{
  height: 336px;
}
.share-wrap .list-wrap .list-item:hover .article{
  height: 200px;
}
.share-wrap .list-wrap .list-item .media-wrap>video{
  width: 100%;
}
.share-wrap .list-wrap .list-item .media-wrap>img{
  width: 100%;
}
.share-wrap .list-wrap .list-item .article>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-wrap .list-wrap .list-item .media-wrap .mask{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  border-radius: 12px;
  opacity: 0;
  /* background: #27CDAC; */
}
.share-wrap .list-wrap .list-item .media-wrap:hover .mask{
  opacity: 0.4;
}
.share-wrap .list-wrap .list-item .media-wrap .play{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 70px !important;
  height: 70px !important;
  margin: auto;
}
.share-wrap .list-wrap .list-item .name{
  box-sizing: border-box;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #13161B;
  line-height: 36px;
  text-align: left;
  margin-top: 12px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-wrap .list-wrap .list-item .other-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding: 0 20px;
}
.share-wrap .list-wrap .list-item .other-info>div{
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.share-wrap .list-wrap .list-item .other-info>div>img{
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.share-wrap .list-wrap .list-item .other-info>div>span{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  text-align: left;
  white-space: nowrap;
}
.share-wrap .more{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 44px;
  margin: 190px auto 0;
  border-radius: 12px;
  border: 2px solid #36A687;
  overflow: hidden;
  cursor: pointer;
}
.share-wrap .more>span{
  font-size: 16px;
  font-weight: 500;
  color: #36A687;
}
.share-wrap .more>img{
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.customer-swiper .swiper-slide{
  height: min-content !important;
}
.customer-swiper .swiper-slide:last-of-type{
  opacity: 0.4 !important;
}
/* 媒体查询 > 1920px */
@media screen and (min-width: 1920px) {
  .goodat-wrap{
    background-size: 100% auto;
  }
  .customer-wrap{
    background-size: 100% auto;
  }
  .solution-wrap{
    background-size: 100% auto;
  }
  .service-wrap .step-wrap{
    background-size: 100% 285px;
  }
  .our-case-wrap{
    width: 100%;
    background-size: 100% auto;
  }
  .share-wrap{
    width: 100%;
    background-size: 100% auto;
  }
}