/* common */
.index-container {
  max-width: 1300px;
  margin: 0 auto;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}
.module {
  padding-top: 50px
}
.module .caption {
  text-align: center;
}
.module .caption .title {
  font-size: 32px;
  font-weight: bold;
}
.module .caption .subtitle {
  margin-top: 10px;
  padding: 0 150px;
  font-size: 20px;
  color: #666;
}

/* 头部轮播 */
.head-swiper{
  width:100%;
}
.head-swiper .swiper-slide .slide-box {
  position: relative;
  height: 574px;
}
.head-swiper .swiper-slide .words-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.head-swiper .swiper-slide .words {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 140px;
  position: relative;
  line-height: 1.34;
}
.head-swiper .swiper-slide .words .subtitle ,
.head-swiper .swiper-slide .words .title ,
.head-swiper .swiper-slide .words .summary {
  text-shadow: 0px 2px 1px rgba(74, 74, 74, 0.48);
  color: #fff;
}
.head-swiper .swiper-slide .words .subtitle {
  font-size: 40px;
}
.head-swiper .swiper-slide .words .title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 5px;
}
.head-swiper .swiper-slide .words .summary {
  font-size: 30px;
  margin-top: 15px;
}
.head-swiper .swiper-slide .words .btns {
  margin-top: 60px;
}
.head-swiper .swiper-slide .btns .btn-white {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background-color: #E7A514;
}
.head-swiper .swiper-slide .video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.head-swiper .swiper-pagebox {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 80px;
}
.head-swiper .swiper-pagination {
  position: relative;
  padding: 0 8px;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.head-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  flex: 0 0 auto;
  background: rgba(220,216,215,0.80);
  border-radius: 0;
  opacity: 1;
  position: relative;
  cursor: pointer;
  bottom: 0;
  height: 3px !important;
}
.head-swiper .swiper-pagination .swiper-pagination-bullet > i {
  position: absolute;
  width: 100%;
  height: 500%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head-swiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.head-swiper .swiper-pagination .swiper-pagination-bullet .delay-progress {
  display: block;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #E5A414, #F49F2D);
}
.head-swiper .swiper-pagination .swiper-pagination-bullet-active .delay-progress {
  width: auto;
}

/* 企业数字化转型服务商 */
.dsp .mission {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.dsp .mission .pic {
  width: 260px;
  height: 178px;
  display: flex;
  align-items: center;
}
.dsp .mission .pic > img {
  width: 100%;
}
.dsp .mission .name {
  font-size: 20px;
  margin-top: 25px;
  text-align: center;
}
/* .dsp .mission {
  margin-top: 33px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.dsp .mission > li {
  border-radius: 4px;
  width: 400px;
  height: 292px;
  background-image: linear-gradient(to bottom, rgba(224, 224, 224, 0.4), rgba(245, 245, 245, 0.4));
  border: 1px solid rgba(151, 151, 151, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  box-sizing: border-box;
  text-align: center;
}
.dsp .mission > li .img,
.dsp .mission > li .name,
.dsp .mission > li .summary {
  transition: all 0.2s ease-in-out;
}
.dsp .mission > li .img {
  height: 180px;
}
.dsp .mission > li .name {
  color: #E7A514;
  font-size: 32px;
  font-weight: bold;
  margin-top: 18px;
}
.dsp .mission > li .summary {
  font-size: 16px;
  color: #666;
  margin-top: 0px;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.dsp .mission > li:hover .img {
  height: 116px;
}
.dsp .mission > li:hover .summary {
  height: 44px;
  margin-top: 8px;
  opacity: 1;
} */

.dsp .link-aboutus,
.customer-story .link-more,.ecology-box  .link-more{
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.dsp .link-aboutus .btn,
.customer-story .link-more .btn{
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid rgba(231,165,20,1);
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  color: #E7A514;
}

.ecology-box  .link-more .btn{
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid #3C3C3C;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  color: #3C3C3C;
}

/* 客户故事 */
.customer-story .customer-swiper {
  margin: 30px auto 0;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
}

.preview {
  padding: 10px 12px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview > * {
  flex: 0 0 auto;
}
.preview .swiper-container {
  width: 1236px;
  overflow: hidden;
}
.preview .swiper-slide {
  width: 206px;
  height: 55px;
  padding: 0 8px;
  cursor: pointer;
  position: relative;
  border-left: 1px solid rgba(245,245,245,0.5);
  box-sizing: border-box;
  display: flex;
}
.preview .swiper-slide:first-child{
  border-left: none;
}
.preview .swiper-slide .slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.preview .swiper-slide .slide-box > img {
  max-height: 42px;
  max-width: 100%;
}
.slide-box .bg-cover{
  background-size: cover;
  background-position: center;
  height: inherit;
}

.preview .swiper-slide.active-nav .slide-box {
  background-image: linear-gradient(to bottom, rgba(245,247,249,0.4) 0%, rgba(235,238,242,0.4) 100%);
  border-radius: 4px;
  position: relative;
}
.preview .swiper-slide.active-nav .slide-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #E7A514;
}
.preview .arrow-left,
.preview .arrow-right {
  cursor: pointer;
  width: 20px;
  height: 40px;
  border-radius: 4px;
  background-color:#FBFBFC;
  position: relative;
}
.preview .arrow-left::after,
.preview .arrow-right::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.preview .arrow-left::after {
  background-image: url('/img/indexNewV2/arrow_lg_11.png');
}
.preview .arrow-left.active::after {
  background-image: url('/img/indexNewV2/arrow_ldg_11.png');
}
.preview .arrow-right::after {
  background-image: url('/img/indexNewV2/arrow_rg_11.png');
}
.preview .arrow-right.active::after {
  background-image: url('/img/indexNewV2/arrow_rdg_11.png');
}
.view .swiper-container {
  overflow: hidden;
}
.customer-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.customer-content > img {
  width: 722px;
}
.customer-content .words {
  width: 578px;
  background: url(/img/indexNewV2/customer_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 45px 115px 0 55px;
  box-sizing: border-box;
  position: relative;
}
.customer-content .words .title {
  font-size: 28px;
  font-weight: bold;
  color: #1C1C1C;
}
.customer-content .words .profile {
  margin-top: 43px;
  font-size: 20px;
  color: #666;
}
.customer-content .words .detail {
  margin-top: 82px;
  position: absolute;
  left: 55px;
  bottom: 99px;
}
.customer-content .words .detail > a {
  color: #E7A514;
  font-weight: bold;
}

/* 生态合作 */
.ecology .module {
  padding-top: 55px;
  max-width: 100%;
}
.ecology .ecology-box {
  background: url(/img/indexNewV2/ecology_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 33px 0 73px;
}
.ecology .caption,
.ecology .content {
  max-width: 1300px;
  margin: 0 auto;
}
.ecology .content {
  margin-top: 57px;
}
.ecology .slide {
  height: 110px;
}
.ecology .layui-carousel::before {
  content: '';
  display: block;
  width: calc(100% + 100px);
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 0;
}
.ecology .layui-carousel > [carousel-item] {
  border-radius: 5px;
}
.ecology .layui-carousel .layui-carousel-arrow {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: transparent;
  font-size: 0;
  opacity: 0.7;
}
.ecology .layui-carousel .layui-carousel-arrow:hover {
  opacity: 1;
}
.ecology .layui-carousel .layui-carousel-arrow[lay-type='sub'] {
  left: -50px !important;
  background: url('/img/indexNewV2/arrow_lg_22.png') center center no-repeat;
}
.ecology .layui-carousel .layui-carousel-arrow[lay-type='add'] {
  right: -50px !important;
  background: url('/img/indexNewV2/arrow_rg_22.png') center center no-repeat;
}
.ecology .layui-carousel,
.ecology .layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.ecology .layui-carousel > [carousel-item]:before {
  display: none;
}
.ecology .partner-list {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

/* 企业数据服务 */
.data-service .module {
  padding-top: 75px;
}
.data-service .content {
  margin-top: 30px;
}
.ds-carousel {
  padding: 0 32px 0 28px;
  box-sizing: border-box;
  background-color: rgba(249, 249, 249, 0.4);
  border-radius: 5px;
  width: 1300px;
}
.ds-carousel .slider-box {
  display: flex;
  justify-content: space-between;
}
.ds-carousel .icon {
  width: 400px;
}
.ds-carousel .service {
  padding-top: 43px;
}
.ds-carousel .service .title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 54px;
}
.ds-carousel .service .title::before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background: url(/img/indexNewV2/qmark.png) no-repeat;
  position: absolute;
  left: -5px;
  top: -8px;
}
.ds-carousel .service .summary {
  margin-top: 17px;
  margin-left: 54px;
  font-size: 18px;
}
.ds-carousel .layui-carousel,
.ds-carousel .layui-carousel>[carousel-item]>* {
  background-color: transparent;
}
.ds-carousel .layui-carousel>[carousel-item]::before {
  display: none;
}
.ds-carousel .layui-carousel .layui-carousel-arrow {
  top: auto;
  right: auto;
  left: auto;
  bottom: 32px;
  margin-top: auto;
  background-color: #EEEFF1;
  width: 32px;
  height: 32px;
}
.ds-carousel .layui-carousel .layui-carousel-arrow[lay-type=sub] {
  right: 62px !important;
  background: url(/img/indexNewV2/arrow_lg_16.png) center center no-repeat #EEEFF1;
}
.ds-carousel .layui-carousel .layui-carousel-arrow[lay-type=sub]:hover {
  background: url(/img/indexNewV2/arrow_lo_16.png) center center no-repeat #EEEFF1;
}
.ds-carousel .layui-carousel .layui-carousel-arrow[lay-type=add] {
  right: 0 !important;
  background: url(/img/indexNewV2/arrow_rg_16.png) center center no-repeat #EEEFF1;
}
.ds-carousel .layui-carousel .layui-carousel-arrow[lay-type=add]:hover {
  background: url(/img/indexNewV2/arrow_ro_16.png) center center no-repeat #EEEFF1;
}
.ds-carousel .layui-carousel .layui-icon {
  font-size: 0;
}

/* 业务分布 */
.business-area .module {
  margin-top: 52px;
  padding-top: 90px;
  padding-bottom: 15px;
  max-width: 100%;
  background-image: linear-gradient(to bottom, #E7EDF5, #E5EDF6);
}
.business-area .business-abox {
  /*background-image: linear-gradient(to bottom, #E7EDF5, #E5EDF6);*/
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
  align-items: flex-start;
}
.business-area .area-data{
  width: 40%;
  box-sizing: border-box;
  padding: 0px 20px 60px 0px;
}
.area-data .title {
  font-size: 32px;
  font-weight: bold;
}
.area-data .item-number {
  padding-top: 20px;
  /*padding-left: 30px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area-data .item-number > li {
  width: 50%;
  margin-top: 60px;
}
.area-data .item-number > li .number {
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}
.area-data .item-number > li .label {
  color: #888;
  margin-top: 4px;
}
.area-data .item {
  display: flex;
  align-items: center;
}
.area-data .item .detail {
  margin-left:16px;
}
.business-area .area-echart{
  width: 60%;
  height: 440px;
}

.data-service-box{
  display: flex;
  justify-content: space-between;
}

.data-service-box-item{
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
  border: 1px solid rgba(224,224,224,0.9);

}

.data-service-box .item-img{
  text-align: center;
  margin: 15px 0px;
}

.data-service-box img{
  width: 280px;
  height: 196px;
}
.data-service-box .item-content{
  margin: 0px 22px;
  width: 376px;

}
.data-service-box .item-content .item-title{
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
  font-weight: bold;
  font-size: 18px;
  color: #444444;
  line-height: 24px;
  text-align: center;
  margin-bottom: 17px;
}

.data-service-box .item-content .item-text{
  font-family: MicrosoftYaHeiUI;
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  font-style: normal;
  height: 172px;
}

.data-service-box-2{
  margin-top: 20px;
}
.padding-right-45{
 padding-right: 45px;
}




