/* 首页导航 */
#pc .header-transparent .main-nav .item>a{
  color: #fff;
}
#pc .header-transparent .main-nav .item>a::after{
  background-color: #fff;
}

.header-transparent .logo .logo-svg{
  fill: #fff;
}
.header-transparent.open-nav .logo .logo-svg{
  fill: #1978FF;
}

#pc .header-transparent .login a{
  color: #fff;
}
#pc .header-transparent .login .btn{
  background: #fff;
  color: #111112;
}

#pc .header-transparent .login .btn i::after,
#pc .header-transparent .login .btn i::before
{
  border-left: 0.06rem solid #111112;
}

.header-transparent .header-mask{
  display: none;
}


/* banner */
.home-banner{
  height: 100vh;
  max-height: 10.8rem;
  overflow: hidden;
}

.home-banner .swiper-container,
.home-banner .layout-within{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-banner .swiper-slide{
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 10.8rem;
  background-position: center center;
}

.home-banner dl{
  margin-bottom: 0.7rem;
  line-height: 1.5;
  color: #fff;
}
.home-banner dt{
  font-size: .66rem;
  font-weight: 600;
}

.home-banner dd{
  font-weight: normal;
  font-size: 0.3rem;
  letter-spacing: .05em;
}

.home-banner .option-list{
    display: flex;
    align-items: center;
    padding-top: .4rem;
}

.home-banner .option-list span{
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
    font-size: .22rem;
}
.home-banner .option-list span::before{
    content: '';
    width: .22rem;
    height: .22rem;
    background: url(../image/index/check-box.png) no-repeat;
    background-size: cover;
    margin-right: 0.1rem;
}

.home-banner .dl--long dt{
    font-size: .4rem;
}
.home-banner .dl--long dd{
    font-size: .26rem;
    letter-spacing: 0;
}

.home-banner .swiper-slide:nth-of-type(2) dl dd:not(.option-list){
    letter-spacing: 0.1rem;
}
.home-banner .swiper-slide:nth-of-type(4) dl dd:not(.option-list){
    letter-spacing: 0.16rem;
}

.home-banner .swiper-pagination{
  margin-top: -0.6rem;
}


/* 数据统计 */
.data-display{
  height: 3rem;
  background: url(../image/index/bg-1.jpg) no-repeat center 0;
  background-size: auto 100%;
  margin-bottom: .4rem;
}
.data-display .layout-within{
  height: 100%;
}
.data-display dl{
  flex: 1;
  text-align: center;
}
.data-display dt{
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #7780A5;
}
.data-display dd{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 0.36rem;
  line-height: .48rem;
  margin-bottom: 0.2rem;
}
.data-display dd i{
  font-size: .24rem;
  font-style: normal;
  font-weight: bold;
  margin: .06rem 0 0 .08rem;
}

/* 解决方案 */
.solution-list{
  justify-content: space-between;
  padding-bottom: 1.2rem;
}
.solution-list dl{
  width: 3.8rem;
  height: 4rem;
  padding-top: .56rem;
  border: 0.02rem solid #E5E7EB;
  border-radius: .16rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.solution-list dl:nth-of-type(1){
  background-image: url(../image/index/solution-item-bg1.jpg);
}
.solution-list dl:nth-of-type(2){
  background-image: url(../image/index/solution-item-bg2.jpg);
}
.solution-list dl:nth-of-type(3){
  background-image: url(../image/index/solution-item-bg3.jpg);
}

.solution-list dl:hover{
  border-color: #224EF0;
}
.solution-list dl img{
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: .56rem;
}
.solution-list dt{
  font-weight: 900;
  font-size: .32rem;
  line-height: .40rem;
  margin-bottom: .2rem;
}
.solution-list dd{
  font-size: .2rem;
  line-height: .28rem;
  color: #505053;
}


/* 行业案例 */
.industry-case{
  height: 10.04rem;
  background: url(../image/index/case-bg.png) no-repeat center 0;
  background-size: auto 100%;
  overflow: hidden;
}

.industry-case .layout-within{
  display: flex;
}

.industry-case .case-special{
  width: 8rem;
  height: 6.1rem;
  background: linear-gradient(180deg, #F3F7FF 0%, #FFFFFF 100%);
  border: .02rem solid #FFFFFF;
  box-shadow: 0 .04rem .16rem rgba(21, 42, 114, 0.08);
  border-radius: .08rem;
  margin-right: .2rem;
}

.industry-case .case-special .swiper-container{
  width: 100%;
  height: 100%;
  padding: .2rem;
}


.industry-case .case-special .item{
  width: 100%;
  height: 100%;
}

.industry-case .case-special .item .img{
  width: 100%;
  height: 3.8rem;
  border-radius:  .08rem;
  overflow: hidden;
}
.industry-case .case-special .item .img2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius:  .08rem;
  overflow: hidden;
}
.industry-case .case-special .item .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:  .08rem;
}

.industry-case .case-special .item dl{
  padding: .3rem .3rem 0;
}

.industry-case .case-special .item dt{
  font-size: .32rem;
  line-height: .4rem;
  margin-bottom: .16rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.industry-case .case-special .item .desc{
  color: #505053;
  font-size: .16rem;
  line-height: .24rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-bottom: .2rem;
  letter-spacing: .02rem;
}

.industry-case .case-special .item .tag{
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.industry-case .case-special .item .tag .tag-item{
  font-size: .14rem;
  line-height: .22rem;
  color: #224EF0;
  padding: .06rem .16rem;
  background: #F5F7FA;
  border-radius: .04rem;
  margin-left: .16rem;
}
.industry-case .case-special .item .tag .tag-item:first-child{
  margin: 0;
}

.industry-case .case-normal{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industry-case .case-normal .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 1.9rem;
  padding: 0 .3rem;

  background: linear-gradient(180deg, #F3F7FF 0%, #FFFFFF 100%);
  border: .02rem solid #FFFFFF;
  box-shadow: 0 .04rem .16rem rgba(21, 42, 114, 0.08);
  border-radius: .08rem;
}
.industry-case .case-normal .item .title{
  font-size: .24rem;
  line-height: .32rem;
  margin-bottom: .2rem;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;

}
.industry-case .case-normal .item span{
  display: flex;
  font-size: .16rem;
  align-items: center;
  transition: all .1s;
}
.industry-case .case-normal .item .icon-arrow{
  width: .16rem;
  height: .16rem;
  fill: #505053;
  margin-left: .04rem;
}

#pc .case-special .swiper-pagination{
  display: none;
}

#pc .industry-case .case-normal .item:hover span{
  color: #224EF0;
}
#pc .industry-case .case-normal .item:hover .icon-arrow{
  fill: #224EF0;
  margin-left: .16rem;
}

/* 新闻动态 */
.news-center{
  padding: .2rem 0;
}

.news-center .news-list{
  overflow: hidden;
}

.news-center .swiper-container{
  padding: .12rem .1rem;
  overflow: hidden;
}


.news-center .item{
  display: block;
  width: 3.80rem;
  overflow: hidden;
}

.news-center .item .img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.18rem;
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .16rem;
}
.news-center .item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: .08rem;
  transition: all .5s;
}

.news-center .item .title{
  font-size: .2rem;
  line-height: .28rem;
  height: .56rem;
  margin-bottom: .1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.news-center .item .time{
  font-size: .16rem;
  line-height: .22rem;
  color: #98999C;
}

#pc .news-center .item:hover .title{
  color: #224EF0;
}
#pc .news-center .item:hover img{
  transform: scale(1.1);
}


/* 合作伙伴 */
.partners{
  padding-bottom: 1rem;
  overflow: hidden;
}
.partners .swiper-container{
  overflow: visible;
}
.partners .swiper-container .swiper-wrapper{
  -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.partners-list{
  display: flex;
}
.partners-list .item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 2rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: .16rem;
}


.partners-list img{
  max-width: 2rem;
  max-height: 1.6rem;
  transition: all .5s;
}

#pc .partners-list .item:hover img{
  transform: scale(1.1);
}


